

body       {
            scrollbar-base-color: steelblue;
            scrollbar-track-color: white;
            scrollbar-face-color:  aliceblue; /* #D6ECF7 */
            scrollbar-highlight-color: white;
            scrollbar-3d-light-color: darkorange;
            scrollbar-darkshadow-color: steelblue;
            scrollbar-shadow-color: white;
            scrollbar-arrow-color: #EA801F;
            background-color: white;
            color: darkblue; /* #000099 */
            font-size: 10pt;
            font-family:Trebuchet MS,arial,sans-serif,verdana,helvetica;
            cursor: default;
            }

a:link     {  color:#000099; font-size: 10pt; text-decoration:none;   }

a:visited  {  color:dimgray; font-size: 10pt; text-decoration:none;   }

a:hover    {  color:darkorange; font-size: 10pt; text-decoration:none;   }

a:active   {  color:darkorange; font-size: 10pt; text-decoration:none;   }

a:focus    {  color:darkorange; font-size: 10pt; text-decoration:none;   }



/* wichtig: Reihenfolge!!! 1.link 2.visited 3.hover 4.active 5.focus */

/* fontStretch:ultra-expanded :gibt die Laufweite an. Diese Eigenschaft wird von den verbreiteten Browsern noch nicht interpretiert. */

#contextMenu {
            position: absolute;
            visibility: hidden;
            width: 0px;
            background-color: #000033;
            layer-background-color: #000033;
            border: 0px outset black;
            }

form        {
        font-size:10pt;
        padding:0px;
        border:0px;
}
td, input   { font-size:10pt; font-family:Trebuchet MS,Verdana,sans-serif; }

.titel      {font-weight:bold;}

.subtitel {font-size: 9pt; font-weight:bold;}