/*-----------------------------------  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;
	border:none;

}
.news-latest-container HR.clearer {
	clear:left;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-table {
	margin:							1px 20px;
	width:							656px;
}

.news-list-head {
	padding:						2px;
}

.news-list-item-1,
.news-list-item-2 {
	background-color:				#f0eee1;
	padding:						5px 2px;
}

.news-list-item-2 {
	background-color:				white;
}

.news-list-datum {
	width:							80px;
	font-weight:					bold;
}

.news-list-titel a,
.news-list-titel a:link,
.news-list-titel a:visited,
.news-list-titel a:hover,
.news-list-titel a:focus,
.news-list-titel a:active {
	color:							#333333;
	font-weight:					bold;
	text-decoration:				none;
}

.news-list-titel a:hover,
.news-list-titel a:focus {
	color:							#90af28;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	background-color:				white;
	border:							none;
}

.news-single-pm {
	margin:					 		1px 20px;
}

.news-single-pm span {
	color:							#90af28;
	font-size: 						16px;
	font-weight:					bold;
}

.news-single-item H2 {
	font-size: 						12px;
	font-weight:					bold;
	margin-bottom:					8px;
}

.news-single-backlink {
	margin-left:					20px;
}
