body {
height: 100%;
background-color: #fff;
padding: 0;
margin:0;
font-family: Arial, sans-serif;
font-size: 13px;
font-weight: normal;
}

html {height: 100%;}

#space {
width: 10px;
height: 50%;
margin-bottom: -200px;        /* Die Hälfte der Inhalts-Höhe! */
float: left;
background-color: white;
}

#buehne { /* Hier liegt der komlette Content der Website! */
margin: 0 auto;
position: relative; /* Hebt die buehne von der space */
clear: left; /* Hebt das float vom space auf */
min-height: 400px;
max-width: 840px;
/*background-image: url("graphics/hg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
background-position: center 50px;*/
background-color: white;
border: 0px solid red;
}


h1 {
margin-top: 0em;
padding-left: 0px;
padding-right: 12px;
text-transform: none;
margin-top: 43px;
text-align: center;
font-weight: normal;
font-family: "Century Gothic", Arial, sans-serif;
font-size: 43px;
color: #8cc63e;
}

p {padding-left: 0px; text-align: center; padding-right: 0px; }

.zentrum {text-align: center; font-size: 10px;}

img {border: 0px solid red;}

.breit{border: 0px solid red; max-width: 100%;margin-left: 20px; margin-right: 20px;}
