body{
	margin: 0px; 
	padding: 0px;
	background-image: url("/images/bg.gif");
	background-repeat: repeat-x;
	background-color:#76a918;
}

#hlavni {
	width: 1200px;
	position: relative;
	background-image: url(../images/line.gif);
	background-repeat: repeat-y;
} 

#hlavicka {
	width: 1200px;
	height: 243px;
	position: relative;
}

#hlavicka .top01 {
	background: url("/images/top01.jpg");
	width: 1200px;
	height: 211px;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0px;
}

#hlavicka .top02 {
	background: url("/images/top02.gif");
	width: 1200px;
	height: 32px;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0px;
}

#levy {
	width: 286px;
	position: absolute;
	text-align: left;
	left: 0px;
}

#stred {
	background-color: #191919;
	width: 701px;
	position: relative;
	left: 286px;
	float: left;
	min-height: 400px;
}

#pravy {
	background-color: #000000;
	background-image: url(../images/right.jpg);
	width: 213px;
	height: 507px;
	position: absolute;
	float: right;
	left: 987px;
}

#bottom{
	width: 1200px;
	height: 239px;
	position: relative;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008c9b;
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
}

