* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    /*background-image: url(bilder/hgweb15.jpg);*/
    background-color: #00A5F4;
    background-attachment: fixed;
}

header, nav, footer, aside, section {
    display: block;
}
#wrapper {
    /*background-color: #ffffff;*/
    width: 900px;
    border: 2px solid blue;
    margin: 0 auto;
    text-align: left;
    background-image: url(bilder/durchsichtig9a.png);
}
header {
    /*background-color: yellow;*/
    /*background-image: url(bilder/Banner-_2.gif);*/
    height: 180px;
    width: 900px;
    margin: 0 auto;
}
header p {
    /*background-color: orange;*/
    text-align: right;
    padding-right: 15px;
}
#steuerungoben {
    /*background-color: #00C0FF;*/
}
#steuerunglinks {
    /*background-color: green;*/
        width: 220px;
        float: left;
}
aside {
    /*background-color: #808000;*/
    width: 175px;
    float: right;
}
section {
    /*background-color: orange;*/
    text-align: left;
    margin-left: 120px;
    margin-right: 175px;
}
footer {
    background-color: #DDDDDD;
}

#logotext {
    padding-top: 50px;
    font-size: 20pt;
    color: white;
}