/* Generated by KaZcadeS */
.auswahl {
  width: 185px;
  float: left;
  margin-left: 10px;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  background-image: url('images/hg-seite.png');
}
.auswahl ul {
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  list-style-type: none;
  z-index: 1000;
  font-size: 100%;
}
* html .auswahl ul {
  margin-left: 0;
}
.auswahl li {
  position: relative;
  height: 30px;
}
.auswahl table {
  position: absolute;
  border-collapse: collapse;
  top: 0;
  left: 0;
}
.auswahl a {
  border: 1px solid #deb887;
  display: block;
  text-decoration: none;
  height: 30px;
  line-height: 25px;
  width: 185px;
  color: #000000;
  text-indent: 5px;
  background-color: #f5deb3;
}
* html .auswahl a {
  width: 185px;
  background-color: #f5deb3;
}
* html .auswahl a:hover {
  color: #ffff00;
  background-color: #8b4513;
}
.auswahl *:hover > a {
  color: #ffff00;
  background-color: #8b4513;
}
.auswahl ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 185px;
  z-index: 2000;
}
.auswahl ul li:hover ul, .auswahl ul a:hover ul {
  visibility: visible;
}
.auswahl ul *:hover ul ul {
  visibility: hidden;
}
.auswahl ul *:hover ul *:hover ul ul {
  visibility: hidden;
}
.auswahl ul *:hover ul *:hover ul {
  visibility: visible;
}
.auswahl ul *:hover ul *:hover ul *:hover ul {
  visibility: visible;
}
