@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:url(/images/curtain_bg.png) #000 repeat-x;
	/*background-color:#000;*/
	color:#FFF
	}
.meni_holder {
	width:100%;
	height:50px;
	background:url(/images/meniBG_off.png) repeat-x;
	}
.meni {
	float:left;
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	padding:15px 20px 5px 0;
	margin: 0 10px 0 0;
	display:block;
	height:28px;
	
	}
.meni:hover, .menii {
	float:left;
	font-size:14px;
	text-transform:uppercase;
	color:#e2001a;
	text-decoration:none;
	padding:15px 20px 5px 0;
	margin: 0 10px 0 0;
	
	height:28px;
	border-bottom:2px #FFF solid;
	
	}
.meni_foot {
	float:left;
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	margin-right:10px;
	}
.meni_foot:hover {
	float:left;
	font-size:12px;
	text-transform:uppercase;
	color:#e2001a;
	text-decoration:none;
	
	}
a.logo{
	width:509px;
	height:307px;
	display:block;
	background:url(/images/logo.png) repeat-x;
	}
div.foot{
	width:100%;
	height:107px;
	display:block;
	background:url(/images/mali_logo.png) no-repeat 98% 20%;
	border-top: 1px solid #e2001a;
	}
div.box{
	width:100%;
	min-height:200px;
	padding-left:45px;
	display:block;
	background:url(/images/box_shadow.png) no-repeat -30px bottom;
	margin-top:20px;
	}
a.news{
	width:545px;
	display:block;
	font-size:12px;
	margin-left:30px;
	text-decoration:none;
	color:#FFF;
	padding-bottom:15px; border-bottom:1px dashed #e2001a;
	margin-bottom:20px;
	}
a.news:hover{
	width:545px;
	display:block;
	font-size:12px;
	margin-left:30px;
	text-decoration:none;
	color:#e2001a;
	}
a.news h1{
	font-size:20px;
	color:#e2001a;
	}
a.news img{
	border:2px #FFF solid;
	margin-bottom:10px;
	}
.naslov26{
	font-size:26px;
	color:#e2001a;
	text-transform:uppercase;
	}
.rightBox{
	width:335px; 
	display:block;
	margin:0 0 20px 0;
	}	

