body {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 13px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-weight: bold;
}
#hlavicka {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 5px 5px 0px 5px;
	padding: 0px;
	height: 85px;
	background-color: White;
	font-weight: bold;
	font-size: 35px;
	color: Black;
	text-align: center;
	border: 1px solid Black;
	background-image: url(obrazky/hlavicka.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#obal {
	position: absolute;
	overflow: auto;
	top: 110px;
	left: 0px;
	right: 0px;
	bottom: 10px;
	border: 1px solid Black;
	margin: 0px 20px 0px 100px;
	padding: 20px 10px 10px 40px;
}
#obsah {
	overflow: auto;
}
#navigace {
	position: absolute;
	overflow: hidden;
	top: 85px;
	left: 20px;
	width: 90px;
	padding: 10px 10px 10px 10px;
	background-color: White;
	color: Black;
	text-align: left;
	border: 1px solid Black;
	z-index: 1;
}
#navigace1 {
	position: absolute;
	overflow: hidden;
	top: 85px;
	left: 150px;
	width: 400px;
	padding: 5px 10px 10px 10px;
	background-color: White;
	color: Black;
	text-align: center;
	border: 1px solid Black;
	z-index: 1;
	height: 35px;
}
#navigace a {
	display: block;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
	width: 90px;
	padding: 0px;
	margin: 5px;
}
#navigace .ano, #navigace1 .ano {
	background-color: #DCDCDC;
}
#navigace a:hover, #navigace1 a:hover {
	color: Red;
}
#navigace1 a {
	font-size: 12px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 10px 5px 0px 5px;
}
.zvyrazni {
	color: Red;
	background-color: Silver;
	font-weight: bold;
}
#obsah a {
	font-size: 15px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
