
/*-----------------------------------  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:0px;
	border-bottom:1px solid #323e49;
	border-top:0px none;
	margin-top:20px;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:1px solid #333;
	background-color:#BBE53A;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#769024;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchi {}



/*-----------------------------------  tt_news Single  -----------------------------------*/
.news-single-img {
	width: 705px;
	height: 405px ;
	overflow:hidden;
}

/* Objekte ausblenden */
.news-single-timedata, .news-single-author,  {
	display:none;
}


.news-single-timedata {
	color:#ebeced;
	font-size:10px;
	float:right;
	clear:both;
	margin-top:0px;
}

.news-single-item {
	margin-bottom:25px;
}
.news-single-item-wrap {
	margin-top:40px;
	float:left;
	width: 480px;
}
.news-single-item-wrap p {
	text-align:justify;
}


.news-single-item-wrap h3 {

}


/*-----------------------------------  tt_news List  -----------------------------------*/
.news-list-date {
	color:#5b656d;
	font-size:10px;
	margin-top:10px;
	float:right;
	clear:both;
}


.news-list-item-inner-wrap {
	width:520px;
	margin-top:10px;
}
.news-list-item-inner-wrap p{
	text-align:justify;
	width:430px;
}
.news-list-item-image {
	margin-top:3px;	
	float: right;
	margin-bottom:10px;
}

.news-list-item-image a {
	text-align:right;
}



.news-list-item {
	
}

/*-----------------------------------  tt_news Diverse  -----------------------------------*/



.content {
	width:665px!important;
}









