body{
	background-color: #efefef;
	color: #000000;
	font-family: Geneva, Verdana, Arial, lucida, sans-serif;
	font-size:13px;
}

#kol_kolem
{
	width:810px;
	height:auto;
	margin:auto;
	background-image:url(img/kontejner_shadow.gif);
	background-repeat:repeat-y;
}

#kontejner{
	width:800px;
	height:auto;
	margin:auto;
	text-align:left;
}

#banner{
	width: 800px;
	height: 240px;
	background-image: url(img/f_banner.png);
}

#banner h1{
	display:none;
}

#banner a {
	width: 700px;
	height: 220px;
	text-decoration: none;
	border:0px;
}
#banner a:visited {
	display: block;
}

#banner_top_bg{
	margin: 10px auto 0 auto;
	height:27px; 
	width:810px;
	background-image: url(img/f_banner_top.png);
}

#horni_menu{
	height: 32px;
	background-image: url(img/menu_bg_g.jpg);
	font-size:18px;
	line-height: 32px;
	text-align:right;
}

#horni_menu a, #horni_menu a:visited{
	color: #fff;
	background-color: #0000DD;
	background-image: url(img/menu_bg_g.jpg);
	padding: 5px 12px 5px 12px;
	text-decoration:none;
}

#horni_menu a:hover{
	color: #fff;
	background-color: #3333FF;
	background-image: url(img/menu_bg_hover_g.jpg);
	text-decoration:none;
}

#obsah{
	color: #000000;
	background: #fff;
	padding:0 10px 0 10px;
}

#obsah h2{
	background-color: inherit;
	margin:10px 0 10px 0;
	color: #10ad39;
	border-bottom: #AAAAAA 1px dashed;
	font-size: 18px;
}

#obsah p{
	font-size:13px;
	text-align: justify;
}

#paticka{
	color: #666;
	clear:both;
	padding:5px 5px 5px 0; 
	border-top: 1px solid #cdcdcd;
	background-color:#dedede;
	text-align:center;
	font-size:smaller;
}

#paticka a, #paticka a:visited{
	color: #666;
	background-color: inherit;
	text-decoration: underline;
}

#paticka a:hover{
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

#paticka_bg{
	margin:auto;
	height:5px; 
	width:810px;
	background-image: url(img/kontejner_shadow_bottom.gif);
}

#obsah a, #obsah a:visited{
	color: #05c305;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

#obsah a:hover{
	color:#069e06;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

.kontakt, .formular { /* Tabulka */
	border: 1px solid black;
	font-size:13px;
	padding:0px;
	margin-bottom:10px;
}

.kontakt th{
	text-align: left;
}

.formular th{
	text-align: left;
	border-right: 1px solid black;
	padding-right:10px;
}

.formular td{
	text-align: left;
	padding-left:3px;
}

.mapa {
	float:right
}

img {
	border:0px;
}
.mapa img{
	margin-left: 20px;
}

.clear{
	clear:both;
}

.fotogalerie{
	text-align:center;
	margin:0px auto 10px auto;
	border: 1px solid #bcbcbc;
	padding: 0px 5px 5px 5px;
}

.fotogalerie img{
	padding-top:15px;
}

.popis{
	background-color: inherit;
	color: #6a6a6a;
	font-style:italic;
}

.chyba{
	color: #FF0000;
	font-weight:bold;
}

.ok{
	color:#12EC34;
	font-weight:bold;
}

/** LIGHTBOX**/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{color:inherit; position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{color:inherit; font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{ background-color:inherit;	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ color:inherit; position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

