html{
	background-image:url(ZIBAPARK%20Fotos/Hintergrund.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;;
	z-index:1;
	width:auto;
	height:99%
	
}

body{
	width:auto;
	height:99%;
}

header{
	height:68px;
	margin-top:-8px;
	margin-left:-8px;
	margin-right:-8px;
	width:100%;
	position:fixed;
	top:0px;
	max-width:300%;
	background-color:#96C11E;
	z-index:999999999999999999999;
}

section{
	min-height:100%;
	max-height:400px;
	min-width:380px;
	width:33%;
	margin-left:-8px;
	top:0px;
	background-color:white;
	background:rgba(255,255,255,.8);
	z-index:999999;
	float:left;
	overflow:hidden;
	position:absolute;
}


#logo{
	height:30%;
	width:45%;
	margin-top:20%;
	margin-left:10%;
}
#infos{
	margin-left:10%;
	margin-top:10%;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

aside{
	height:100%;
	min-width:400px;
	width:50%;
	margin-left:47%;
	top:0px;
	background-color:white;
	background:rgba(255,255,255,.8);
	z-index:2;
	position:absolute;
	overflow:scroll;
}


#hansesail{
	width:85%;
	height:auto;
	margin-left:7.25%;
	margin-top:16.5%;
	z-index:99999999999999999999999999999999999;
}

#hansesail2{
	width:85%;
	height:auto;
	margin-left:7.25%;
	margin-top:10%;
	z-index:99999999999999999999999999999999999;
}

#hansesail3{
	width:85%;
	height:auto;
	margin-left:7.25%;
	margin-top:10%;
	margin-bottom:10%;
	z-index:99999999999999999999999999999999999;
}

footer{
	height:30px;
	width:100%;
	background-color:#0069B4;
	position:fixed;
	bottom:0px;
	margin-left:-8px;
	z-index:9999999999999;
	overflow:hidden;
}