
/**************** startseite unten tt_news latest *************************/

#news_start {
   clear:both;
	border:0px solid red;
	width:798px;
	float:left;
}
#news_start  div.news-latest-container {
	width:798px;
	position:relative;
	margin:0;
	padding:0;
	
}

#news_start div.news-latest-item {
	float:left;
	width:263px;
	margin:3px 0 0 0;
	padding:0;
	height:112px;
}
#news_start div.aaa {
	background: url(../images/bgr_news_startseite.jpg) repeat-y left top;
	width:264px;
}
#news_start div.bbb {
	background: url(../images/bgr_news_startseite.jpg) repeat-y -265px top;
	margin-left:3px;
	width:264px;
}
#news_start div.ccc {
	background: url(../images/bgr_news_startseite.jpg) repeat-y -528px top;
	margin-left:3px;
}


#news_start div.news_inner {
	margin:6px 0 0 8px;
	padding:0;
}
#news_start div.news_inner img {
	float:left;
	margin: 0 8px 0 0;
	padding:0;
	border:none;
}
#news_start h2 {
	height:32px;
	color: White;
	margin:0 0 0 0;
	padding:0;
	position:relative;
	top:-2px;
}
#news_start h2.news_start_headline a {
	color: White;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#news_start h2.news_start_headline a:hover {
	color: White;
	text-decoration:underline;
	font-weight:bold;
}

#news_start p.bodytext {
	line-height:16px;
}


