body 
{
  cursor : default;

  scrollbar-base-color:        336699;        /* rand vom balken A */
  scrollbar-track-color:       336699;         /* die track-leiste A */
  scrollbar-arrow-color:       336699;        /* der kleine pfeil A */
  
  scrollbar-face-color:        e2e9ef;        /* balken und kasten B */
  scrollbar-highlight-color:   e2e9ef;        /* misc B */
  scrollbar-3d-light-color:    e2e9ef;        /* misc B */
  scrollbar-dark-shadow-color: e2e9ef;   /* misc B */
  scrollbar-shadow-color:      e2e9ef;      /* misc B */
}



a           {
   	font-family : verdana;
   	font-size : 9px;
   	color : f8f8f8;
   	text-decoration : none;
	}


a:hover {
   	font-family : Verdana;
   	font-size : 9px;
   	color : 000000;
   	text-decoration : underline;
	cursor : hand;
	}


a:aktive {
   	font-family : Verdana;
   	font-size : 9px;
   	color : f8f8f8;
   	text-decoration : underline;
	cursor : hand;
	}
