#contentbox div#menubox{
position:absolute;
top:40px;
left:-20px;
height:0px;
}

.hauptmenu, .untermenu, .unteruntermenu{
list-style:none;
white-space:nowrap;

}
.hauptmenu{
padding:0px;
display:block;
}

.untermenu{
padding:0px;
}

.hauptmenuitem, .untermenuitem, .unteruntermenuitem{
text-align:center;

}

.hauptmenuitem{
padding:5px 0px;
}

.untermenuitem, .unteruntermenuitem{
padding:0px 0px;
}

.hauptmenu a{
display:inline-block;


padding:4px 0px 0px 0px;
font-family:'BubbleBoyX', sans-serif;
font-size:16px;
text-decoration: none;
text-align:center;
margin:0px auto;
background-image:url('../designbilder/hintergrund.svg');
background-size:105% 105%;
/*background-color:rgba(255,255,255,0.8);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff)"; 
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
*/
border:1px solid #999999;
border-radius:12px;
box-shadow: 2px 4px 5px 0px #242222;
color:#220000;
overflow:hidden;
width:111px;
}

hauptmenu a span{
position:relative;

border:none;

}


.untermenu a,.unteruntermenu a{
font-family:'Tahoma', sans-serif;
font-size:11px;
width:auto;
padding:4px 0px 4px 0px;
text-align:center;
border:none;
box-shadow:none;
background-color:transparent;
background-image:url('../designbilder/hintergrundleer.svg');
}

.unterstrich{
padding:0px 3px 1px 3px;
border-bottom:1px solid #cc0000;
}

.untermenuitem,.unteruntermenu{
display:none;
}

.hauptmenuitem:hover .untermenuitem{
display:block;

}

.hauptmenuitem a:hover,.untermenuitem a:hover,.unteruntermenuitem a:hover{
color:#bf0808;
}

.untermenuitem:hover .unteruntermenu{
display:inline-block;
position:absolute;

width:80px;
padding:0px 0px 0px 0px;
background-image:url('../designbilder/hintergrund.svg');
background-size:105% 105%;
/*background-color:rgba(255,255,255,0.8);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff)"; 
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
*/
border:1px solid #999999;
border-radius:12px;

color:#220000;
overflow:hidden;
}

.untermenuitem:hover .unteruntermenuitem{
display:block;
} 

.untermenuitem:hover{
background-image:url('../designbilder/hintergrund.svg');
background-size:105% 105%;
/*background-color:rgba(255,255,255,0.8);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff)"; 
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
*/
border:1px solid #999999;
border-radius:12px;

color:#220000;
overflow:hidden;
z-index:20;
}
.aktiv, .aktiv .unteruntermenu{
display:block;
}

.aktiv .unteruntermenuitem{
display:none;
}

.unteruntermenu .aktiv{
display:block !important;
}

.aktiv a{
color:#0066cc;
}

.untermenuitem a{
color:#220000;
}

.untermenu .aktiv a{
color:#0066cc;
}

.untermenu .aktiv .unteruntermenuitem a{
color:#220000;
}

.untermenu .aktiv .aktiv a{
color:#0066cc;
}