.newstitel{
	/*overflow: auto;*/ /*War nur bei IE. TODO: Nachfragen: Ist es gewünscht, u.U. bei Titeln einen Scrollbalken zu haben?*/
	color: #2B4490;
	/*font-size: 125%;*/
	font-weight: bold;
	float: left;
}

/*.newstitel1{
	color: #2B4490;
	/*font-size: 14px;
	/*font-size: 100%;
	display: inline;
	float: left;
	font-weight: bold;
	margin-left: 0;
	margin-top: 0;
}*/

.newsdatum{
	color: #2B4490;
	/*font-size: 100%;*/
	display: block;
	font-weight: bold;
	float: right;
}

.newstext{
	font-size: 75%;
	text-align: left;
}

/*a.newslink{ 
	display: inline;
}*/

a:link.newslink , a:visited.newslink {
	color: #2B4490;
	text-decoration: none;
}

a:hover.newslink{
	color: #2B4490;
	text-decoration: underline;
}

#flashnews{
	font-size: 62.5%;
	position: absolute;
	border-left: 2px solid;
	margin-left: 530px;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 10px;
	width: 370px;
	height: 550px; 
}

#flashnews a:link, #flashnews a:visited{
	/*margin:0;
	padding-top: 0;
	padding-bottom: 0;*/
	color: #2B4490;
	text-decoration: none;
}

#flashnews a:hover{
	color: #2B4490;
	text-decoration: underline;
}

.breakingnewstitel{
	font-size: 150%;
}

.flashtitel{
	font-size: 125%;
}