/* Grundeinstellungen */
*{
	margin:0;
	padding:0;
	}
html, body{
	width:100%;
	height:100%;
	}
img{
	border:none;

	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
/* Grundformatierung */
h1,h2,h3,h4{
	color:#002d63;
	margin-bottom:28px;
	font-size:12px;
	}
p{
	margin-bottom:12px;
	line-height:16px;
	}
address{
	font-style:normal;
	}
span.important{
	color:#e5007d
	}	
span.name-of-person{
	color:#006600;
	}
span.detail{
	color:#990000;
	}
a {
	outline:0;
}

/* Navigation */
#navigation ul{
	list-style-type:none;
	}
#navigation li{
	float:left;
	margin-right:5px;
	}
#navigation a{
	font-weight:bold;
	padding:8px;
	color:#fff;
	text-decoration:none;
	}
#navigation a:hover{
	color:#002d63;
	background:#fff;
	text-decoration:none;
	}
#navigation a.aktiv{
	color:#002d63;
	background:#fff;
	text-decoration:none;
	}
/* Container */
#page{
	width:1000px;
	margin:auto auto;
	}
#header_wrap{
	background:url(Bilder/kachel.jpg) repeat-x;
	height:150px;
	width:1000px;
	border-bottom:5px solid #eff5fb;
	}
#header{
	background:url(Bilder/skyline.jpg) no-repeat top center;
	margin:auto auto;
	height:145px;
	border-bottom:5px solid #abc0d7;
	}
#navigation{
	margin-left:40px;
	margin-top:45px;
	}
#suche{
	text-align:right;
	margin-right:50px;
	}
#content_wrap{
	margin-top:5px;
	margin-bottom:5px;
	background:url(Bilder/faux_columns.jpg) repeat-y;
	width:1000px;
	
	float:left;
	}
#left_col{
	float:left;
	width:570px;
	padding-top:40px;
	padding-left:40px;
	margin-bottom:10px;
	margin-right:10px;
	}
#right_col{
	float:left;
	padding-top:40px;
	padding-left:40px;
	}
#right_upper{
	min-height:150px;
	width:300px;
	border-bottom:1px dotted #888a8b;
	margin-bottom:8px;
	padding-bottom:8px;
	}
#right_lower{
	width:300px;
	padding-bottom:8px;
	}
* html #right_upper{
	height:150px;
	width:250px;
	border-bottom:1px dotted #888a8b;
	margin-bottom:8px;
	padding-bottom:8px;
	}
#footer{
	background:#dce9f5;
	line-height:25px;
	clear:both;
	border-top:5px solid #fff;
	}
#footer a.serviceaktiv{
	color:#000;
	}
	
/* Hack für IE 7 */
* + html #footer{
	width:1000px;
	display:block;
	}

/* Hack für IE 6 */
* html #navigation{
	margin-top:0;
	padding-top:35px;
	}
* html #navigation a{
	font-weight:bold;
	padding:8px;
	height:1px;
	display:block;
	width:1px;
	white-space:nowrap;
	color:#fff;
	text-decoration:none;
	}
* html #left_col{
	padding-bottom:10px;
	}
* html #footer{
	width:1000px;
	display:block;
	}
/* Listen und Links */
#content_wrap ul{
	list-style-type:square;
	color:#e5007d;
	margin-left:12px;
	}
#content_wrap a{
	text-decoration:none;
	color:#e5007d;
	}
#left_col ul {
  color:#000;
}
#footer ol{
	list-style-type:none;
	margin-left:40px;
	}
#footer li{
	float:left;
	margin-right:12px;
	}

#footer ol:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#footer a{
	text-decoration:none;
	color:#002d63;
	font-size:10px;
	}
#partner img{
	margin-left:30px;
	}
.news-latest-item h3 a{
	color:#002d63 !important;
	}
.news-latest-item h3{
	margin-bottom:8px !important;
	}
.news-single-item h2{
	margin-bottom:8px !important;
	}
.news-latest-item a img{
	float:left;
	margin-right:5px;
	}
.news-latest-morelink{
	clear:both;
	padding-top:8px;
	}
/* Formulare Formulare */
#suche input.text{
	border:1px solid #000;
	padding:3px;
	}
#suche input.text:focus{
	border:1px solid #e5007d;
	}
	
#left_col .csi-image {
  margin:0px !important;
  padding-right:5px;
  padding-bottom:5px;
}
