

/* srednji tabovi */

.srednji{
	font-size:14px;
	background: #fff ;
	position: relative;
	width:600px;
	padding:0px;
	margin:0px;
	}

.srednji li{
	float: left;
	position: relative;
	display:inline;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.srednji li a{
	display:block;
	float:left;
	padding-top:8px;
	padding-left:10px;
	width: 110px;
	font-size: 14px;
	text-decoration: none !important;
	background: url(slike/host_l_off.jpg) no-repeat;
	color: #FFFFFF;
	font-weight:bold;
	height:30px;
}

.srednji li a:hover{
text-decoration: none;
color: #FFFFFF;
font-weight:bold;
}

.srednji li.selected{
position: relative;
font-weight:bold;
color: #FFFFFF;
}

.srednji li.selected a{ /*selected main tab style */
background: url(slike/host_l_on.jpg) no-repeat;
border-bottom:none;
font-weight:bold;
color: #FFFFFF;
}

.srednji li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}

.srednji-sadrzaj{
background-image:url(slike/sredina_bg.jpg);
background-repeat:no-repeat;
clear:left;
width: 600px;
background-color:#FFFFFF;
height:106px;
border:none;
}

.sredina-meni {
width: 600px;
height:32px;
}

