body {
	background-color: #A5C2F1;
	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: 0px 5px 0px 5px;
	padding: 5px 0px 0px 0px;
	height: 120px;
	font-weight: bold;
	font-size: 15px;
	color: Black;
	text-align: center;
/*	border: 1px solid Black;*/
}
#obal {
	position: absolute;
	overflow: auto;
	top: 122px;
	left: 0px;
	right: 0px;
	bottom: 10px;
/*	border: 1px solid Black;*/
	margin: 5px 5px 0px 5px;
	padding: 10px;
}
#obsah {
	overflow: hidden;
	line-height: 150%;
}
/*#navigace {
	position: absolute;
	overflow: hidden;
	top: 76px;
	left: 0px;
	right: 0px;
	margin: 0px 5px 0px 5px;
	padding: 5px 10px 10px 10px;
	color: Black;
	text-align: left;
#	border: 1px solid Black;
	z-index: 1;
	height: 35px;
}
#navigace1 {
	position: absolute;
	overflow: hidden;
	top: 37px;
	left: 10px;
	width: 80px;
	padding: 10px 10px 10px 5px;
	text-align: center;
	border: 2px solid White;
	border-radius: 20px;
	z-index: 1;
}*/
#hlavicka a {
	font-size: 12px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
	width: 80px;
	padding: 0px;
	margin: 0px;
}
#navigace1 a {
	display: block;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
	width: 80px;
	padding: 0px;
	margin: 5px;
}
#hlavicka .ano, #navigace1 .ano {
	background-color: #DCDCDC;
}
#hlavicka a:hover, #navigace1 a:hover {
	color: Red;
}
.zvyrazni {
	color: Red;
	background-color: Silver;
	font-weight: bold;
}
a {
	font-size: 15px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
#obsah img {
	margin: 10px 10px 10px 10px;
	border: 0px;
}
.kurziva {
	font-style: italic;
}
.tucny {
	font-weight: bold;
}
.cislo {
	font-weight: bold;
	border: 1px solid Black;
	background-color: Yellow;
	padding: 2px 0px 0px 0px;
}
