
.teasermenu * {
  margin: 0px;
  padding: 0px;
  display: block;
  font-weight: bold;
  color: white;
}

.teasermenu {
  padding: 0px 20px 20px 20px;
  width: 200px;
  float: left;
}

.teasermenu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 200px;
  background: #fff;
  border-top: none;
}  

.teasermenu ul li {
  background: rgb(194, 239, 217);
  height: 79px;
}

.teasermenu ul li.active {
  background: #34c2bb;
}
.teasermenu ul li.current {
  background: rgb(46, 172, 166);
}

.teasermenu ul li a.bildlink {
  background: #fff;
  width: 53px;
  float: left;
}

.teasermenu ul li dl {
}

.teasermenu ul li dl dt {
  padding: 3px; 
}

.teasermenu ul li dl dt span.arrow {
  color: rgb(31, 127, 121);
  float:left;
  height:75px;
  font-weight: bold;
}
.teasermenu ul li.active dl dt span.arrow,
.teasermenu ul li.current dl dt span.arrow {
  color: white;
}

.teasermenu ul li dl dt a {
  color: rgb(31, 127, 121);
}
.teasermenu ul li.active dl dt a,
.teasermenu ul li.current dl dt a {
  color: white;
}

.teasermenu ul li .clearer {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 2px;
  background: #fff;
  position: relative;
}
