/* 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:			0em;
		right:			0em;
		text-align:		right;
		z-index:		4;
	}

	div[id="kopfgrafik"] {
		position:		absolute;
		top:			3em;
		left:			5em;
		text-align:		left;
		z-index:		3; 
		}

	div[id="logo"] {
		display:		none;
		}
		
	body {
		padding-top:		20em;
		}
}

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

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

	div[id="schriftzug"] {
		position:		fixed;
		top:			3em;
		left:			20em;
		z-index:		5;
	}

	div[id="kopfgrafik"] {
		position:		fixed;
		top:			3.5em;
		left:			2em;
		text-align:		center;
		z-index:		5;
		}

	div[id="logo"] {
		position:		fixed;
		bottom:			1em;
		left:			11em;
		width:			7em;
		height:			6em;
		text-align:		right;
		z-index:		5;
		}

	div[id="hintergrund1"],
	div[id="hintergrund2"] {
		position:		fixed;
		top:			0;
		z-index:		4;
		}

	div[id="hintergrund1"] {
		left:			0;
		bottom:			0;
		width:			22em;
		z-index:		1;
		}

	div[id="hintergrund2"] {
		right:			0;
		left:			21em;
		height:			10.25em;
		}

	div[id="hintergrund3"] {
		position:		fixed;
		right:			0;
		left:			22em;
		top:			11.25em;
		bottom:			0;
		z-index:		3;

		display: none;
		}

	div[id="enhavo"] {
		position: 		absolute;
		z-index:		4;
		top: 			12.5em;
		left: 			22em;
		right: 			0;
		bottom:			0;
		margin:			0;
 		padding-right:		1.7em;
		padding-top:		0em;
		padding-bottom:		2em;
		padding-left:		0;
		}

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

	div[id="abdeckung1"] {
		position:		fixed;
		top:			11.25em;
		bottom:			-2em;
		left:			25em;
		right:			0;
		z-index:		3;

		display:		none;
		}

	div[id="abdeckung2"] {
		position:		fixed;
		bottom:			0;
		top:			12em;
		right:			0;
		width:			2em;
		z-index:		2;
		}

	div[id="abdeckung3"] {
		position:		fixed;
		bottom:			-2em;
		top: 			10.25em;
		left: 			19em;
		right: 			-2em;
		z-index:		2;
		-moz-border-radius:	2em; 
		-khtml-border-radius:	2em;
		}


}