
/* Neuigkeiten:
----------------------------------------------------------*/
#news-liste {
   margin: 0;
   padding: 0;
}

/* Erstellungdatum Tab H4 ------------------------------ */
#news-liste .Tab {
	display: inline;
	font-weight: bold;
	font-family:"Trebuchet MS","Georgia";
	font-size: 12px;
	letter-spacing: normal;
	color: #000;
	background-color: #dfdfdf;
   -moz-border-radius-topleft: 6px;
   -moz-border-radius-topright: 6px;
   -webkit-border-top-left-radius: 6px;
   -webkit-border-top-right-radius: 6px;
	margin-left: 4px;
	margin-top: 4;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	border: 1px solid #cccccc;
}
#news-liste .Tab img { vertical-align: -2px; }

/* Innerer Bereich (Rahmen ------------------------------*/
#news-liste .BorderArea {
   color: #000;
   background-color: #fff;
   border: 1px solid #c9c7bc;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   margin: 0 0 .5em 0;
   padding: .5em 8px 1em;
}

/* Newstitel */
#news-liste .Titel {
   font-family:Georgia, "Times New Roman", Times, serif;
   margin: .25em 0;
   font-weight: bold;
   font-size: 1.2em;
   color: #ef5f24;
   background-color: transparent;
   padding: 0;
   border: none;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   position: static;
}
#news-liste  a {
   text-decoration: none !important;
   color:#cc0000;
   border-bottom: 1px solid #ef5f24;
   /*line-height: 100%;*/
}
#news-liste  a:visited {
   border-color: #cc0000;
}
#news-liste .Titel a:hover,
#news-liste .Titel a:active,
#news-liste .Titel a:focus { border: none; }

#news-liste .autor {
   font-size: 10px;
   margin-top: 8px;
   margin-bottom: 8px;
}

#news-liste .beschreibung {
   line-height: 18px;
   width: 100%;
   padding-right: 10px;
}

#news-liste .beschreibung p {
	margin: 0;
	padding: 0;
}

#news-liste .mehr {
	font-size: .9em !important;
	letter-spacing: normal;
	margin-bottom: 0;
	padding-left: 10px;
    white-space: nowrap;
	vertical-align: bottom;
	text-align: right;
	clear: right;
}

#news-liste .mehr img {
   vertical-align: middle;
   border:0px;
}
