@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	background-color: #FFF;
	/*background-color:#E1FAC8;*/
}

a{
	color:#5CA209;
}

a:hover{
	color:#E93985;
}

.naslov{
	width:auto;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#EF418C;
	background:#FFF url(../img/naslov-bg.png) left top no-repeat;
	padding:5px 8px;
	text-align: left;
}

/* NOVOSTI IZLISTAVANJE */
.novosti_naslov{
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	line-height:normal;
	margin-bottom:5px;
	min-height: 35px;
	color:#5CA209;
}

.novosti_datum{
	font-size:11px;
	color:#CCC;
}

.novosti_tekst{
	display:block;
	font-size:12px;
	color:#333;
	padding-bottom:10px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}


/* INDEX BOXOVI */
  .box{
	border:solid 1px #000;
	width:355px;
	float:left;
	margin-right:10px;
	position:relative;
	}
	
	.text_preko{
	font-weight: bold;
	font-size: 17px;
	line-height: 19px;
	color:#EF418C;
	padding:0px 5px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment: scroll;
	display: inline; 
	text-transform: lowercase;
	margin-left:15px;
	letter-spacing:-1px;
	}
	
	.plavo{background:url(../img/srednja_plava.gif) top left repeat-x; vertical-align:top;}
	.sivo{background:url(../img/srednja_siva.gif) top left repeat-x; vertical-align:top;}
	.zeleno{background:url(../img/srednja_zelena.gif) top left repeat-x; vertical-align:top;}
	.pink{background:url(../img/srednja_pink.gif) top left repeat-x; vertical-align:top; width:360px; float:left;}
	.text_ostali{display:block; padding:5px; background-color:#F5F5F5; height:115px; border:solid 1px #E9E9E9; margin-bottom:10px; margin-top:3px;}