/* 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: 1px; right: 1px;
	width: 66px; height: 20px;
	z-index: 2001;
	text-decoration: underline;
	background: url(/images/machine/detailedViewCloseLink.gif) left top no-repeat;
	color: #E6C3A1;
	display: block;
	font-size: 1.1em;
	padding: 3px 0 0 12px;
	}
	
#dbnLayer a#closeButton:focus { outline: none; }