@charset "utf-8";
/* CSS Document */
/*Newsformatierungen */

.news-list-container {
	height: auto;
	/*float: left;*/
	}
	
.news-list-date {
	margin-right:10px;
		}

.news-latest-container {
	border:0px solid #333;
	background-color:#F4F4F4;
	}

.news-latest-container H2,.news-latest-gotoarchive {
	font-size:1.3em;
	color:#003399;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#EAEAEA;
	}

.news-latest-container H3,{
	font-size:1.0em;
	}

.news-latest-gotoarchive a:LINK, .news-latest-gotoarchive a:VISITED, .news-latest-gotoarchive a:HOVER {
	color:#003399;
	}

.news-latest-gotoarchive a {
	color:#003399;
	}

.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:0px;
	background-color:#FFFFFF;
	}

 div.clearer {
	height: 1px;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	margin-bottom: 10px;
}

div#inhalt .news-single-item H2 {
	font-size: 1.5em;
	font-weight:bold;
	color: #003399;
	margin-bottom:0px;
}

div#inhalt .news-single-item H3 {
	font-size: 1.2em;
	margin-bottom: 10px;
	border-left:0px solid #003399;
	border-bottom:1px solid #003399;
}
  