.slb_news_links  {
	width: 470px;
	min-height: 900px
	
}
.slb_news_rechts  {
	width: 172px;
	background-color: #e2e3d7; 	/*an Seitenlayout anpassen*/
	position: absolute;
	margin-left: 510px;
	margin-top:29px;
	border: 1px solid #999;		/*an Seitenlayout anpassen*/
	padding: 9px;
}
.news_headline {
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	color:#274144;				/*an Seitenlayout anpassen = hoverfarbe titel*/
}
.news_titel  {
	display:block;
	font-size: 11px;
	line-height:14px;
	font-weight: bold;
	color: #4d6d70;				/*an Seitenlayout anpassen*/
	text-decoration: none;
	background-image:url(../bilder/pf_n.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	text-indent:16px;
	margin-bottom:-10px;
}
.news_titel:hover  {
	background-image:url(../bilder/pf_n.png);
  	background-position:3px 2px;
	background-repeat:no-repeat;
	
	color:#274144;				/*an Seitenlayout anpassen*/
}
.news_text  {
	display:block;
	font-size: 11px;
	line-height:14px;
	margin-bottom:-15px;
}
.news_date  {
	font-size: 11px;
	line-height:14px;
}


