
/*-----------------------------------  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{
	border: 1px solid #F9FFE5;
	clear: right;
	height: 1px;
}

.news-latest-container hr.clearer { clear: left }

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container { clear: both }

.news-latest-gotoarchive {
	font-weight: bold;
	margin-top: 5px;
}

.news-latest-gotoarchive a:link, .news-latest-gotoarchive a:visited, .news-latest-gotoarchive a:hover { color: #FFFFFF }

.news-latest-gotoarchive a { color: #FFFFFF }

.news-latest-item {
	background-image: url(images/rec_w_news.gif);
	background-repeat: no-repeat;
	float: left;
	height: 95px;
	margin: 0 0 0 0;
	padding: 0;
	width: 281px;
}

.news-latest-content{
	clear: both;
	float: left;
	font-size: 10px;
	line-height: normal;
	height: 59px;
	margin: 0;
	overflow: hidden;
	padding-left: 17px;
	padding-top: 6px;
	width: 255px;
}

.news-latest-headline {
	clear: both;
	float: left;
	padding-left: 17px;
	width: 255px;
}

.news-latest-headline h3, .news-latest-headline h3 a:link, .news-latest-headline h3 a:active, .news-latest-headline h3 a:visited,.news-latest-headline h3 a:hover {
	color: #333333;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
.news-latest-headline h3 a:link, .news-latest-headline h3 a:active, .news-latest-headline h3 a:visited {
	color: #FF6600;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
.news-latest-headline h3 a:hover {
	color: #FF9933;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.news-latest-content img {
	border: none;
	float: right;
}

.news-latest-category img {
	border: none;
	float: none;
	margin: 0px;
}

.news-latest-date,.news-latest-morelink,.news-latest-category { font-size: 9px }

.news-latest-morelink a:link, .news-latest-morelink a:active, .news-latest-morelink a:visited {
	color: #FF6600;
	float: right;
	font-size: 10px;
	font-weight: bold;
}

.news-latest-morelink a:hover { color: #FF9933 }

/* Styles fuer die Partner Seite */
.news-list-item-part {
	background: url(images/partner/partnerBG.gif) top left no-repeat;
	float: left;
	height: 207px;
	margin: 0 16px 15px 0;
	width: 269px;
}

.news-list-img-part {
	float: left;
	height: 120px;
	margin: 30px 0 0 10px;
	width: 250px;
	text-align: center;
}

.news-list-txt-part {
	color: #333333;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 14px;
}

.news-list-container-part {
	float: left;
	margin: 10px 0 0 0;
	width: 860px;
}
.news-list-morelink-part {
	clear: both;
	float: left;
	margin: 5px 0 0 0;
	text-align: right;
	width: 250px;
}

.news-list-morelink-part a:link, .news-list-morelink-part a:active, .news-list-morelink-part a:visited {
	color: #FF6600;
	font-size: 10px;
	font-weight: bold;
}

