html, body {
	margin:0;
	padding:0;
	background:#F4F4F4;
	color:#000;
	font-family: Verdana;
}

body {
	height: 100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	min-width:772px;
}

h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #339933;
	font-weight:bold;
	padding-left: 5px;
} 

h2 {
	font-family: Verdana;
	font-size: 15px;
	color: #339933;
	font-weight:bold;
	padding-left: 5px;
} 

h3 {
	font-family: Verdana;
	font-size: 12px;
	color: #339933;
	font-weight:bold;
	padding-left: 5px;
} 
td, textarea, input, select {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

#wrap {
	background:#ffffff;
	margin:0 auto;
	width:772px;
	border: solid #98989C 1px;
}
#header {
	background-image:url(../images/top.jpg);
	height: 109px;
}
#header_hr {
	background-image:url(../images/top_hr.jpg);
	height: 109px;
}
#header_en{
	background-image:url(../images/top_en.jpg);
	height: 109px;
}
#header_sr {
	background-image:url(../images/top_sr.jpg);
	height: 109px;
}
#header h1 {
	padding:5px;
	margin:0;
}
#nav {
	background:#FFF;
	margin:0;
}

#nav1 {
	background-color: #FFF;
	margin:0;
}

#wrapper{
	background-color:#E1E1E1;
	width:772px;
	float:left;
	border-top: solid #98989C 1px;
	margin: 0 auto;
}

#sidebar {
	float:left;
	width:221px;
	padding: 5px;
	padding-top: 5px;
}
#content {
	float:right;
	width:540px;
	min-height: 1440px;
	border-left: solid #98989C 1px;
}

.footer {
	background-color: #DADADA;
	background-image: url(../images/footer.jpg);
	clear:both;
	line-height: 35px;
	vertical-align: middle;
	border-top: solid #98989C 1px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color:red;
}
.a{
	font-size: 9px;
}
.footer, .footer link, .footer a
{
	color:#988675;
}

.footer a:hover
{
	color:orange;
}


a{
	color: #754C23;
	font-size: 1em;
	text-decoration: none;
}

/******************* JEZICI ***************************/

.jezici
{
	text-align:right;
	padding-right:58px;
	padding-top:90px;
	color:#FFF;
	display:block;
	font: bold 10px Verdana;
}

.jezici a, .jezici a:link
{
	color:#FFF;
	text-decoration: none;
}

.jezici a:hover, #jeziciover
{
	color:yellow;
	text-decoration: none;
}

.jezici1
{
	text-align:center;
	padding-top:10px;
	color:red;
	display:block;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

.jezici1 a, .jezici1 a:link 
{
	color:#988675;
	text-decoration: none;
}

.jezici1 a:hover
{
	color:orange;
	text-decoration: none;
}

/******************** JEZICI KRAJ *********************/

/* ######### Style for Tab Interface itself ######### */


.shadetabs{
	width: 772px;
	height: 36px;
	padding-left: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-image:url('../images/menu.jpg');
}

* html .shadetabs { /*IE only hack*/
	padding-left: 0px;
}


.shadetabs ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 36px;
}

.shadetabs li{
	margin: 0;
	padding: 0;
	display:inline;
}

.shadetabs li a{
	text-decoration: none;
	color: #FFFFFF;
	text-align:center;
	float:left;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px dotted #7CBDCF;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
	text-decoration: none;
	color: yellow;
	text-align:center;
	vertical-align: middle;

}

.shadetabs li.selected{

}

.shadetabs li.selected a{ /*selected main tab style */
	color: yellow;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 1px solid #7CBDCF; /*THEME CHANGE HERE #7CBDCF*/
	font-size: 10px;
	font-family: Verdana;
	line-height:36px;
	z-index:1;
	visibility: hidden;
	text-decoration: none;
}


.dropmenudiv a{
	display: block;
	text-indent: 0px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	background-color: #0054A6;
	border-bottom:1px dotted #7CBDCF;
}

#dropmenu1 {width: 150px;}
#dropmenu2 {width: 190px;}
#dropmenu3 {width: 230px;}
#dropmenu4 {width: 170px;}
#dropmenu5 {width: 210px;}
#dropmenu6 {width: 170px;}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color: #FFFFFF;
	font-size: 10px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	font-weight: bold;
	line-height:36px;
	color: yellow;
	text-decoration: none;
}

/*************** SLIDER *****************************/


.sliderGallery {
	background: url(../images/slider/background.jpg) no-repeat;
    overflow: hidden;
    position: relative;
	margin-left: 35px;
	margin-top: 20px;
    height: 200px;
    width: 700px;
}
        
.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
    margin: 0;
	top: 10px;
}

.sliderGallery UL LI {
	display: inline;
}

.slider {
	position: absolute;
	width: 680px;
	height: 18px;
	padding: 0px;
	margin-top: 140px;
	background: url(../images/slider/scrollbar.png) no-repeat;
	top: 10px;
	left: 10px;
}

.handle {
	position: absolute;
	cursor: move;
	height: 18px;
	width: 185px;
	top: 0;
	background: url(../images/slider/scroller.gif) no-repeat;
}

.slider span {
	color: #754C23;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 100;
	top: 3px;
}

.slider .slider1 {
	left: 50px;
}

.slider .slider2 {
	left: 300px;
}

.slider .slider3 {
	left: 500px;
}

/*************** SLIDER KRAJ *****************************/
	

/************** SADRZAJ ********************************/


.naslov
{
	width: 530px; 
	line-height:28px; 
	margin-left: 5px; 
	margin-top: 5px;
	padding-top: 0px; 
	font-size:18px; 
	font-family:Verdana;
	text-transform:uppercase; 
	color:#FFF;
	background: url(../images/listheader.jpg) repeat-x;
}

* html .naslov { /*IE only hack*/
	padding-top: 7px;
}

.sadrzaj
{
	width: 498px; border: #98989C solid 1px;  margin-left: 5px; margin-right: 0px; margin-bottom:10px;  padding:15px; color:#000;
	min-height: 650px; background-color: #FFFFFF;font-size:12px;
}

.sadrzaj  ol li
{
	padding-bottom: 10px;
}

.nazad, .nazad a{
	color:#988675;font-family:tahoma;font-size:11px;font-weight:bold;text-align:right;padding-bottom:15px;
}
.nazad a:hover{
	color:orange;
}


/************** SADRZAJ KRAJ ********************************/

/************ VIJESTI ************************/

.vijestidatum {
	color: #0076A3;
	height: 60px;
	padding: 10px;
	margin: 5px 15px 15px 0;
	vertical-align: middle;
	text-align: center;
	border-right:solid 1px #DEDEDE;
	float: left;
	clear:both;
}

.dan{
	font: bold 14px Verdana;
	float: left;
	clear: both;
}

.mjesec{
	font: bold 10px Verdana;
	float: left;
	clear: both;
	color: orange;
}

.vijestinaslov {
	color: #0076A3;
	font: bold 14px Verdana;
	float:both;
}

.vijestitekst {
	color: #000;
	font: bold 11px Verdana;
	font-weight: normal;
	float:both;
}

.vijestidetaljnije {
	color: #988675;
	text-align:right;
	border-bottom: dotted #98989C 1px;
	margin-bottom: 15px;
}

.vijestidetaljnije a{
	font: bold 11px Verdana;
	color: #988675;
	text-decoration: none;
	line-height:35px;
	padding-right: 30px;
}
.vijestidetaljnije a:hover{
	font: bold 11px  Verdana;
	color: orange;
	text-decoration: none;
	line-height:35px;
	padding-right: 30px;
}

/************ VIJESTI KRAJ ************************/

.list-header{
	background-image: url(../images/listheader.jpg);
	font-family: Verdana;
	font-size: 70%;
	font-weight: bold;
	padding: 8px;
	color: #FFF;
}
.list_section{
	margin:0;
	padding:0;
	font-size:70%;
	font-family: Verdana;
	line-height:16px;
	margin-bottom:10px;
	background-color: #EFEFEF;
	border:solid 1px #98989C;
}
.list_section ul{
	list-style: none;
	margin:0;
	padding: 10px;
}
.list_section li {
	padding-bottom:3px;
	border-bottom:solid 1px #DEDEDE;
	margin-bottom:6px;
	padding-left:0px;
}
.list_section a{
	font-weight:bold;
	color:#988675;
} 
.list_section a:link, .list_section a:visited {
	text-decoration:none;
}
.list_section li:hover, .list_section li a:hover {
	text-decoration:none; 
	color:orange;
}
