#menue {
display:none;
}
.stupidie {
display: block;
position: absolute;
top: 0px;
left: 0;
z-index: 200;
}

a.auss {
float: left;
width: 15em;
height: 1.2em;
overflow: hidden;
display: block;
text-align: left;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-color: #DEDEDC;
color: #000066; 
border: 1px solid;
border-color: #DEDEDC;
}
a:hover.auss {
overflow: visible;
background-color: #DEDEDC;
color: #000066;
}
a:hover.auss table {
display: block;
margin-top: 3px;
background-color: #DEDEDC;
color: #000066;
border-collapse: collapse;
}

a.inn {
display: block;
width: 15em; /* fuer 5er IEs anpassen, sonst 'zuckt' es */
padding: 2px 0;
font-size: 100%; /* fuer 5er IEs auf 80% reduzieren */
text-align: left;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
border-bottom: 1px solid #DEDEDC;
background-color: #DEDEDC;
color: #000066;
}
a:visited.inn {
background-color: #DEDEDC;
color:#000066;
}
a:hover.inn {
position: relative;
background-color: #DEDEDC;
color: #000066;
}
span.menutag {
display: block;
cursor: default;
}
#wrapper {
width: 100px;
margin: 0 auto;
padding: 0px 0px 0px 0px;
padding-top:7px;
font-size: 80%;
text-align: left;
}
.tip {
position: relative;/*fuer IE*/
color: #000;
}

