/*LIST-ANSICHT CONFIG*/

.news-list-item{
	width: 100%;
	float: left;
	position: relative;
    	padding-bottom: 20px;
}

.clearer{
	margin-top: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;	
}

/*SINGLE-ANSICHT CONFIG*/

.header{
	margin-bottom: 10px;
}

.header h1{
	display:inline;
}

.header p{
	display:inline;
}

.news-single-item img{
	margin: 10px;
}