@media print {
	div[id="schriftzug"] > span {
		display:			block;
		position:			absolute;
		bottom:				0;
		width:100%;
		font-size:			1.7em;
		font-weight:			bold;
		z-index:			12;
		}
}
@media screen {

	div[id="kopfgrafik"] > img {
		min-width: 			8em;
		max-width:			9.5em;
		z-index:			12;
		}

	div[id="schriftzug"] > span {
		display:			block;
		position:			absolute;
		bottom:				0;
		width:100%;
		font-size:			1.7em;
		font-weight:			bold;
		z-index:			12;
		}


	div[id="streifenLinks"] > img,
	div[id="streifenRechts"] > img {
		width:100%;
		height:100%;	
		}
	
		
	
}