#prospektbox {
  width: 1000px;
  height: 600px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 24px;
}

.prospektwindow {
  position: absolute;
  width: 700px;
  height: 600px;
  display: none;
  z-index: 5000;
  padding: 24px;
}

#prospektcloselink {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  width: 114px;
  height: 26px;
  background: transparent url(/fileadmin/sconto/images/prospekt/bu_close.png);
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}

#prospektmask {
  position: absolute;
  z-index: 4000;
  top: 0;
  left: 0;
  background-color: #000000;
  display: none;
}

#prospektcontent {
  position: relative;
  text-align: left;
  overflow: hidden;
  width: 100%;
}
