#werbeBanner {
 border:solid white 1px;
}

#kaufen {
  text-align: center;  
}

#dunkel {
 display: none;
 background-color:black;
 width: 200%;
 height: 200%;
 position: absolute;
 top: 0px;
 left: 0px; 
 opacity: 0.7;       /* modern browser */  
    -moz-opacity: 0.7;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=70); /* IE5.x -7.0 */
}

#show {
    margin-top: 5px;
    width: 100%;
    height: 220px;
    overflow: hidden;  
}

#innershow {
    position: relative;
}

#forebox {
    position: absolute; 
    color: white;
    display: block;
    width: 805px;
    border: solid white 5px;
    top: 50%;
    left: 50%;
    margin-left: -403px;
    margin-top: -202px;
    background-color: black;
    display: none;
}

#fbild {
    width: 255px;
    float: left;
    margin-right: 5px;
}

#rightside {
    margin: 5px;
}
