/* news archiv */
.newsarchiv
{
	clear: both;
	margin:20px 10px 20px 10px;
}

.newsarchiv p
{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin:0 auto 5px 10px;
}

.newsarchiv .news_more a:link, .newsarchiv .news_more a:active, .newsarchiv .news_more a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	font-style:normal;
	color:#005599;
	text-decoration:underline;
}

.newsarchiv .news_more a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	font-style:normal;
	color:#193441;
	text-decoration:underline;
}






/* news */

.news
{
	margin: 5px auto 10px auto;
}

.news img
{
	/*
	width:220px;
	border-style:none;
	*/
}

/* CategoryName above the Title */
.category
{
	display: none;
}

/* Information above the Autor, Date and Time ...  */
.autor
{
	height: 25px;
	/* border-top: 1px #000000 dotted; */
	width: 100%;
	text-align:left;
	margin-top:15px;
}

.news h1 {
	font-weight: bold;
	font-size: 9pt;
	line-height: 20px;
	color: #003254;
	margin-bottom: 5px;
}

h1 a:link, .news h1 a:active, .news h1 a:visited {
	text-decoration: none;
	color: #003254;
}

.news h1 a:hover
{
	text-decoration: none;
	color: #003254;
}

.news h2, .inhalt h2 {
	font: italic 8pt/ 15px verdana, arial, sans-serif;
}
.news_date {
	color:	#003254;
	width:	auto;
	height:	12px;
	font:	italic 7pt/ 12px verdana, arial, sans-serif;
	margin:	auto auto 2px auto;
}

.news .img
{
	width:220px;
	height:147px;
	margin:0;
}

.news .img img
{
	margin:auto auto 0 auto;
	vertical-align:bottom;
}

.news-single-img
{
	text-align:center;
	float:left;
	margin:0 10px 10px auto;
}


.news .news_more
{
	text-align:left;
}







.news_home_list_subheader
{
	margin-left:0px;
}