/*Container und Überschrift*/
.news-latest-container {
	max-width: 165px;
	min-width: 165px;
	width: 165px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	margin-left: 0px;
	margin-right: 0px;  /*43*/
	margin-top: 9px;
	vertical-align: top;
	
	/*background-color: InactiveCaptionText;*/
}
/*
*html .news-latest-container {
	margin-left: 5px;
}
*/

.news-latest-container h2,
.news-latest-container h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.news-latest-container h2 {
	letter-spacing: 2px;
	font-size: 8pt;
	font-variant: small-caps;
	
	height: 30px;
	display: block;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-left: 5px;
	margin-bottom: -6px;
	
	background-color: #d6d6d6;
	background-image: url(../startpage/backgr_head_press.gif);
	background-repeat: repeat-x;
}
/*IE-Hack*/
*html .news-latest-container h2 {
	width: 165px;
	height: 29px;
	margin-right: -5px;
	margin-top: 6px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fd0002;
} 
.news-latest-container h2 a:link,
.news-latest-container h2 a:visited,
.news-latest-container h2 a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
}

.news-latest-container h2 a:hover {	color: #fd0002; }

/* Newseinträge************************************** */
.news-latest-item {
	margin-bottom: 1px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 2px;
	
	border-top: 1px solid #fff;
	
	background-image: url(news_backgr.gif);
	background-position: top;
	background-repeat: repeat-x;
}
/*IE6-Hack*/
*html .news-latest-item { margin-top: 6px; }

/*Bild*/
.news-latest-item img {
	float: left;
	margin-right: 2px;
}

/*Titel*/
.news-latest-item h3,
.news-latest-item h3 a {
	font-size: 7.5pt;
	font-weight: 900;
	color: #2C2C2C;
	text-decoration: none;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

.news-latest-item h3 a:hover {
	color: #fd0002;
}

/*Subheader bzw. Teasertext*/
.news-latest-item .news-latest-subheader {
	font-size: 7.5pt;
	font-weight: normal;
	color: #2C2C2C;
	line-height: 10pt;
}

/*Mehr-Link*/
.news-latest-item .news-latest-morelink,
.news-latest-item .news-latest-morelink a {
	font-size: 7pt;
	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;
	background-color: #d5d5d5;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom:4px;
}
/*IE6-Hack*/
*html #news-link { width: 165px; }

#news-link a:link,
#news-link a:visited,
#news-link a:hover {
	display: block;
	width: 100px;
	color: #2c2c2c;
	font-size: 9px;
	background-image: url(press-arrow.gif);
	background-attachment: scroll;
	background-position: right center;
	background-repeat: no-repeat;
}
#news-link a:hover {
	color: #fd0002;
}