/* #### Listen-Ansicht ##### */
.newsList {
	margin:0px 0px 15px 0px;
	padding:0px;
}
.newsList .credits {
	float:left;
	width:190px;
}
.newsList .descript {
	/*20px Abstand nach unten, weil sonst hr mitumbricht*/
	margin:0px 0px 20px 200px;
	padding:0px;
}
.newsList h2 {
	margin:15px 0px 8px 0px;
	padding:0px;
}
.newsList p {
	margin:0px 0px 0px 0px !important;
	padding:0px !important;
}
.lightHR hr {
	border-top:1px solid #FFEAC3;
}


/* ##### Detail-Ansicht ##### */
.newsDetail h1 {
	margin-bottom:15px;
}
.newsDetail .author {
	margin-bottom:25px !important;
}
.newsDetail .author .detailDate {
	float:right;
	font-weight:bold;
}
.newsDetail .sub p {
	font-weight:bold;
	font-size:10px;
	margin-bottom:17px !important;
}
.newsDetail p {
	margin:0px 0px 10px 0px !important;
	padding:0px !important;
}
