html {
	font-family: Verdana;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	margin: 0;
}

body {
	background-color: #202429;
	width: 100%;
	min-height: 100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	color: white;
	font-family: Verdana;
	font-size:11.5pt;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	background: lightblue;
	text-align: center;
	margin:0 auto;
	min-height: 150px;
	background: url(../images/wave1.png) no-repeat center center fixed ;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}


.block_haupt {
	z-index: 700;
	margin:0 auto;
	padding: 0.9rem;
	text-align: center;
	opacity: 0.98;
	border-radius: 3px 15px 15px 30px;
	background: #292f36;
	box-shadow: 0.2em 0.2em 0.7em black, inset 5px 5px 10px -5px black;
	width: 30%;
   margin:15pt;
   text-align: center; 
   z-index: 9;
   float:left;
}