/* uft-8  */
/* CSS 2.1 */

@media aural, handheld, tty, braille {
}

@media print, embossed {
	div[id="menuo"],
	div[id="menuo"] > h1 {
		display:none;
		}
}

@media screen {

/** Erste Ebene **/

	div[id="menuo"] {
		position:fixed;
		padding:0;
		margin:0;
		top:0;
		height:8.6em;
		left:2em;
		right:2em;
		z-index:20;
		}

	ul[id="thematisch"] {
		position:fixed;
		bottom:1em;
		overflow:auto;
		top:16em;
		left:2em;
		width:12.5em;
		padding: 0;
		margin: 0;
		padding-bottom:2em;
		list-style: none;
		}

/** Zweite Ebene **/
	ul[id="thematisch"] > li > ul {
		padding: 0;
		margin: 0;
		}

/** Unterstützend **/
	ul[id="unterstuetzend"] {
		position:absolute;
		bottom:0;
		right:0;
		margin:0;
		padding:0;
		list-style:none;
		z-index:30;
		}
}
