
/* Ovaj dio se odnosi na globalne stilove*/	
body { font-family: Arial; font-size: 8pt }
A:link {text-decoration: none; color:#FFFFFF}
A:visited {text-decoration: none; color:#FFFFFF}
A:active {text-decoration: none; color:#FFFFFF}
A:hover {text-decoration: underline; #FFFFFF;}

.tekst {	font-family:Arial;
			font-size:10pt;
				}
				
.tekst1 {	font-family:Arial;
			font-size:8pt;
			font-weight:bold;
				}
.tekst2 {	font-family:Arial;
			font-size:8pt;
				}
/**********************************************************/


/* Ovaj dio se odnosi na ticker za EXTRA vijesti*/	
#pscroller2{
width: 820px;
height: 15px;
}

#pscroller2 a{
text-decoration: none;
}
.someclass{ //class to apply to your scroller(s) if desired
}
/***************************************************************/



/* Ovaj dio se odnosi na trasparent na pocetnoj stranici*/	
	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		opacity: 0.50;
		filter:alpha(opacity=50); /* IE's opacity*/
		background: #000000;
	}
	.container {
		position: relative;
		float: left;
	}
	.content {
		position: relative; /* Fixes the z-index */
		float: center;
	}
	/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
	* html #column-1 .overlay { height: expression(document.getElementById("column-1").offsetHeight); }
	* html #column-2 .overlay { height: expression(document.getElementById("column-2").offsetHeight); }
	* html #column-3 .overlay { height: expression(document.getElementById("column-3").offsetHeight); }
	* html #column-4 .overlay { height: expression(document.getElementById("column-4").offsetHeight); }
	* html #column-5 .overlay { height: expression(document.getElementById("column-5").offsetHeight); }
/********************************************************************************************************/


/* Ovaj dio se odnosi na meni u zaglavlju */
.menu2 {padding:0 0 0 49px; margin:0; list-style:none; height:35px; background:#fff url(../images/button1.gif); position:center; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu2 li {float:left;}
.menu2 li a {display:block; float:left; height:35px; line-height:35px; color:#FFFFFF; text-decoration:none; font-size:11px; font-family:Arial; font-weight:bold; text-align:center; cursor:pointer; padding-left:8px; padding-right:0; padding-top:0; padding-bottom:0}
.menu2 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu2 li.current a {color:#fff; background:url(../images/button3.gif);}
.menu2 li.current a b {background:url(../images/button3.gif) no-repeat right top;}
.menu2 li a:hover {color:#fff; background:#000 url(../images/button4.gif);}
.menu2 li a:hover b {background:url(../images/button4.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background:#000 url(../images/button3.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(../images/button3.gif) no-repeat right top;}a:visited    {  }