
/*-----------------------------------  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{
	clear:right;
	height:0px;
	border:0px solid #FDB477;
	margin:0;
	padding:0;
}


.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {padding:0px;margin:0px;width:100%;border:0px;}
.news-latest-item { padding:5px 0; border-top: 1px solid #B8DDB7}
.news-latest-date { }
/*----------TITEL LINK----------*/
.news-latest-titel { font-weight: bold; font-style: normal; font-variant: normal;}
/*----------BODYTEXT DES NEWSINHALTES----------*/
.news-latest-container P{ margin-top: 0.5em;
 font-style: normal; line-height: 1.3em; font-weight: normal;  font-variant: normal;}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {width:100%;border:0px;padding:0px;}
.news-list-item {padding:0.5em 0;margin:0px; clear:left;}

.news-list-date { }
.news-list-item IMG {border:1px solid #B8DDB7;margin-top:0.5em;margin:0 0.5em 0.5em 0;float: left;}
.news-list-browsebox {text-align: left;  }
/*----------TITEL LINK----------*/
.news-list-titel{ margin: 0px 0px 0.5em; padding:0px;
	font-size: 1.1em; line-height: 1.3em;	font-weight: bold; font-style: normal; font-variant: normal;  }
/*----------BODYTEXT DES NEWSINHALTES----------*/
.news-list-container P {  margin-top: 0.5em;
 font-style: normal; line-height: 1.3em; font-weight: normal;  font-variant: normal; }
.news-list-morelink a {font-size: 0.8em;  }

/*NICHT IN VERWENDUNG*/
/*
.news-list-imgcaption { float: right;padding-top:3px;padding-right:3px;font-size: 9px; font-style: normal; color: #FCFBE3;}
.news-search-form {	padding:3px;margin-bottom:5px;border:1px solid #666;background-color:#F9FFE5;}
.news-search-emptyMsg{margin:0px;}
.news-search-form FORM {margin:0px;}
*/

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {text-align: center; border-top: 0px;}
.tx-ttnews-browsebox table {text-align: center;  }
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {text-align: center;}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{margin:0px;padding:0px;text-align: center;}
.tx-ttnews-browsebox TD P {text-align: center;  }
 
.news-search-emptyMsg {	}


	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {	padding:0px; margin:0px}
.news-single-timedata { font-size: 0.8em; padding-bottom:1em; }
.news-single-img {text-align:left;}
.news-single-item-image {float: left; margin: 0 5px 5px 0; border: 1px solid #B8DDB7; overflow:hidden}
.news-single-imgcaption {padding:0px;clear:none;font-size: 1em;}
.news-single-backlink, .news-single-backlink a {font-size: 1em;margin-top: 10px; clear:both}
.news-single-additional-info {
/* 	clear: both; */
	margin-top: 15px;	border: 0px;	padding:0px;	padding-bottom:0px; }
.news-single-related,.news-single-files,.news-single-links  {
	border-top: 1px dotted #B8DDB7;	margin:0px;	margin-bottom: 3px;	padding:3px;  }
.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:5px; color: #B8DDB7;}
.news-single-related DT, .news-single-links DT, .news-single-files DT {;color: #FFFFFF;}
/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {margin-top:10px;}
.news-amenu-container-LI {
	padding-top:5px;
	
}
.news-amenu-container-UL {
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
}
.news-amenu-container-UL A { font-size:12px; font-family: arial, helvetica; font-weight: bold; color: #660000; text-decoration: none; }
.news-amenu-container-UL A:link {font-size:12px; font-family: arial, helvetica; font-weight: bold; color: #660000; text-decoration: none; }
.news-amenu-container-UL A:visited {font-size:12px; font-family: arial, helvetica; font-weight: bold; color: #660000; text-decoration: none; }
.news-amenu-container-UL A:hover {font-size:12px; font-family: arial, helvetica; font-weight: bold; color: #406F26; text-decoration: none; }
.news-amenu-container-UL A:active {font-size:12px; font-family: arial, helvetica; font-weight: bold; color: #406F26; text-decoration: none; }

.news-amenu-item-year {font-size:14px; font-family: arial, helvetica;font-weight: bold;color:#FCFBE3;padding: 2px;}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}


