#simplemodal-overlay {
  background-color:#fff;
  cursor: default;
  padding: 0;
  margin: 0;
}

#simplemodal-container {
  height: 420px;
  width: 700px;
  padding: 0;
  margin: 0;
}
#simplemodal-container ul li { 
    background-image: url(/images/PostBullets.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 13px;
}

#simplemodal-container a.modalCloseImg {
  background: url(/img/simplemodal/x.png) no-repeat;
  width: 25px;
  height: 29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-16px;
  right:-15px;
  cursor:pointer;
}
#meldung1, #meldung2, #meldung3, #meldung4{
    display:none;
    width: 700px;
}
#meldung1Content, #meldung2Content, #meldung3Content, #meldung4Content{
    background-color: #fff;
    border-left:3px solid #999;
    border-right:3px solid #999;
    width: 673px;
    overflow: hidden;
    padding: 0px 10px;
    color: black;
    font-size: 12px;
}
#meldung1 p,
#meldung2 p,
#meldung3 p,
#meldung4 p,
#meldung1Content div,
#meldung2Content div,
#meldung3Content div,
#meldung4Content div
{
    margin-left: 18px;
    margin-right: 15px;
    color: black;
    line-height: 1.5em;
}
#meldung1 p input[type=checkbox],
#meldung2 p input[type=checkbox],
#meldung3 p input[type=checkbox],
#meldung4 p input[type=checkbox]
{
    padding: 0px;
    border: 0px;     
    margin: 0px 5px 0 0;
}
#meldung1 a,
#meldung2 a,
#meldung3 a,
#meldung4 a
{
    color:black;
}
#meldung1 h2,
#meldung2 h2,
#meldung3 h2,
#meldung4 h2
{
    line-height: 30px;
    background-image: url(/img/simplemodal/hinweis_ws.gif);
    background-repeat: no-repeat;
    background-position: 15px 0px;
    padding: 0px;
    padding-left: 55px;
    font-size: 25px;
}
.weiterLink,
.meldungLaenge{
    color:black;
}
.divTapeImg{
    width: 637px;
    overflow: hidden;
    padding: 0; 
    margin: 0;
}

