/*  tt_news - aktuelles  */


/* alle h2's in den News  */
/* mit und ohne Link      */
/* Achtung! Title ist verlinkt, deshalb h2 a                            */
/* ie6 braucht die a:link etc Geschichte für die korrekte Auszeichnung. */
.news-list-container h2,
.news-list-container h2 a, 		
.news-list-container h2 a:link, 	
.news-list-container h2 a:visited,
.news-list-container h2 a:active,
.news-list-container h2 a:hover,
.news-single-item h2,
.news-single-item h2 a, 		
.news-single-item h2 a:link, 	
.news-single-item h2 a:visited,
.news-single-item h2 a:active,
.news-single-item h2 a:hover {  

	margin: 0;
	padding: 0;
	border: 0;

	color: #7C6492; /* lila, global */
	font-style: italic;
	font-weight: normal;

}



div.news-list-morelink a,
div.news-single-backlink a
{
	/* Orange */
	/* color: #C66218; */

}


/* H1 vspace größer machen - nur für news */
.csc-firstHeader 
{
	/* background-color: YELLOW; */
	/* margin-bottom: 1.5em; */

}




/* mehr vspace */
div.news-list-item   hr,
div.news-single-item hr
{
	margin-top:    1.0em;
	margin-bottom: 1.0em;

}



/*
 * tt_news > pager
 * Make current page no. black
 *
 */
 
.tx-ttnews-browsebox-SCell  {

	/* ist hier zu hoch, deshalb white */
	background-color: WHITE;
}


.tx-ttnews-browsebox-SCell p a,
.tx-ttnews-browsebox-SCell p a:link,
.tx-ttnews-browsebox-SCell p a:visited
{
	color: #000;   
	font-weight: bold;

}





/* bilder in singleview  */
.news-single-item img {  

	padding-top   : 4px;
	padding-right : 8px;
	padding-bottom: 8px;

}