/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.col1_content .news-list-container HR.clearer {
	clear:right;
	height:1px;
	border:1px solid #fcfcfc;

}

.col3_content .news-list-container HR.clearer {
	clear:right;
	height:1px;
	border:1px solid #e0edd5;

}



/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {


}

.col1_content .news-date {
	display:none;
} 

.col1_content .news-list-item {
	margin-top:23px;
	}

.col1_content .news-list-item img {
margin-left: 5px;
}
	
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
        border-bottom: 1px dashed #cccccc;
        margin-bottom: 10px;
	}
	

.news-list-container H2 {
	margin-bottom: 5px;
}

.col1_content .news-list-container h2 {
margin-bottom: 10px;
}


.news-list-date {
	margin-top: -2px;
	margin-right: -2px;
	font-size:0.9em;
	}
	
.news-date h2 {
	margin:0;
	font-weight:normal;
	}
	
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
	}

.news-list-container IMG {
	float: right;
	margin-bottom: 5px;
}

#col3 .news-list-container IMG {
	float: none !important;
}

.news-list-browse {
	text-align: left;
	
}

.news-list-browse A {
padding-left: 5px !important;
padding-right: 5px !important;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin-top:3px;
	margin-bottom: 3px;
	margin-left: 0;
	margin-right: 0;
	border-bottom:1px dashed #cccccc;
	padding-top:3px;
	
	padding-bottom: 10px;
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}




/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
}
.news-amenu-container LI {
	padding:0;
	margin:0;
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:0;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	list-style-type: none;
}

.news-amenu-item-year {
	font-weight: bold;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
padding: 0 20px;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	/*white-space: nowrap;*/
	padding-bottom:8px;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

