/* startseite */

.dienste-button {
  display:block;
  width:164px;
  height:45px;
  background:url(images/startseite.png) no-repeat -55px 0;
  margin:0 auto;
}
.dienste-button a {
  display:block;
  width:100%;
  height:100%;
  background:url(images/startseite.png) no-repeat 0 0;
  text-indent:-9999px;
}
.dienste-button a:hover {
  background-position:22px;
}