#overlay{
    display: none;
    background-image: url(/de/z_system_images/overlay.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
#lightwindow{
    display: none;
    width: 694px;
    position: absolute;
    z-index: 10100;
    background: #fff;
    padding: 3px;
}
#closeButton {
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 10200;
}
#lightwindow .contentrow{
    margin: 0; 
}
*html #overlay {
    background:url(/de/z_system_images/spacer.png) 0 0 no-repeat transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/de/z_system_images/overlay.png", sizingMethod="scale");
}
