/* Autor: Robert Gach (RGA)
	Name:	 sitemap.css
	Zweck: CSS für gach edv agentur - Web Site 2.0, für die Sitemap
	Datum: 11. April 2007
*/

DIV#sitemap a  {
	background-color: inherit;
	color: #01385E; /*logoblau */
	text-decoration: none;
	}

DIV#sitemap a:hover {
	cursor: pointer;
	text-decoration: underline;
	}

DIV#sitemap ul li ul li ul li a {
	background-color: inherit;
	color: #F16E10; /* orange */	
	text-decoration: none;
	}

DIV#sitemap {
   line-height: 20px;
   }
	
DIV#sitemap LI { /* Einrückung */
   list-style-type: none;
   margin: 0;
	padding: 0 0 0 24px;
   }

DIV#sitemap LI {
   background: url(../bilder/extm.gif) no-repeat 0% 0%;
   }

DIV#sitemap LI.last {
   background: url(../bilder/exlm.gif) no-repeat 0% 0%;
   }

DIV#sitemap UL {
   list-style-type: none;
   margin: 0 0 0 -24px;
	padding: 0 0 0 24px;
   }
	
DIV#sitemap UL {
   background: url(../bilder/exim.gif) repeat-y 0% 0%;
   }
	
DIV#sitemap UL.last {
   background-image: none;
   }
