html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#box {
	width: 1020px;
	margin: auto;
	position: relative;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	background: url(bilder/bg_box.png) top left repeat-y #fff;
}
#topper {
	width: 980px;
	margin-left: 20px;
	height: 95px;
	background-color: #E7EAED;
	border-top: 19px solid #718A9E;
	border-bottom: 4px solid #fff;
}

#mainmenu {
	width: 980px;
	margin-left: 20px;
	height: 25px;
	background-color: #E7EAED;
}

#submenu {
	width: 980px;
	margin-left: 20px;
	height: 25px;
	background-color: #E7EAED;
	margin-top: 5px;
}

#content {
	width: 980px;
	margin-left: 20px;
}
#content_left {
	float: left;
	width: 380px;
}
#content_right {
	float: right;
	width: 540px;
	margin-right: 40px;
	padding-top: 60px;
	padding-bottom: 40px;
}


#bilder {
	position:absolute;
	left: 50%;
	margin-left: -445px;
	top: 205px;
	width: 240px;
	height: 300px;
	background-color: #E7EAED;
   }

#footer {
	position:absolute;
	bottom: 0px;
	left: 20px;
	width: 980px;
	height: 19px;
	padding-top: 3px;
	background-color: #718A9E;
	font-size: 0.8em;
	text-align: center;
   }

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4D91BE;
	text-decoration: none;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}      
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
  line-height: 18px;
	color: #444444;
	text-decoration: none;
	}
	
.copybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	}

.copysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	}

.copylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4D91BE;
	text-decoration: underline;
	}

.copylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	text-decoration: underline;
	}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	}

.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4D91BE;
	text-decoration: none;
	}

.menuactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4D91BE;
	text-decoration: none;
	}

.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	}

.menu2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	font-weight: normal;
	color: #4D91BE;
	text-decoration: none;
	}

.menu2active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	font-weight: normal;
	color: #4D91BE;
	text-decoration: none;
	}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}


.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}
.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	}
#leistungen_ueberblick {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#leistungen_ueberblick li {
	float: left;
}
.padtop {
	padding-top: 35px !important;
}

