/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-10-01 16:00                                                    */
/* Last changed by: Josef Vondráček                                                     */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	position: relative;
	background: #f5f5f5 url(images/body-background.png) repeat-x left top;
	color: #868686;
	font-size: 80%;
	font-family: Tahoma, Verdana, Arial;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

input, select, textarea, sub, sup
{
	font-size: 100%;
	font-family: Tahoma, Verdana, Arial;
}

#content h1 {
  color: #0F3973;
  margin-top: 7px;
  font: 18pt tahoma bold;
}

h4, h5, h6
{
	color: #000000;
	font-size: 100%;
	font-family: Arial, Sans-Serif;
}

h2 {
  color: #0F3973;
  margin-top: 7px;
  font: 18pt tahoma bold;
} 

h3 {
  color: #0F3973;
  margin-top: 7px;
  font: 15pt tahoma bold;
}  

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #858585;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.hide
{
	position: absolute;
	left: -4999px !important;
	top: -4999px !important;
}

.separator
{
	width: 937px;
	height: 2px;
	margin: 5px auto;
	overflow: hidden;
	background: url(images/separator-background.png) no-repeat left top;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 983px;
	margin: 0 auto;
	position: relative;
	background: url(images/page-background.png) no-repeat left top;
	z-index: 20;
}

#topBackground
{
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/top-background.png) no-repeat center top;
	z-index: 10;
}

#topPanelHolder
{
	width: 982px;
	height: 230px;
}

/*======================================================================================*/
/* MIDDLE PANEL	                                                                        */
/*======================================================================================*/

#content
{
	padding: 0 25px;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 982px;
	height: 210px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background: url(images/top-panel-background.jpg) no-repeat left top;
}

#topPanel h2.logo,
#topPanel h2.logo span
{
	width: 252px;
	height: 78px;
	position: relative;
	left: 245px;
	top: 77px;
	overflow: hidden;
}

#topPanel h2.logo span
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/logo.png) no-repeat left top;
}

#topPanel h2.logo a
{
	text-decoration: none;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	margin: 25px 0 50px 0;
}

#bottomPanel .left
{
	width: 260px;
	padding: 25px 0 0 20px;
	float: left;
	color: #b7b7b7;
}

#bottomPanel .left a
{
	color: #b7b7b7;
}

#bottomPanel .left p
{
	padding: 0 0 0 15px;
	font-size: 10px;
}

#bottomPanel .right
{
	width: 685px;
	padding: 30px 0 0 0;
	float: left;
	font-size: 11px;

	
}

#bottomPanel .right strong
{
	float: left;
	color: #b7b7b7;
	font-weight: normal;
}

#bottomPanel .right ul
{
	list-style-type: none;
}

#bottomPanel .right ul li
{
	float: left;
}

#bottomPanel .right ul li a
{
	padding: 0 5px;
	float: left;
	color: #b7b7b7;
	border-right: 1px solid #b7b7b7;
	text-decoration: none;
}

#bottomPanel .right ul li a.last
{
	border-right: none;
}

#bottomPanel .right ul li a:hover
{
	text-decoration: underline;
}

table {
  text-align: center;

}

table td {
  padding: 6px;
}

#middlePanel ul {
  list-style-image:url("../img/puntik.jpg");
  
} 

#middlePanel ul li {
  margin-bottom: 10px;
  margin-left: 40px;
} 
