@charset "utf-8";
/* CSS Document */

body{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#4A2920;
	line-height:16px;
}

a{
	color:#FFFFFF;
}
a:hover{
	color:#FFFFFF;
}


ul{
	margin-left:10px;
}

li{
	margin-left:12px;
	padding:5px;
	list-style:disc;
}

h2{
	padding: 22px 10px 10px 0;
	font-size:14px;
}
h2 a{
	text-decoration:none;
}

.radio{
	border:0px;
}

.tekst{
	color:#FFFFFF;
}

.checkbox{
	border:0px;
}

#popup_message{
	line-height:20px;
	min-height:30px;
	background:url(../images/important.gif) no-repeat top left;
}

#popup_panel input{
	padding:5px 10px 5px 10px;
}

#page_holder{
	width:100%;
}

#header{
	margin: 0px auto;
	width:992px;
	height:284px;
	background:#4A2920 url(../images/header.jpg) top left no-repeat;
}

#content_holder{
	margin: 0px auto;
	width:992px;
	background:transparent url(../images/content_bgr.jpg) top left repeat-y;
	display:table;
	padding-bottom:15px;
}

#content_left_holder{
	float:left;
	display:block;
	width:145px;
	padding-left:15px;
}
#content_left{
	width:auto;
	height:auto;
}

#content_middle_holder{
	float:left;
	display:block;
	margin-left:0px;
	width:678px;
	
}
#content_middle{
	width:670px;
	float:left;
}

#content_right_holder{
	float:left;
	display:block;
	width:132px;
	padding-right:10px;
}
#content_right{
	width:auto;
	height:auto;
}
#content_right .languages{
	text-align:left;
	padding:6px;
	padding-left:24px;
}

.box{

}
.box_top{
	width:140px;
	height:8px;
	background:url(../images/box_top.jpg) top left no-repeat;
}

.box_middle{
	width:120px;
	padding:6px 10px;
	background:url(../images/box_middle.jpg) top left repeat-y;
}

.box_bottom{
	width:140px;
	height:8px;
	background:url(../images/box_bottom.jpg) top left no-repeat;
	margin-bottom:5px
}

#menu{
	width:668px;
	/*overflow:hidden;*/
	height:32px;
	font-size:10px;
}

#menu ul{
	/*margin:0px;*/
	/*width:670px;*/
}

#menu ul li{
	margin-left:0px;
	padding:0px;
	list-style:none;
	background:url("../images/menu_button.jpg") no-repeat scroll left top transparent;
	color:#FFFFFF;
	float:left;
	font-weight:bold;
	height:29px;
	line-height:12px;
	padding-left:0px;
	text-align:center;
	width:74px;
}

#menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

#menu ul li a.selected{
	background:transparent;
}

#menu ul li a:hover{
	background:transparent;
}

#menu ul li ul{
	width:auto;
	background:transparent;
	border:none;
}

#menu ul li ul li{
	width:120px;
	background:#A85042;
	height:24px;
	border-bottom:1px solid #4A2920;
}

#menu ul li ul li a{
	background:#871200;
	font-size:10px;
	width:auto;
	border:none;
}
#menu ul li ul li a:hover{
	background-color:#A85042;
}



#footer{
	background:url("../images/footer.jpg") no-repeat scroll left top transparent;
	font-size:12px;
	height:42px;
	line-height:28px;
	margin:auto auto 10px;
	text-align:center;
	width:992px;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}


/********** NOVOSTI ****************/
#novosti{
	width:660px;
}

#novosti .brojevi_stranica{
	width:660px;
	height:auto;
	margin-bottom:6px;
	margin-top:10px;
}

#novosti .broj{
	float:right;
	width:20px;
	line-height:19px;
	text-align:center;
	margin-right:5px;
	color:#243A48;
	border:1px solid #243A48;
	background:#FFFFFF;
}

#novosti .naziv_stranice{
	float:right;
	width:auto;
	line-height:21px;
	text-align:center;
	margin-right:5px;
	color:#FFFFFF;
	border:0px;
}

#novosti a .broj{
	text-decoration:underline;
}
#novosti a:hover .broj{
	text-decoration:none;
	color:#FFFFFF;
	background:#243A48;
}

#novosti .aktivan{
	background:none repeat scroll 0 0 #4A2920;
	border:1px solid #FFFFFF;
	color:#FFFFFF
}

#novosti .novost{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ABABAB;
}
#novosti .novost_naslov{
	font-size:12px;
	font-weight:bold;
	padding:4px;
}
#novosti .novost_datum{
	text-align:right;
	font-style:italic;
	font-size:10px;
	padding:4px;
	background:url(../images/calender_icon.png) top right no-repeat;
}

#novosti .novost_sadrzaj{
	padding:4px;
}
#novosti .novost_opsirnije{
	width:100%;
	text-align:right;
}
#novosti .novost_opsirnije a{
	text-decoration:none;
}

#novosti .novost_natrag{
	width:100%;
	text-align:left;
}
#novosti .novost_natrag a{
	text-decoration:none;
}


/********* CLEARFIX ALTERNATIVE ************/
.clear {
 display:inline-block;
}
.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}