/* uft-8  */
/* CSS 2.1 */

@media print {

	div[id="bereichsNavigation"],
	div[id="streifenOben"],
	div[id="streifenUnten"],
	div[id="streifenLinks"],
	div[id="streifenRechts"] {
		display:	none;	
	}

	div[id="schriftzug"] {
		position:absolute;
		top:1em;
		left:0;
		right:	10em;
		height:7.5em;
		right:10em;
		text-align:left;
		z-index:10;
	}

	div[id="kopfgrafik"] {
		position:absolute;
		top:2em;
		left:12em;
		right:0;
		height:8.5em;
		text-align:center;
		z-index:12;
		}

	body {
		padding-top:	14em;
		}
}

@media screen {

	html,
	body {
		font-family: verdana, sans-serif;
		}

	div[id="schriftzug"] {
		position:fixed;
		top:1em;
		left:2em;
		height:7.5em;
		right:36em;
		text-align:center;
		z-index:10;
	}

	div[id="kopfgrafik"] {
		position:fixed;
		top:2em;
		left:12em;
		right:10em;
		height:8.5em;
		text-align:center;
		z-index:12;
		}

	div[id="streifenLinks"],
	div[id="streifenRechts"] {
		position:fixed;
		top:0.75em;
		bottom:0.75em;
		width:2em;
		z-index:10;
		}

	div[id="hintergrundLinks"],
	div[id="hintergrundRechts"] {
		position:fixed;
		bottom:0.75em;
		width:12.5em;
		z-index:0;
		}

	div[id="hintergrundLinks"] {
		top:15.5em;
		left:2em;
		}

	div[id="hintergrundRechts"] {
		top:12.5em;
		right:2em;
		width:13em;
		}

	div[id="streifenOben"],
	div[id="streifenUnten"] {
		position:fixed;
		left:0;
		right:0;
		height:1em;
		z-index:10;
		}

	div[id="streifenOben"] {
		top:0;
		}

	div[id="streifenUnten"] {
		bottom:0;
		}

	div[id="streifenLinks"] {
		left:0;
		}

	div[id="streifenRechts"] {
		right:0;
		}

	div[id="schatten"] {
		position: fixed;
		z-index:7;

		top: 9.2em;
		left: 1.5em;
		right: 1.5em;
		height: 0.15em;
		line-height: 0.15em;
		margin:0;
		padding:0;
	}

	div[id="schatten2"] {
		position: fixed;
		z-index:9;
		top: 8.75em;
		left: 1.5em;
		right: 1.5em;
		height: 0.25em;
		line-height:0.25em;
		margin:0;
		padding:0;
	}
	

	div[id="enhavo"] {
		position: absolute;
		z-index:1;
		top: 13em;
		left: 15.75em;
		right: 16.25em;
		margin:0;
		padding:0;
		margin-bottom:0.5em;
		padding-bottom:3em;
	}

	div[id="abdeckung"] {
		position:fixed;
		top:0.5em;
		left:1.5em;
		right:1.5em;
		height:8.5em;
		z-index:3;
		}

	div[id="abdeckung2"] {
		position:fixed;
		top:8em;
		left:14.5em;
		right:			2em;
		height:4.6em;
		z-index:2;
		}

	div[id="abdeckung3"] {
		position:fixed;
		top:			12.5em;
		width:			13em;
		right:			2em;
		height:			11em;
		z-index:2;
		}

	div[id="bereichsNavigation"] {
		display:none;
		}

}