/* the overlayed element */
.overlay {
/**
* Overlay verstecken
*/
display:none;

/**
* Hintergrund hinter anzeigenden Element
* Breite wird angepasst
*/
background-image:url(../image/overlayBackgroundWhite.png);
width: 800px;

padding: 35px;
font-size:11px;
}

.overlay div.close {
background-image:url(../image/overlayClose.png);
position:absolute; right:5px; top:5px;
cursor:pointer;
height:35px;
width:35px;
}
