body{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background:#ACACAC;
}

a img{
	border: none;
}


#container{
	width: 934px;
}

#hlavicka{
	background-color: #acacac;
	text-align: right;
	padding: 15px 40px;
	border-bottom: Solid White 3px;
	text-transform: uppercase; 

}

#hlavicka a{
	text-decoration: none;
	padding: 0 15px;
	color: White;
	background: url(img/odr.gif) right no-repeat;
}

#hlavicka form{
	display: inline;
	color: White;
	margin-left: 15px;
}	
#hlavicka form input{
	vertical-align: middle;
}

#hlavicka label{
	padding-right: 10px;
}

#hlavicka a:hover{
	text-decoration: underline;
}

#obsah{	
	position: relative;
	height: 418px;
	overflow: hidden;
	background-image: url(img/bg-home1.jpg);
}
#logo{
	display: block;
	position: absolute;
	left: 24px;
	top: 27px;
}
#zakaznik{
	display: block;
	position: absolute;
	left: 537px;
	top: 56px;
}
#firmy{
	display: block;
	position: absolute;
	left: 738px;
	top: 56px;
}

#banner{
	position: absolute;
	right: 41px;
	top: 246px;
	height: 138px;
	width: 477px;
	border: 1px solid white;
}

#novinky{	
	position: relative;
	height: 179px;
	background-image: url(img/bg-home2.jpg);
	font-size: 0.8em;
	color: #787878;
}

#anketa{
	position: absolute;
	left: 20px;
	top: 35px;
	height: 100px;
	width: 300px;
}

#novinky h2{
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}

#novinky a{
	text-decoration: none;
	color: Red;
}
#novinky a:hover{
	text-decoration: underline;
}

#novinky img{
	border: 1px solid #a9a9a9;
	padding: 1px 1px;
	float: left;
	margin-right: 10px;
}
#aktualita1{
	position: absolute;
	left: 410px;
	top: 40px;
	height: 100px;
	width: 200px;
}
#aktualita2{
	position: absolute;
	left: 670px;
	top: 40px;
	height: 100px;
	width: 200px;
}

#archiv{
	position: absolute;
	left: 720px;
	top: 130px;
	font-size: 1.2em; 
	font-weight: bold;
}

#copyright{
	color: #7E7E7E;
	text-align: center;
	background-color: #d2d2d2;
	padding: 5px 0;
	border-top: 2px solid white;
	border-bottom: 3px solid white;
	font-size: 0.9em;
}

#copyright a{
	color: #7e7e7e;
}

#paticka{
	height: 59px;
	background-color: rgb(172,172,172);
}



input.tlacitko{
	background: url(img/button-hledani.gif) no-repeat;
	border: none;
	width: 23px;
	height: 20px;
}

.datum{
	color: #555555;
}


