/* 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;
		left:2.6em;
		bottom:0.5em;
		width:11.3em;
		height:5.5em;
		z-index:8;
		}
}
