body, bofy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x #000000;
	font-size: 0.8em;
	color: #000000;
}
* {
	border: 0;
	margin: 0;
	padding: 0;
}
#web {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
}
#logo {
	width: 760px;
	height: 164px;
}
#hlavniMenu {
	width: 760px;
	background: url(images/bg2.jpg) repeat-x #89664a;
	height: 36px;
}
#obsah {
	text-align: justify;
	padding-top: 20px;
	width: 760px;
	background: url(images/bg3.jpg) repeat-y #d7b379;
}
#obsah p {
	padding-left: 25px;
	padding-right: 25px;
}
#odchovy p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
#patka {
	width: 760px;
	clear: both;
	background: url(images/patka.jpg) no-repeat #d7b379;
	height: 116px;
	text-align: right;
	font-size: 0.75em;
}
#patka p {
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 75px;
}
/**/
ul#hlavniMenu, ul {
	color: 000000;
	list-style-type: none;
}
ul#hlavniMenu ul {
}
ul#hlavniMenu li {
	float: left;
}
ul#hlavniMenu a {
	line-height: 36px;
	text-align: center;
	width: 108px;
	height: 36px;
	display: block;
	font-weight: bold;
}
ul#hlavniMenu ul a {
	line-height: 28px;
	text-align: left;
	width: 217px;
	height: 28px;
	border-bottom: 1px solid #432711;
	border-left: 1px solid #432711;
	border-right: 1px solid #432711;
	padding-left: 2px;
	background-color: #89664A;
	font-size: 0.85em;
}
ul#hlavniMenu ul a:hover {
	background: #d7b379;
	color: #000000;
}
ul#hlavniMenu ul {
	position: absolute;
	visibility: hidden;
}
ul#hlavniMenu li:hover ul, ul#hlavniMenu li.hover ul {
	visibility: visible;
}
ul#hlavniMenu li li {
	float: none;
	border: none;
	padding: 0;
}
ul#hlavniMenu li {
	behavior: url(hover.htc);
/* Protože IE nedodržuje CSS standarty, aby bylo rešení funkcní, použijeme tento *.htc soubor */
}
/**/
h1 {
	font-size: 1.6em;
	text-align: center;
	margin: 15px 0px 15px 0px;
}
h2 {
	font-size: 1.3em;
	text-align: center;
	margin: 15px 0px 15px 0px;
}
h3 {
	font-size: 1.3em;
	text-align: center;
	margin: 15px 0px 15px 0px;
}
h4 {
	font-size: 1.2em;
	text-align: left;
	margin: 0px 0px 0px 35px;
}
h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
img {
	vertical-align: middle;
	margin: 15px 0px 15px 0px;
}
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption {
	float: left;
}
#keyboardMsg {
	float: right;
}
#closeButton {
	top: 5px;
	right: 5px;
}
#lightbox img {
	border: none;
	clear: both;
}
#overlay img {
	border: none;
}
#overlay {
	background-image: url(images/overlay.png);
}
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

