

* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;

    color: #ffff99;
}
h1 {
text-align: center;
color: #009900;
}
h2, h3 {
text-align: left;
color: #009900;
}
header {
    background-color: ;
    background-color: #152024;
    width: 100%;
    float: left;
    border-bottom: 1px solid black;
}
#bereichlogo {
    color: #334243;
    background-color: #152024;
    display: block;
    padding: 0.5em;
    text-decoration: none;
    float: left;
}
#bereichlogo {
    width: auto;
}
#steuerung li {
    list-style: none;
    float: left;
}
#steuerung a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0.5em;
    text-decoration: none;
    color: #92a5a6;
    background-color: #152024;
}
.menue-button {
    display: none;
}
#steuerung {
    float: left;
}
#steuerung a:hover {
    color: orange;
    background: #39655a;
}
/* CSS erweitern um MEN&Uuml;-Button und entsprechende Steuerung */
/*        Men&uuml;-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: 100%;
        }
        #steuerung {
                float: left;
                width: 100%;
                display: none;
        }
        #steuerung li {
                width: 100%;
                border-bottom: 2px solid silver;
        }
        .menue-button:hover {
                color: orange;
                background: #39655a;
        }
}
/* die Magie, um die Steuerung einzublenden (auch auf mobile Devices) */
#nav-menue:target #steuerung {
    display: block;
}
/* ausblenden des Men&uuml;-Buttons zum &ouml;ffnen - somit wird der zum Schlie&szlig;en sichtbar */
#nav-menue:target .menue-button-beschr-open {
    display: none ;
}
/* Allgemein Anweisungen */
section {
    padding: ;
     margin: 1em;  /* wert hinzugf&uuml;gt */
    float: left;
    width: 97%;
    background: #152024;
}
h1,h2,h3, p {
    margin: 1em 1em 1em 1em;
}
