/* 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: #e2e7da; z-index: 1999; filter: alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60; }
	
/* 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 { display: none; }
#dbnLayer a#closeButton:focus { outline: none; }

.resultLayer { background: url(/images/resultLayerBg.gif) left top no-repeat; padding: 25px 30px 0; height: 175px; }
.resultLayer a { font-size: 1.5em; padding: 0 0 0 12px; background:transparent url("/images/arrowGo.png") no-repeat 0 6px; }
