body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#2390B9;
	font-size: 0.8em;
}

.kontejner {
	margin-top: 10px;
	position: absolute;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	border:1px solid #07549C;
	color: #182801;
	background-color:#77B3CD;
}


.header {
	background-image: url("logo2.jpg");
	background-repeat: no-repeat;
	height:160px;
	padding-left:50px;
	padding-top:40px;
	max-width:490px;
	border-bottom:1px solid #07549C;
	color: #F5F8EF;
}

.menu {
	float:right;
	margin: 0px;
	padding:0px;
	margin-left:20px;
	border-left:1px solid #07549C;
}


* html .menu {
	margin-left: -3px;
}

.centre {
	padding:20px;
	padding-left:40px;
}

.paticka {
	height: 25px;
	text-align:right;
	padding-right:10px;
}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

* html .menu li{
	margin-bottom:-3px;
}

.menu li {
	margin:0px;
	border-bottom:1px solid #07549C;
	color: #D9CEB8;
	font-size: 1.1em;
	text-decoration: none;
	background-color:#5EABCD;
	padding:0px;
	width:199px;
}

.menu li a {
	margin:0px;
	display: block;
	color: #07549C;
	font-size: 1.1em;
	text-decoration: none;
	border-left:5px solid #07549C;
	padding:5px;
	font-weight: bold;
}

.menu li a:hover {
	text-decoration: none;
	background-color:#77B3CD;
}

.p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

h2{
	margin-left:-20px;
	margin-top:20px;
	padding-left:5px;
	font-size: 1.3em;
	color: #085B9D;
	font-weight:bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	margin-left:-30px;
	margin-top:10px;
	padding-left:5px;
	font-size: 1.6em;
	color: #085B9D;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header-title {
	font-size:2.3em;
	border-top:2px solid #F5F8EF;
}

.header-title-two {
	font-size:1.1em;
	padding-bottom:3px;
	border-bottom:1px solid #F5F8EF;
}

a{
	color:#F5F8EF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

blockquote{
	background-color:#77B3CD;
	padding : 10px;
	border-left:2px solid #07549C;
}


#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;
	}
