/*  tt_news - aktuelles  */



/**************************************************************************
*
*  Zweispaltiges Layout für Aktuelles / Listview
*
***************************************************************************/

div.news-pgi-col1
{
	float: left;
}


div.news-pgi-col2
{
	margin-left: 10px;
}



div.news-list-item,
div.news-single-item {
	background-color: #F4F4F4;
	border: 0px none;

	border-top:    2px dotted #7C6492; 
	border-bottom: 2px dotted #7C6492; 

	padding: 15px; 

	margin-top: 20px;		 /* Abstand zum vorhergehenden Artikel */

}

/* separator */
/* ausblenden, weil die dotted lines vom umgebenden div kommen */
div.news-list-item 	hr.clearer,
div.news-single-item hr.clearer {

	display: none;

}

