body {
        /* behavior:url("csshover.htc");  Macht hover-Menüs IE-kompatibel */
        scrollbar-base-color: #000000;/* Farben der Scroll-Balken */
        scrollbar-arrow-color:#F6762B; /* Farbe der Scroll-Pfeile */
        font-family: arial, verdana, helvetica, sans serif;
        background: black;
        font-size: 100%;
        padding: 0;
        margin: 0;
}

#einrueck {
padding-left:1em;
}

#Breadcrumb {
padding-left:2em;
font-family:Arial,sans-serif,verdana;
}

#Infopaket li {
        font-size : smaller;
}

#Contentbereich {
/*padding-left:1em;*/
}

#Contentbereich a:hover { background-color : #F37A21; color:#000000; text-decoration:underline }
#Breadcrumb a:hover { background-color : #F37A21; color:#000000; text-decoration:underline }

/*
#Contentbereich a:link { color:#800000; text-decoration:underline }
#Contentbereich a:visited { color:#3F0000; text-decoration:underline }
#Contentbereich a:hover { background-color : #EEBA36; color:#800000; text-decoration:underline }
#Contentbereich a:active { background-color : #EEBA36; color:#800000; text-decoration:underline }
#Contentbereich a:focus { background-color : #EEBA36; color:#800000; text-decoration:underline }
*/

#Breadcrumb {
padding-left:2em;
}

# nav, #nav ul {
margin: 0;
padding: 0;
list-style: none;
background-color: transparent;
width: 156px;
font-size: small;
font-weight: bold;
text-align: center;
font-style: italic;
border: 3px solid #000;
line-height: 1;
}

#nav ul li {
position: relative;
}

#nav li ul {
position: absolute;
left: 155px;
top: 0;
display: none;
background-color: #9e9ebe;
color: #000;
}

#nav ul li a {
display: block;
text-decoration: none;
color: #ffffff;
padding: 5px;
border: 1px solid #000000;
/*border-bottom: 0;*/
}

#nav li ul a {
color: #000000;
}

/* Fix IE. Hide from IE Mac \*/
/* * html ul li { float: left; height: 1%; }*/
/* * html ul li a { height: 1%; }*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

#nav ul {
margin: 0;
padding: 0;
list-style: none;
width: 156px;
/*border-bottom: 1px solid #000;*/
font-size: small;
font-weight: bold;
text-align: center;
font-style: italic;
border: 3px solid #000;
line-height: 1;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.over ul ul,
#nav li.over ul ul ul {
        display: none; } /* Hide sub-menus initially */

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.over ul,
#nav li li.over ul,
#nav li li li.over ul {
        display: block; } /* The magic */

#nav li:hover { /* damit das Hintergrund-Highlight stehen bleibt, wenn die Maus im Untermenue ist */
background-color : #9e9ebe;
}

#nav ul li a:hover {
        color: #ffffff;
background: #9e9ebe; } /* Hover Styles */

#nav ul li ul a:hover {
        color: #ffffff;
background: #000000; } /* Hover Styles */

#nav li.parent {
        background: transparent url(arrow.gif) right center no-repeat !important;
}

#nav li.parent:hover, li.over {
        background-color: #9e9ebe;
}

.activemenu {
color: #e2144a;
}

#sessionmenue a:link { background-color : #000000; color:#000000; text-decoration:none }
#sessionmenue a:visited { background-color : #000000; color:#000000; text-decoration:none }
#sessionmenue a:hover { background-color : #000000; color:#3B3B3B; text-decoration:none }
#sessionmenue a:active { background-color : #000000; color:#e2144a; text-decoration:underline }
#sessionmenue a:focus { background-color : #000000; color:#9e9ebe; text-decoration:underline }
