* {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    background-image: url(../hintergrundfotos/Teichgras-bluehtenstaende-nah-dunkel-gr.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}
header, nav, footer, aside, section {
    display: block;
}
header {
    /*background-color: yellow;*/
    background-image: url(../bilder/header-mit-logov2.png);
    height: 151px;
    width: 900px;
    text-indent:-9999px;
    margin: 0 auto;
}
#range-logo {
    display:block;
    height:151px;
    width:900px;
}
header p {
    /*background-color: orange;*/
    text-align: right;
    padding-right: 40px;
}
#steuerungoben {
    /*background-color: red;*/
    background-image: url(../bilder/grau-50.png);
    height: 24px;
}
#steuerungoben ul {
    list-style-type: none;
}
#steuerungoben li {
    display: inline;
}
#steuerungoben a {
    display: block;
    width: 230px;
    /* 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/grau-50.png);
}
#steuerunglinks {
    /*background-color: green;*/
    width: 230px;
    float: left;
}
#steuerunglinks ul {
    padding-left: 1em;
    padding-top: 20px;
    list-style-type: none;
}
#steuerunglinks li {
    padding-bottom: 0.5em;
}
#steuerunglinks a  {
    display: block;
    width: 210px;
    /*background-color: yellow;*/
    text-decoration: none;
}
#steuerunglinks a:hover {
    background-image: url(../bilder/grau-50.png);
}
aside {
    /*background-color: #808000;*/
    width: 175px;
    float: right;
}
aside p {
    margin-top: 20px;
    margin-left: 10px;
}
aside img {
    /*margin-left: 10px;*/
    padding-left: 0.5em;
}
aside h1 {
    color: #000000;
    padding-left: 0.5em;
}
section {
    /*background-color: orange;*/
    margin-left: 250px;
    margin-right: 195px;
}
section h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: #dd9661;
}
section p {
    padding-bottom: 1em;
}
section h2 {
    color: #dd9661;
    padding-top: 1em;
    padding-bottom: 0.6em;
}
section ul {
    padding-left: 1em;
}
section li {
    padding-bottom: 0.5em;
}
footer {
    /* background-color: brown; */
    background-image: url(../bilder/grau-50.png);
    color: white;
    text-align: center;
    clear: both;
}
#wrapper {
    /*background-color: #eeeeee;*/
    width: 900px;
    /*border: 2px solid red;*/
    margin: 0 auto;
    text-align: left;
    background-image: url(../bilder/durchsichtig8.png);
}
img.galerie:last-child {
    display: none;
}