/* home,,1.html */
.home_step_1 {
  background-image:url(http://img.hp-w.de/home/step_1.jpg);
  width:231px;
  height:180px;
}
.home_step_1:hover {
  background-image:url(http://img.hp-w.de/home/step_1_hover.jpg);
  width:231px;
  height:180px;
}

.home_step_2 {
  background-image:url(http://img.hp-w.de/home/step_2.jpg);
  width:200px;
  height:180px;
}
.home_step_2:hover {
  background-image:url(http://img.hp-w.de/home/step_2_hover.jpg);
  width:200px;
  height:180px;
}

.home_step_3 {
  background-image:url(http://img.hp-w.de/home/step_3.jpg);
  width:189px;
  height:180px;
}
.home_step_3:hover {
  background-image:url(http://img.hp-w.de/home/step_3_hover.jpg);
  width:189px;
  height:180px;
}

.home_step_anmelden {
  background-image:url(http://img.hp-w.de/home/step_footer.jpg);
  width:620px;
  height:129px;
}
.home_step_anmelden:hover {
  background-image:url(http://img.hp-w.de/home/step_footer_hover.jpg);
  width:620px;
  height:129px;
}

.home_step {
  float:left;
  cursor:pointer;
}

ol.home_news {
  padding-top:0;
  margin-top:0;
  padding-bottom:0;
  margin-bottom:0;
}
ul.home_news {
  padding-top:0;
  margin-top:0;
  padding-bottom:0;
  margin-bottom:0;
}