body{
	background-color:#FFFFFF;
	margin: 0px; 
	padding: 0px;
}

#hlavni {
	width: 850px;
	border: 0px;
	margin: auto;
	position: relative;
	margin-top: 20px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
} 

#hlavicka{
	width: 850px;
	height: 60px;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	border-color: #000000;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

#hlavicka .hlavickaleva{
	width: 370px;
	position: relative;
	text-align: left;
	float: left;
	padding: 0px;
	/*background-color:#0FFF66;*/
}

#hlavicka .hlavickaprava{
	width: 470px;
	position: relative;
	text-align: left;
	float: right;
	margin-top: 25px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	/*background-color:#FFFF66;*/
}

#stred {
	background-color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	width: 850px;
	position: relative;
	left: 0px;
	clear: both;
}

#foot {
	background-color: #FF6F00;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 850px;
	position: relative;
	left: 0px;
	height: 20px;
	top: 0px;
	text-align: center;
	margin-top: 0px;
	padding-top: 5px;
	clear: both;
}

#bottom {
	clear: both;
}

