@charset "utf-8";
/* CSS Document */

#news_box {
	float: left;
	height: auto;
	width: 235px;
	margin-top: 15px;
	margin-left: 15px;
}
#news_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-indent: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#news_naslov {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-indent: 15px;
	margin-bottom: 10px;
}
#news_address {
	height: auto;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#termini_box_lightblue {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0079C4;
	background-color: #B5B5B5;
	padding-left: 5px;
	font-weight: normal;
}
#termini_box_grey {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0079C4;
	background-color: #CCC;
	padding-left: 5px;
	font-weight: normal;
}

