* {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    background-image: url(bilder/Leutturm3_skaliert.jpg);
    background-attachment: fixed;
    font-family: Arial, sans-serif;
    
}
header, nav, footer, aside, section {
    display: block;
     /*background-color: yellow;*/
    
}
header {
   
    background-image: url();
    height: 151px;
}
#wrapper {
    /*background-color: #eeeeee;*/
    width: 900px;
    /*border: 2px solid red;*/
    margin: 0 auto;   
    text-align: left;
    background-image: url(bilder/Farbverlauf_600x400.png);
       
}
#steuerungoben {
    background-color: gainsboro;
     height: 24px;
}
#steuerunglinks {
    
    width: 220px;
    float: left;
}
#steuerunglinks img {
    margin-left: 40px;
    border: 2px solid darkgoldenrod;
   
}
aside {
    /*background-color: #808000;*/
    width: 175px;
    float: right;  
}
aside img {
    margin-left: 1px;
    border:4px solid silver;
}
section {
    margin-left: 250px;
    margin-right: 195px;
}
footer {
    
}
#logotext {
    padding-top: 50px;
    font-size: 20pt;
    color:darkorange;
}
section h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: darkgoldenrod;
    font-family: cursive
}
section p {
    padding-bottom: 1em;
}
section h2 {
    color: darkgoldenrod;
    padding-top: 1em;
    padding-bottom: 0.6em;
    font-family: cursive
}
section ul {
    padding-left: 3em;
}
section li {
    padding-bottom: 0.5em;
}
header h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: navy;
font-family: cursive
}
#steuerungoben ul {
    list-style-type: none;
}
#steuerungoben li {
    display: inline;
}
#steuerungoben a {
    display: block;
    width: 200px;
    float: left;
    /* border-right: 1px solid red; */
    text-align: center;
    line-height: 24px;
    color: darkgoldenrod;
    text-decoration: none;
}
