body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}

img {
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 900px;
	height: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background: #720000;
	border: 2px #c5c5c5 solid;
}

#footer {
	width: 878px;
	height: 40px;
	margin-left: 11px;
}

#container2 {
	width: 880px;
	height: 640px;
	margin-left: 10px;
	margin-top: 10px;
	background: #720000;

}

#lang {
	width: 880px;
	height: 20px;
}

img.lang {
	margin-left: 10px;
	padding-top: 5px;
	float: left;
}

#header {
	width: 880px;
	height: 150px;
	background-image: url(images/header.jpg);
	background-color: #ffffff;
}

#wrapper {
	width: 878px;
	height: 529px;
	border-left: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
	background-image: url(images/ozadje.jpg);
}

#menu {
	width: 150px;
	height: 244px; /*489*/
	float: left;
	border-bottom: 1px #e1e1e1 solid;
	background-color: #e1e1e1;
}

#content {
	width: 728px;
	height: 489px;
	float: right;
	background: #720000;
}

#cont1 {
	width: 342px;
	height: 478px;
	float: left;
	border-right: 1px #e1e1e1 solid;
	border-left: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background: #720000;
	background-image: url(images/ozadje3.jpg);
}

#cont2 {
	width: 344px;
	height: 478px;
	float: right;
	border-bottom: 1px #e1e1e1 solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background: #720000;
}

#cont3 {
	width: 707px;
	height: 478px;
	border-left: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background: #720000;
	background-image: url(images/ozadje2.jpg);

}

iframe {
	overflow: hidden;
}

.menu {
	margin-bottom: 1px;
}

h1 {
	font-family: Verdana;
	font-size: 16px;
}

h2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}

a:link, a:visited, a:hover, a:active {
	color: #ff0000;
}

p.site {
	font-size: 9px;
	color: #999999;
}

img.slika {
	border: 1px #e1e1e1 solid;
}

img.galerija {
	border: 1px #e1e1e1 solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.footer {
	width: 200px;
	float: left;
	margin-left: 300px;
	height: 38px;
}
/*
lightbox
*/ 

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

