#main {
  position: absolute;
  width: 100%;
}
#header {
  background-color: #FFFFFF;
  position: fixed;
  height: auto;
  width: 100%;
  z-index: 99;
}
#navi {
  position: relative;
  height: auto;
  width: 90%;
  text-align: left;
  padding: 0px 15px 0px 15px;
  margin: 0px 0px 0px 0px;
}	
#h1 {
	width: 100%;
	border-bottom: 1px solid;
	text-align: center;
	padding: 5px 0px 0px 0px;
}

#content {
    background-image: url(../bildla/background_weiss.png);
	position: relative;
	width: 75%;
	border-radius: 4px;
	text-align: left;
	height: auto;
    padding: 0px 15px 0px 15px;
	margin-top: 3.5em;
	overflow: hidden;
}

#impressum {
	background: #3D3D3D;
	position: absolute;
	width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
}