
.contentfader  {
  position: relative;
  margin: auto;
  width: 598px;
  height: 374px;
}
.slide_item  {
  width: 598px;
  height: 374px;
  position: absolute;
  background-color: rgb(100,100,100);
  background: url(/img/slide_base1.jpg) no-repeat;
  left: 0px;
  opacity: 1;
  -moz-opacity: 1;
}
.promo-title  {
  font-family: Arial, Helvetica, Lucida Sans; font-size: 20px;  font-weight: bold;  line-height: 20px;
  color: rgb(51,153,0);
  position: absolute; top: 50px; left: 30px;
}
.promo-image  {
  position: absolute; bottom: 50px; right: 70px;
}
.promo-price  {
  position: absolute; top: 300px; left: 30px;
  font-family: Arial, Helvetica, Lucida Sans; font-size: 20px;  font-weight: bold;  line-height: 20px;
  color: white;
  vertical-align: text-bottom;
}
.promo-price img  {
  vertical-align: top;
}
.promo-desc  {
  width: 250px;
  position: absolute; top: 255px; left: 30px;
  font-family: Century Gothic, Arial, Helvetica, Lucida Sans; font-size: 11px;  font-weight: bold;  line-height: 11px;
  letter-spacing:1px;
  color: white;
  text-align: left;
}

.skype-box {
  width: 164px; height: 186px; float: left;
  margin-left: 10px;
}

/*schede.php*/
.contentfader-schede  {
  position: relative;
  margin: auto;
  width: 598px;
  height: 374px;
  background: url(/img/slide_base1.jpg) no-repeat 20px;
}
.slide_item-schede  {
  width: 598px;
  height: 374px;
  position: absolute;
  left: 0px;
  opacity: 1;
  -moz-opacity: 1;
  background: url(/img/schede/sfondo.jpg) no-repeat 22px 1px;
}
.promo-title-schede  {
  width: 520px;
  font-family: Lucida Sans, Verdana; font-size: 20px;  font-weight: bold;  line-height:20px;
  color: rgb(200,200,200); text-align: left;
  position: absolute; top: 20px; left: 35px;
}
.promo-desc-schede  {
  width: 330px;
  position: absolute; top: 85px; left: 35px;
  font-family: Verdana; font-size: 9px;  font-weight: normal;  line-height: 11px;
  letter-spacing:1px;
  color: rgb(100,100,100);
  text-align: left;
}
.promo-image-schede {
  position: absolute; top: 60px; right: 50px;
}
.promo-sub-schede {
  position: absolute; bottom: 100px; right: 50px;
  color: white; font-size: 14px;
}
.schede-acquista  {
  position: absolute; top: 170px; right: 65px;
}
