
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border: 1px solid #fff;
	background-color: #fff;
	padding: 0;
}

.news-latest-container h2 {
	margin: 0;
	border: 0;
	padding: 7px 1px 1px 6px;
	border-top: #8b8d8e 2px solid;
	padding-left: 5px;
/*	font-size:120%;  */
	font-size: 14px;
	color: #8b8d8e;
	font-weight: bold;

}	
	

/*.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;	
	margin:3px;
	border:1px solid #666;
	background-color:#769024;
} */

.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 {
	padding:3px;	
	margin:3px;
	margin-bottom: 10px;
	border:1px solid #fff;
	background-color: #fff;
}

.news-latest-item IMG {
	
	margin-bottom:5px;
	margin-right:5px;
	float:left;
}

.news-latest-item h3 {
	font-weight: bold;
	font-size:14px;
	padding:0;
}

.news-latest-item h3,p {
	margin: 0;

}

.news-latest-item a:link, .news-latest-item a:hover, .news-latest-item a:visited {
	color: #8b8d8e;
}

.news-latest-morelink a:link, .news-latest-morelink a:hover, .news-latest-morelink a:visited {
	color: #EE8C25;
	font-size: 13px;
} 

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:100%;
}

.news-latest-date {
	margin-bottom: 0;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float: none;
	
	padding: 0.3em 1em;
	text-decoration: none;
	/*background-image:url(../img/Pfeilchen.gif);*/
	background-image:url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position:center left;

}