/* Left menu*/
#clammy {
  position: absolute;
  left: 136px;
  top: 128px;
  background: url('images/clammy.png') left top no-repeat;
  width: 25px;
  height: 22px;
  z-index: 1000;
}

#navi {
  position: absolute;
  left: -6px;
  top: 124px;
  z-index: 100;
}

#navi ul {
  list-style-position: outside;
  list-style: none;
  margin: 40px 0 0 0;
}

#navi ul li a, #navi a {
  display: block;
  color: #fff;
  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  padding: 0 0 0 11px;
  height: 32px;
  margin: 0 0 8px 0;
}

#navi ul li a {
  list-style-position: outside;
  background: url('images/navi_bg.png') left top no-repeat;
  width: 94px;
}

#navi ul li a.green {
  list-style-position: outside;
  background: url('images/navi_referenzen.png') left top no-repeat;
  width: 94px;
}

#navi a.active {
  position: absolute;
  left: 0;
  top: 0;
  background: url('images/navi_active.png') left top no-repeat;
  width: 142px;
  z-index: 500;
}

#navi a.green_active {
  position: absolute;
  left: 0;
  top: 0;
  background: url('images/navi_referenzen_active.png') left top no-repeat;
  width: 142px;
  z-index: 500;
}
