* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
header {
	background-color: yellow;
	background-color: gray;
	width: 100%;
	float: left;
	border-bottom: 1px solid black;
}
h1 {
	width: 100%;
	float: left;
	padding: 0.5em 0;
	margin: 0.5em 0 0 0;
}
h3 {
	width: 100%;
	float: left;
	color: limegreen;
}
p {
	margin: 0.5em 0 0 0;
}

#status {

	padding: 0.5em;
	text-decoration: none;
	float: left;
}
#bereichlogo {
	color: white;
	background-color: limegreen;		
	display: block;
	padding: 0.5em 0.5em;
	text-decoration: none;
	float: left;	
}
#bereichlogo {
	width: auto;
	height: 100%;
}
#steuerung li {
	list-style: none;
	float: left;
}
#steuerung a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0.5em;
	text-decoration: none;
	color: white;
	background-color: gray;
}	
.menue-button {
	display: none;
}		
#steuerung {
	float: right;
	margin-right: 1em;
}
#steuerung a:hover {
	color: black;
	background: red;
}

#inhalt {
  padding:0.5em 10% 0.5em 10%;
  z-index:2;
}
section {
	padding: 0.5em;
	float: left;
	width: 100%;
}	
/* CSS erweitern um MENÜ-Button und entsprechende Steuerung */
/*	Menü-Button oben rechts einblenden bei kleiner als 600px */
@media only screen and (max-width:600px) {
	.menue-button {
		display: block;
	}
	.menue-button {
		background-color: darkblue;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0.5em;
		color: white;
		cursor: pointer;
		text-decoration: none;
	}	
	#bereichlogo {
		width: 95%;
	}
	#steuerung {
		float: right;
		width: 100%;
		display: none;

	}	
	#steuerung li {
		width: 95%;
		border-bottom: 2px solid silver;
		margin-left: 5%;
	}	
	.menue-button:hover {
		color: black;
		background: orange;
	}
}
/* die Magie, um die Steuerung einzublenden (auch auf mobile Devices) */
#nav-menue:target #steuerung {
	display: block;
}
/* ausblenden des Menü-Buttons zum öffnen - somit wird der zum Schließen sichtbar */
#nav-menue:target .menue-button-beschr-open {
	display: none ; 
}	
/* Allgemein Anweisungen */

input, form, a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}	

html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow:hidden;
}

body {
  font-family:sans-serif;
}

#hintergrund {
  position:absolute;
  width:100%;
  height:100%;
  z-index:1;
}

#scrollbereich {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
  z-index:2;
  background: rgba(255,255,255,0.9);
}

fieldset {
  padding: 1em;
  margin: 1em;
  font:80%/1 sans-serif;
}

label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}

fieldset { border:1px solid green }

legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
}
input, textarea { 
    padding: .3em; 
    border: solid 1px #E5E5E5; 
    outline: 0; 
    font: normal 13px/100% Verdana, Tahoma, sans-serif; 
    width: 200px; 
    background: #FFFFFF url('bg_form.png') left top repeat-x; 
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    } 
   
textarea { 
    width: 400px; 
    max-width: 400px; 
    height: 150px; 
    line-height: 150%; 
    } 
   
input:hover, textarea:hover, 
input:focus, textarea:focus { 
    border-color: #C9C9C9; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px; 
    } 
   /*
.form label { 
    margin-left: 10px; 
    color: #999999; 
    } 
   */
.submit input { 
    width: auto; 
    padding: 9px 15px; 
    background: #617798; 
    border: 0; 
    font-size: 14px; 
    color: #FFFFFF; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    }
#ad1 {
	background: red;
	height: 50px;
	margin-left: 0px;
	width: 300px;
	align: bottom;
}
#footer{

}
.bild
{
	max-width: 100%;
	height: auto;
}