body, html *{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: Arial, Sans-serif;
	color:#0159a0;
}
body{
	background: url(../images/hintergrund.gif) no-repeat center top;
	padding-bottom:100px;
}
a{	
	font-weight:bold;
	text-decoration:none;
}
a:hover{	
	text-decoration:underline;
}
img{
	border:0px;
}
.container-inhalt h1.csc-firstHeader{
	font-size:15px;
	font-weight:bold;
	color:#005aa1;
	margin-bottom:10px;
}
.container-gesamt{
	width:994px;
	height:998px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #0058a0;
	position:relative;
	top:0px;	
}
.container-kopf{
	height:280px;
	width:804px;
	padding-left:190px;
}
.container-inhalt{
	width:478px;
	padding-left:210px;
	float:left;
}
.container-rechts{
	width:190px;
	padding-left:110px;
	float:left;
	position:relative;	
	top:25px;
}
.container-rechts h1{
	font-size:13px;
}
.container-rechts hr{
	height:0px;
	border:0px;
	border-top:1px solid #ccd8e8;	
	margin-top:2px;
	margin-bottom:2px;
}
/*Trick um IE-Bug mit Abstand von zwei <hr>s zu umgehen*/
.container-rechts div.hr{
	height: 1px;
	background: #ccd8e8;
	overflow: hidden;
	margin-bottom:2px;
}
.container-rechts div.hr_solo{
	height: 1px;
	background: #ccd8e8;
	overflow: hidden;
	margin-bottom:4px;
	margin-top:4px;
}
.container-rechts div.hr hr{
	display: none;
}
.bildelement, .navi-main, .logo, .navi-meta{
	float:left;
}
.bildelement{
	position:absolute;
	left:0px;
	top:0px;
}
.logo{
	width:200px;
}
/*.bg-lightblue{
	position:absolute;
	top:290px;
	left:-100px;
	width:790px;
	height:800px;
	background-color:#edf0f9;
}
.bg-lightgreen{
	background-color:#f5faf4;
	width:280px;
	height:280px;
	position:absolute;
	top:290px;
	left:788px;
}*/
.news-latest-item{
	margin-bottom:10px;
}
.news-latest-item h3 a{
	font-weight:normal;
	color:#26a452;
}

.news-latest-item span.date, .news-latest-item a, .news-latest-item span.weiter-pfeile{
	color:#26a452;
}
.news-latest-item h3 a:hover{
	text-decoration:none;
}
span.date{
	font-size:90%;
	font-weight:bold;
}
.news-single-item span.date{
	display:block;
	margin-bottom:10px;
}
.logos{
	position:absolute;
	left:3px;
	top:280px;
}