@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	/*background-color:#c8c8c8;*/
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;	
}

a:link, a:visited {
	color: #2c2c2c; text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #88c215;	text-decoration: underline;
	font-weight: bold;
}

#glavno {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}


/* -- header pocetak -- */
#header{
	position:relative;
	display:block;
	width:960px;
	height:203px;
	color:#000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

/* -- header kraj -- */



#bodymain  {
	width:960px;
	/*	position:absolute;
	display: block;*/
	padding-top: 0px;
	margin-bottom:auto;
	background-image: url(images/bg_main_x.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
}

#levo{
	width:195px;
	float:left;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 2px;	
}

#levo_naslov{
	background: url(images/subhead_bg.png) repeat-x;
	color: #FFFFFF;
	height: 35px;
	line-height: 32px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	font-family: Tahoma;
	vertical-align: middle;
	text-align: center;
}


#desno{
	width:195px;
	float:right;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e7e7e7;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 2px;	
}

#desno_naslov{
	background: url(images/subhead_bg.png) repeat-x;
	color: #FFFFFF;
	height: 35px;
	line-height: 32px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	font-family: Tahoma;
	vertical-align: middle;
	text-align: center;
}

.desnofoto {
	margin-left: 15px;
	margin-bottom: 1px;
}

#desno p{
	text-align: center;
}

#desno p.jezik{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;	
}



/* - - - - - - -  MENI ------------------*/

#meni{
	height:180px;
	margin-bottom:5px;
	margin-left:-40px;	/*---------- BITNO za OPERU*/
}



#meni ul{
	display:block;
	float:right;
	width:195px;
	margin: auto;
	}


#meni ul li{
	height:23px;
	width:195px;
	display:block;
	
	}	

#meni ul li a:link, #meni ul li a:visited {
	display: block;
	background: url(images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
	text-align: left;
	padding-top: 3px;
	padding-left: 45px;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
	}
	
#meni ul li a:hover{
	background-position: 0px -23px;
	text-decoration: none;
	padding-left: 45px;
	color: #515151;
	}	
	


/* - - - - - - -  MENI ------------------*/




#centar{
	width:516px;
	float:left;
	margin-left:21px;
	margin-right:21px;
	background-color: #FFFFFF;
}

#centar p{
	padding-left:5px;
	padding-right:5px;
	margin-top:0px;	
}

#centar_naslov {
	background-image: url(images/mod_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 3px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 12px;		
}




#footer{
	float:left;
	color:#000000;
	background-image: url(images/fut.png);
	background-repeat: repeat-x;
	width:960px;
	height:82px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
}





.srb{
	color:#000000;
	font-size:0;
	line-height:0;
	text-decoration:none;
	text-indent:-2000px;
	width:17px;
	height:14px;
	position:absolute;
	display:block;
	float:right;
	right: 7px;
	top: 144px;
	background-color: #1d1d1d;
	background-image: url(images/jezik_srb.jpg);
	background-repeat: no-repeat;
}
.eng{
	color:#000000;
	font-size:0;
	line-height:0;
	text-decoration:none;
	text-indent:-2000px;
	width:17px;
	height:14px;
	position:absolute;
	display:block;
	float:right;
	right: 7px;
	top: 167px;
	background-color: #1d1d1d;
	background-image: url(images/jezik_eng.jpg);
	background-repeat: no-repeat;
}
