/* 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:11.3em;
	right:1.5em;
	width:14.3em;
	z-index:8;
	}
}

