/* CSS Document */

body {	
	margin: 0px;
	background:#666666;
}
a:link,  a:visited{	
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}

#container {
	position: relative;
	width:740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;;
	z-index:1;
}

#head {
	background:url(images/head.jpg) top left no-repeat;
	width:740px;
	height:220px;
	z-index:2;
}
#logo {
	position:relative;
	height:23px;
	width:174px;
	left:1px;
	top:1px;
	z-index:4;
}
#top_menu {
	position: absolute;
	height:23px;
	width:200px;
	left:475px;
	top:1px;
	z-index:4;
}
#top_menu .nav {
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	border-left:1px solid #D8D8D8;
	float:left;
	height:19px;
	padding-top:4px;
	padding-left:10px;
	padding-right:20px;
}

#main_menu {
	position: absolute;
	height:30px;
	width:400px;
	left:0px;
	top:189px;
	z-index:5;
}
#main_menu .nav {
	font-family:Verdana;
	font-size:14px;
	color:#FFFFFF;
	border-right:2px solid #84919E;
	float:left;
	height:24px;
	padding-top:6px;
	padding-left:16px;
	padding-right:18px;
}

#language {
	position: absolute;
	height:30px;
	width:70px;
	left:678px;
	top:189px;
	z-index:5;
}
#language .nav {
	font-family:Verdana;
	font-size:13px;
	color:#FFFFFF;
	border-left:2px solid #84919E;
	float:left;
	height:24px;
	padding-top:6px;
	padding-left:6px;
	padding-right:8px;
}





#contentmask{
	background:#384811;
	z-index:1;
	border-bottom:1px solid #CCCCCC;
}

#content { 					
	width:527px;
	float:left;
}
#content h1 {
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	color:#D2D9B4;
	padding-bottom:16px;
	margin:0px;
}
#content .content {
	line-height: 1.3em;
	font-family: Verdana;
	font-size:12px;
	color:#FFFFFF;
	padding-left:20px;
	padding-right:35px;
	padding-top:30px;
	padding-bottom:0px;
}
#content .tabela {
	line-height: 1.3em;
	font-family: Verdana;
	font-size:12px;
	color:#FFFFFF;
	margin-top:10px;
}
#content .content a:link, #content .content a:visited{	
	text-decoration:none;
	color:#333333;
}
#content .content a:hover {
	text-decoration: underline;
	color:#333333;
}


#sidebar {
	background:url(images/bg_sidebar.jpg) top left no-repeat;
	background-color:#4E6720;		
	width:212px;
	float: right;
	border-left:1px solid #999999;
}
#sidebar .content {
	width:185px;
	margin-top:180px;
	margin-left:20px;
	padding-bottom:15px;
	font-family: Verdana;
	font-size:11px;
	color: #FFFFFF;
	line-height:120%;
}
#sidebar_zgo {
	background:url(images/bg_sidebar.jpg) top left no-repeat;
	background-color:#4E6720;		
	width:192px;
	float: right;
	border-left:1px solid #999999;
	padding-top:1170px;
	padding-left:20px;
	padding-bottom:15px;
	font-family: Verdana;
	font-size:11px;
	color: #FFFFFF;
	line-height:120%;
}
#sidebar_kontakt {
	background:url(images/bg_sidebar.jpg) top left no-repeat;
	background-color:#4E6720;		
	width:192px;
	float: right;
	border-left:1px solid #999999;
	padding-top:800px;
	padding-left:20px;
	padding-bottom:15px;
	font-family: Verdana;
	font-size:11px;
	color: #FFFFFF;
	line-height:120%;
}

#bottom_holder {
	clear:both;
}


#footer{
	background-color: transparent;
	width:740px;
	height:30px;
	margin-left: auto;
	margin-right:auto;
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:4px;
}
#footer_left{
	width:440px;
	float:left;
}
#footer_right{
	width:300px;
	float: right;
	text-align:right;
}




/* ------ pop up image ---- */
#showimage, #showimage a{
position:absolute;
visibility:hidden;
border: 2px solid #999999;
margin-left:-130px;
margin-top:-30px;
text-decoration:none;
z-index:10;
}
#showimage a:hover{
text-decoration:underline;
}


#dragbar{
cursor: pointer;
cursor: pointer;
background-color: #4E6720;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 5px;
height:30px;
font-family:Verdana;
font-size:11px;
}



.button_sl {
	width:83px;
	height:50px;
	background-image: url(images/poslji_sl.jpg);
	border:0px;
	cursor:pointer;
}
.button_it {
	width:83px;
	height:50px;
	background-image: url(images/poslji_it.jpg);
	border:0px;
	cursor:pointer;
}
.button_en {
	width:83px;
	height:50px;
	background-image: url(images/poslji_en.jpg);
	border:0px;
	cursor:pointer;
}