
#vv-newswrap .article_seperator {
	background: none;
}

.vv-newsblock {
	margin: 0;
	display: block;
	border: 0px solid red; 
	clear: both;
	width: 585px;
}

.vv-newsitem,
.vv-newsitem-left,
.vv-newsitem-right,
.vv-newsitem-center {
	float: left;
	padding: 0;
	text-align: center;
}

.vv-newsitem-left,
.vv-newsitem-center {
	
}

.vv-newsitem-left div.vv-newsitem-inner,
.vv-newsitem-center div.vv-newsitem-inner,
.vv-newsitem-right div.vv-newsitem-inner,
.vv-newsitem div.vv-newsitem-inner {
	text-align: left;
	float: left;
}

.vv-newsitem-center div.vv-newsitem-inner {
	float: none;
	margin: 0 auto;
}

.vv-newsitem-right div.vv-newsitem-inner {
	float: right;
}


a.vv-newscat, a.vv-newscat:hover, a.vv-newscat:active, a.vv-newscat:focus {
	display: block;
	border-bottom: 0px solid #E15595;
	margin: 0 0 5px;
	position: relative;
	font: normal 115%, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.vv-newscatwrap .hover .vv-newscat,
.vv-newsitem-left:hover .vv-newscat,
.vv-newsitem-center:hover .vv-newscat,
.vv-newsitem-right:hover .vv-newscat {
	border-bottom: 0px solid #E15595 !important;
	text-decoration: none;
}

a.vv-newscat span {
	font-weight: bold;
	font-size: 12px;
	padding: 5px 5px 2px 2px;
	background: #244B7D;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
}

.vv-newscatwrap .hover .vv-newscat span,
.vv-newsitem-left:hover .vv-newscat span,
.vv-newsitem-center:hover .vv-newscat span,
.vv-newsitem-right:hover .vv-newscat span {
	background: #E15595;
}

a.vv-newstitle {
	font-weight: bold;
	display:block;
	margin-bottom: 5px; 
	border: none;
	font: bold 110%/normal Georgia, "Times New Roman", Times, serif; 
	text-transform: uppercase;
	}

a.vv-newstitle:hover, a.vv-newstitle:active, a.vv-newstitle:focus {
	border-bottom: none;	
	text-decoration: none;
}

.vv-newscontent {
	padding: 0;
}

.vv-newscontent img {
	margin: 2px 6px 2px 0;
	padding: 1px;
	border: 1px solid #aaa;
	background: #fff;
	float: left;
	text-align:left;
	height:75px;
	width:75px;
}

.vv-newscontent p {
	margin: 5px 0;
}

.vv-newsitem ul {
	margin: 10px 0 0;
	padding: 0;
}

ul.vv-newslinks {
	margin: 15px 0 0 15px;
	padding: 0;
}

ul.vv-newslinks li {
	margin: 0 0 0 0px;
	padding: 0 0 0 10px;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}

ul.vv-newslinks li a,
ul.vv-newslinks li a:hover,
ul.vv-newslinks li a:active,
ul.vv-newslinks li a:focus {
	text-transform: uppercase;
	font-size: 11px;
}

/* headline
--------------------------------------------- */
#jahl-newsitem {
	background: #E7F4FA;
	padding: 5px;
}

div.vv-newscat {
	display: block;
	border-bottom: 0px solid #E15595;
	padding-top: 5px;
	margin: 0px;
	position: relative;
	font: normal 125% Helvetica, sans-serif;   
	 text-transform: uppercase;
}

div.vv-newscat span {
	font-weight: bold;
	padding: 5px 5px 2px;
	background: #E15595;
	color: #FFFFFF;
}

#jahl-newsitem a.vv-newstitle { 
	font-size: 180%;
	font-weight: bold;
	line-height: normal;
}

#jahl-newsitem img { 
	margin: 2px 10px 10px 0;
}


