body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
* html body {
   overflow: hidden;
}
#hintergrund  {
     z-index: 0;
     top: 200px;
     left: 220px;
     height: 600px; 
     width: 100%;
}
* html #hintergrund {
    overflow: auto;
    overflow-x: hidden;
}
#inhalt {
    z-index: 5;
    top: 150px;
    left: 220px;
    width: 600px;
    position: absolute;
    padding-bottom: 60px;
    background: white;
    color: black;
    font-size: 0.9em;
    font-family:  Arial, Helvetica, sans-serif;
}
#titelleiste {
    position: fixed;
    z-index: 45;
    top: 0px;
    left: 0px;
    width: 100%;
}
* html #titelleiste {
    position: absolute;
}
#klickpfad {
    z-index: 50;
    position: fixed; 
    top: 113px;
    left: 220px;
    height: 20px;
    width: 500px;
    padding-top: 3px;
    font-size: 0.8em;
    font-family:  Arial, Helvetica, sans-serif;
    background: none;  
}
* html #klickpfad {
    position: absolute; 
}

/* --------------------------- Fusszeile Anfang --------------------------- */

#druck {
    z-index: 79;
    position: fixed; 
    bottom: 0px;
    left: 220px;
    height: 20px;
    width: 140px;
    padding-top: 13px; 
    padding-right: 0px;
    padding-bottom: 7px;
    padding-left: 40px; 
    font-size: 0.9em;
    background-color: white;  
}
#lastupdate {
    z-index: 80;
    position: fixed; 
    bottom: 0px;
    left: 380px;
    height: 20px;
    width: 225px;
    padding-top: 12px; 
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    background-color: white;  
}
#imprint {
    z-index: 80;
    position: fixed; 
    bottom: 0px;
    left: 605px;
    height: 20px;
    width: 330px;
    padding-top: 12px; 
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    background-color: white;  
}

/* --------------------------- Fusszeile Ende --------------------------- */

/* --------------------------- Sprachauswahl Anfang--------------------------- */

#sprache {
    z-index: 80;
    position: fixed; 
    top:116px;
    left: 765px;
    height: 20px;
    width: 90px;
}
* html #sprache{
   position: absolute;
}


