body {
	BACKGROUND-IMAGE: url(images/poz.jpg);
	BACKGROUND-REPEAT: no-repeat;
	background-position: left top;
	background-color: #A0A9B3;
   padding-top: 20px;
}

#container {
	border: 1px solid #800000;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: white;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#header {
  width: 760px;
  height: 145px;
  
}

#logo {
	width: 300px;
	background: url(images/title.gif) no-repeat;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	height: 93px;
	color: white;
	padding-top: 29px;
	
}
.hlavicka {
	background: url(images/banner.jpg) no-repeat right top;
	font-size: 26px;
	text-align: center;
  height: 144px;
	float: right;
	width: 425px;
	border: 0;
	font-weight: bold;
}

#navigace {
	width: 760px;
	padding-top: 10px;
}
#menu {
	width: 760px;
	border-bottom: 2px solid red;
}
#navigace h2 {
	border: none;
}

#menu ul {
	list-style: none;
	font-size: 16px;
	padding-bottom: 4px;
	text-align: center;
	margin-bottom: 0px;
}

#menu li {
	display: inline;
	padding-left: 8px;
  padding-right: 8px;
}

a {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFA500;
}

#obsah {
	width: 760px;
	font-size: 13px;
}
#reklama {
  width: 730px;
  height: 100px;
	padding: 0px 15px 0px 15px;
	border-top: 1px dashed #800000;
}
.toplist {
   float: right;
   width: 200px;
   height: 5px;
   text-align: center;
   padding-top:60px;
}
.doporucujeme {
   float: left;
   width: 200px;
   height: 50px;
   text-align: center;
   border-right: 1px dashed #800000;
   border-left: 1px dashed #800000;
}
.placenareklama {
   float: left;
   width: 500px;
   height: 50px;
   text-align: center;
   
}
h1 {
	color: #A64200;
	border-top: 1px solid #800000;
	padding-bottom: 4px;
	font-size: 18px;
}
h2 {
	color: #A64200;
	border-bottom: 1px solid #800000;
	border-top: 1px solid #800000;
	padding-bottom: 4px;
	font-size: 18px;
}
h3 {
	color: #A64200;
	padding-bottom: 5px;
	font-size: 16px;
}
.right {
  text-align: right;
  font-weight: bold;
}
.left {
  text-align: left;
  clear: both;
}
.center {
  text-align: center;
  
}
#footer {
	background: #D6D8D9;
  border-top: 1px solid #800000;
	text-align: center;
	font-size: 11px;
	color: #474749;
	border-right: 1px solid #800000;
	border-left: 1px solid #800000;
	padding: 3px;
}
#spodnireklama {
  width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	padding: 20px 0px 20px 0px;
}
/* LIGHT BOX BY MORPHEUS*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
