++++++++++++++++++++
   CSS Teil I
++++++++++++++++++++

/*
	Menue-styles fuer non-IEs
	Achtung:
	Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
	Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#menuebox {
text-decoration: none;
height: 30px;
}
.stupidie {
text-decoration: none;
display: block;
}
#menue {
text-decoration: none;
display:block;
}

#menue .aussen {
text-decoration: none;
position: absolute; top:188px;
float: left;
display: block;
overflow: hidden;
width: 70px;
height: 25px;
font-weight: bold;
text-align: center;
background-color: transparent;
color: #000000;
border: 0px
border-color: #000000;
}
#menue .aussen:hover {
text-decoration: none;
height: auto;
background-color: transparent;
color: #ffffff;

}

a.aussen,{
display: block;
width: 70px;
height: 18px;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #000000;
background-color: transparent;
color: #000000
}

a:visited.aussen, {
text-decoration: none;
background-color: transparent;
color:#000000;
}
a:hover.aussen,{
text-decoration: none;
background-color: transparent;
color: #000000;
}

a.innen-1 {
text-decoration: none;
margin-top: 0px;
color:#ffffff;
}

a.innen,
a.innen-1 {
background-image:url(subbutton.gif);
width:100%;
border:0;
display: block;
width: 70px;
height: 18px;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #000000;
background-color: transparent;
color: #ffffff;
}

a:visited.innen,
a:visited.innen-1 {
text-decoration: none;
background-color: transparent;
color:#ffffff;
}
a:hover.innen,
a:hover.innen-1 {
text-decoration: none;
background-color: transparent;
color: rgb(0,144,255);
}

span.menutag {
text-decoration: none;
background-image: url(mainbutton.gif);
height: 25px;
display: block;
cursor: default;
}


++++++++++++++++++++
   CSS Teil II
++++++++++++++++++++

/*
	Menue-styles fuer IEs
	Am besten per Conditional Comment einbinden.
	Fuer IE5.5 und 5.0 muessen nur geringfuegige kosmetische
	Anpassungen vorgenommen werden (siehe Kommentare).
*/

#menue {
display:none;
text-decoration: none;
}
.stupidie {

text-decoration: none;
display: block;
}

a.auss {
position: absolute; top:188px;
float: left;
width: 70px;
height: 25px;
overflow: hidden;
display: block;
font-weight: bold;
text-align: center;
text-decoration: none;
background-color: #dec79a;
text-decoration: none;
color: #000000;
}
a:hover.auss {
overflow: visible;
background-color: transparent;
color: #ffffff;
}
a:hover.auss table {
text-decoration: none;
display: block;
background-color: transparent;
color: #400;
}

a.inn {
background-image:url(subbutton.gif);
display: block;
width: 70px; /* fuer 5er IEs anpassen, sonst 'zuckt' es */
font-size: 100%; /* fuer 5er IEs auf 80% reduzieren */
font-weight: normal;
text-align: center;
text-decoration: none;
background-color: transparent;
color: #ffffff;
}
a:visited.inn {
text-decoration: none;
background-color: transparent;
color:#ffffff;
}
a:hover.inn {
text-decoration: none;
position: relative;
background-color: transparent;
color: rgb(0,144,255);
}
span.menutag {
text-decoration: none;
display: block;
cursor: default;
}