﻿html, body, h1, h2, h3, ul, li, p, div {
margin:0;
padding:0;
}

body {
background-color:black;
color:black;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

img {
border:0;
margin:0 12px 10px 0;
float:left;
}

.zero {
margin:0;
float:none;
}

h1 {
font-size:20px;
margin:0 40px 10px 40px;
}

h2 {
font-size:15px;
margin-bottom:10px;
}

.pad {
padding-left:40px;
}

p {
margin:0 45px 10px 40px;
text-align:justify;
}

.red {
border:1px solid red;
background-color:white;
color:red;
padding:10px;
}

table {
margin:0 45px 10px 40px;
}

#content {
width: 800px;
margin: 0 auto;
}

#header {
width: 800px;
height: 200px;
position: relative;
background-image:url('images/header.png');
}

#menu {
width:750px;
height:35px;
margin-top:143px;
margin-left:28px;
position: absolute;
}

#navbar {
   margin: 0;
   padding: 0;
   height: 1em; }
#navbar li {
   list-style: none;
   width: 74px;
   text-align: center;
   _text-align: left; /* For IE6 only */
   float: left; }
#navbar li a {
   display: block;
   padding: 10px;
   color: black;
   text-decoration: none; }
#navbar li a:hover, #navbar li:hover a {
   background-color:yellow; }
#navbar li ul {
   display: none; 
   width: 110px; } /* Width to help Opera out */
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li {
   float: none; 
   width: 110px; }
#navbar li:hover li a, #navbar li.hover li a {
   padding:5px 10px ;
   background-color:#555555;
   text-align: left;
   width: 110px;
   font-size:11px;
   color: white; }
#navbar li li a:hover {
   background-color: #c0c0c0;
   color: black; }
   
#main {
width: 800px;
float: left;
background-image:url('images/bg.png');
background-repeat:repeat-y;
}

#main a {
color:black;
font-weight:bold;
}

#main ul {
padding-left:60px;
padding-bottom:15px;
}


.box_left {
background-color:#666666;
color:white;
width:327px;
height:155px;
float:left;
margin:10px 10px 10px 40px;
padding:10px;
text-align:justify;
}

.box_right {
background-color:#666666;
color:white;
width:327px;
height:155px;
float:right;
margin:10px 45px 10px 10px;
padding:10px;
text-align:justify;
}

.right {
float:right;
margin:0 0 10px 10px;
}

.zdroj {
text-align:right;
}

.whitebox {
height:565px;
background-color:white;
text-align:center;
padding-left:150px;
padding-top:15px;
}

.tmnt {
background-color:#666666;
color:white;
width:690px;
height:120px;
float:left;
margin:10px 10px 10px 40px;
padding:10px;
text-align:justify;
}

.mk {
background-color:#666666;
color:white;
width:685px;
height:250px;
float:left;
margin:10px 10px 10px 45px;
padding:10px;
text-align:justify;
}

.knihy {
background-color:#666666;
color:white;
width:690px;
height:130px;
float:left;
margin:10px 10px 10px 40px;
padding:10px;
text-align:justify;
}


#footer {
width: 800px;
float: left;
background-image:url('images/footer.png');
padding-top:45px;
padding-bottom:10px;
color:white;
text-align:center;
}

/* LIGHTBOX 2 */

#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; }


