/*-----------------  allgemeine Einstellungen   -------------------*/


 A,   A:LINK,   A:VISITED{
	text-decoration: none;
	color: #424C68;
 	background-color: transparent;
}
  A:HOVER {
text-decoration: none;
	color: black;
}
 
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {	
	background-color: transparent;
	z-index: 5;
}


.headline {
	display: block;
	font-size: 12px;
	color: #424C68;
	font-weight:bold;
	padding: 1px 0px 1px 0px;
	margin: 0px; 
	clear: left;
}
.headline A:HOVER{
	color: black;
	text-decoration: none;  
}
.news-latest-gotoarchive {
 	 
}

.news-latest-item {
	padding:3px;	
	margin:3px;
	background-color:transparent;
	 
}
.news-latest-item H3{
	padding:1px;	
 	font-size: 1.0em;
	font-weight: bold;
	 
}
.news-latest-content-wrap{
    float:right;
    position:relative;
    display:block;
}
.news-latest-item-wrap-img{
	display:block;
	float: left;
	padding: 0 0 5px 0;
    position:relative;

}
.news-latest-item-wrap-img TABLE{
	display:block;
	float: left;

}
 
.news-latest-category IMG {
	float: right;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}
.news-latest-container HR{
	float: none;
	display:block;
	margin-top: 14px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	display: block;
	background-color: transparent;	
}	


.news-list-item {
	padding:3px;	
	margin:3px;
	background-color: transparent;		
 
	} 
.news-list-container H3 {
	margin-bottom: 4px;
	padding: 2px;
	border-bottom: 1px solid #769024;
	background-color: #C7DBEE;
	font-size: 1.0em;
}
.news-list-container H3 A: {
	padding-left:2px;
}


.news-list-container H4 {
	font-weight:normal;
	height:70px;
	padding-left:3px;
}
.news-list-date {
	
