html{
     height:100%;
     width:100%;
     max-height:100%;
     max-width:100%;
     padding:0;
     margin:0;
     overflow:hidden;
    }

body{
     height:100%;
     width:100%;
     max-height:100%;
     max-width:100%;
     padding-left:0;
     padding-right:0;
     padding-top:0;
     padding-bottom:0;
     margin:0;
     border:0;
     background-color:#FFFFFF;
     background-image:url(backimage_1.png);
     font-family:Verdana,Arial,sans-serif;
     font-size:10pt;
     overflow:hidden;
     z-index:0;
    }

.container{
           position:absolute;
           right:0;
           width:100%;
           height:100%;
           max-height:100%;
           overflow:auto;
           z-index:0;
          }

.spalteLinks{
             position:absolute;
             top:0;
             left:0;
             width:5%;
             height:100%;
             max-height:100%;
             border-right:4px double #000000;
             z-index:0;
            }

.spalteRechts{
             position:absolute;
             top:0;
             right:0;
             width:5%;
             height:100%;
             max-height:100%;
             border-left:4px double #000000;
             z-index:0;
            }

.content{
         width:90%;
         margin:auto;
         padding-top:2em;
         padding-bottom:2em;
         z-index:1;
         }

.navi{
      margin:auto;
      text-align:center;
     }

.navi a{
        color:#000000;
        font-weight:600;
        font-size:1.5em;
        margin-left:0.5em;
        margin-right:0.5em;
        text-decoration:none;
       }

.navi a.link{
             color:#000000;
            }

.navi a.visited{
                color:#0000FF;
               }

.navi a.hover{
              color:#FF0000
             }

.navi a.active{
               color:#0000FF;
              }

.navi a.focus{
              color:#000000;
             }

table tr td{
            padding-left:1em;
            padding-right:1em;
            padding-top:0.5em;
            padding-bottom:0.5em;
           }
