div.spendeOverlay {
  width: 258px;
  height: 240px;
  position: relative;
}

div.spendeOverlay > div.spendeTitel {
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 14px;
  line-height: 18px;
}
div.spendeOverlay > div.spendeBild {
  position: absolute;
  top: 35px;
  left: 25px;
  height: 150px;
  width: 150px;
  background-image: url('spende-hg.png');
  background-repeat: no-repeat;
  background-color: #DFDFDF;
  border: 1px solid #CFCFCF;
  background-position: center center;
}
div.spendeOverlay > div.spendeText {
  position: absolute;
  top: 192px;
  left: 25px;
  font-size: 11px;
  line-height: 16px;
}
div.spendeOverlay img.imgForPrint {
  display: none;
}
