
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.floatAus, .clearer {
	display: block;
	clear: both;
	float: none;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-item {
	width: 440px;
	margin: 0 0 .5em 0;
}

.news-list-item p.nli-subheadline {
	color: #004494;	
}

.news-list-item h3, .news-list-item h3 {
	margin: 0 0 8px 0;
	border: 0;
	padding: 0;	
}

.nli-content-image {
	float: left;
	width: 105px;	
}

.nli-morelink {
	white-space: nowrap;
	margin: 0 0 0 .5em;	
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #fff;
	padding:3px;
	font-size: .9em;
}
.tx-ttnews-browsebox-strong {
	font-weight: bold;
}

.bbinactivelinkwrap {
	margin: 0 0 0 .5em;
}