/* START Klassen für News-Template */
/*singel view*/
.news_titel
{
	font-size: 16px;
	font-weight: bold;
	color: #7F7F7F;
	margin-top: 0px;
	margin-bottom: 6px;
	background: White;
}

.news_aiTitel
{
	font-size: 10px;
	font-weight: bold;
	color:#000000;  
}

.news_aiUTitel
{
	font-size: 10px;
	font-weight: normal;
	color:#000000;
}

.news_aiText
{
	font-size: 10px;
	color:#ADADAD;
}

.aiTable, .news_aiTable
{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/*list view*/
.newsListTitle {
  color: #7F7F7F;
  font-weight:bold;
  font-size:16px;

}

.newsListTitleTD {
  background-image1:url(../images/news_list_title.gif); 
  background-repeat:no-repeat;
}

.newslistseperator
{
  background-image:url(../images/newslistseperator.gif); 
  background-repeat:no-repeat;	
}

/* ENDE Klassen für News-Template */

