/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */



.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	
}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {	

}

/*Überschrift Titel*/
.news-latest-container H3,.news-latest-container H3 A {
font-size:11px;
color: #7b7b7b;
text-decoration:none;
}

/*News Kasten Seite*/
.news-latest-item {
        /* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;	
	padding:3px;
	margin:3px;
	border:0px;
	background-color:white;
	font-size:11px;	
}


.news-latest-date,.news-latest-morelink,.news-latest-category, {
	color:#7b7b7b;
	text-decoration:none;
	font-size:9px;
	margin-top:3px;		
}

.news-latest-date,{
	
	font-size:9px;
}



.news-latest-titel{
	font-size:12;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	
	border:0px;
	background-color:white;
	text-decoration:none;

}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:0px;
	margin-bottom:13px;
	border:0px solid #666;
	background-color:white;
	}


/*Titel Liste*/
.news-list-container H2 A:LINK,.news-list-container H2 A:VISITED,.news-list-container H2 A:HOVER {
	font-size: 12px;
	text-decoration:none;
}


/*Link Datum*/
.news-list-date, {
	font-size:9px;
	color:#7b7b7b;
}

/*Link Datum*/
.news-list-date h2 A {
	font-size:9px
	text-decoration:none;
	line-height: 1.1;
	margin-top:0px;
	margin-bottom:0px;	
}




.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
}
.news-list-morelink  {
	margin-bottom:3px;
}

.news-list-browse {
	text-align: center;
}

.news-list-morelink A {
	float:right;
	margin-bottom:0px;	
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/


.news-single-item {
	padding:0px;
	margin-bottom:5px;
	border:0px;
	background-color:white;	

}


.news-single-item H2 {
	font-size: 12px;
	font-weight:bold;
	color: #85A600;
	margin-bottom: 0px;
}


.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
