/*Container und Überschrift*/
.news-latest-container {
	width: 260px;
	/*margin-left: 30px;*/
	margin-right: 0px;  /*43*/
	margin-bottom: 10px;
   padding-right: 20px;
	/*margin-top: -25px;*/
	vertical-align: top;
	height: auto;
}

/*
*+html .news-latest-container {
	margin-top: -55px;
}

*/
.news-latest-container h2.vmHeader {
	margin-top: 0px;
}

/* Newseinträge************************************** */
.news-latest-item {
	margin-bottom: 1px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	
	color: #4697cf;
	
	border-bottom: 1px dotted #fff;
}

/*Bild*/
.news-latest-item img {
	float: left;
	margin-right: 2px;
}

/*Titel*/
.news-latest-item h3,
.news-latest-item h3 a {
	font-size:9pt;
	font-weight: 900;
	color: #4697cf;
	text-decoration: none;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

.news-latest-item h3 a:hover {
	color: #f8931f;
}

/*Subheader bzw. Teasertext*/
.news-latest-item .news-latest-subheader {
	font-size: 8pt;
	font-weight: normal;
	line-height: 10pt;
	color: #4697cf;
	}

/*Mehr-Link*/
.news-latest-item .news-latest-morelink,
.news-latest-item .news-latest-morelink a {
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	width: 150px;
}
.news-latest-item .news-latest-morelink img {
	visibility: hidden;
}

/*Link unterhalb der News: News-Übersicht*/
#news-link {
	width: 155px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom:4px;
}

#news-link a:link,
#news-link a:visited,
#news-link a:hover {
	display: block;
	width: 100px;
	font-size: 9px;
}
#news-link a:hover {	color: #f8931f; }