/*########## News Formatierung ##########*/
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.jahr{
   width:35px;
   float:left;
   font-size:10px;
   color:#616362;
}

.monat{
   width:25px;
   float:left;
   font-size:10px;
   color:#616362;
}


.news-list-container HR.clearer {
	clear:left;
	display:block;
	width:100px;
	height:0px;
	color:#e3e4e6;
	background-color:#e3e4e6;
	border-bottom: 1px #e3e4e6 solid;
}
 


/***************************/
/****** List - Ansicht *****/
/***************************/

.news-list-item a{
 text-decoration:none;
 font-size:10px;
 padding-left: 2px;
 padding-right: 2px;
 padding-bottom: 1px;
}

.news-list-item a:hover{
 background-color:#c55218;
 color:#ffffff;
}
		
.news-list-item h1 {
font-weight: normal !important;
}		

.news-single-timedata {
font-size: 90%;
}
		
/***************************/
/****** pagebrowser *****/
/***************************/

.news-list-browse {

}

.tx-ttnews-browsebox a {
   text-decoration:none;
}	



/***************************/
/***** Single - Ansicht ****/
/***************************/
.news-single-container {

}

.news-single-item {

}


.news-single-item h1 {
	margin-top:0px;
	font-size:100%;
	font-weight:bold;
	line-height:normal;
}

.news-single-item h2 {
	letter-spacing:normal;
	font-size:95%;
}



.news-single-date {
color:#000;
font-size:80%;
}

.news-single-item HR.clearer {
	height:2px;
	width:100%;
	margin-bottom:10px;
}
				
