@charset "utf-8";
/* CSS Document Dropdown cases */

#menuebox {
position: relative;
height: 0px;
}
.stupidie {
display: none;
}
#menue {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}

#menue .aussen {
	float: left;
	display: block;
	overflow: hidden;
	width: 139px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/* padding-top: 0px; */
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	background: #d1d1d1 url(../img/btn_0.png);
	/* border-right: 1px solid;
	border-right-color: #b5b5b5; */
	/* border-color: #d0843e #78561d #78561d #d0843e; */
}
#menue .aussen:hover {
height: auto;
background: #d1d1d1 url(../img/btn_1.png);
color: #ffffff;
}

a.innen-1 {
margin-top: 0px;
}
a.innen,
a.innen-1 {
display: block;
width: 139px;
/* padding: 10px 0; */
height: 30px;
text-decoration: none;
font-size: 90%;
font-weight: normal;
border-bottom: 1px solid #b5b5b5;
background: #d1d1d1 url(../img/btn_0.png);
color: #FFFFFF;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #ecd8ae;
color:#555;
}
a:hover.innen,
a:hover.innen-1 {
background: #d1d1d1 url(../img/btn_1.png);
color: #FFFFFF;
}

span.menutag {
display: block;
cursor: default;
}

/* CSS Document Dropdown Languages */

#menuebox_lang {
position: relative;
height: 0px;
}
.stupidie_lang {
display: none;
}
#menue_lang {
	position: absolute;
	top: 5px;
	right: 29px;
	z-index: 200;
}

#menue_lang .aussen_lang {
	float: left;
	display: block;
	overflow: hidden;
	width: 68px;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	/* padding-top: 0px; */
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	text-align: center;
	background: #f2f2f2;
	/* border-right: 1px solid;
	border-right-color: #b5b5b5; */
	/* border-color: #d0843e #78561d #78561d #d0843e; */
}
#menue_lang .aussen_lang:hover {
height: auto;
background: #f2f2f2;
color: #000000;
}

a.innen_lang-1 {
margin-top: 0px;
}
a.innen_lang,
a.innen_lang-1 {
display: block;
width: 68px;
/* padding: 10px 0; */
height: 12px;
text-decoration: none;
font-size: 9px;
/* font-size: 90%; */
font-weight: normal;
border-bottom: 0px solid #b5b5b5;
background: #f2f2f2;
color: #666666;
}
a:visited.innen_lang,
a:visited.innen_lang-1 {
background-color: #f2f2f2;
color:#666666;
}
a:hover.innen_lang,
a:hover.innen_lang-1 {
background: #f2f2f2;
color: #000000;
}

span.menutag_lang {
display: block;
cursor: default;
}