/*Container und Überschrift*/
.news-latest-container {
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0053a0;
	margin-left: 43px; /*43*/
}
*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: 20px;
}

/*Datum*/
.news-latest-item .news-latest-date,
.news-latest-item .news-latest-date a {
	font-size: 7pt;
	font-weight: bold;
	color: #0053a0;
	text-decoration: none;
}

/*Titel*/
.news-latest-item h3,
.news-latest-item h3 a {
	font-size: 10pt;
	font-weight: 900;
	color: #0053a0;
	text-decoration: none;
	letter-spacing: 1px;
}

/*Subheader bzw. Teasertext*/
.news-latest-item .news-latest-subheader {
	font-size: 8pt;
	font-weight: normal;
	color: #0053a0;
	line-height: 14pt;
}

/*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;
}