/* uft-8  */
/* CSS 2.1 */

@media aural, handheld, tty, braille {
}

@media print {
	div[id="reprezento"] {
		display:		none;
		}
}

@media screen {
	div[id="reprezento"] {
		position:		fixed;
		top:			1em;
		right:			1em;
		z-index:		25;
		padding:		0;
		margin:			0;
		}

	div[id="reprezento"] > form > fieldset {
		position:		fixed;
		right:			0;
		top:			7.8em;
		margin:			0;
		padding:		0;
		background:		url(../../grafiken/trans.png);
		border:			0;
		z-index:		9;
		}
}