/* CSS JSOBOTA default */

/***************** BASIC GUIDE ELEMENTS ************************/

body {
	background: #fce8af;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/************** HEADER ***************/
div#header {
	background: url("../images/bg_header.jpg") no-repeat;
	height: 96px;
	cursor: hand;
}

/************* MENU *****************/
div#ropetop {
	background: url("../images/bg_ropetop.gif") no-repeat;
	height: 43px;
}

div#hormenu {
	background: url("../images/bg_menu.gif") no-repeat;
	height: 43px;
	width: 670px;
	position: absolute;
	left: 240px;
	top: 96px;
}

div#hormenu ul.menu {
	margin: 0;
	padding: 15px 0 0 0;
}

div#hormenu ul.menu li {
	margin: 0;
	float: left;
	list-style-type: none;
	padding: 5px 10px 0px 10px;
	margin: -5px 0px 0 0px;
	background: url("../images/bg_hranice.gif") no-repeat;
	text-align: center;
}

div#hormenu ul.menu li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
}


div#iexplorer {
	float: left;
	width: 241px;
}

/*************** VER. MENU ************/

div#vermenu {
	background: url("../images/bg_rope.gif") no-repeat;
	height: 257px;
	width: 249px;
}

div#vermenu ul {
	margin: 0;
	position: relative;
	left: 50px;
	top: 75px;
	list-style-type: none;
	padding: 0;
}

div#vermenu ul li {
	padding: 16px 0 0 0;
	background: url("../images/bg_podtrzeni.gif") no-repeat;
	background-position:left bottom;
	padding: 0 0 7px 0;
	margin-bottom: 12px;
	z-index: 1;


}

div#vermenu ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding: 0 0 0 5px;
}

/****************** NEWS **********************/

div#newsa {
	background: url("../images/bg_news.gif") no-repeat;
	height: 583px;
	width: 241px;
	z-index: 3;		
}
div#newsa img {
	border: 0;
}
div#newsa p{
	width: 190px;
}


div#umisteninews {
	position: absolute;
	top: 454px;
	left: 42px;
}
	
div#novinka {
	width: 199px;
}


div.viceinfo {
	width: 185px;
	text-align: right;
}

div.viceinfo a {
	font-weight: bold;
}
	
div#leftcontent {
	float: left;
	width: 241px;
}

div#novinka div.item {
	padding-bottom: 40px;
}

.graynews {
	color: #666666;
}

/************** LEVA VYPLN ****************/

div#levavypln {
	background: #ffffff url("../images/bg_levyokraj") repeat-y;
	float: left;
	width: 910px;

}


/******************* CONTENT **********************/


div#content {
	background: #fff;
	width: 650px;
	_height: 840px;		/* 840px */	
	margin: 0 0 0 241px;
	min-height: 840px;
	_margin-top: -840px;
}

div#hlavnitext p {
	padding-bottom: 10px;
}


div#hlavnitext a {
	font-weight: bold;
}

div#stin {
	background: url("../images/bg_stin.gif") no-repeat;
	height: 3px;
	margin-left: 2px;
	_margin-left: 11px;
}

div#flags {
	position: absolute;
	left: 600px;
	top: 25px;
	height: 40px;
}

div#flags #language_select table tbody tr td {
  width: 25px;
}

div#flags ul {
	padding: 0;
	margin: 0;
}

div#flags ul li {
	float: left;
	margin: 0 5px;
}


div#flags a img {
	border: none;
	padding-top: 1px;
}

div#hlavnitext {
	margin: 60px 0 0 59px;
	padding-right: 40px;
	text-align: justify;

}

div#hlavnitext img {
	border: 3px solid #d9d9d9;
}

div#contact {
	margin: 70px 0 0 59px;
}

div#contact p.contactus {
	font-weight: bold;
}

div#contact ul {
	margin: 20px 0 0 0;
	padding: 0;
}

div#contact a {
	font-weight: bold;
}

div#contact li {
	list-style-type: none;
}

/********* FOOTER **********/

div#footer {
	clear: both;
	background: url("../images/bg_paticka.gif") no-repeat;
	height: 28px;
	width: 910px;
	text-align: center;
	padding: 7px 0 10px 0;
	
}

div#path {
	color:#aaaaaa;
	font-weight: bold;
	margin-left: 10px;
}

div#path a{
	color:#aaaaaa;
	text-decoration: none;
	font-weight: bold;
}


/********* IEXPLORER \*/

*html div#content {
	position: relative;
	left: -11px;
	width: 669px;
}

*html div#hlavnitext {
	margin: 60px 0 0 59px;
}

*html div#lista {
	margin-left: 6px;
	margin-top: -8px;
}

/* konec IE 6*/















