body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: right top;
	background-image: url(bg.gif);
	background-color: #3F4F84;
}

a:link{ font-family:  Arial, Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none }
a:visited { font-family:  Arial, Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none }
a:hover { font-family:  Arial, Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #990000; text-decoration: none }


.menu { font-family: Arial, Verdana, Tahoma; font-size: 12px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none }
.menu a:link{ font-family: Arial, Verdana, Tahoma; font-size: 12px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none }
.menu a:visited{ font-family: Arial, Verdana, Tahoma; font-size: 12px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none }
.menu a:hover{ font-family: Arial, Verdana, Tahoma; font-size: 12px; font-style: normal; font-weight: bold; color: #FF6600; text-decoration: none }

.txt { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none }
.txt a:link{ font-family:  Arial, Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333; text-decoration: underline }
.txt a:visited { font-family:  Arial, Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333; text-decoration: underline }
.txt a:hover { font-family:  Arial, Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; text-decoration: underline }

.tablica { font-family:  Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none }


.border2 {
;
	margin: 3px;
	background-color: #7487BA;
	border: 2px solid #FFFFFF;
}

.vijesti_naslov { font-family: Arial, Verdana, Tahoma; font-size: 18px; font-style: normal; font-weight: normal; color: #FF6600; text-decoration: none }
.vijesti_naslov a:link { font-family: Arial, Verdana, Tahoma; font-size: 18px; font-style: normal; font-weight: normal; color: #FF6600; text-decoration: none }
.vijesti_naslov a:visited { font-family: Arial, Verdana, Tahoma; font-size: 18px; font-style: normal; font-weight: normal; color: #FF6600; text-decoration: none }
.vijesti_naslov a:hover { font-family: Arial, Verdana, Tahoma; font-size: 18px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none }

.vijesti_naslov2 { font-family: Arial, Verdana, Tahoma; font-size: 16px; font-style: normal; font-weight: normal; color: #FF6600; text-decoration: none }
.vijesti_naslov2 a:link { font-family: Arial, Verdana, Tahoma; font-size: 16px; font-style: normal; font-weight: normal; color: #FF6600; text-decoration: none }
.vijesti_naslov2 a:visited { font-family: Arial, Verdana, Tahoma; font-size: 16px; font-style: normal; font-weight: normal; color: #FF6600; text-decoration: none }
.vijesti_naslov2 a:hover { font-family: Arial, Verdana, Tahoma; font-size: 16px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none }

.kat_vijest { font-family: Arial, Verdana, Tahoma; font-size: 14px; font-style: normal; font-weight: bold; color: #FF6600; text-decoration: none }
.kat_vijest a:link { font-family: Arial, Verdana, Tahoma; font-size: 14px; font-style: normal; font-weight: bold; color: #FF6600; text-decoration: none }
.kat_vijest a:visited { font-family: Arial, Verdana, Tahoma; font-size: 14px; font-style: normal; font-weight: bold; color: #FF6600; text-decoration: none }
.kat_vijest a:hover { font-family: Arial, Verdana, Tahoma; font-size: 14px; font-style: normal; font-weight: bold; color: #666666; text-decoration: none }

.podnaslov { font-family: Arial, Verdana, Tahoma; font-size: 12px; font-style: normal; font-weight: bold; color: #FF6600; text-decoration: none }
.podnaslov a:link { font-family: Arial, Verdana, Tahoma; font-size: 12px; font-style: normal; font-weight: bold; color: #FF6600; text-decoration: none }
.podnaslov a:visited { font-family: Arial, Verdana, Tahoma; font-size: 12px; font-style: normal; font-weight: bold; color: #FF6600; text-decoration: none }
.podnaslov a:hover { font-family: Arial, Verdana, Tahoma; font-size: 12px; font-style: normal; font-weight: bold; color: #666666; text-decoration: none }

#blueblock{
width: 150px;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 120px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

.boks {
	background-color: #F3F3F3;
	border: 1px solid #333333;
	margin: auto;
	font-family: Arial;
	font-size: 14px;
	color:#3F4F84;
	padding: 5px;
}


.sadrzajn {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration:none;
}
.sadrzajn a:link{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		text-decoration:underline;
}
.sadrzajn a:visited{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
			text-decoration:underline;
}
.sadrzajn a:active{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
			text-decoration:underline;
}
.sadrzajn a:hover{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
			text-decoration:underline;
}


.kategorije { font-family: Arial, Verdana, Tahoma; font-size: 9pt; font-style: normal; font-weight: normal; color: #000000; text-decoration: none }
.kategorije a:link{ font-family: Arial, Verdana, Tahoma; font-size: 9pt; font-style: normal; font-weight: normal; color: #000000; text-decoration: none }
.kategorije a:visited{ font-family: Arial, Verdana, Tahoma; font-size: 9pt; font-style: normal; font-weight: normal; color: #000000; text-decoration: none }
.kategorije a:hover{ font-family: Arial, Verdana, Tahoma; font-size: 9pt; font-style: normal; font-weight: normal; color:#CC0000; text-decoration: none }
.kategorije a:active{ font-family: Arial, Verdana, Tahoma; font-size: 9pt; font-style: normal; font-weight: normal; color:#CC0000; text-decoration: none }

.infon {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#D50100;
	text-decoration: none;
}
.infon a:link {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
.infon a:visited {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
.infon a:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D50100;
	text-decoration: underline;
}

.footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration: none;
}
.footer a:link {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.footer a:visited {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}

.tl {
	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;	color:#FFFFFF;	text-decoration: none;}
.tl a:link {
	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;	text-decoration: underline;
}
.tl a:visited {
	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;	text-decoration: underline;
}
.tl a:hover {
	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;	color:#FF9900;	text-decoration: underline;
}

.fotovijest {
	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;	color:#FFFFFF;	text-decoration: none; font-weight:bold;}
.fotovijest a:link {
	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;	text-decoration: none;font-weight:bold;
}
.fotovijest a:visited {
	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;	text-decoration: none;font-weight:bold;
}
.fotovijest a:hover {
	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;	color:#FFFFFF;	text-decoration: underline;font-weight:bold;
}


.datum {
	font-size: 9px;	font-family: Arial, Helvetica, sans-serif;	color:#ffffff;	text-decoration: none;}
	
.tk {
	font-size: 10px;	font-family: Arial, Helvetica, sans-serif;	color:#666666;	text-decoration: none; font-weight:normal}
	.tk a:link{
	font-size: 10px;	font-family: Arial, Helvetica, sans-serif;	color:#666666;	text-decoration: underline; font-weight:normal}
	.tk a:visited{
	font-size: 10px;	font-family: Arial, Helvetica, sans-serif;	color:#666666;	text-decoration: underline; font-weight:normal}
	.tk a:hover{
	font-size: 10px;	font-family: Arial, Helvetica, sans-serif;	color:#000000;	text-decoration: underline; font-weight:normal}
	

.subtitlen {  font-size: 13px; font-weight: bold; color: #993300}
.ocijenebuttn { margin-top: 7px; margin-bottom: 7px }
.razmakn {height: 1px }

.fieldn { margin-top: 3px; margin-bottom: 3px }
.buttonn { margin-top: 7px }

.detaljnijen { font-family:Arial, Helvetica, sans-serif font-size: 12px; font-weight: none; text-decoration: none; color:#D50100}
.detaljnijen:hover { font-family:Arial, Helvetica, sans-serif font-size: 12px; font-weight: none; text-decoration: none; color:#D50100; text-decoration:underline;}

.datumn { font-family:Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; color:#666666}
.datumn { font-family:Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; color:#666666}
.datumn:hover { font-family:Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; color:#666666}

.naslov2 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
}
.boks2 {
	background-color: #FFFFCC;
	border: 1px solid #CC0000;
	margin: auto;
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	padding: 3px;
}
.tablica2 {
	font-family:  Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
}


#dropmenudiv{
font-family: Arial, Verdana, Tahoma; 
font-size: 11px;
color: #333333;
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
font-family: Arial, Verdana, Tahoma; 
font-size: 11px;
color: #ffffff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #252628;
}

#dropmenudiv a:hover{ /*hover background color*/
font-family: Arial, Verdana, Tahoma; 
font-size: 11px;
color:#FF6600;
background-color: #333333;
}



A:link IMG {cursor:hand;border: 0px solid #000000;background-color: #FFFFFF;}

A:visited IMG {cursor:hand;border: 0px solid #000000;background-color: #FFFFFF;}

A:hover IMG {FILTER: alpha(Opacity=80);-moz-opacity:0.7;cursor:hand;border: 0px solid #000000;background-color: #FFFFFF;}

A:active IMG {FILTER: alpha(Opacity=80);-moz-opacity:0.7;cursor:hand;border: 0px solid #000000;background-color: #FFFFFF;}
