html, body
{
    margin:0px;
    padding:0px;
    background:url(bilder/hintergrund.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    background-attachment:fixed;
    font-family: arial,sans-serif;
}

* {
    margin:0px;
    padding:0px;
}

#links {
    border:0px solid red;
    width: 210px;
    float:left;
}


#fuss {
    display:block;
    margin-top:4em;
    padding-top:.3em;
    padding-left:0;
    border-top:2px solid silver;
    font-size: 0.8em;
    line-height: 120%;
}

#fuss img {
    vertical-align:bottom;    
    border:0px solid white;
}

#fuss a {
    text-decoration:none;
    color:black;
}

#steuerung ul {
    border:0px solid yellow;
    list-style:none;
    margin-left:10px;
    /* margin-right:58px; */
    font-size:0.9em;
}

#steuerung li ul {
    padding-top:7px;
    list-style:disc ;
    margin-left:17px;
    padding-bottom:7px;
}

#steuerung li {
   /* background-color:white; */
   margin-bottom:0.7em;
} 

#steuerung ul a { text-decoration:none; } 
#steuerung ul a:link { color:#2E79C7; } 
#steuerung ul a:visited { color:#8E8E80; } 
#steuerung ul a:focus { background-color:#FFFF00; } 
#steuerung ul a:hover { background-color:#FFFF00; } 
#steuerung ul a:active { color:orange; }

#steuerung img {
    border:0px;
    margin-top:15px;
    margin-left:10px;
}

#inhalt {
    width: 500px;
    padding-top:110px; 
    margin-left:250px;
    border:0px solid green;

}

#inhalt p, #inhalt form {
    padding-left:5em;
    padding-top:.5em;
    padding-bottom:.5em;
    line-height: 160%;
}

#inhalt h2 {
    padding-left:3.2em;
    padding-top:.5em;
    padding-bottom:.5em;
    line-height: 160%;
}

#inhalt h3 {
    padding-left:4.4em;
    padding-top:.5em;
    padding-bottom:.5em;
    line-height: 160%;
}

#inhalt ul{
    padding-left:6em;
    padding-top:.5em;
    padding-bottom:.5em;
    line-height: 160%;
}

#inhalt h1 {
    font-size: 1.5em;
    color:#007BC6;
    line-height: 160%;
    letter-spacing: 0.4em;
}

#zitat {
    text-align: right;
    padding-left:6em;
    padding-top:.5em;
    padding-bottom:.5em;
    line-height: 160%;
    font-size: 1.1em;
    color:#007BC6;
}

#seite {
    width: 780px;
    border:0px solid orange;    
}

#logo {
    padding-bottom:2em;
}

