{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
#hlavni {
	;margin: auto;
	width: 800px;
	background-color: rgb(240, 255, 240);
}
h1 {
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	padding-left: 0px;
}

h1 a {
	color: #4E819C;
	text-decoration: none;
}
#text {
	float: right;
	width: 500px;
	padding-right: 25px;
	padding-left: 5px;
}
#text p {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
	text-indent: 0px;
	line-height: 110%;
	color: #000000;
	background-color: rgb(240, 255, 240);
}
#text h2 {
	background-color: rgb(240, 255, 240);
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#text h3 {
	color: #006600;
	padding-top: 5px;
	padding-left: 0px;
}
#text h4 {
color: #006600;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
}

#strana {
	float: left;
	width: 195px;
	padding-left: 10px;
	background-color: #807659;
	margin-left: 15px;
	padding-right: 10px;
}
#strana h3 {
	color: #FFF9E6;
}
dl {
	color: #FFF9E6;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 80%;
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 15px;
	padding-bottom: 5px;
}

menu {
	list-style-type: none;
        background-color: rgb(75, 245, 75);
        padding-top: 5px;
        padding-bottom: 10px;
        border-bottom: 0px ;
}
menu li {
	height: 25px;
}

menu li a {
	padding: 5px;
        display: block;
        color: rgb(0, 0, 0);
        text-decoration: none;
        background-color: rgb(75, 245, 75);
}
menu li a:hover {
	text-decoration: underline;
font-weight: normal;
	background-color: #FFFFFF;
	color: #006600;
}
.cleaner {
	clear: both;
	height: 0px;
	overflow: hidden;
	content: '';
	visibility: hidden;
}
small#pata {
	display: block;
	text-align: right;
	padding-right: 20px;
	color: #006600;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 5px;
}
#pata a {
	color: #006600;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
        text-decoration: underline;
font-weight: bold;
               	color: #006600;
}
#text p.vyrazny {
	background-color: #99FF99;
	padding: 5px;
}
ul {
	color: #000000;
	padding-right: 10px;
	list-style-type: square;
}
ul li {
	line-height: 120%;
}
.invisible {
	display: none;
}










