
      body { background-color:#FFFFFF;                           /* Hintergrundfarbe */
             font-size:10pt;                                     /* Schriftgröße */
             font-family:Arial,Verdana,Helvetica;                /* Schrifttyp */
             margin-top:0px;                                    /* Randabstände */
             margin-left:0px;
             margin-right:0px;
             margin-bottom:50px;
             background-image:url(graphics/main_bg.jpg);
             background-repeat:repeat;
             background-position:top left;
             background-attachment:scroll; }

      a:link { text-decoration:underline; color:#008000; }        /* Links */
      a:visited { text-decoration:underline; color:#008000; }     /* besuchte Links */
      a:hover { text-decoration: underline; color:#008000; }       /* Mouse on */

      th { color:#FFFFFF;                    /*   Tabellenhintergrund und -text*/
           font-size:10pt; }

      td { color:#000000;
           font-size:10.5pt; }

      .table { background-image:url(graphics/main_bg_dark.jpg);
               background-repeat:repeat;
               background-position:top left;
               background-attachment:scroll;
               border: 1px solid #404040; }
