
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:none;
	background-color:none;
}

.news-latest-container H2 {
	margin-top: 11px;
	font-size: 18px;
	font-weight: normal;
	color: #B4B4B4;
	letter-spacing: 1px;
}

.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:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
}

.fussnote .news-latest-item H3 a {
	text-decoration: none;
	color: #ccc;
	font-size: 12px;
	border-bottom: 1px dotted #fff;
}
.news-latest-item a:hover {
	color: #AF0506;
	border-bottom: 1px dotted #AF0506;
}
.news-latest-item h3 {
	margin: 0;
	padding-top: 2px;
}

.news-latest-item h3 a {
	text-decoration: none;
	color: #AF0506;
	font-size: 14px;
}

#inhaltStartRechts p.bodytext {
	margin: 0px;
	padding-top: 5px;
}
.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
	margin-top: 9px;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
	padding-bottom: 2px;
}

.news-latest-morelink A {
	float:right;
}

