/***********************************************************************************

Konfiguration des Newsplugins auf Basis des modifizierten Templates

************************************************************************************/



/*******************************************************
**  Ansicht: LIST 
**/

.newslistheader {
	color:#000;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
	
	text-align:left;

}

.newslisttitle {
	color:#124AA0; font-size:11px; font-weight:bold;
	padding-top:0px;padding-bottom:2px;
	margin:0px;
	
	
}

.newslistsubheader{
	clear:both;
}

.newslistmorelink {
	text-align:left;
	text-decoration:none;
	
	padding:0px; padding-right:18px;
	margin:0px;
	font-size:11px;
	
}

div.newslistmorelink a {
text-decoration:none!important;
font-weight:normal;
}



/*******************************************************
**  Ansicht: Latest
**/

#idnewslatest img {

	vertical-align:middle;
}



/*******************************************************
**  Ansicht: SINGLE
**/

.newssingleheader {
	color:#000;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
	
	text-align:left;

}

.newssingletitle {
	color:#124AA0; font-size:11px; font-weight:bold;
	padding-top:0px;padding-bottom:2px;
	margin:0px;
	
	
}

.newssinglecontent {
	clear:both;
}

.newssinglebacklink {
		text-align:left;
	text-decoration:none;
	padding:0px; padding-right:18px;
	margin:0px;
	font-size:11px;
	
}

div.newssinglebacklink a {
text-decoration:none!important;
font-weight:normal;
}


/*******************************************************
**  GENERELLE OBJEKTE
**/


.news_divider {
	font-size:1px;
	border-bottom:1px solid #e9e9e9;
	margin-top:15px; margin-bottom:15px;
}

.news_dividerFirst {
	font-size:1px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:10px;margin-top:0px;
}


/*******************************************************
**  FORMATIERUNG DER BILDER
**/


.newsImage{
	float:right;
	padding-left:5px;
	padding-bottom:5px;
}


