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

@media print {

	div[id="aktuellePosition"],
	div[id="bereichsNavigation"],
	div[id="abdeckungRechts"],
	div[id="hintergrundTeil1"],
	div[id="hintergrundTeil2"],
	div[id="hintergrundTeil3"],
	div[id="abdeckungSuche"],
	div[id="firmenLogo"] > span[class="lebendig"],
	div[id="firmenLogo"] > span[class="zeugnis"],
	div[id="kopfgrafik"] {
		display:none;
		}	
}

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

	div[id="firmenLogo"] > span[class="lebendig"] {
		display: none;
		z-index: 6;
		position: fixed;
		top: 1.7em;
		left: 15em;
		line-height: 1em;
	}

	div[id="firmenLogo"] > span[class="zeugnis"] {
		display: none;
		position: fixed;
		z-index: 6;
		top: 4.5em;
		left: 20em;
		line-height: 1em;
	}

	div[id="firmenLogo"] > img {
		position: fixed;
		z-index: 6;
	
		top: 1.5em;
		left: 15em;
		min-height: 5em;
		max-height: 7em;
	}

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

		top: 7.9em;
		left: 0;
		right: 0;
		height: 0.5em;
	
		background-image: url(/typo3conf/ext/wtw_lebendigesZeugnisV1/grafiken/grauerStreifen.png);
		background-repeat: repeat;
	}

	div[id="hintergrundTeil1"],
	div[id="hintergrundTeil2"],
	div[id="hintergrundTeil3"],
	div[id="kopfgrafik"] {
		position:fixed;
		z-index:5;

		left:0;
		
		margin:0;
		padding:0;
		}
	
	div[id="hintergrundTeil1"] {
		top:0;
		left:0;
		right: 0;
		height:0.5em;
		}
	
	div[id="kopfgrafik"] {
		top:0.5em; 
		height:7.5em; 
		right:0; 
		}
	
	div[id="hintergrundTeil2"] {
		right:0;
		top:7.9em;
		height:2.1em;
		z-index:4;
		}
	
	div[id="hintergrundTeil3"] {
		top:9.9em;
		width:13.5em; 
		bottom:0; 
		}
	
	div[id="bonifatiusLogo"] {
		position:fixed;
		top:1em;
		right:4em;
		min-height: 5em;
		max-height: 7em;
		z-index:8;	
		}

	div[id="abdeckungRechts"] {
		position:fixed;
		z-index:3;
		right:0;
		top:9.6em; 	/**9.1em;**/
		bottom:0;
		width:13.5em;
		}

	div[id="abdeckungSuche"] {
		position:fixed;
		top:9.6em; 	/**9.1em;**/
		right:0;
		width:13.5em;
		height:10em;
		z-index:5;
				
		margin:0;
		padding:0;
		}

}
