body {
  background-image: url(./jpg/hintergrund.jpg);
         font-size: 12pt;
       font-family: arial;
       margin-left: 0pt;
        margin-top: 0pt;
  }

body.bkt {
  background-image: url(./jpg/hintergrund2.jpg);
         font-size: 12pt;
       font-family: arial;
       margin-left: 0pt;
        margin-top: 0pt;
  }

a:link {
         font-size: 12pt;
             color: #0080FF;
       font-weight: bold;
   text-decoration: none;
  }


a:visited {
   font-size: 12pt;
             color: #0080FF;
       font-weight: bold;
   text-decoration: none;
  }

a:active {
         font-size: 12pt;
             color: #0080FF;
       font-weight: bold;
   text-decoration: none;

  }


a:hover {
         font-size: 12pt;
             color: #CE445B;
       font-weight: bold;
   text-decoration: none;
  }

a.footer:link {
         font-size: 10pt;
             color: #0080FF;
       font-weight: bold;
   text-decoration: none;
  }


a.footer:visited {
         font-size: 10pt;
             color: #0080FF;
       font-weight: bold;
   text-decoration: none;
  }

a.footer:active {
         font-size: 10pt;
             color: #0080FF;
       font-weight: bold;
   text-decoration: none;

  }


a.footer:hover {
         font-size: 10pt;
             color: #CE445B;
       font-weight: bold;
   text-decoration: none;
  }

td.headline {
         font-size: 20pt;
             color: #00007F;
       font-weight: bold;
   text-decoration: underline overline;
  }

td.normal {
         font-size: 12pt;
             color: #00007F;
       font-weight: bold;
   text-decoration: none;
  }

td.kb {
         font-size: 10pt;
             color: #00007F;
   text-decoration: none;
  }

td.footer {
         font-size: 9pt;
             color: #00007F;
       font-weight: bold;
   text-decoration: none;
  }

td.update {
         font-size: 8pt;
             color: #AFAFAF;
        font-style: none;
   text-decoration: none;
  }

td.update2 {
         font-size: 8pt;
             color: #6F6F6F;
        font-style: italic;
   text-decoration: none;
  }

td.prog {
         font-size: 12pt;
             color: #00007F;
       font-weight: bold;
        text-align: center;
  }

td.prog2 {
         font-size: 11pt;
             color: #00007F;
       text-indent: 8px;
  }

td.bkt {
         font-size: 10pt;
             color: #00007F;
       text-indent: 8px;
  }

td.protokolle {
         font-size: 8pt;
             color: #00007F;
        font-style: none;
   text-decoration: none;
  }

div.content {
            background-color: none;
                    position: absolute;   /*Absolute Positionierung für Pixel*/
                         top: 45px;
                        left: 20px;
                       width: 770px;
                      height: 500px;
                     padding: 0px;
                    overflow: auto;       /*Scrollbalken wird im Layer angezeigt*/
                     z-index: 1;
    }


div.intern {
            background-color: none;
                    position: absolute;   /*Absolute Positionierung für Pixel*/
                         top: 45px;
                        left: 10px;
                       width: 780px;
                      height: 510px;
                     padding: 0px;
                    overflow: auto;       /*Scrollbalken wird im Layer angezeigt*/
                     z-index: 1;
    }

div.inhalt {
            background-color: none;
                    position: absolute;   /*Absolute Positionierung für Pixel*/
                         top: 45px;
                        left: 370px;
                       width: 420px;
                      height: 470px;
                     padding: 0px;
                    overflow: auto;       /*Scrollbalken wird im Layer angezeigt*/
                     z-index: 1;
    }