/*Container und Überschrift*/
.news-latest-container {
	width: 515px;
	
	color: #fff;
	margin-left: 0px; /*43*/
	margin-bottom: 20px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #fff;*/
	background-color: transparent;
}
*html .news-latest-container {
	margin-left: 15px;
}

.news-latest-container h2,
.news-latest-container h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color:#c5cce6;
	margin: 0;
	padding: 0;
}
.news-latest-container h2 { letter-spacing: 1px; margin-bottom: 5px; margin-top: 25px; }

/* Newseinträge************************************** */

.news-latest-item {	margin-bottom: 1px; }

/*Bild*/
.news-latest-item img {
	float:left;
	margin-right: 20px;
}

/*Titel*/
.news-latest-item h3,
.news-latest-item h3 a {
	font-size: 12pt;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
}

/*Subheader bzw. Teasertext*/
.news-latest-item .news-latest-subheader {
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	line-height: normal; 
}

/*Mehr-Link*/
.news-latest-item .news-latest-morelink,
.news-latest-item .news-latest-morelink a {
	font-size: 7pt;
	font-weight: normal;
	color: #c5cce6;
	text-decoration: none;
}

/*Freitext-Kurzteaser*/
.short-teaser {
	margin-top: 10px;
	background-color: transparent;
	padding: 6px;
	padding-bottom: 0px;
	border-top: 1px solid #fff;
}
.short-teaser h2.vmHeader,
.short-teaser p.bodytext,
.short-teaser li {
	color: #fff;
	font-size: 10pt;
}
.short-teaser h2.vmHeader { letter-spacing: 1px; }
.short-teaser p.bodytext,
.short-teaser li { font-size: 10pt;  }