/*** page-header incl. horizontal menu ****/

#page-header {
    background-image: url(/themes/mumu/img/header-bg.gif);
    height:98px;
    width:100%;
    background-repeat:repeat-x;
    white-space:nowrap;
    position:fixed;
    z-index:9;
}

#page-header a:hover {
	text-decoration:none;
}

.mobile #page-header {
    background-image: url(/themes/mumu/img/header-bg.gif);
    height: 2.5em;
    width: 100%;
    background-repeat: repeat-x;
    white-space: nowrap;
    position: unset;
    z-index: unset;
}

#headline {
    padding-top:30px;
    padding-right:0.6em;
    font-size:40px;
    color:#ffffff;
    height:98px;
    overflow:hidden;
    text-align:right;
    text-shadow:black 2px 2px 4px;
}

.mobile #headline {
    position: unset;
    left: unset;
    top: unset;
    padding: 0.1em 0 0.1em 0;
    font-size:1.6em;
    color:#ffffff;
    height: unset;
    overflow: hidden;
    text-align: center;
    text-shadow: black 2px 2px 4px;
}

#horizontal-menu {
    position:absolute;
    top:77px;
    left:260px;
    height:24px;
    text-shadow:black 0px 0px 1px;
}

.mobile #horizontal-menu {
	display:none;
}

#horizontal-menu .menu-level-1 {
	color:#dedede;
	padding: 0 2.8em 0px 2px;
	font-weight: normal;
	font-size:1.1em;
	letter-spacing:0.07rem;
	vertical-align:baseline;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	border-left: 1px solid #dcdcdc;
/*	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:100%;
*/
	border-top-left-radius:5px;
	border-top-right-radius:80%;
}
#horizontal-menu .menu-level-1:hover {
	color:#ffffff;
	border-top: 1px solid #acacac;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #acacac;
	background-color:#f19b1f;
	text-shadow:black 0px 0px 2px;
}
#horizontal-menu .menu-level-1-active {
	color:#ffffff;
	padding: 0em 2em 0px 2px;
/*	font-weight: bold; */
/*	font-variant:small-caps; */
	font-size:1.1em;
	letter-spacing:0.07rem;
	vertical-align:baseline;
	border-top: 1px solid #acacac;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #acacac;
	background-color:#f19b1f;
/*	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:100%;
*/
	border-top-left-radius:5px;
	border-top-right-radius:80%;
}

#language-select {
    position:fixed;
    top:76px;
    right:0px;
}

.mobile #language-select {
	top: 2.7em;
	right: 1em;
	position: absolute;
	z-index: 4;
}

.mobile #language-select #lang-select-de {
	display: inline-block;
	width: 4em;
	height: 2em;
	border: 1px solid #000000;
}

.mobile #language-select #lang-select-en {
	display: inline-block;
	width: 4em;
	height: 2em;
	border: 1px solid #000000;
}


