#newsliste {
	width:660px;
	background: transparent url(bg_newsliste.gif) repeat-y;
	float:left;
}

*html #newsliste {
	width:650px;	
	background:transparent;
 }
.news {
	width: 300px;
	margin:0 30px 20px 0;
	float:left;
	min-height: 210px;
}

*html .news {
	margin:0 15px 20px 0;
}

.news_image {
	height:100px;
	margin:0 0 10px 0;
}

.news_image img{
	width:300px;
	height:100px;
	}

.news .datum {
	font-size: 10px;
	margin:0 0 5px 0;
}

.news h1 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 0;	
	color:#7d7d7d;
}

.news h1 a{
	color:#7d7d7d;
}

.news hr {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #a9a9a9;			
}