/* zobce.CSS */
div#galerie {
	background-color: #663300;
	width: 180px;
	border: thin outset #CCCC99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
	line-height: normal;

}
div#txtmenu {
	background: #CCCC99;
	width: 180px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	border: thin outset #CCCC99;
	list-style: none;
}
div#txtmenu a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
div#logo {
position: absolute;
top: 25px;
left: 200px;
width: 703;
height: 156;
z-index: 3;
}


div#horlist {
position: absolute;
width: 704px;
left: 200px;
background-color: #663300;
z-index: 4;
border-top: 2px outset #CCCC99;
border-left: 2px solid #CCCC99;
border-right: 2px solid #CCCC99;
border-bottom: 2px inset transparent;
}
div#dollist {
	position: absolute;
	width: 704px;
	height: 2px;
	left: 200px;
	top: 140px;
	background-color: #000000;
	z-index: 5;
	background-image: url(../images/bgzo.png);
	border: medium outset #CCCC99;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
}
div#maintext {
	position: absolute;
	left: 354px;
	top: 155px;
	width: 550px;
	z-index: 4;
	padding: 10px;
	background-image: url(../images/bgzo.png);
	border: medium outset #CCCC99;
}
div#obrazky {
	position: absolute;
	left: 200px;
	top: 158px;
	width: 155px;
	padding: 8px;
	z-index: 4;
	border: medium outset #CCCC99;
	background-image: url(../images/bgzo.png);
}
li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	list-style: outside;
}
li a:hover {
	text-decoration: underline;
	font-weight: bold;
}
div#obrzo {
	display: block;
	position: absolute;
	width: 155px;
	max-height: 100%;
	min-height: 200px;
	background-color: #CCCC99;
	z-index: 3;
	top: 198px;
	left: 200px;
	border-top: medium inset #CCCC99;
	border-right: medium inset #666666;
	border-bottom: medium inset #FFFFFF;
	border-left: medium inset #FFFFFF;
	overflow: auto;
}