
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-titel {
	background-image: url(../images/headlinebg_gelb.gif);
	background-color:#f7e279;
}

.news-latest-titel H3 {
	background-color:#f7e279;
}



/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-titel {
	background-image: url(../images/headlinebg_gelb.gif);
	background-color:#f7e279;
}

.news-list-titel H3 {
	background-color:#f7e279;
}


	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-titel {
	background-image: url(../images/headlinebg_gelb.gif);
	background-color:#f7e279;
}

.news-single-titel-h2-div H2 {
	background-color:#f7e279;
}

.news-single-backlink a, .news-single-backlink A:HOVER{
	background-color:#f7e279;
}



