@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/img/bg-main.jpg);
	}

a:link {
	color: #da251d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #da251d;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #da251d;
}

h1 {
	font-size: 14px;
	color: #333333;
	font-weight:bold;
	border-bottom:#333333 1px solid;
}

h2 {
	font-size: 16px;
	color: #333333;
	font-weight:bold;
	border-bottom:#333333 1px solid;
}
h3 {
	font-size: 18px;
	color: #333333;
}
h4 {
	font-size: 20px;
	color: #333333;
}
h5 {
	font-size: 22px;
	color: #333333;
}
h6 {
	font-size: 23px;
	color: #333333;
}


/****************************************************************************
/********************************** holders *********************************
/***************************************************************************/

#container{
	width:1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	overflow: hidden;
	position: relative;
	/*border:#000000 1px solid;*/
}


#holder{
	width:1024px;
	height:537px;
	position: relative;
	margin-top: 243px;

	background-image:url(/img/bg-main-holdera.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	/*border:#000000 1px solid;*/
}

#foot-linkovi{
	color:#FFFFFF;
	margin-top:10px;
	margin-right:10px;
	width:690px;
	position: relative;
	float:right;
	text-align:right;
}

.novosti{
	width:550px;
	float:left;
	padding:15px; 
	border:#CCCCCC 1px dashed;
	margin-top:15px;
}


.foot-linkovi{
	color:#FFFFFF; !important
}

a.foot-linkovi{
	color:#FFFFFF;
}

.foot-linkovi:hover{
	color: #333333;
}
/****************************************************************************
/********************************** holders *********************************
/***************************************************************************/



/****************************************************************************
/********************************** scrollers *******************************
/***************************************************************************/
.iframe1 {
	padding-top:10px;
	float:right;
	width:690px;
	height:370px;
	overflow-y:scroll;
	padding:5px;
	background-image:url(/img/bg-iframe.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment: scroll;
	_background-attachment: fixed;
	border: #CCCCCC 1px solid;
	}
/****************************************************************************
/********************************** scrollers *******************************
/***************************************************************************/



/****************************************************************************
/********************************** anchors *********************************
/***************************************************************************/
#anchor1{
	_position: fixed;
	float:right;
	width:178px;
	text-align:left;
	text-transform:lowercase;
	font-size:12px;
	margin-right:3px;
	margin-top:-25px;
	_margin-top:-20px;
	z-index:10;
	}

.anchor1{

	text-align:left;
	}
	
.anchor1:a{
	color:#666666;
	text-align:left;

	}
	
.anchor1:hover{
	background-color:#FFFFFF;
	padding:1px;
	border:#CCCCCC 1px solid;
	color: #CC0000;
	text-decoration:underline;
	font-weight:200;
	text-align:left;
	}	
	

/****************************************************************************
/********************************** anchors *********************************
/***************************************************************************/


/****************************************************************************
/********************************** png  bg korektor ************************
/***************************************************************************/

.logo { azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);} 



.logo {
	width:398px;
	height:243px;
	background-image:url(/img/logo.png);
	background-repeat:no-repeat;
	float:right;
	position: relative ;
	} 


/****************************************************************************
/********************************** png  bg korektor ************************
/***************************************************************************/


/****************************************************************************
/********************************** dugmići početak *************************
/***************************************************************************/

.navigacija {
	width:600px;
	float:left;
}

.navigacija-button {
 	/*width:100px;*/
	margin:2px;
	font-size:12px;
	/*font-weight:bold;*/
	padding:3px;
	height:50px;
	/*background-color: #FFFF00;*/
	/*border-left: #CCCCCC 1px solid;*/
	color:#FF3300;
	float:left;
	text-align: left;
}

.navigacija-button:hover {
	color: #FFFFFF;
	/*background-color: #FF6600;*/
	background-image:url(/img/bg-nav.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

/****************************************************************************
/********************************** dugmići kraj ////************************
/***************************************************************************/