/* shop */
.shop-p1 {
  position: relative;
  width: 550px;
  height: 220px;
  margin-bottom: 5px;
  overflow: hidden;
}

.shop-p2 {
  position: relative;
  float: left;
  width: 270px;
  height: 95px;
  margin-bottom: 5px;
  overflow: hidden;
}

.shop-p3 {
  position: relative;
  float: left;
  width: 180px;
  height: 250px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-bottom: 25px;
  overflow: hidden;
}

.shop-p3-bg {
  position:absolute;
  top: 1px;
  left: 1px;
  width: 178px;
  height: 248px;
  background-color: #ffffff;
}

.shop-p3-bild {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 160px;
  height: 136px;
  margin: 0px;
}

.shop-p3-txt {
  position: absolute;
  top: 152px;
  padding-left: 10px;
  width: 160px;
  height: 58px;
  line-height: 14px;
  overflow: hidden;
}

.shop-p3-preis {
  position: absolute;
  top: 216px;
  left: 10px;
  width: 160px;
  height: 30px;
  line-height: 14px;
  overflow: hidden;
}

.shop-p3-txt a {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}

.shop-streichpreis {
  position: absolute;
  bottom: 14px;
  left: 0px;
  color: #666666;
  font-weight: bold;
}

.shop-preis {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #ff0000;
  font-weight: bold;
}

.shop-headline {
  clear: both;
  position: relative;
  width: 550px;
  height: 35px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
}




