a  {
font-family : Arial, Arial, Helvetica, sans serif;
font-size : 12px;
color : #000000;
text-decoration : none; 
}
a:Visited  {
color: #000000;
text-decoration : none
}
a:Active  {
color : #FFFFF;
text-decoration : none;
font-style: bold;
}
a:Hover  {
color : #CCCCCC;
text-decoration : none;
font-style: bold;
}
a:seite  {
color: #000000;
font-size : 16px;
text-decoration : none
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/* Ab hier für Aufklappmenues */

#menue_all ul,#menue_all ul ul,#menue_all li,#menue_all a
        {
            display: block;
            margin: 0;
            padding: 0;
            border: 0;
        }
        #menue_all  a
        {
            padding: 2px;
            border: solid 1px #999999;
            text-decoration: none;
            font-size: 1em;
            color: #000;
            width: 100%;  /*IE*/
        }
        #menue_all  li>a { width: auto; } /* !kaputte Browser */
        #menue_all ul, #menue_all ul ul
        {
            list-style-type: none;
        }
        #menue_all li
        {
            position: relative;
            float: left; /*Durch das floaten erreicht man ein horizontales Menü*/
            background-color: #999999; /*Die Hintergrundfarbe für das Menü wird jetzt hier festgelegt*/
            width: 5.6em; height: 1.5em; /*Wenn hier die Angaben für Höhe und Breite verändert werden, ist dies bei den Positionsangaben für die
Untermenüs zu beachten*/
            padding: 1px;
            z-index: 9;
        }
/*Leider müssen für den IE nochmals extra Klassen für die Untermenüs
angelegt werden, was die Wartung des Codes etwas aufwendiger macht*/
        #menue_all li.top .top1-1, #menue_all li.top .top3-1, #menue_all
li.top .top1-2, #menue_all li.top .top3-2, #menue_all li.top .top1-3,
#menue_all li.top .top3-3, #menue_all li.top .top3-4, #menue_all li.top .top3-5, #menue_all li.top .top4-1,
#menue_all li.top .top4-2, #menue_all li.top .top4-3
            {
            position: absolute;
            left: 0px;
        }
        #menue_all li.top .top1-1, #menue_all li.top .top3-1
        {
            bottom: 1.6em;
        }
        #menue_all li.top .top1-2, #menue_all li.top .top3-2
        {
            bottom: 3.2em;
        }
        #menue_all li.top .top1-3, #menue_all li.top .top3-3
        {
            bottom: 4.8em;
        }
        #menue_all li.top .top1-4, #menue_all li.top .top3-4
        {
            bottom: 8em;
        }
        #menue_all li.top .top1-5, #menue_all li.top .top3-5
        {
            bottom: 10em;
        }
        #menue_all li.top .top1-5, #menue_all li.top .top4-1
        {
            bottom: 2em;
        }
        #menue_all li.top .top1-5, #menue_all li.top .top4-2
        {
            bottom: 4.9em;
        }
        #menue_all li.top .top1-5, #menue_all li.top .top4-3
        {
            bottom: 7.8em;
        }


        #menue_all li.top ul li ul li { /*dies wird nur für eine eventuell vorhandene 3. Ebene benötigt*/
            position: absolute;
            left: 10em;
            top: 0;
        }
        #menue_all  a:hover
        {
           
color : #CCCCCC;
text-decoration : none;
font-style: bold;

			border-color: #999999;
           /* background-color: #cccccc; */
        }
        #menue_all li.top:hover { z-index:10; }
        #menue_all ul ul,#menue_all  li:hover ul ul
        {
            display: none;
        }
        #menue_all  li:hover ul,#menue_all li:hover li:hover ul
        {
            display: block;
        }
