/* LAYER STYLESHEET */

/* dat schwarze Overlay was sich ueber alle Elemente legt */
#dbnOverlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; background: black; z-index: 1999; filter: alpha(opacity=40); -moz-opacity: 0.4; opacity: 0.4; 	}

/* Layerbox, die fuer die Positionierung zustaendig ist und den Inhalt traegt */
#dbnLayer { position: absolute; z-index: 2000; }
	
/* Layerbox, in die der eigentliche Seiteninhalt geladen wird */	
#dbnLayerContent { width: 100%; height: 100%; position: relative; }
	
/* Schliessen-Button */	
#dbnLayer a#closeButton { position: absolute; top: 10px; right: 10px; width: 8px; height: 9px; text-indent: -19999px; background: url(close.gif) left top no-repeat; z-index: 2001; text-decoration: underline; }
#dbnLayer a#closeButton:focus { outline: none; }
