BODY {
	FONT-FAMILY: verdana,tahoma,sans-serif;
	FONT-SIZE: 13px; 
	background:#cdba90;
	text-align: center;
}

img{
	border:0px;
}
.str{
margin-left:auto;
margin-right:auto;
width:874px;
height:100%;
border:1px solid #ffffff;
position: relative;
background:#feebc0;
}
.head{
width:874px;
height:81px;
text-align:right;
background:#c09960 url(img/head.gif);
border-bottom:1px solid #ffffff;
}

.im{
width:573px;
height:358px;
float:left;
background:#c09960;
}

.txt{
width:553px;
background:#c09960;
color: #ffffff;
text-align:left;
float:left;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;

}

.txt a{
	color: #834f3a;
	text-decoration: none;
}

.txt a:hover{
	color: #ffffff;
	text-decoration: none;
}



.txt_text{
	padding-top: 6px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.menu{
width:301px;
height:358px;
position: absolute;
left: 573px;
top:82px;
background:#807059;
text-align:left;
font-size:1.1em;
}

.submenu{
width:301px;
position: absolute;
left: 573px;
background:#feebc0;
top:440px;
text-align:left;
font-size:1.1em;
padding: 10px 0px 0px 0px;
}
.footer{
clear:both;
background:#c09960;
color: #834f3a;
border-top:1px solid #ffffff;
}

.footer a{
	color: #834f3a;
	text-decoration: none;
}

.footer a:hover{
	color: #ffffff;
	text-decoration: none;
}



.footer_text{
	padding-top: 6px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}














.menu h1 {
	background: trensparent;
	height: 22px;
	margin: 0;
	padding-left: 12px;
	color: #ffffff;
}
.menu ul {
	margin: 0;
	padding: 0;
	color: #ffffff;
}
.menu li {
	font-weight: bold;
	list-style: none;
	color: #ffffff;
}
.menu li a {
	background: trensparent;
	font-weight: bold;
	display: block;
	padding: 8px 4px 8px 22px;
	text-decoration: none;
	color: #ffffff;
	
}

.menu li a:hover {
	background: #ffb200;
	font-weight: bold;
	color: #ffffff;
	
}
.menu li a:hover {
	background: #ffb200;
	font-weight: bold;
	color: #ffffff;
	
}

.navlist li.aktivni a, .navlist li.aktivni a:hover {
	color: #FDF5E6;
	border-color: #FFC56C;
	background-color: #9193B6;
}




.submenu a {
	background: trensparent;
	font-weight: bold;
	text-decoration: none;
	color: #807059;
	padding-left:24px;
	
}

.submenu a:hover {

	font-weight: bold;
	color: #ffb200;
	
}



h2 {
color:#ffffff;
font-size:1.1em;
letter-spacing:.1em;

margin:0 0 0 0;
padding:20px 0 0 0;
}

h1 {
color:#ffffff;
font-size:1.2em;

font-weight:bold;
padding:0 0 0 0;
margin:0 0 6px 0;
}


h3 {
color:#ffffff;
font-size:1.1em;

font-weight:bold;
padding:0 0 0 0;
margin:0 0 -8px 0;
}

h3:after {
color: #ffffff;
content: "\0020 \00BB";
}








/* Lightbox */
#lightbox{
	position: absolute;
	top: 40px;
	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(../img/lightbox/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(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
