    <!--
* {
margin: 0px;
padding: 0px;
}
    /* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;
            overflow: hidden;
            background-color: #364A90;
          }

    /* Hintergrundbild auf unterste Ebene anordnen */
#bgImg  { position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;

        }
    /* Body-Dummy absolut über Hintergrundbild legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{ position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          width: 100%;
          height: 100%;
        }

#hintergrunddummy{
      position: relative;
      z-index:3;
      width: 100%;
      height: 90%;
}

#nojava {
        font-size: xx-large;
        text-align: center;
        color: #FFFFFF;
        }




#linkDiv0 {
        position:absolute;
        z-index:4;
        float:left;

        }
/*

#linkDiv1 {
        position:absolute;
        z-index:4;
        float:left;

        }

#linkDiv2 {
        position:absolute;
        z-index:4;
        float:left;

        }

#linkDiv3 {
        position:absolute;
        z-index:4;
        float:left;

        }

#linkDiv4 {
        position:absolute;
        z-index:4;
        float:left;

        }

#linkDiv5 {
        position:absolute;
        z-index:4;
        float:left;

        }

*/

#menu{
        position:absolute;
        visibility:hidden;
        z-index:4;
        width: auto;
        height: auto;
        margin-right:2%;
        margin-left:2%;
        float:right;
        background-color:#9D9D9D;
     }
#spacer-menu1{

    float:left;
    width:15%;
}


#spacer-menu2{

    float:left;
    width:15%;
}

#spacer-menu3{

    float:left;
    width:15%;
}


#spacer-menu4{

    float:left;
    width:15%;
}

#dia {
        position:absolute;
        z-index:4;
        float:right;
        width:auto;
        height:auto;
        text-align:center;
        margin-right:2%;
        margin-left:2%;
        margin-bottom:2%;

        }

#zurueck {


        float:left;
        width: auto;
        height: auto;
        margin-top:5px;
        }

#vor {

        float:left;
        width: auto;
        height: auto;
        margin-top:5px;
        }

#back {

        float:left;
        width: auto;
        height: auto;
        margin-top:5px;
        }

#pause {

        float:left;
        width: auto;
        height: auto;
        margin-top:5px;
        }



-->