body{
	margin: 0px; 
	padding: 0px;
	background-image: url("/images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #cae0f7;
	font-family: Arial, Helvetica, sans-serif;	
}

#hlavni {
	background-color: #FFFFFF;
	width: 850px;
	border: 0px;
	margin-top: 0px;
	position: relative;
	padding: 10px;
} 

#hlavicka{
	background-color: #FFFFFF;
	width: 820px;
	height: 170px;
	position: relative;
}

#hlavicka .top01{
	background-color: #FFFFFF;
	width: 820px;
	height: 20px;
	position: relative;
	left: 0px;
	text-align: left;
	font-size: 11px;
	color: #5079b9;
	padding-left: 10px;
}

#hlavicka .top02{
	background: url("/images/banner_1.jpg");
	width: 820px;
	height: 150px;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0px;
	float: right;
}


#levy {
	background-color: #FFFFFF;
	width: 220px;
	position: absolute;
	top: 210px;
	text-align: left;
	padding: 0px;
	left: 30px;
}

#stred {
	background-image: url("/images/bg-stred.gif");
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 550px;
	position: relative;
	left: 105px;
	height: auto;
	top: 30px;
	text-align: left;
	padding: 25px 0px 0px 35px;
}

#stred2 {
	background-image: url("/images/bg-stred.gif");
	background-repeat: repeat-y;
	/*background-color: #000000;*/
	width: 620px;
	position: absolute;
	left: 0px;
	height: auto;
	top: 0px;
	text-align: left;
	padding: 2px 0px 0px 5px;
}

#stred-admin {
	background-color: #FFFFFF;
	width: 820px;
	position: relative;
	left: 0px;
	height: auto;
	top: 30px;
	text-align: left;
	padding: 5px 0px 0px 0px;
}

#bottom{
	background: url("/images/bottom.jpg");
	background-repeat: no-repeat;
	width: 820px;
	height: 42px;
	padding: 0px;
	position: relative;
	left: 0px;
	margin-top: 55px;
	margin-bottom: 10px;
}

