/*body {
background:url(/Bilder/australia1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;
margin:0;
}*/
div {
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
}
h1 {
	font-size:5em;
}
a {
	color:#000;
}
.BG { 
	width: 100%;
	height: 100%;  
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0; 
	background-image:url(/Bilder/australia1.jpg) ;
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.Center {
	height:35em;
	width:35em;
	margin-top:-17.5em;
	margin-left:-17.5em;
	position:absolute;
	top:50%;
	left:50%;
	background-image:url(/Bilder/Windrose.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:2;
}
.Title {
	position:relative;
	margin-top:3.05em;
	width:100%;
	height:100%;
	text-align:center;
	z-index:3;
}
.Enter {
	position:relative;
	margin-top:-2em;
	margin-left:-3em;
	width:6em;
	height: 1.5em;
	left:50%;
	text-align:center;
	text-decoration:underline;
	z-index:4;
	border-bottom: 2px solid #000;
}
.Footer {
	width:100%;
	position:fixed;
	bottom:1.5em;
	text-align:center;
	font-size:1em;
	z-index:100;
}