/* Stylesheet f&uuml;r Sitemap  ***************************
sitemap_1.css ************************* */

/*
*body {
   font: 15px sans-serif;
   background-color: #fff;
   color: #000;
   padding: 0px;
   margin: 0px;
   }
*/
	
#sitemap {
   padding: 1em 1.5em;
   line-height: 150%;
	list-style-type: none;
   list-style-image: none;
   }

#sitemap ul{    
	padding: 0px 0px 0px 24px;
   margin: 0px;
   list-style-type: none;
   list-style-image: none;
	}
	
#sitemap li{
   background: url(../images/extm.gif) no-repeat; 
	color: Fuchsia        
	padding: 0px 0px 0px 24px;
   margin: 0px;
   list-style-type: none;
   list-style-image: none;
}

  
#sitemap li.last {
   background: url(../images/exlm.gif) no-repeat;
	list-style-image: none;				
   list-style-type: none;
	}

#sitemap ul.last {
   background-image: none;
   list-style-image: none;
	list-style-type: none;
	}