/* DATEITYP: Stylesheet Definitionen von Bjoern Giessler */

/* Scrollbar */
body { scrollbar-face-color:#BBBBBB;        /* Scrollbalken */
       scrollbar-shadow-color:#3333AA;      /* Schatten rechts innen */
       scrollbar-highlight-color:#3333AA;   /* Hell links innen */
       scrollbar-3dlight-color:#FFFFFF;     /* Hell links aussen */
       scrollbar-darkshadow-color:#FFFFFF;  /* Schatten rechts aussen */
       scrollbar-track-color:#FFFFFF;       /* Hintergrund */
       scrollbar-arrow-color:#3333AA; }     /* Pfeile */

/* Links */
a:link{color:#000099; text-decoration: none}
a:active{color:#000099; text-decoration: none}
a:visited{color:#000099; text-decoration: none}
a:hover{color:#0000FF; text-decoration: underline}

a.grey:link{color:#666666; text-decoration:none}
a.grey:aktive{color:#666666; text-decoration:none}
a.grey:visited{color:#666666; text-decoration:none}
a.grey:hover{color:#000000; text-decoration:underline}

/* misc */
div.block {text-align:justify }

/* End Of File */