/* Zaklad */
BODY {
	font-size : 13px;
	color : black;
	font-family : Arial;
	background-color : #000000;
}

#case {
	width : 750px;
	background-image : url(bgr.png);
	background-repeat : repeat-y;
	height : auto;
	float: center;
}

#obal {
	width : 1020px;
	height : auto;
	float: center;
}


h2 {
	color: #ffcc00;
}

#head {
	text-align: left;
	width : 750px;
	background-image : url(head.png);
	height : 330px;
	color: #000000;
	background-repeat : no-repeat;
}

#right {
	text-align: center;
	width: 308px;
	margin: 0px;
	margin-left: 2px;
	float: right;
}

#area {
	float : left;
	width : 700px;
	text-align : left;
	padding-left: 20px;
	margin : 10px;
	height : auto;
	color: White;
}

#menu {
	text-align: right;
	float: right;
	width : 620px;
	height : 40px;
	padding-top: 30px;
	padding-right: 50px;
}

#end {
	height: 35px;
	background-image : url(end.png);
	background-repeat : no-repeat;
	color: white;
	text-align: center;
	width : 750px;
	padding-top : 40px;
}

#aktualne {
	text-align: left;
	float: right;
	width: 230px;
	height: 110px;
	padding-top: 60px;
	padding-right: 30px;
	color: White;
	font-size: 17px;
}

#delka {
	border : 0 none;
	margin : 0;
	padding : 0;
	float : none;
	clear : both;
	width : 0;
	height : 0;
	line-height : 0;
	font-size : 0;
}

a {
	color : white;
	text-decoration : none;
	font-weight : normal;
	font-size : 14px;
}

a:hover {
	color : white;
	text-decoration : underline;
	font-weight : normal;
}

.galerie {
	color: white;
	font-size : 16px;
	font-weight: bold;
}

.galerie:hover {
	color : white;
	text-decoration : underline;
	font-size : 16px;
	font-weight: bold;
}

/* Diskuse */
#kniha {
	text-align : left;
	width : 99%;
	padding : 0 5px 5px 5px;
}


.jmeno {
	color : white;
	font-weight : bold;
	font-size : 12px;
	padding : 2px 0 2px 10px;
}

.vypis {
	padding : 2px 5px 6px 5px;
	font-size : 12px;
}

.kniha_hlavicka {
	background-color : #000000;
}

.tabulka_vypis a {
	font-size : 10px;
}

.tabulka_vypis a:hover {
	font-size : 10px;
}

.datum {
	color : #ffcc00;
	font-size : 12px;
	padding : 2px 10px 2px 0;
}

.akt {
	text-decoration : none;
	color : gray;
	font-size : 15px;
	padding : 2px;
}

.akt:hover {
	color : ButtonShadow;
}

.neakt {
	display : none;
}

.prispevky {
	text-align : right;
	display : block;
}

#upozorneni {
	display : block;
	border : 2px dashed red;
	padding : 2px;
	color : white;
}

.http {
	font-size : 10px;
}

#kniha b {
	color : #000000;
}

.tabulka_vypis {
	text-align : left;
	border-left : 1px solid #4c4a4c;
	border-right : 1px solid #4c4a4c;
	border-bottom : 1px solid #4c4a4c;
	background-color : #bf0101;
	width : 99%;
	padding-bottom : 15px;
}

.TlacitkoOdeslat{
	border:1px solid #BFBFBF;
	background-color:#e6ecf0;
	font-size:10px;
}

/* Foto */
#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{ 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{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	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{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


