/* CSS Document */
body {
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	color: black;
	margin: 0;
	font-size: 80%;
	padding: 0px;
	behavior: url("./csshover.htc");
/* WinIE behavior call */
	background-image: url(back_04.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d49e27;
}
#stranka {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -385px;
	background-image: url(hedr_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	border: 0px solid white;
	overflow: none;
	margin-bottom: 10px;
}
h1 {
	height: 195px;
	visibility: hidden;
}
#minh {
	border: 0px solid red;
	width: 1px;
	height: 600px;
	float: left;
}
#menu {
	width: 210px;
	border: 0px solid red;
	min-height: 200px;
	_height: 200px;
	float: left;
	margin-top: 10px;
}
#obsah {
	float: right;
	width: 550px;
	border-left: 2px dotted white;
	min-height: 600px;
	_height: 600px;
	margin-bottom: 2em;
}
#menu h2 {
	text-align: right;
	font-size: 155%;
	color: #E9FF8F;
	margin: 2px;
	padding: 0px;
	line-height: 1em;
}
#menu ul {
	margin: 0px 0.7em 15px 0.5em;
	text-align: right;
	font-size: 155%;
	color: #E9FF8F;
}
#menu ul li {
	text-align: right;
	list-style: none;
}
#menu li a {
	color: white;
	text-decoration: none;
	font-size: 90%;
}
#menu li a:hover {
	color: #D20000;
}
#obsah .p{
  width:500px;
	font-size: 120%;
	margin:0em 15px;
	text-align: justify;
}
#obsah .p h2 {
	font-size: 140%;
	padding: 0px;
	margin: 0 0.5em 0.3em 0;
	line-height: 1em;
	color: #D20000;
}
#obsah .p h3 {
	font-size: 110%;
	padding: 0px;
	margin: 0.5em 0.5em 0.5em 0;
	line-height: 1em;
	color: white;
}
#fotogalerie {
}
#fotogalerie  h2 {
	font-size: 150%;
	padding: 0px;
	margin: 0 15px 1em 15px;
	line-height: 1em;
	color: #D20000;
}
#fotogalerie .foto {
text-align: center;
	width: 161px;
	height: 161px;
	border: 0px solid #000000;
	float: left;
	margin: 0px 0px 3px 12px;
}
#fotogalerie .foto img {
	border: 4px solid white;
	margin: 0px;
}
#fotogalerie .foto a {
background-color: white;
	display: block;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000
}
#fotogalerie .foto img:hover {
	border: 4px solid #D20000;
}



.seznam{
padding:0px;
margin:15px;
color:white;
}

.seznam li{
font-weight: bold;
color:white;
margin-left:2em;
}


.seznam li a{
font-weight: bold;
color:#E9EAEA;
text-decoration: none;

}

/*.seznam:hover a{
color:#545555;

}*/

.seznam li a:hover{
	color: #D20000;
}


