/* CSS Document */

/*Drop Down Menu*/

#language {
position:absolute;
top:153px;
left:700px;
z-index:200;
}

.stupidie {
display: none;
}

#menue {
position:absolute;
width:160px;
font-size:11px;
top:0px;
left:0px;
z-index:190;
}

#menue .aussen {
float: left;
display: block;
overflow: hidden;
width:130px;
height:15px;
font-weight: bold;
letter-spacing:1px;
text-align: center;
background-color: #7fc241;
}

#menue .aussen:hover {
height: auto;
background-color: #7fc241;
color: #fff;
}

a.innen-1 {
margin-top: 3px;
}
a.innen,
a.innen-1 {
display: block;
width: 130px;
padding: 3px 0;
text-decoration: none;
font-weight: normal;
background-color: #7fc241;
color: #fff;
}

a:hover.innen,
a:hover.innen-1 {
color: #fff;
font-weight:bold;
}

span.menutag {
display: block;
cursor: default;
color: #fff;
}

