/* Menü */

#commonBar {
	margin: 0;
	padding: 0;
	text-align: right;
}

#menuBar {
    width: 760;
	margin: 0;
	padding: 0;
	/* border: 1px solid #425B3B; */ /* rahmen hauptmenü*/
	background : #686868 url(../grafik/background/1x1_transp.gif) repeat-x top left; /* hintergrundfarbe hauptmenü */
}

ul.menuBar {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

li.menuButton {
	display: inline;
	list-style: none;
}

a.menuButton, a.menuButtonActive  {
	color: #ffffff; /*hauptmenü schrift normal*/
	font-weight: bold;
	text-decoration: none;
	padding: 5px 6px 5px 6px;
}

.menu {
	background: #686868 url(../grafik/background/1x1_transp.gif) repeat-x top left; /*Hintergrundfarbe untemenü*/
	/*border: 1px solid #000000;*/ /*Rahemn untermenü*/
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	z-index 20;
	color: #ff0000;
}

a.menuItem, a.menuItemActive {
	color: #ffffff; /*untermenü schrift normal*/
	background-color: #686868;/*untermenü HG normal*/
	display: block;
	padding: 5px 15px 5px 6px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: #000000; /*hauptmenü HG drüber*/
  color: #ffffff; /*hauptmenü schrift drüber*/
}

a.menuItem:hover, a.menuItemActive {
  background-color: #e9e9e9; /*untermenü bg drüber*/
  color: #000000; /*untermenü schrift drüber*/
}
