/* definice stylů */

/* Rámec */
body {
 margin:0; padding:0;
 background: #CCC;
 font-family: 'Arial', 'Helvetica', Arial, sans-serif;
 font-size:small;
 color: #333;
/* text-indent:5px;*/
 text-align:center;
}

.flleft {
 position:relative;
 float:left;
}

.flright {
 position:relative;
 float:right;
}

.clear {
 clear:both;
}

p {
 width:85%;
}

li {
 list-style-image:url(images/point.gif);
}

#env1 {
 margin:5px auto;
 width:950px;
 text-align:left;
 border:solid #000 1px;
 background:#FFF;
}

p {
 margin:0; padding:0;
}

/* Hlavicka */
#title {
 margin:0; padding:0;
 width:950px; height:124px;
 background: url(images/title.png) no-repeat;
}

#toplogo {
 position:relative; top:10px; left:50px;
 border:0;
}

#title h1 {
 position: relative; top: 15px; left:20px;
 margin-left:8px;
 font-size:14px;
 color:#B33535;
}

#mainmenu {
 position:relative;
 background: url(images/bg-mmenu2.png) top center repeat-x;
 height:32px; width:950px;
}

#mainmenu ul {
 position:relative; top:9px;
 display:inline;
 margin:0; padding:0;
}

#mainmenu li {
 display:inline;
 list-style-image:none;
}

#mainmenu li a {
 color:#FFF;
 font-weight:bold;
 text-decoration:none;
 padding: 10px 5px;
 margin: 10px 60px;
}

#mainmenu li a:hover {
 color:#B33535;
}

#env2 {
 background:#FFF;
}

#submenu {
 width:200px;
 float:left;
}

#submenu ul {
 display:block;
 margin:0; padding:10px 2px;
}

#submenu li {
 display:block;
 width:160px;
 list-style-image:none;
 background: url(images/bg-submenu.png) top no-repeat;
 margin:5px 0;
 padding:5px 0;
}

#submenu li a {
 color:#B33535;
 font-weight:bold;
 text-decoration:none;
 padding: 10px;
 margin: 10px;
}

#submenu li a:hover {
 color:#000;
}

#submenu p, p a {
 margin-left:9px;
 color:#555;
 font-size:x-small;
 font-weight:bold;
}

#hlavni {
 margin-left:200px;
}

#submenu p, p a {
 color:#555;
 font-size:small;
 font-weight:normal;
}

#hlavni h1 {
 position:relative;
 background: url(images/bg-mmenu3.png) top center repeat-x;
 width:90%;
 font-size:medium;
 color:#FFF;
 padding:3px;
}

#hlavni h2 {
 position:relative; clear:both;
 background: url(images/bg-mmenu.png) top center repeat-x;
 font-size:small;
 padding:2px;
 text-indent:5px;
}

#hlavni p {
 text-indent:5px;
 margin-bottom:7px;
}

.bloky {
 text-align:center;
 padding:0;
}

#hlavni .blok {
 position:relative; float:left;
 width:215px;
 margin:10px; padding:0;
 text-align:justify;
 border:1px solid #CCC;
 background: url(images/bg-box.jpg) right bottom no-repeat;
 list-style-image:url(images/point.gif);
}

#hlavni .blok h2 {
 margin:0; padding:4px;
 background: url(images/bg-mmenu.png) top center repeat-x;
}

#hlavni .blok p {
 padding:2px;
 margin:2px;
 text-indent:0;
}

#hlavni .blok ul {
 padding:0 8px;
 margin:0;
 /*padding:0;*/
}

#hlavni .blok li {
 margin:5px 18px; padding-left:10px;
 list-style-position:outside;
 text-align:left;
}


#hlavni .rightdekor {
 float:right;
 padding-right:85px;
}

#referimg {
 text-align:center;
}

#referimg img {
 border: ridge #BBF 4px;
 margin:2px 15px;
}

#logomont {
 position:relative;
 float:right;
 margin:20px 30px;
}

#typzahr {
 padding:20px;
}

#typzahr img {
 margin:20px;
 padding:2px;
}

#pata {
 clear:both;
 background:url(images/bg-pata.png) repeat-x;
 height:17px;
 font-size:10px;
 font-weight:bold;
 text-align:right;
}

#pata a {
 font-size:10px;
}

/*---- LIGHT BOX --------------*/

#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(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/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; }


