@media screen { 

.invis {
   display: none;
}
#menue {
	min-width: 45em; /* muss nicht sein, aber besser horizontales Scrollen bei sehr schmalem Fenster als Wegrutschen */
	margin: 0 0;
	padding: 0 0 1em 0;
	font-family: "Trebuchet MS", sans-serif;
/*	font-size: .8em;*/
	line-height: 1em;

/*
	border-color: #000000;
	border-style: none none solid none;
	border-width: 1px;
*/

/*	border: solid 1px red;*/
	}
#menue input {
	margin: 0 1em;
	padding: 0 1em;
	font-size: .7em;
}
#menue a {
	text-decoration: none;
}
#menue a:link, #menue a:visited {
	color: #000000;
        text-decoration:        none;
        border:                 none;
}
#menue a:hover {
	color: 			#ffffff;
        text-decoration: 	underline;
	background:		#A9A9A9;
}
#menue ul {
	padding: 5px 2em;
	list-style: none;
/*	        border: solid 1px green;*/
}
#menue ul {
        margin-bottom:  0ex;
/*	padding-bottom:	2px;*/
}
#menue > ul {
        margin-bottom:  2ex;
}
#menue li {
	float: left; 
	margin: 0;
	border-color: #cccccc;
	border-style: none none none solid;
	border-width: 1px;
	background: #FFEECC; 
	list-style-type: none;
}
#menue li {
        padding: 0.5em 5px;
}
#menue li p {
	padding: 0;
	margin: 0;
}
#menue #menuefirst {
	border-style: none;
}

#menue #menuelast {
	display: none;
}

#menue li ul {
	position: absolute;
	display: none;
	margin-left: -6px;
	margin-top: 5px;
	padding: 0 12px 1px 0;
	border-style: none;
}
#menue li ul li {
	float: none;
	min-width: 15em;
	margin-top: -2px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0.5em;
}
#menue li:hover, #menue li:hover > a:link, #menue li:hover > a:visited {
	background: #A9A9A9;
	color: #ffffff;
}
#menue li:hover ul {
	display: block;
	color: #000000;
}
.body {
	clear: left;
}
#menue .untermenue li.heading, #menue .untermenue li.heading:hover {
	background:	#FFEECC;
	font-weight: 	bold;
	text-align:     left;
	color:		#CCAA66;
}

}