html, body {
margin: 0;
padding: 0;
height: 100%;
background-color: #AFAFAF; }


#nav { border-right: 6px solid #FFFFFF; width: 220px; height: 100%; }



#liste { font: bolder 18px Arial, Helvetica, sans-serif; list-style-type: none; margin: 0 -5px 0 0; padding: 4px 0 0 0px; }



#liste a:link, #liste a:visited
{ display: block; width: 100%; text-decoration: none; color: #E10078; position: relative; background: transparent url(images/dreieck.gif) no-repeat scroll -20px center; }



#liste a:hover { color: #E1001A; background: transparent url(images/dreieck.gif) no-repeat scroll right center; }




BODY {
  scrollbar-arrow-color:#000000;
  scrollbar-track-color:#E1001A;
  scrollbar-shadow-color:#000000;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-3dlight-color:#000000;
 }