#hintergrund {
 background-repeat:no-repeat;
 background-position:top;
 background-color:white;
width: 800px; 
position: fixed;
	
}

#logo {
	position: absolute;
	left: 50px;
	top: 70px;
	width: 400px;
}
#logo h3{
	color: #0094d8;
	font-size: 19px;
	margin: 2px;
}

#inhalt {
	position: absolute;
	left: 50px;
	top: 280px;
	bottom: 200px;
	
}

body {
	font-family:"Myriad", "Helvetica", "Arial", "sans serif";
	color: #0094d8;
	font-size: 17px;
	line-height: 22px;
	left: 50px;
	right: 50px;
	top: 0px;
	
}

#impressum {
	position: absolute;
	left: 50px;
	top: 220px;
	font-size: 17px;
	}
h2 {
	color: #ee7f00;
}
a{
	color:  #ee7f00;
	font-family: inherit;
	text-decoration: none;
