/* CSS für Sitemap */

#hauptseite dl {
  margin:0 0 6px 0;
}

#hauptseite dd {
  width:95%;
  background:Green;
  font-size:12pt;
  font-weight:bold; 
  color:#FFE075;
  padding:3px;
}

#hauptseite dt {
  font-family:Arial,sans-serif; 
  font-size:12pt; 
  color:#000000; 
  font-weight:bold; 
  margin-left:20px;
  padding:2px;
}

