* {
	margin: 0;
	padding: 0;
}
br.cleaner {
	clear: both;
}
body {
	background-color: #CCFFCC;
	text-align: center;
	font-family: Geneva, Tahoma, Arial, Helvetica, sans-serif;
}
div#page {
  background-color: #016101;
	width: 700px;
	height: 760px;
	margin: 0 auto;
	text-align: left;
}
div#banner {
	width: 700px;
	height: 171px;
	position: relative;
	background: url('banner.jpg') no-repeat top center;
}
a#zahlavi_odkaz {
	display: block;
	width: 700px;
	height: 170px;
}
div#menu {
	width: 700px;
	height: 30px;
	font-size: 80%;
	background-color: black;
	position: absolute;
	top: 171px;
}
div#menu ul li {
	list-style: none;
	float: left;
}
div#menu ul li a {
	text-decoration: none;
	margin: 8px 2px 0 17px;
	float: left;
	color: white;
	font-weight: bold;
	text-align: center;
}
div#menu ul li a:hover {
	color: #01A501;
}
div#obsah {
	width: 670px;
	padding: 15px;
	min-height: 529px;
	height: auto;
	_height: 529px;
	margin-top: 30px;
	float: left;
}
div#obsah h1 {
  text-align: right;
	color: red;
	font-size: 90%;
	font-weight: bold;
	margin-top: -2px;
	margin-bottom: 15px;
}
div#obsah h2 {
	color: white;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 10px;
}
div#obsah h3 {
	color: white;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
}
div#obsah h4 {
	color: white;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 10px;
}
div#obsah p {
	text-align: justify;
	font-size: 80%;
  	color: white;
  	margin-bottom: 7px;
  	line-height: 120%;
}
div#obsah ul {
	margin-left: 35px;
	margin-top: 8px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 80%;
	color: white;
}
div#obsah li {
	margin-bottom: 5px;
}
div#obsah a {
	font-weight: bold;
	color: #CCFFCC;
}
div#obsah a:hover {
	color: #01A501;
}
div#bottom {
	width: 700px;
	height: 18px;
	background-color: #016101;
	margin-top: 10px;
	margin-bottom: 15px;
}
div#bottom p {
	font-size: 70%;
	font-weight: normal;
	text-align: center;
	color: #01A501;
	margin-top: 3px;
}

