body,html {
        font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 12pt;
        background-color: #000000;
        OVERFLOW: auto;
        OVERFLOW-X: hidden;
        SCROLLBAR-arrow-COLOR: #000000;
        SCROLLBAR-track-COLOR: #000000;
        SCROLLBAR-shadow-COLOR: Gray;
        SCROLLBAR-face-COLOR: Gray;
        SCROLLBAR-highlight-COLOR: Gray;
        background: Black url(bilder/kumm-rechts-hinter.jpg) no-repeat fixed;
        margin-left: 20px;
        scrollbar-base-color: Black;
        scrollbar-3dlight-color: Black;
        scrollbar-darkshadow-color: Black;
}

table {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        color: ##FFFFFF;
}

a {
        text-decoration: underline;
        color: #cccc99;
}

a:link {
        text-decoration: underline;
        color: #cccc99;
}

a:visited {
        text-decoration: underline;
        color: #cccc99;
}

a:hover {
 text-decoration: none;
 color: #FF0000;
}

a:active {
 text-decoration: none;
 color: #FF0000;
}

a:focus {
 text-decoration: none;
 color: #FF0000;
}

.button {
 font-family: ARIAL,VERDANA,HELVETICA;
 font-weight: bold;
 width: 130px;
 color:#FFFFFF;
 background:#000000;
 background-image:url(bilder/verlauf.jpg);
}

#PCL {
     font-family: Verdana,Arial,Helvetica;
     font-style: none;
     font-weight: normal;
     text-decoration: none;
     font-size: 8pt;
}

#ptt {
     font-family: Verdana,Arial,Helvetica;
     font-size: 8pt;
}

#pst {
     font-family: Verdana,Arial,Helvetica;
     font-size: 7pt;
}

@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  a.druck { visibility:hidden; }
  b.druck { visibility:hidden; }
  input.druck { visibility:hidden; }
  td.unsichtbar { visibility:hidden; }
  img.unsichtbar { visibility:hidden; }

  table.druck {font-size: 9pt; color:#000000; }
  td.druck {font-size: 9pt; color:#000000; }
  div.druck {font-size: 10pt; color:#000000; }
}