div#helfen_links {
  float:left;
  text-align:right;
  width:320px;
}
div#helfen_mitte {
  padding-top:20px;
  padding-left:30px;
  float:left;
}

div#helfen_rechts{
  float:right;
  text-align:left;
  height:263px;
  width:320px;
}
#clear {
	clear:both;
}

#helfen_links ul.helfen, #helfen_rechts ul.helfen{
  color:#7f7f7f;
  list-style-type:none;
  padding:0px; 
  margin:10px 0px 20px 0px;
}

#helfen_links ul.helfen p, #helfen_rechts ul.helfen p{
  padding-top:0px;
  margin-top:0px;
  font-size:10px;  
}

#helfen_links ul.helfen b, #helfen_links ul.helfen p, #helfen_rechts ul.helfen b, #helfen_rechts ul.helfen p{
  color:#7f7f7f;
}

#helfen_links ul.helfen p:hover, #helfen_rechts ul.helfen p:hover{
/*  color:#cc0000;*/
}


#helfen_links li a {
	background-image: url(/_img/design/ul_rot.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 40px;
	display:block;
	height: 45px;	
}
#helfen_links li a:hover {
	background-image: url(/_img/design/ul_rot_ani_li.gif);
	color:#cc0000;
}

#helfen_rechts li a {
	background-image: url(/_img/design/ul_rot.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 40px;
	display:block;
	height: 45px;
}
#helfen_rechts li a:hover {
	background-image: url(/_img/design/ul_rot_ani_re.gif);
  	color:#cc0000;	
}
