/*--------List-View:------------------------------------*/
.news-list-container{
	float:left;
	xxxwidth:800px;
	
	xxxborder:1px solid #999999;
	xxxbackground-color:#CCCCCC;
}
.news-list-item{
	
	display:block;
	margin-bottom:27px;

	xxxborder: 1px solid #ff0000;
	xxxbackground-color:#99FFFF;
}
.news-list-kopfzeile{
	float:left;
	
	xxxbackground-color:#6699FF;
}
.news-list-header{
	float:left;
	
	xxxbackground-color:#993300;
}
.news-list-header h3{
	margin-top:0px;
}
.news-list-datum{
	float:right;
	
	xxxbackground-color:#FF6600;
}
.news-list-content{
	float:left;
	width:100%;
	
	xxxbackground-color:#00CCCC;
}
.news-list-teaser{
	xfloat:left;
	xwidth:80%;
	
	xxxbackground-color:#CCCCCC;
}
.news-list-image{
	xwidth:20%;
	text-align:left;
	float:left;
x___margin-right:10px;
}
.news-list-image img {
	margin-right:10px;
}
.news-list-subline{

	xxxbackground-color:#FF9999;
}


/*--------Single-View:------------------------------------*/
.news-single-content{
	float:left;
	width:100%;
	margin-bottom:20px;
	
	xxxbackground-color:#CCCCCC;
}
.news-single-teaser{
	xfloat:left;
	xxxwidth:75%;
}
.news-single-img {
	float:left;
	xxxwidth:20%;
	margin-left:0%;
x___margin-right:10px;
}
.news-single-img img {
	margin-right:10px;
}
.news-single-imgcaption{
	font-size:9px;
}

.news-single-kopfzeile{
	float:left;
	
	xxxbackground-color:#6699FF;
}
.news-single-header{
	float:left;
	
	xxxbackground-color:#993300;
}
.news-single-header h2{
	margin-top:0px;
}
.news-single-datum{
	float:right;
	margin-top:4px;
	xxxbackground-color:#FF6600;
}

