/* LAYER STYLESHEET */

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

	
/* Layerbox, die f�r die Positionierung zust�ndig ist und den Inhalt tr�gt */
#dbnLayer {
	position: absolute;
	z-index: 2000;
	}
	
/* Layerbox, in die der eigentliche Seiteninhalt geladen wird */	
#dbnLayerContent {
	width: 100%;
	height: 100%;
	position: relative;
	}
	
/* Schlie�en-Button */	
#dbnLayer a#closeButton {
	position: absolute;
	top: 10px; right: 10px;
	width: 8px; height: 9px;
	text-indent: -19999px;
	background: url(/images/layout/buttons/x.gif) left top no-repeat;
	z-index: 2001;
	text-decoration: underline;
	}
	
#dbnLayer a#closeButton:focus { outline: none; }