BODY {
  SCROLLBAR-FACE-COLOR: #ffffff;
  SCROLLBAR-HIGHLIGHT-COLOR: #999999;
  SCROLLBAR-SHADOW-COLOR: #999999;
  SCROLLBAR-3DLIGHT-COLOR: #ffffff;
  SCROLLBAR-ARROW-COLOR: #999999;
  SCROLLBAR-TRACK-COLOR: #ffffff;
  SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

DIV {
 font-family: sans-serif, helvetica, arial, switzerland;
 font-size: 10pt;
 color: #202020;
 text-align:left;
}

DIV.listen {
 font-family: sans-serif, helvetica, arial, switzerland;
 font-size: 8pt;
 color: #202020;
 text-align:left;
}

TD {
    font-family: sans-serif, helvetica, arial, switzerland;
    font-size: 9pt;
    color:#202020;
}

TD.blocksatz {
    font-family: sans-serif, helvetica, arial, switzerland;
    font-size: 9pt;
    color:#202020;
    text-align:justify;
}


H1 {
    font-family: sans-serif, helvetica, arial, switzerland;
    font-size: 18pt;
    font-style: bold;
    color:#202020;
    text-align:left;
}

A:link { color:#0089e0; }
A:visited { color:#67aad8; }
A:active { color:#dcdcdc; }
A:hover { color:#eb3c00; }

INPUT.TEXT  {
    font-family : Arial,Helvetica;
    font-size : 8pt;
    width : 80px;
    background-color : White;
    border-width : 2px;
    border-color : White;
    }


INPUT.button { background: #e1e1e1;
               color: #000000;
               border: 1px;
               border-color: #000000;
               cursor: hand;
               font-size: 9pt;
               height: 20px; }

INPUT.radio { background: #FFD733;
               color: #044776;
            }

INPUT.checkbox { background: #FFD733;
               color: #044776;
            }

input.suche {
         color: black;
         font-size: 10px;
         font-family: arial, helvetica, switzerland;
         border-width:1px;
         border-color: #BEBEBE;
         background: #ffffff;
         border-style:solid;
       }

.pic{
  border-width: 0px;
  float: left;
  margin: 0px 8px 0px 0px;
}

.picrechts {
  border-width: 0px;
  float: right;
  margin: 0px 0px 0px 8px;
}

