#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:#000;
    -moz-opacity: 0.2;
    opacity:.20;
    filter: alpha(opacity=20);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }
.lightbox{
    color: #ffffff;
    font-size: 12px;
    width:300px;
    background:none;
}
a.lightbox{
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    background:none;
    border:none;
}

#close{
    position:absolute;
/*    
    top:-5px;
    right:-5px;
*/    
    cursor:pointer;
}
.lbox-rahmen {
    padding:9px;
    border: 1px solid #DADADA;
    background-color:#ffffff;
}

