/* CSS Document */

html {font-size: 100%;}

html, body, .container {height: 100%;}
* {margin: 0; padding: 0;}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;} 

.container {
	height:auto !important; /* normale Browser */
    height:100%; /* IE6: setzt dies wie min-height um*/
    min-height:100%; /* normale Browser */
	max-width: 61.25em;
	margin: 0 auto;	
	padding-bottom: 10em;
}

/* Hauptteil */
.wrapper {
	position: relative; 
	overflow: auto;
	padding: 1em 0 0;
	clear: both;
	background: white;
}
/* Inhalt */	
.content, .contentheader, .contentlage {
	position: relative; 
	overflow: auto;
	clear: both;
	padding-bottom: .5em;
}
.contentheader {
	background: url(../img/d-a-ch/cover_image-01.png) no-repeat ;
	background-size: cover;
}
.contentlage {
	padding-bottom: 0em;
}
.imgagemap {
	margin-top: 1em;
}
.link {
	margin: 1.25em 0;
}

/* Footer */
.footer {
	margin-top: -10.5em;
	position:relative;
	clear:both;
	min-height: 9em;
}
.footer div {
	max-width: 61.25em;
	margin: 0 auto;	
}