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

@media aural, handheld, tty, braille {
}

@media print {
div[id="darstellungsMaster"] {
	display:none;
	}
}

@media screen {
	div[id="darstellungsMaster"] {
	position:fixed;
	top:9.4em;
	right:0;
	width:13.8em;
	z-index:7;
	}
}
