html{
	height:100%
}
body{
	font-family:Helvetica,Arial,sans-serif;
	background: #fff url(images/bg.gif) repeat-x;
	height: 100%;
	margin:0px;
	padding:0px;
	font-size:1em;
	text-align:center;
}
ul, li{
	margin:0px;
	padding:0px;
}
a, img{
	border: none;
}
 img, div { 
	behavior: url(iepngfix.htc)
}
h1{
	font-size:1.5em;
	margin:18px 0px;
	line-height:23px;
}
h2{
	font-size:1.1em;
	margin:20px 0px 18px 0px;
}
a{
	color:#184979;
}
a:hover{
	text-decoration:none;
}
em{
	font-weight:bold;
}
address{
	margin:12px 0px;
	font-style:normal;
	color:#184979;
	font-size:1em;
}
#center{
	margin:0px auto;
	width:800px;
	height:100%;
	text-align:left;
	position:relative;
}
#page{
	background: url(images/main_bg.png) repeat-y;
	min-height:100%;
	width:100%;
	float:left;
	position:relative;
}
* html #page{
	background: url(images/main_bg.gif) repeat-y;
	height:100%;
}
#header{
	float:left;
	width:800px;
	height:208px;
	background: #fff url(images/header_bg.gif) no-repeat;
	position:relative;
}
#logo{
	float:left;
	margin:20px 0px 0px 45px;
	display:inline;
	height:146px;
	color:#54789c;
	font-size:0.8em;
	width:350px;
}
#logo a {
	float:left;
}
#logo a img{
	float:left;
}
#logo p{
	margin: 16px 0px 0px 0px;
	float:left;
	display:inline;
	text-align:left;
}
/*****************Navigation******************/
#navi{
	width:763px;
	height:42px;
	margin: 166px 18px 0px 19px;
	background: url(images/navi_bg.gif) repeat-x;
}
#navi ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-indent:-9999px;
}
#navi ul li{
	list-style-image: none;
	display:inline;
	float:left;
}
#navi ul li a{
	display:block;
}
#home{
	width:84px;
	height:42px;
	background: url(images/home.gif) no-repeat;
	border-right: 1px solid white;
}
#home:hover, #home.aktiv{
	background: url(images/home_aktiv.gif) no-repeat;
}
#ueberuns{
	width:117px;
	height:42px;
	background: url(images/ueberuns.gif) no-repeat;
	border-right: 1px solid white;
}
#ueberuns:hover, #ueberuns.aktiv{
	background: url(images/ueberuns_aktiv.gif) no-repeat;
}
#leistungen{
	width:107px;
	height:42px;
	background: url(images/leistungen.gif) no-repeat;
	border-right: 1px solid white;
}
#leistungen:hover, #leistungen.aktiv{
	background: url(images/leistungen_aktiv.gif) no-repeat;
}
#kontakt{
	width:88px;
	height:42px;
	background: url(images/kontakt.gif) no-repeat;
	border-right: 1px solid white;
}
#kontakt:hover, #kontakt.aktiv{
	background: url(images/kontakt_aktiv.gif) no-repeat;
}
#impressum{
	width:363px;
	height:42px;
	background: url(images/impressum.gif) no-repeat;
}
#impressum:hover, #impressum.aktiv{
	background: url(images/impressum_aktiv.gif) no-repeat;
}
.aktiv{
	cursor:default;
}
#metanavi{
	float:left;
}
#metanavi ul{
	margin:44px 0px 0px 0px;
	float:left;
	display:inline;
}
#metanavi li{
	display:block;
	list-style-image: none;
	list-style-type:none;
	width:202px;
	float:left;
}
#metanavi li a{
	text-decoration:none;
	font-size:0.7em;
	font-weight:bold;
	color: #5a7794;
	float:left;
	padding: 8px 27px;
	display:inline;
	width:148px;
	background:#e6e6e6;
	border-bottom:2px solid #f2f2f3;
}
#metanavi li a:hover{
	background:#d5d7d9;
	color:#1b5d9f;
}
#metanavi li a.meta-aktiv{
	background:#d5d7d9 url(images/meta_aktiv.gif) no-repeat left center;
	color:#1b5d9f;
	cursor:default;
}
/*************************************************************/
#main_content{
	width:800px;
	padding:0px 0px 90px 19px;
	float:left;
	display: inline;
}
#left{
	float:left;
	width:202px;
	background: #F2F2F3;
	padding-bottom:25px;
}
#main{
	float:left;
	display:inline;
	width:400px;
	min-height:1px;
	background: #fff;
	color:#184979;
	font-size:0.8em;
	line-height:18px;
	margin:35px 48px 0px 60px;
}
#footer{
	width:764px;
	background:#2161a1;
	height:32px;
	margin-left:18px;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:100;
}

#footer #adresse{
	float:left;
	display:inline;
	margin:0px 0px 0px 27px;
	color:#d2e7fd;
	font-size:0.7em;
	line-height:32px;
}
#footer #adresse ul{
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
}
#footer #adresse ul li{
	margin:0px;
	padding:0px 25px 0px 3px;
	float:left;
	list-style-type:square;
}
#footer #adresse ul li.first{
	list-style-type:none;
}
#footer #adresse a{
	color:#d2e7fd;
	text-decoration: none;
}
#footer #adresse a:hover{
	text-decoration: underline;
}

/******************form***************************/
#mailform {
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	text-align:left;
	width:450px;
}
fieldset{
	border:none;
	margin: 30px 0px 0px 0px;
	padding:0px;
}
.csc-mailform-field {
	display:inline;
	float:left;
	margin:0px 0px 10px;
	width:100%;
}
.csc-mailform-field label {
	display:inline;
	float:left;
	margin-top:2px;
	width:90px;
	font-weight:bold;
}
.csc-mailform-field input {
	border:none;
	border-bottom:1px solid #5A8AAC;
	color:#54789C;
	font-family:Helvetica,Arial,sans-serif;
	font-size:1em;
	float:left;
	width:150px;
}
#mailformNachricht {
	background: url(images/textarea.gif);
	border:1px solid #5A8AAC;
	color:#54789C;
	float:left;
	font-family:Arial,sans-serif;
	font-size:1em;
	width:330px;
}
.csc-mailform-field #rueckruf {
	background:#FFFFFF none repeat scroll 0%;
	height:13px;
	margin:10px 0px 10px 1px;
	width:13px;
	border:none;
}
#mailformformtype_mail {
	background:url(images/senden.gif);
	color:#d2e7fd;
	margin:8px 0px 0px 90px;
	border:none;
}
#mailformformtype_mail:hover {
	color:#fff;
	background:url(images/senden_aktiv.gif);
}
/***************************bilder*****************************/
#bilder{
	float:left;
	width:465px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display: inline;
	margin: 10px 0px 25px 0px;
}
#bilder li{
	display:inline;
	float:left;
	margin: 0px 17px 0px 0px;
	overflow:hidden;
}
#links,#links3,#links2{
	background: url(images/links.gif) no-repeat;
}
#rechts,#rechts3,#rechts2{
	background: url(images/rechts.gif) no-repeat;	
}
.bild{
	border: 1px solid #2161A1;
	height:206px;
	float:left;
}
.pfeile{
	text-indent:-9999px;
	float:left;
	width:11px;
	height:14px;
	display:inline;
	margin: 97px 0px 0px 0px;
}
#bilder .pfeile:hover{
	background-position:0px -14px;
}
/*******************banner**********************/
#banner{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	margin:0px 0px 0px 3px;
	position:relative;
}
#banner li{
	height:166px;
	position: absolute;
	left:0px;
}