﻿+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   HTML
Fuer die ungestylte Textversion sollten noch ein paar 
(ansonsten unsichtbare) Trennzeichen usw. eingebaut werden.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



++++++++++++++++++++
   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 {
position: relative;
height: 24px;

}
.stupidie {
display: none;
}
/* menposition von oben */
#menue {
position:absolute;
top: 60px;
z-index: 200;
width: 780px;
margin-left: 0px;
height: 27px;
background-image: url(../images/menu-top-bg.gif);
}


/* bereich menu root */

#menue .aussen {
font-family:Arial, Verdana, Helvetica, sans-serif;
float: left;
display: block;
overflow: hidden;
width: 129px;
height: 27px;
font-weight: bold;
background-color: Transparent;
color: #ffffff;
border: 0px solid silver;
margin-left: 0px;
text-align: center;
background-image: url(../images/menu-top-bg.gif);
}

#menue .aussen:hover {
height: auto;
background-color: Transparent;
color: #ffffff;
width: 129px;
text-align: center;
}

/* menupunkt root */
a.Level1
{
font-family: Verdana, arial, Helvetica, sans-serif;
float: left;
height: 18px;
display: block;
overflow: hidden;
width: 129px;
font-weight: bold;
font-size: 11px;
color: #608091;
text-decoration: none;
letter-spacing: 1px;
padding-top: 4px;
background-image: url(../images/menu-top-bg.gif);
height: 27px;
}

a.Level1:hover, a.Level1Active:hover
{
display: block;
color: black;
padding-top:4px;
}

a.Level1Active
{
font-family: Verdana, arial, Helvetica, sans-serif;
float: left;
height: 18px;
display: block;
overflow: hidden;
width: 129px;
font-weight: bold;
font-size: 11px;
background-color: #CEDDE5;
color: black;

border-left: 0xp;
text-decoration: none;
letter-spacing: 1px;
padding-top: 6px;
}

a.Level1Active:hover
{
padding-top: 6px;
margin-bottom: 4px;
}


/* menupunkt root ende */







a.Level2, a.Level2Active {
font-weight: normal;
display: block;
padding: 4px;
padding-left: 8px;
text-decoration: none;
border-bottom: 1px solid silver;
color: #000000;
font-size: 11px;
width: 129px;
letter-spacing: 0px;
text-align: left;
background-color: #CEDDE5;
border-left: 2px solid silver;
}


/* drüberfahren sub1 */
a:hover.Level2, a:hover.Level2Active {
background-color: #ffffff;
font-weight: normal;
border-left: 2px solid black;
}




a.Level3, a.Level3Active {
font-weight: normal;
display: none;
padding: 4px;
height: auto;
text-decoration: none;
background-color: #ffffff;
color: gray;
font-size: 11px;
width: 150px;
letter-spacing: 0px;
text-align: left;
padding-left: 12px;
}


/* drüberfahren sub1 */
a:hover.Level3, a:hover.Level2Active {
background-color: #f3f3f3;
color:#000000;
}



span.menutag {
display: block;
cursor: default;
width: 129px;
padding-left: 0px;
padding-right: 0px;
background-color: transparent;
}

a.Level1Left
{
    color: Black;
    text-transform: uppercase;
}

a.Level1Left:hover, a.Level1LeftActive
{
    color: silver;
    text-transform: uppercase;
}

/* drüberfahren sub1 */
a:hover.last
{
background-color: Transparent;
color:#000000;
}

/* end letzter */
++++++++++++++++++++
   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;
}
.stupidie {
display: block;
position: absolute;
top: 5px;
left: 0;
z-index: 200;
}

a.auss {
float: left;
width: 8em;

height: 1.4em;
overflow: hidden;
display: block;
font-weight: bold;
text-align: center;
text-decoration: none;
background-color: #FC944C;
color: #57C6CF; 
border: 0px solid;
border-color: #57C6CF;
}
a:hover.auss {
overflow: visible;
background-color: #624617;
color: #fff;
}
a:hover.auss table {
display: block;
margin-top: 3px;
background-color: #FC944C;
color: #400;
border-collapse: collapse;
}

a.inn {
display: block;
width: 7.9em; /* fuer 5er IEs anpassen, sonst 'zuckt' es */
padding: 2px 0;
font-size: 100%; /* fuer 5er IEs auf 80% reduzieren */
font-weight: normal;
text-align: center;
text-decoration: none;
border-bottom: 1px solid #78561d;
background-color: #57C6CF;
color: #600;
}
a:visited.inn {
background-color: #FC944C;
color:#444;
}
a:hover.inn {
position: relative;
background-color: #f7eedb;
color: #900;
}
span.menutag {
display: block;
cursor: default;
}

