* {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    background-image: url(bilder/braun01.jpg);
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}
/* für alte Browser-Versionen */
header, nav, footer, aside, section {
    display: block;
}

#wrapper {
    /*background-color: #eeeeee; */
    width: 1200px;
    /*border: 2px solid red;*/
    margin: 0 auto;
    text-align: left;
    background-image: url(bilder/hintergrund-inhalt-kurz.png);
}
header {
    /*background-color: yellow;*/
    background-image: url(bilder/baeren.png);
    height: 340px;
    width: 1200px;
    margin: 0 auto;
}
header p {
    /*background-color: orange; */
    text-align: right;
    padding-right: 15px;
}
header a {
    /*background-color: green;*/
    color: white;
}

#zusatz {
    text-align: right;
    padding-right: 15px;
    padding-top: 180px;
    color: white;
}
#logotext {
    padding-top: 50px;
    font-size: 20pt;
    color: white;
}

h1 {
    color: green;
}

#steuerungoben {
    background-color: red;
}
#steuerunglinks {
    /*background-color: green;*/
    width: 220px;
    float: left;
}
aside {
    /*background-color: #808000;*/
    width: 240px;
    float: right;
}
aside img {
    /*margin-left: 10px;*/
    border:3px solid silver;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 30px;
}

aside p {
    margin-top: 30px;
    margin-left: 10px;
    color: sandybrown;

}
section {
   /*background-color: orange;*/
    margin-left: 250px;
    margin-right: 250px;
}
section h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: #dd9661;
}

section h4 {
  color: #dd9661;
  margin-left: 1rem;
  padding-top: 1em;
  padding-bottom: .5em;
}
section p {
    padding-bottom: 1em;
}
section h2 {
    color: #dd9661;
    padding-top: 1em;
    padding-bottom: 0.6em;
}
section ul {
    padding-left: 2em;
}
section li {
    padding-bottom: 0.5em;
}
#steuerunglinks ul {
    padding-left:  2em;
    padding-top: 20px;
    list-style-type: none;
}
#steuerunglinks ul ul {
    list-style-type: square;
}
#steuerunglinks li {
     padding-bottom: 0.2em;
}
#steuerungoben {
    /*background-color: red;*/
    background-image: url(bilder/durchsichtiges-grau.png);
    height: 1em;
    height: 24px
}
#steuerungoben ul {
    list-style-type: none;
}
#steuerungoben li {
    display: inline;
}
#steuerungoben a {
    display: block;
    width: 400px;
    /*background-color: yellow;*/
    float: left;
    /*border-right: 1px solid red;*/
    text-align: center;
    line-height: 24px;
    color: white;
    text-decoration: none;
}
#steuerungoben a:hover {
    background-image: url(bilder/durchsichtiges-grau.png);
}
footer {
    /*background-color: brown;*/
    background-image: url(bilder/durchsichtiges-grau.png);
    color: white;
    text-align: left;
    padding-left: 25px;
    clear: both;
    padding-bottom: 30px;
}
footer p {
    font-size: 0.8em;
}
