* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #807659;
	background-color: #FFFFFF;
}
#hlavni {
	margin: auto;
	width: 900px;
	background-color: #CC9966;
}
h1 {
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee8aa;
	padding-left: 20px;
        color: #FFF9E6;
}

h1 a {
	color: #eee8aa;
	text-decoration: none;
}
#text {
	float: right;
	width: 500px;
	padding-left: 5px;
        padding-right: 140px;
}
#text p {
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: justify;
	text-indent: 20px;
	line-height: 90%;
	color: #f5deb3;
	background-color: #CC9966;
}
#text h2 {
	background-color: #FFF9E6;
	color: #eee8aa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#text h3, #text h4 {
	color: #eee8aa;
	padding-top: 10px;
	padding-left: 15px;
        border-bottom-width: 1px;
	border-bottom-style: solid;
}
#strana {
	float: left;
	width: 185px;
	padding-left: 5px;
	background-color: #eee8aa;
	margin-left: 15px;
	padding-right: 10px;
        padding-bottom: 2px;
}
#stranatwo {
        float: left;
	width: 150px;
	padding-left: 5px;
	background-color: #eee8aa;
        margin-top: 20px;
	margin-left: 378px;
	padding-right: 10px;
        padding-bottom: 2px;
     
}
#strana h3 {
	color: #FFF9E6;
}
dl {
	color: #CC9966;
	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: #eee8aa;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
        
}
menu li {
	height: 25px;
}

menu li a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #807659;
	text-decoration: none;
	background-color: #eee8aa;
	padding-right: 5px;
	padding-left: 5px;
}
menu li a:hover {
	text-decoration: underline;
	background-color: #CC9966;
	color: #d2b48c;
}
.cleaner {
	clear: both;
	height: 0px;
	overflow: hidden;
	content: '';
	visibility: hidden;
}
small#pata {
	display: block;
	text-align: right;
	padding-right: 20px;
	color: #eee8aa;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 5px;
}
#pata a {
	color: #eee8aa;
}
#pata a:hover {
	color: #d2b48c;
}
a {
	color: #807659;
	text-decoration: underline;
}
a:hover {
	color: #d2b48c;
	text-decoration: underline;
}
#text p.vyrazny {
        color: #807659;
	background-color: #eee8aa;
	padding: 2px;
}
#text p.vyraznytwo {
        color: #807659;
	background-color: #f5deb3;
	padding: 2px;
}
#text ul.vyrazny {
        color: #807659;
	background-color: #eee8aa;
	padding: 2px;
}
ul {
	color: #807659;
	padding: 10px;
	list-style-type: square;
}
ul li {
	line-height: 100%;
        
}
.invisible {
	display: none;
}

