#newsDiv {
	margin: 0 0 24px 0;
}

* html #newsDiv {
	display: inline-block;
}

#newsDiv p {
	font-size: 1.2em;/* -- 1.1 -- */
	line-height: 1.5em;
	color: #666;
}

#newsDiv div.news_text p {
	color: #000;
}

#newsDiv ol {
	margin-left: 1em;
}

#newsDiv a  {
	color: #336699;
	text-decoration: underline;
}

#newsDiv .newsPagina {
	margin-bottom: 0;
}

#newsDiv .newsTreffer {
	float: left;
	font-size: 1.1em;
}

#newsDiv .newsSeiten {
	text-align: right;
}

#newsDiv .news {
	margin-bottom: 1.4em;
}

* html #newsDiv .news {
	display: inline-block;
}

#newsDiv .news h1, 
#newsDiv .news a.headline {
	display: block;
	font-size: 1.8em;
	color: #336699;
	font-weight: bold;
	line-height: 24px;
	padding: 4px 0;
	margin: 0 0 12px 0;
	text-decoration: none;
}

#newsDiv .news  h2, 
#newsDiv .news .newsSubline {
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 0.4em 0 0 0;
}

/* -- background Überschriften -- */
#newsDiv .news a.top, 
#newsDiv .news h1.top {
	background: #fff;
}

#newsDiv .news .img {/* == #terminDiv .imgRechts */
	float: right;
	margin: 0 0 12px 12px;
}

#newsDiv .news .text, 
#newsDiv .news a.text {/* -- falls Teaser als Link angelegt werden -- */
	display: block;
	text-decoration: none;
}

#newsDiv .news p.top {/* -- Text topNews -- */
	color: #000;
}

#newsDiv .news a.mehrInfos {
	background: transparent url(../img/bg_pfeil_re.gif) no-repeat right 2px;
	padding-right: 16px;
}

#newsDiv .news a:hover {
	text-decoration: underline;
}

#newsDiv .newsDatum {
	float: left;
	font-size: 11px;
	color: #999;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
}

#newsDiv .newsKategorie {
	text-align: right;
	font-size: 11px;
	color: #999;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
}

#newsDiv .topNewsBanner {
	background-color: #EE2C13;
	padding: 0.1em;
	text-align: center;
}

#newsDiv .weitereNewsBanner {
	background-color: #999;
	padding: 0.1em;
	text-align: center;
}

#newsDiv .brdBilder {
	background: #eee;
	border: 1px solid #ccc;
}





