/* globalMenuMeta * * * * * * * * * * * * * * * * * * * * * */
#globalMenuMeta {
    background: #d2246d url(../img/meta_bg_verlauf.jpg) repeat-y left;
    height: 1.4375em;
    border-bottom: 1px solid #490f13;
    position: relative;
    color: #fff;
}

#globalMenuMeta a:link,
#globalMenuMeta a:visited {
    color: #fff;
    text-decoration: none;
    padding: 0 11px 0 11px;
    background-image: url(../img/meta_pfeil.gif);
    background-repeat: no-repeat;
    background-position: -10em -10em;
}

#globalMenuMeta a.on:link,
#globalMenuMeta a.on:visited,
#globalMenuMeta a:focus,
#globalMenuMeta a:hover,
#globalMenuMeta a:active {
    background-position: 0 0.25em;
}

#globalMenuMeta #startMusik {
    position: absolute;
    top: 0;
    left: 0;
}

#globalMenuMeta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0.25em;;
    left: 38em;
    width: 24.3em;
}

#globalMenuMeta li {
    float: left;
    height: 1em;
    font-size: 70%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#globalMenuMeta li.home {
    float: right;
}


/* multiNavHaupt * * * * * * * * * * * * * * * * * * * * * * */
#multiNavHaupt {
    width:62.5em;
    height:7.5em;
    position: relative;
}

a.inhalt,
#multiNavHaupt a.hauptmenue { display: none; }


/* Logo */
#globalLogo {
    position: absolute;
    bottom: 1.5em;
    left: 32em;
    z-index: 2;
}

#globalLogoPrint {
  display: none;
}

#globalLogo p { margin: 0; padding: 0; }

#globalLogo img {
    width: 15.125em;
    height: 4.125em;
}

#multiNavBG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

#multiNavBG img {
    /* width: 63.3125em; */
    width: 62.5em;
    height: 7.5em;
}

.multiNavBox,
.multiNavBoxOn,
.multiNavBoxSmall,
.multiNavBoxSmallOn {
    width: 7.6em;
    height: 7.5em;
    float: left;
    position: relative;
    z-index: 2;
}

.multiNavBoxSmall,
.multiNavBoxSmallOn {
    height: 3.6875em;
    float: right;
    clear: right;
}

.multiNavBoxOn .multiNavBoxArrow,
.multiNavBoxSmallOn .multiNavBoxArrow {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}


/* Linkfarben    * * * * * * * * * * * * * * * * * * * * * * * */
#multiNav .multiNavBox a,
#multiNav .multiNavBoxOn a,
#multiNav .multiNavBoxSmall a,
#multiNav .multiNavBoxSmallOn a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6.875em;
    padding: 4em 0 0.625em 0.625em;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 0.666em;
    z-index: 2;
}

#multiNav .multiNavBoxSmall a,
#multiNav .multiNavBoxSmallOn a {
    padding-top: 1.8em;
    padding-bottom: 0.3em;
}