#seite_sitemap {
  margin-left: 30px;
}
#seite_sitemap #seitenservice {
  font-size: 70%;
}
#seite_sitemap .headline {
  background-color: #333;
  color: #fff;
  padding: 10px 0 10px 15px;
}
#sitemap {
  margin: 20px 0 20px 0;
}
.sitemap_zeile {
  float: none;
  clear: both;
  width: 100%;
}
.sitemap_sp1, .sitemap_sp1_grafik {
  float: left;
  padding: 1px;
  width: 30%;
}
.sitemap_sp1 a {
  font-weight: bold;
  font-size: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  padding: 5px;
  display: block;
  margin: 10px 0 10px 0;
  height: 100%;
}
.sitemap_sp1 a:hover {
  background-color: #e75012;
}
.sitemap_sp2, .sitemap_sp2_grafik {
  float: left;
  padding: 1px;
  width: 30%;
}
.sitemap_sp2 a {
  font-weight: bold;
  font-size: 80%;
  color: #000;
  text-decoration: none;
  display: block;
  border: 1px solid #000;
  background-color: #f2f2f2;
  padding: 3px;
  margin-bottom: 5px;
  height: 100%;
}
.sitemap_sp2 a:hover {
  background-color: #333;
  color: #fff;
}
.sitemap_sp3 {
  float: left;
  padding: 1px;
  width: 30%;
}
.sitemap_sp3 a {
  font-size: 80%;
  color: #000;
  text-decoration: none;
  display: block;
  border: 1px dashed #000;
  padding: 3px;
  margin-bottom: 5px;
  height: 100%;
}
.sitemap_sp3 a:hover {
  background-color: #f2f2f2;
  border: 1px solid #000;
}
.sitemap_sp1_grafik {
  background-image: url(/images/sitemap_haken.gif);
  background-repeat: no-repeat;
  background-position: 20px 2px;
  height: 20px;
}
.sitemap_sp2_grafik {
  background-image: url(/images/sitemap_haken_2.gif);
  background-repeat: no-repeat;
  background-position: 20px 2px;
  height: 20px;
}
