#newshead {
	background-color: #073580; 
	color: #fff;
	display: block;
	padding: 3px 2px 3px 10px;
	border-bottom: 1px solid #073580;
	text-transform:uppercase;
	font-weight:bold;
}

/* Newslist auf allen Seiten */

#news {
	font-size: 1em;
}

#news hr {
	background-color: #073580; 
	height: 1px;	
	border-bottom: 1px solid #073580;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin: 0;
}

#news .news-list-date {
	font-size: 0.7em;
}

#news .news-list-item {
	margin: 3px 0;
}

#news h1, #news h2, #news h3, #news h4 {
	width:150px;
	font-size: 1.1em;
	padding:0px;
	margin:0px;
}

#news p {
	padding: 2px 0px;
	margin: 0px;

} 

/* latest Anzeige */

.news-latest-item h3 {
	font-size: 0.7em;
}

.news-latest-item hr {
	width: 507px;
	background-color: #073580; 
	height: 1px;	
	border-bottom: 1px solid #073580;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin: 0;
}

.news-latest-gotoarchive {
	display: none;
}




/* single Anzeige */
