/* --- Neuheiten --- */

.Einspalter {
	margin:			0;
}

.news-list-item {
	clear:			both;
	color:			#000;
	height:			360px;
	margin:			0;
	overflow:		hidden;
	padding:		0;
	position:		relative;
	width:			992px;
}

.normal-st {
	background-color:		#0057BA;
}

.normal-ex {
	background-color:		#FF9B00;
}

.normal-me {
	background-color:		#00839C;
}

.odd {
	background-color:		#999999;
}

.news-list-item:after {
	clear:			both;
	content:		".";
	display:		block;
	height:			0;
	visibility:		hidden;
}

.news-list-item a:link,
.news-list-item a:visited,
.news-list-item a:hover,
.news-list-item a:active,
.news-list-item a:focus {
	color:			#FFF;
}

.news-list-item .news-list-left {
	float:			left;
	padding:		10px 10px 0 10px;
	width:			476px;
}

.news-list-item .news-list-left h3,
.news-list-item .news-list-left h3 a {
	color:			#FFF;
	font-size:		20px;
	font-weight:	normal;
	display:		block;
	line-height:	normal;
}

.news-list-item .news-list-left .news-list-image .myDiv {
	display:		block;
	float:			right;
	width:			248px;
}

.news-list-item .news-list-left .myDiv img {
	display:		block;
	margin:			15px auto;
}

.news-list-item .news-list-right {
	color:			#FFF;
	float:			left;
	font-size:		12px;
	height:			345px;
	overflow:		auto;
	padding:		15px 10px 0 10px;
	width:			476px;
}

.news-list-item .news-list-right p {
	padding:		0;
	margin:			0 0 20px 0;
}

.news-list-item .news-list-right a {
	display:		block;
	font-size:		13px;
	font-weight:	600;
}

