/*-----------------------------------  clearer  -----------------------------------*/
.news-list-container HR.clearer,
.news-single-item HR.clearer, 
.news-latest-container HR.clearer {
	clear:none;
  width:100%;
	height:1px;
	border:none;
  border-top: solid 1px #ccc;
  border-bottom: transparent;
}
.news-single-item HR.clearer {
  position: relative;
  float:left;
  border-top: solid 1px #ccc;
  width: 100%;
}

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

.news-single-item h2 {
  color: #333333;
}

.news-single-item .news_title {
	margin-top:0px;
	margin-bottom:0px;
}
.news-single-item .news_date {
	font-weight:normal; 
	color:#999; 
	margin-top:0px;
	margin-bottom:10px;
	width: 100%;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/



/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container,
.news-latest-container {
  width:220px;
  margin-top:0px;
  padding-top:0px;
}

.news-list-date, 
.news-latest-date {
	color: #333;
	font-weight:bold;
}

.news-list-container H2, 
.news-latest-container H2 {
background-color:#EEEEEE;
border-bottom:1px solid #E4E4E4;
color:#666666;
font-size:14px;
margin-bottom:12px;
margin-left:0px;
margin-top:0;
padding-left:8px;

}

div#outer div#middleRight .news-list-container p, 
div#outer div#middleRight .news-latest-container p{
	margin-bottom:0px;
}

.news-latest-item p,
.news-list-item p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.news-list-item img,
.news-latest-item img {
  display:none;
}

.news-list-item h3 a,
.news-latest-item h3 a {
  color:#333;
}

.news-list-container h3 a:link,
.news-list-container h3 a:visited,
.news-latest-container h3 a:link,
.news-latest-container h3 a:visited {
	color:#333;
}
.news-list-container h3 a,
.news-latest-container h3 a {
	color:#333;
}
.news-list-container h3 a:hover,
.news-latest-container h3 a:hover {
  text-decoration:none;
  color: #e2001a;
}

.news-list-morelink a:link, 
.news-latest-morelink a:link,
.news-list-morelink a:visited, 
.news-latest-morelink a:visited {
  background-image: url('/fileadmin/templates/img/icon_pfeil_ll.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left:18px;
  color:#333;
  margin-bottom:0px;
}

.fce_left_column .csc-header.csc-header-n1 h2 {
  width: 228px;
}

.news-list-item, 
.news-latest-item {
    margin-bottom: 10px;
}
	/*---------------------------------  tt_news Page-Browser ---------------------------------*/

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/




/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */

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



/*--------------------------------- wFilter --------------------------------- */

.news-list-container.news-list-wFilter-container,
.news-latest-container.news-latest-wFilter-container {
  position:relative;
  float:left;
  margin-top:18px;
  width: 500px;
  z-index:10;
}

.news-list-wFilter-headline-date, 
.news-latest-wFilter-headline-date {
  position: relative;
  float: left;
  padding: 0px 0 1px 10px;
	background-color: #eee;
	width: 92px;
	height: 18px;
	border-right: solid 1px #999999;
	font-weight: bold;
}

.news-list-wFilter-headline-title,
.news-latest-wFilter-headline-title {
  position: relative;
  float: left;
  padding: 0px 0 1px 10px;
	background-color: #eee;
	width: 380px;
	height: 18px;
	margin: 0px 0 15px 0px;
	font-weight: bold;	
}

.news-list-wFilter-date, 
.news-latest-wFilter-date {
  position: relative;
  float: left;
	color: #333;
	font-weight:normal;
	margin-left:10px;
}

.news-list-wFilter-title {
  margin-left:110px;
}

.news-list-wFilter-content {
  margin-left: 110px;
}
.news-list-wFilter-item, 
.news-latest-wFilter-item  {
  margin-bottom:0px;
}

.news-list-wFilter-content .news-list-morelink a:hover {
  color: #e2001a;
  text-decoration:underline;
}
