div.meldungbg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;

  background-color: #000;

  filter:Alpha(opacity=50, finishopacity=50, style=0);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;

  z-index: 998;
}

div.meldung {
  overflow: visible;
  background-color: #FFF;
  position: absolute;
  top: 150px;
  left: 0px;
  line-height: 16px;

  z-index: 1000;

  padding-top: 100px;
  background-image: url('../bilder/logo_card.png');
  background-repeat: no-repeat;
  background-position: 20px 10px;
}

div.meldung_text {
  overflow: visible;
  background-color: #FFF;
  position: absolute;
  top: 150px;
  left: 0px;
  line-height: 16px;

  z-index: 2000;
}

div.meldung_menu {
  overflow: visible;
  background-color: #FFF;
  position: absolute;
  top: 150px;
  left: 0px;
  line-height: 16px;

  z-index: 1000;
}

div.meldung a {
  width: 110px;
  height: 21px;
  display: block;
  color: #FFF;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-image: url('../bilder/rot_normal.png');
  background-repeat: no-repeat;
}

div.meldung_detials {
  overflow: visible;
  background-color: #FFF;
  position: absolute;
  top: 150px;
  left: 0px;
  line-height: 16px;

  z-index: 1000;
}

a.cart_del {
  display: block;
  padding-left: 14px;
  height: 20px;
  width: 60px;
  background-image: url('../bilder/pfeil.jpg');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  text-decoration: none;
  font-size: 10px;
  line-height: 20px;
  font-weight: normal;
  color: #E0001A;
}
