#menue_left h2 {
  font-size: 11px;
  float: left;
  /*background-color:green;*/
  background: url(/grafik/leftnav_bg_standard.gif) repeat-x;
  width: 232px;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  font-size:11px;
}

#menue_left .bg_pfeil_unten {
	background-position: -63px 6px;
	float: left;
}

#menue_left {
  line-height: 21px;
  margin-bottom: 10px;
  display: block;
  /*font-weight: bold;*/
}

#menue_left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 232px;
  overflow: hidden;
  *float: left;
}

#menue_left ul li {
  width: 232px;
  overflow: hidden;
}

#menue_left ul li a {
  width: 232px;
  height: 20px;
  line-height: 20px;
  display: block;
  padding-left: 5px;
}

#menue_left ul li a:hover {
  background-color: #e2e2e2;
}

#menue_left ul li a.svz {
  border:1px solid #CCCCCC;
  display:block;
  float:left;
  height:20px;
  line-height:20px;
  margin:7px;
  text-align:center;
  width:30px;
  padding: 0;
}