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


#nav { border-right: 6px solid #ED9D00; 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: #ED9D00; position: relative; background: transparent url(images/dreieck_orange.gif) no-repeat scroll -20px center; }



#liste a:hover { color: #ED9D00; background: transparent url(images/dreieck_orange.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;
 }