    <!--
* {
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%;
                  }

#dummyDiv{
        z-index: 3;
        width: 100%;
        height: 42%;
        /*background-color:#eeeeee;    */

           }
#dummyDiv2{
        /*visibility:hidden;*/
        z-index: 3;
        width: auto;
        height: auto;
        margin-right:2%;
        margin-left:2%;
                float:left;
        background-color:#9D9D9D;
     }


#Links{
        float:left;
        margin-top: 3%;
        margin-right:0%;
        margin-left:10%;

        height: auto;
        width: auto;
        /*background-color:#999999; */
        }

#linkDiv0 {   /*dummy*/
        z-index: 3;
        margin-bottom:1px;
        /*background-color:#dddddd;*/
        }
#linkDiv1 {
        z-index: 3;
        margin-bottom:1px;
       /*background-color:#63AA63; */
        }
#linkDiv2 {
        z-index: 3;
        margin-bottom:1px;
        /*background-color:#63AA63; */
        }
#linkDiv3 {
        z-index: 3;
        margin-bottom:1px;
        /*background-color:#63AA63; */
        }
#linkDiv4 {
        z-index: 3;
        margin-bottom:1px;
        /*background-color:#63AA63; */
        }
#linkDiv5 {
        z-index: 3;
        margin-bottom:1px;
        /*background-color:#63AA63; */
        }
#linkDiv6 {
        z-index: 3;
        margin-bottom:1px;
       /*background-color:#63AA63;*/
        }

#linkDiv7 {
        z-index: 3;
        float:left;
        /*background-color:#00AA63;*/
        }
#linkDiv8 {
        z-index: 3;
        float: left;
        /*background-color:#130063;*/
        }
#linkDiv9 {
        z-index: 3;
        float:left;
        /*background-color:#63AA00;*/
        }




#spacer {
        z-index: 3;
        float:left;
       /*background-color:#555500;*/
        }
#spacer2 {
        z-index: 3;
        float:left;
        /*background-color:#555500; */
        }


#menu{
        visibility:hidden;
        z-index: 3;
        width: auto;
        height: auto;
        margin-right:2%;
        margin-left:2%;
        float:right;
        background-color:#9D9D9D;
     }


#dia {
        z-index: 3;
        float:right;
        width:auto;
        height:auto;
        text-align:center;
        margin-right:2%;
        margin-left:2%;
        margin-bottom:2%;
        /*background-color:#634463; */
        }

#zurueck {
        z-index: 3;
        position:absolute;
        left:auto;
        top:auto;
        width: auto;
        height: auto;
        }

#vor {
        z-index: 3;
        position:absolute;
        left:auto;
        top:auto;
        width: auto;
        height: auto;
        }

#back {
        z-index: 3;
        position:absolute;
        left:auto;
        top:auto;
        width: auto;
        height: auto;
        }

#pause {
        z-index: 3;
        position:absolute;
        left:auto;
        top:auto;
        width: auto;
        height: auto;
        }

#nojava {
        font-size: xx-large;
        text-align: center;
        color: #FFFFFF;
        }

 -->
