/* eingefügt von werbit: einzelne Menüpunkt schmaler setzen */
.noMenu1 {
	width: 90px;
	margin-left: -25px;
}
.noMenu2 {
	width: 75px;
	background-color: Aqua;
}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0px;
			margin: 0;
		}
		.horizontal ul li{
			float: left;
			position: relative;
		}
		.horizontal ul li a {
			display: block;
			width: 100px;
			text-decoration: none;
			height: 1em;
			padding: 0.5em 3px;
			overflow: visible;
			border: 1px solid #fff;
			border-left: none;
		}
		.horizontal ul li a.startseite {
			width: 90px ! important;
			border: 1px solid green ! important;
		}
		.horizontal li li{
	float: none;
	border-bottom: 1px solid White;
		}
		.horizontal li li.last{
			border-bottom: none;
		}
		.horizontal ul li ul{
			position: absolute;
			top: 1.3em;
			left: -1px;
			margin-top: 8px;
		}
		.horizontal ul ul ul{
			width: 110px;
			top: -2px;
			left: 100px;
/* verschiebt das Untermenü auf 2. Ebene für FF */
			margin-top: 12;
			top: -1.9em;
		}
		.horizontal ul ul ul LI A, .horizontal ul ul ul LI A:LINK,.horizontal ul ul ul LI A:HOVER,.horizontal ul ul ul A:VISITED {
			width: 110px;
			background-color: White;
			height:auto;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -120px;
		}
		.horizontal ul li li a{
			border: 1px solid White;
			border-top: none;
		}
		.horizontal ul li:first-child>a{
			border-left: 1px solid White;
		}
		.horizontal ul li a.first{
			border-left: 1px solid white;
		}
		.horizontal ul li li a.first{
			border-top: 1px solid white;
		}
		.horizontal ul li li:first-child>a{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 110px;
		}
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
	display: block;
	margin-top: 0px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		/*colors for menu*/
		.blackwhite li a{
	background-color: white;
	color: #9C9E9F;
	border-color: white;
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background-color: white;
			color: #000000;
			border-color: white;
		}
		.blackwhite li:first-child>a:hover{
	color: #000000;
	border-color: white;
		}
		.blackwhite ul{
			border-color: white;
		}

