/* CSS Document */
body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333;
	margin:0;
	padding:0;
	background-image:url('../images/page_bg.png');
	background-position:center;
	background-repeat:repeat-y;
}
h2{
	font-family:Georgia, "Times New Roman", serif;
	font-size:24pt;
	font-weight:normal;
	color:#333;
	margin:0;
	margin-top:30px;
}
h3{
	margin-bottom:4px;
}
a{
	color:#2183D1;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#hlavnyNadpis {
	font-family:Georgia, "Times New Roman", serif;
	font-size:18px;
	color:#333;
	text-align:center;
	margin-bottom:10px;
}
#header{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1.5;
	background-image:url('../images/header_bg.png');
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFF;
	/*padding:20px;*/
	padding-top:10;
	text-align:center;
}
#headerIn {
	width:760px;
	margin:auto;
	padding:0;
	text-align:center;
}
#headerMenu {
	float:left;
	text-align:left;
	width:600px;
}
#headerFlags {
	text-align:right;
	padding-right:40px;
}
#header a{
	color:#999;
	text-decoration:none;
	font-weight:normal;
}
#header a:hover{
	color:#000;
	text-decoration:underline;
}
#header ul{
	padding-right:0;
}
#header ul li{
	background-image:url('../images/menu_left.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	float:left;
	list-style-type:none;
	margin-top:-20px;
}
#header li a{
	font-family:Georgia, "Times New Roman", serif;
	font-size:12pt;
	background-image:url('../images/menu_right.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding:6px;
	padding-left:14px;
	padding-right:14px;
}
#header li.end{
	padding:18px;

}
#header div{
	/*width:710px;*/
	/*margin:auto;*/
}
#header .department{
	color:#333;
}
#blue{
	height:250px;
	background-image:url('../images/blue_bg.png');
	background-repeat:repeat-x;
}
#blue_container{
	width:756px;
	margin:auto;
}
#blue_left{
	width:38px;
	height:250px;
	background-image:url('../images/blue_left.gif');
	background-repeat:no-repeat;
	float:left;
}
#blue_right{
	width:38px;
	height:250px;
	background-image:url('../images/blue_right.gif');
	background-repeat:no-repeat;
	float:left;
}
#blue_content{
	/*padding-top:20px;*/
	height:250px;
	width:680px;
	/*padding-left:70px;
	padding-right:70px;*/
	background-image:url('../images/blue_foto.jpg');
	background-repeat:no-repeat;
	/*background-position:right;*/
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	/*line-height:1.2;*/
}
#blue_content h1{
	background-image:url('../images/meno.gif');
	background-repeat:no-repeat;
	height:50px;
	width:440px;
	margin:0;
	padding:0;
}
#blue_content h1 span{
	display:none;
}
#blue_content p{
	padding-left:6px;
}
#blue_content label{
	width: 5.5em;
	display:block; float:left;
}
#blue_content a{
	color:#FFF;
	text-decoration:underline;
}



#content_container{
	background-image:url('../images/content_top.png');
	background-repeat:repeat-x;
	background-position:top;
}
#content{
	width:757px;
	margin:auto;
}
#left{
	width:38px;
	height:300px;
	background-image:url('../images/content_left.png');
	background-repeat:no-repeat;
	float:left;
}
#content_text{
	background-image:url('../images/content_right.png');
	background-repeat:no-repeat;
	background-position:top right;
	width:623px;
	padding-left:68px;
	padding-right:68px;
}
#content_text p{
	text-align:justify;
}

#podpis{
	margin-top:50px;
	border-top:1px #CCC solid;
	padding-top:8px;
	color:#999;
}
#pocitadlo{
  margin-top:-16px;
  float:right;
  margin-bottom:30px;
}
