INPUT
        {
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #ffffff;
        border: thin groove;
        border-color: #aaaaaa;
        color: #000000;
        cursor: hand;
        }

BODY
        {
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #000000;
        color: #111111;
        margin-left: 5px;
        margin-top: 2px;
        margin-right: 0px;
        margin-bottom: 0px;

        }

TD      {
        font-family: Verdana, sans-serif; font-size: 8pt;
        }

TD.blue {
        font-family: Verdana, sans-serif; font-size: 8pt; color: #000000;
        background-repeat: repeat-x;
        background-image: url("pics/hinter.jpg");
        }

TD.white{
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #E7CA56;
        }

TD.white2{
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #D2B74D;
        }

TD.white3{
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #BF9D18;
        }

TD.haupt{
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #D8BC4E;
        }

TD.menue{
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #C6A92B;
        }
TD.zeitung{
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #FFFAF0;
        }
SELECT
        {
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #ffffff;
        color: #aaaaaa;
        }

OPTION
        {
        font-family: Verdana, sans-serif; font-size: 8pt;
        background-color: #ffffff;
        color: #000000;
        }

TEXTAREA
        {
         font-family: Verdana, sans-serif; font-size: 8pt;
        }

A
        {
        color: #2222ee;
        font-family: Verdana, sans-serif; font-size: 8pt;
        text-decoration: none;
        font-weight: normal;
        }

A:hover
        {
        color: #ff0000;
        text-decoration: underline;
        }

A:active
        {
        text-decoration: none;
        }

.Gross
        {
        color:#222222;
        font-size: 10pt;
        font-weight: bold;
        }
.pkt
        {
        color:#222222;
        background-color: #ffff88;
        font-size: 17pt;
        font-weight: bold;
        }
.Markiert
        {
        color:#ff0000;
        }
.grau
        {
        color:#555555;
        }
.gruen
        {
        color:#227733;
        }
.klein
        {
        color: #2222ee;
        font-family: Verdana, sans-serif; font-size: 7pt;
        font-style: underline;
        font-weight: normal;
        }
.klein2
        {
        color: #000000;
        font-family: Verdana, sans-serif; font-size: 7pt;
        font-weight: normal;
        }
        
        #overlay {
   position: fixed;
   z-index:199;
   top: 0px;
   left: 0px;
   height:100%;
   width:100%;
}

* html #overlay { /* ie6 hack */
   position: absolute;
   height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.overlayBG {
   background-color:#000;
   -ms-filter: "Alpha(Opacity=75)";
   filter:alpha(opacity=75);
   -moz-opacity: 0.75;
   opacity: 0.75;
}

#lightBox {
   position:fixed;
   top:50%;
   left:50%;
   margin-left:-198px;
   margin-top:-240px;
   z-index:200;
   width:398px;
   height:480px;
   background-image: url(../pics/bg_aml.jpg);
   color: black;
   font-size: 13.5px;
   font-family: Arial;

}
* html #lightBox { /* ie6 hack */
   position: absolute;
   margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
} 

.scrolldiv {
   position : absolut;
   left : 0px;
   top : 0px;
   width : 100%;
   height : 100%;
   overflow : auto;
   scrollbar-base-color : #FFCCCC;
   scrollbar-3dlight-color : #FFCCCC;
   scrollbar-highlight-color : #FF9933;
   scrollbar-face-color : #FF9933;
   scrollbar-arrow-color : #FF6600;
   scrollbar-shadow-color : #FCDDCC;
   scrollbar-darkshadow-color : #FF9966;
   scrollbar-track-color : #FCDDCC;
} 
