html, body
{
    font-family: Arial, sans-serif;
    color: #93DBFF;
    height: 100%;
    text-align: right;
    margin:0;
    padding: 0;
    
}

body {
    background-image: url(bilder/hintergrundbild.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-attachment: fixed;
    height: 100%;
    background-color: #4372b8;
}

#inhalt {
    padding: 2em;
}