/*********************************************/
/******* LAYOUT-Anpassung für Sitemap ********/
/*********************************************/
div#inhalt ul 	
{	
  list-style-type:none;
  list-style-image:none;
  margin:0;
  padding:0;
}

div#inhalt ul ul	
{	
	margin:0;
	padding:0;
}

div#inhalt ul li 
{
	margin:0;
	padding:0;
}

div#inhalt  a:link, div#inhalt  a:visited 
{
	color: #000000;
}	

div#inhalt  a:active 
{
	color: #008359;
}

ul.sitemap-level1 li a 
{ 
  text-decoration:none;
  font-weight:bold;
  color:#000000;
}	

ul.sitemap-level1 li a:hover
{
  font-weight:bold;
  text-decoration:underline;
}

ul.sitemap-level2 li a 
{	 
  margin-left:20px;
  text-decoration:none;
  color:#000000;
  font-weight:normal;
}	

ul.sitemap-level2 li a:hover 
{ 
  font-weight:normal;
  text-decoration:underline;
}
