.mbmenu{
  display:none;
}

.mbmenuefrei {}

.mbmenuenichtfrei {
  border-bottom:1px solid red;
}

.rootVoices{}

.rootVoices td.rootVoice {
  padding-top:11px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right:7px;
  cursor: pointer;
}

.rootVoices td.rootVoice a{
  font-family: Arial;
  font-size: 15px;
  color: #192c33;
  text-shadow:#fff 0px 0px 5px;
}

.rootVoices td.rootVoice.selected{
  background: url("images/verlauf_oben.png");
  padding-top:11px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right:7px;
  -moz-box-shadow:#808080 0px 0px 5px;
  -webkit-box-shadow:#808080 0px 0px 5px;
  box-shadow:#808080 0px 0px 5px;
}

.rootVoices td.rootVoice.selected a{
	color: #4d4d4d; /*#dcdbcc;*/
  	text-shadow: #ffffff 0px 0px 5px; /*#262626*/
}

.rootVoices td.rootVoice.disabled.selected{
  background:#999!important;
  color:#666;
  text-shadow:#ddd 1px 1px 1px;
}

.rootVoices td.rootVoice.active{
  background: url("images/verlauf_oben.png");
  padding-top:11px;
  padding-bottom: 10px;
  padding-left: 9px;
  padding-right:9px;
  -moz-box-shadow:#808080 0px 0px 5px;
  -webkit-box-shadow:#808080 0px 0px 5px;
  box-shadow:#808080 0px 0px 5px;
}

.rootVoices td.rootVoice.active a{
	color: #4d4d4d; /*#dcdbcc;*/
  	text-shadow: #ddd 1px 1px 1px; /*#262626*/
}

.rootVoices td.rootVoice img.mbmenue_root_dreieck { display: inline; }
.rootVoices td.rootVoice img.mbmenue_root_dreieck_over { display: none; }

.rootVoices td.rootVoice.selected img.mbmenue_root_dreieck { display: none; }
.rootVoices td.rootVoice.selected img.mbmenue_root_dreieck_over { display: inline; }

.rootVoices.vertical {
}
.rootVoices.vertical td.rootVoice{
}

/**/

.menuContainer{
  position:absolute;
  background-color: #ffffff;
  padding:0;
  margin-left: -8px;
  margin-top: 1px;
  -moz-box-shadow:#b3b3b3 0px 0px 5px;
  -webkit-box-shadow:#b3b3b3 0px 0px 5px;
  box-shadow:#b3b3b3 0px 0px 5px;
  /*
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-top-right-radius:0px;
  -webkit-border-top-left-radius:0px;
  -webkit-border-bottom-right-radius:8px;
  -webkit-border-bottom-left-radius:8px;
  */
}
.menuContainer.disabled{
  border-top:5px solid #999;
  background-color:gray;
}
.menuContainer .line{
  background-color:transparent;
  width:100%;
}
.menuContainer .line.title {
  background-color: #0668ae;
}
.menuContainer.disabled .line.title {
  background-color:#999;
}
.menuContainer .line.title a{
  min-width:200px;  /*fuer opera*/
  font-family:Verdana;
  font-size: 11pt;
  color: #ffffff;
  text-shadow: none;
  padding-right:7px;
}
.menuContainer.disabled .line.title a{
  font-size:14px;
  color:#666;
  text-shadow:#999 1px 1px 1px;
}
.menuContainer td a{
  text-decoration:none;
  color:#4d4d4d;
  text-shadow: #ffffff 0px 0px 5px;
  display:block;
}
.menuContainer td.voice{                    /*zellen schriften*/
  font-family:Arial;
  font-size:11pt;
  padding:7px;
  padding-left:0px;
  min-width:200px;  /*fuer opera*/
}
.menuContainer .separator{
  background-color:#ffffff;
  height:1px;
  padding:0;
  margin:0;
}
.menuContainer td.img{
  width:9px;
  max-width:9px;
  min-width:9px;
}
.menuContainer td.img img{
}
.menuContainer .textBox{
  padding: 10px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  color: #c3c3c3;
}
.menuContainer .selected td{
  background-color:#f5f5f5;
}
.menuContainer .selected td a{
  color: #0668ae;
  text-shadow: #ffffff 0px 0px 5px;
  display:block;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
  color:#555;
  text-shadow:#999 1px 1px 1px;
}
.menuContainer .subMenuOpener{
  background-image:url("images/menuArrow.png");
  background-repeat:no-repeat;
  background-position:right;
}
.menuContainer .selected .subMenuOpener{
  background-image:url("images/menuArrow_over.png");
  background-repeat:no-repeat;
  background-position:right;

}

.menuContainer .separatortop{
  background-color: #0668ae;
  height:3px;
  padding:0;
  margin:0;
}

.boxMenu td:last-child{
  min-width:160px;
  vertical-align:top;
  border-right:none;
}

.boxMenu a{
  font-size:14px;
  white-space:nowrap;
  display:block;
  padding:5px;
  margin-bottom:5px;
}

.boxMenu a img{
  padding-right:5px;
}

.boxMenu a:hover{
  color:#000;
  text-shadow:#fff 2px 2px 1px;
  background-image:url("images/bgnd_sel_2.jpg");
  -moz-box-shadow:#666 2px 2px 4px;
  -webkit-box-shadow:#666 2px 2px 4px;
}

.boxMenu a img{
  border:0;
}

/*********** rootVoices als div **************************/
.vertMenu {
	display: inline-block;
}

.rootVoices div.rootVoice {
  padding:11px 0 10px;
  margin-left: 30px;
  cursor: pointer;
  float: left;
}

.rootVoices div.rootVoice:first-of-type {
	margin-left: 0;
}

.rootVoices div.rootVoice a{
	text-decoration: none;
	font: 600 19px/1 'Open Sans', Arial, sans-serif;
	color: #000;
	text-shadow: none;
}

.rootVoices div.rootVoice.active{
  background-color: transparent;
}

.rootVoices div.rootVoice.active a{
	color: #0668ae;
	text-shadow: none;
}

.rootVoices div.rootVoice.selected{
  background-color: transparent;
}

.rootVoices div.rootVoice.selected a{
	color: #0668ae;
	text-shadow: none;
}

.rootVoices div.rootVoice.disabled.selected{
  background:#999!important;
  color:#666;
  text-shadow:#ddd 1px 1px 1px;
}

/*************** Special für scroll-overlay ***************************/
#scroll_overlay .rootVoices div.rootVoice {
  padding: 10px 18px 5px;
  margin-left: 0;
  float: none;
  display: inline-block;
}

#scroll_overlay .menugenerator.vertMenu {
	margin-left: 0;
}

#scroll_overlay .rootVoices div.rootVoice a{
	font-size: 18px;
	font-weight: 600;
}

#scroll_overlay .rootVoices div.rootVoice.active{
	background: transparent url();
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#scroll_overlay .rootVoices div.rootVoice.active a{
	color: #0668ae;
}

#scroll_overlay .rootVoices div.rootVoice.selected{
	background: transparent url();
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#scroll_overlay .rootVoices div.rootVoice.selected a{
	color: #0668ae;
}

/*************** Special für menugenerator ***************************/
.menugenerator {
	float: left;
}

.menugenerator .rootVoices div.rootVoice {
	padding: 0;
}

.menugenerator .rootVoices div.rootVoice a {
	color: inherit;
	font: 400 13px/18px 'Open Sans',Arial,sans-serif;
	text-shadow: none;
}