/**** zip:/home/stage90/pfix/pfixorder/projects/servletconf/tomcat/shared/lib/de.schlund.pfixschlund.order-modules+frontend-stopper+0.3.35.jar!/style/stopper.css */
#content .countdown-stopper,
#content .price-stopper {
  position: absolute; /* soll frei platzierbar sein */
  display: block;
  z-index: 10;
}

#content .countdown-stopper .container,
#content .price-stopper .container {
  position: absolute; /* legt sich dadurch über die Hintergrundgrafik */
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 2; /* stellt sicher, daß der Content über der Hintergrundgrafik liegt. */
}

#content .countdown-stopper .content,
#content .price-stopper .content {
  display: block;
  line-height: 1.2em;
}
/**** file:/home/stage90/pfix/pfixorder/projects/oneandone_en_common/style/frontend-skin-odin/components/tarifftable.css */
/* -------------------- */
/* TARIFFTABLE CONTENTS */
/* -------------------- */

.tarifftable thead h3.tariff-dual-basic {
  background: transparent url(hl_tariff_dual_b.png) 0 0 no-repeat;
}
.tarifftable thead h3.tariff-dual-basic:hover {
  background: transparent url(hl_tariff_dual_b_hover.png) 0 0 no-repeat;
}
.tarifftable thead h3.tariff-dual-advanced {
  background: transparent url(hl_tariff_dual_a.png) 0 0 no-repeat;
}
.tarifftable thead h3.tariff-dual-advanced:hover {
  background: transparent url(hl_tariff_dual_a_hover.png) 0 0 no-repeat;
}
.tarifftable thead h3.tariff-dual-unlimited {
  background: transparent url(hl_tariff_dual_u.png) 0 0 no-repeat;
}
.tarifftable thead h3.tariff-dual-unlimited:hover {
  background: transparent url(hl_tariff_dual_u_hover.png) 0 0 no-repeat;
}
