.news-az-alphabet {
	margin:0 3px;
	font-weight:bold;
}


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-top-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #white;
	visibility:hidden;

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

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

.news-latest-container {
	border:1px solid #333;
	background-color:#BBE53A;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	/*background-color:#D8FA70;*/
	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, .news-latest-rssitem {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;	
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
}

.news-latest-item IMG, .news-latest-rssitem img {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.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: 20px; 
  font-size: 10px; 
  font-weight: bold; 
  background: url(../images/neu/button_vor_on.jpg) top right no-repeat; 
  text-align: left;  
  float:right;
  padding: 0 20px 0 0;
}

.news-latest-morelink A {
	float:right;
	text-decoration: none; 
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	/*border:1px solid #000;*/
	background-color:#BBE53A;
	float:left;
	background-color:transparent;
}


.news-list-item, .news-list-rss_item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:0;
	margin:0 10px 0 0;
	width:251px;
	float:left;
	background-color:transparent;
	clear:left;
	}

.news-list-item-2 {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:0;
	margin:0 0 0 0;
	width:251px;
	float:left;
	background-color:transparent;
	}


.news-top-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:0;
	margin:0 10px 20px 0;
	width:514px;
	float:left;
	background-color:transparent;
	clear:left;
	
	}

.news-top-container H3 {
	margin: 0 0 5px;
	padding: 0;
	background-color: white;
	font-weight:bold;
	text-align:left !important;
	width:200px;
}
.news-top-col1 {
	width:223px;
	margin-right:10px;
	float:left;
}
.news-top-col2 {
	width:280px;	
	float:left;
}


.news-top-date  {
	float: left;
	color: black;
	/*width: 110px;*/
	text-align: left;
	margin-top: 0px;
	margin-left: 9px;
	font-size: 9px;
	font-weight: normal;
	height:18px;
	padding: 2px;
}

.news-top-category  {
	float: left;
	background-color: #e87817;
	color: #ffffff;
	font-weight:bold;
	padding: 2px;
}

.news-top-col1 img {
	margin:5px 0;
	clear:left;
	float:left;
}
	
.news-top-container .tx-ablinklist-pi1-browsebox-results {
	display:none;
}
.news-top-container .tx-ablinklist-pi1-browsebox-browseLinks {
	float:right;
}






.news-search-form {
	padding:3px;
	margin-bottom:5px;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	/*border-bottom: 1px solid #769024; */
	background-color: white;
	width:200px;
	font-weight:bold;
		
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:black;
	font-size:15px;
	padding-left:0;
	text-decoration:none;
	font-weight:normal;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	/*float: left; */
	color: black;
	/*width: 110px;*/
	text-align: left;
	height: 20px;
	margin-top: 0px;
	margin-right: 9px;
	font-size: 9px;
	font-weight: normal;
	background-color: white;
	height:18px;
	}
	
	

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: left;
	border:0px solid #666;
	margin:2px 5px 2px 0;
}


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

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}

.news-list-morelink {	
	height: 20px; 
  font-size: 10px; 
  font-weight: bold; 
  background: url(../images/neu/button_vor_on.jpg) top right no-repeat; 
  text-align: left;  
  float:right;
  padding: 0 20px 0 0;
}
.news-list-morelink a { text-decoration: none; }

.news-list-related-caption {
  clear: both;
  padding: 10px 0 0 0;
  font-weight: bold;
}

.news-list-related ul {
	border-top:1px dotted black;
	list-style: none; 
	margin:0px 0 0 0; 
	padding:0; 
	clear:both;
}
.news-list-related li {
	border-bottom:1px dotted black;
	padding:3px 0;
	vertical-align:middle;
	font-size:0.9em;
}


.news-list-category {
	color:black;
	font-size:9px;
	margin-left:3px;
}


.news-list-morelink  {
	margin-bottom:3px;
	margin-top:10px;
}
.news-list-browse {
	text-align: left;
	float:left;
	clear:left;
	width:100%;
}
.tx-ablinklist-pi1-browsebox {
	width:100%;
	float:left;
	font-size:9px;
}


	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:0px solid #666;
	padding:3px;
	background-color:white;
}
.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: #f8b333;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}



	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-infos {
	float:left;
	margin:10px 0;
}
.news-single-infos_row {
	float:left;
	width:450px;
	clear:left;
	border-bottom:1px dotted #222;
}

.news-single-infos_label {
	font-weight:bold;
	float:left;
	width:250px;
	margin-right:10px;
}
.news-single-infos_entry {
	float:left;
	width:190px;
	text-align:right;
}	
	
.news-single-item {
	padding:0px;
	margin-bottom:5px;
	border:0px solid #666;
	/*background-color:#F9FFE5;*/

}
#content .news-single-item H2 {
	font-size: 15px !important;
	font-weight:bold;
	color: #000 !important;
	margin-bottom: 0px;
	background:transparent !important;
	text-align: left; !important
}
.news-single-item H3 {
	margin-bottom: 5px;
	padding: 2px;
	/*border-bottom: 1px solid #769024; */
	background-color: white;
	width:200px;
	font-weight:bold;
		
}
.news-single-item H3 {
	margin:0 !important;
	margin-bottom: 5px;
	padding: 2px;
	/*border-bottom: 1px solid #769024; */
	background-color: white;
	width:auto;
	font-weight:bold;
	text-align:left !important;
	color:black !important;
	background:none !important;
		
}
.news-single-container H3 A:LINK,.news-single-container H3 A:VISITED,.news-single-container H3 A:HOVER {
	color:black;
	font-size:15px;
	padding-left:0;
	text-decoration:none;
	font-weight:normal;
}
.news-single-container H3 A {
	color:#fff;

}
.news-single-item H3 {
}



.news-single-img {
	float: left;
	margin-right:15px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	margin-left: 5px;
	font-weight: normal;
	padding-top: 0;
	/*float:left;*/
	font-size: 10px;
	
}
.news-single-backlink, .news-single-backlink a {
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: left;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 10px;
}
.news-single-author {
	padding-bottom: 3px;
	clear:left;
}
.news-single-additional-info {
/* 	clear: both; */
	margin-top: 15px;
	border: 0px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 0px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- 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;
}
.tt_news-az { float:left; clear:left;}
.tt_news-az-list { margin:10px 0; }
.tt_news-az-list .news-list-container h3,.tt_news-az-list .news-list-item {
	width:100%;
	background:none;
}

#newsButtonBar  {  }
#newsButtonBar a { color: #e87817; text-decoration: none; font-weight: bold;  }
#newsButtonBar a:hover { color: #e87817; text-decoration: underline; font-weight: bold;  }


/* PZ Anpassungen */

.news-single-item p { 
 /* line-height:12px! important; */
  margin:0; }

.news-single-item h2 { 
  font-size:16px;
  margin:0; }

.NormalMinus1 { 
 /* line-height:12px; */ }

.news-single-item pre { 
  margin:0;
  padding:0; }
  
.news-single-rightbox {
	float: right;
	width:180px;
	text-align:right;
	clear:both;
}

.news-list-rss_item h2 {
	color:black;
	font-size: 15px! important;
  width: 500px! important;
	font-weight:normal;
	background:none! important;
	float:none! important;
}

.news-latest-rssitem span { float:none! important; }

.news-list-rss_item a	{ 
  text-decoration:none! important;
  display:block; }

.news-list-rss_item { width: 400px; }



