/* uft-8  */
/* CSS 2.1 */

@media aural, handheld, tty, braille {
}

@media print, embossed {
	div[id="stichwortsuche"] {
		display:none;
	}
}

@media screen {
	div[id="stichwortsuche"] {
		position:fixed;
		right:1em;
		top:12.4em;
		width:11.3em;
		height:5.5em;
		z-index:6;
		}
}

