
/*-----------------------------------  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:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}



/*---------------------------------tt_news LATEST CUSTOM start ----------------------------------------*/

#news_latest{
   width: 198px;
      }

#news_latest-top{
  width:198px;
  padding-top: 0px;
  background-image: url(../img/bg_latest-oben.jpg);
}

#news_latest-back{
  width:198px;
  padding-top: 0px;
  background-image: url(../img/bg_latest-mitte.jpg);
  background-repeat: repeat-y;
}

#aktuelles_latest{
  width: 157px;
  height: auto;
  padding-left: 20px;
  padding-top: 1px;
  /*background-color:#CCCCCC;*/
}


#news_latest-bottom{
  clear: both;
  width:198px;
  height: 18px;
  background-image: url(../img/bg_latest-unten.jpg);
}

#news_latest-linie{
	clear: both;
	position: relative;
	width: 157px;
	top: -3px;
	height: 1px;
	}

#news_latest-footer{
	width: 198px;
	padding-top: 0px;
	}	
		
#news_latest-footer-left{
	float: left;
	padding-left: 0px;
	background-color: transparent;
	}
	
#news_latest-footer-right{
	float: right;
	right: 0px;
	margin-top: -2px;
	}	


/*--------------------------------- tt_news LATEST CUSTOM end  -----------------------------------*/



/*--------------------------------- tt_news LIST CUSTOM start -----------------------------------*/


#news_list_2{
   margin-top: -3px;
   padding-bottom: 0px;
   width: 620px;
      }
	  
#news_list{
   margin-top: 0px;
   margin-left: 0px;
   padding-left: 4px;
   padding-right: 5px;
   padding-top: 2px;
   padding-bottom: 0px;
   width: 610px;
   background-color:#eeeeee;
      }

#news_list-top{
  width:620px;
  padding-top: 0px;
}

#aktuelles_list{
  width: 610px;
  height: auto;
  padding-left: 0px;
  padding-top: 0px;
  /*background-color:#CCCCCC;*/
}

.news_list-title{
  padding-top: -5px;
  margin-bottom: 10px;  
}

#news_list-bottom{
  clear: both;
  margin-top: -8px;  
  width:620px;
  height: 7px;
}

#linie{
	clear: both;
	position: relative;
	width: 600px;
	top: 5px;
	padding-bottom: 10px;
	height: 1px;
	}

#news-list-footer{
	width: 620px;
	padding-top: 0px;
	}	
		
#news-list-footer-left{
	float: left;
	padding-left: 0px;
	background-color: transparent;
	}
	
#news-list-footer-right{
	float: right;
	right: 0px;
	margin-top: -2px;
	}	

.news-list-browse {
	text-align: center;
}

/*--------------------------------- tt_news LIST CUSTOM end  -----------------------------------*/



/*---------------------------------tt_news SINGLE CUSTOM start ----------------------------------------*/

#news-single{
	width: 600px;
	height: auto;
	}

	
#news-single img{
	float: right;
}

/*--------------------------------- tt_news SINGLE CUSTOM end  -----------------------------------*/


/*---------------------------------  tt_news Page-Browser CUSTOM start ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color: transparent;

}
.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-image: url(../img/bg_page_browse.jpg);
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

/*---------------------------------  tt_news Page-Browser CUSTOM end ---------------------------------*/

