body,html 
{
	margin:0; padding:0;
	height:100%;
	_overflow:hidden;
	}

body 
{
	background-color: #F4FFE4;
	background-image: url(../img/vodoznak.jpg);
	background-attachment: fixed;
	}

#obsah
{
 margin: 0; 
 padding-top: 0px; 
 height:100%; 
 overflow: visible; 
 _overflow: auto;
	}
	
#text 
{
	margin:0px;
	padding: 137px 45px 45px 245px;
	text-align: justify;
	font-size:17px;
	}

#menu
	{
	position:fixed;
	_position:absolute;
	top:107px;
	left:0px;
	margin:0;
	padding:0;
	width:200px;
	height:100%;
	border:3px solid #808000;
	background-color: #005B32;
	}
	
#hlavicka 
{
	position:fixed;
	_position:absolute;
	top:0px;
	_left: -16px;
	margin:0;
	padding:0;
	width:100%;
	height: 114px;
	z-index:9;
	border-bottom:5px solid #808000;
	background-color: #FFFFFF;
	}
	
#obsah-hlavicka
{
	position:relative;
	} 

#img-left{
	position:absolute;
	background-image: url(../img/img-hlavni-stranka/images-left.jpg);
	width: 232px;
	height: 113px;
	float: left;
	margin-left: 1.5px;
}



#img-right {
	position:absolute;
	background-image: url(../img/img-hlavni-stranka/images-right.jpg);
	width: 232px;
	height: 113px;
	float: none;
	top: 0px;
	margin: 0;
	right: 0.5pt;
}
#img-center {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/img-hlavni-stranka/logo.jpg);
	width: 100%;
	height: 113px;
	background-position: center;
	background-repeat: no-repeat;
}

#listy {
	border-top: 1px none #808000;
	border-left: 1px none #808000;
	border-bottom: 1px none #808000;
	border-right: 1px none #808000;
	border: 1.5px solid #808000;
}

.tucne {
	color: #808000;
	font-weight:bold;
	
}