#navlist { margin:0; width:250px; }

#menu {
        font-style:normal;
        font-weight:normal;
        font-size: 14px;
     /*
        background-color: blue;
        border: 1px solid;
        border-color: #E4E9D8 #99A189 #99A189 #E4E9D8;
     */
        width: 250px;
}
#menu ul { margin: 0px; padding: 0px; text-align:left; }
#menu li { margin: 0px; padding: 0px; line-height: 170%; list-style-type: none; display:inline;}

/* ------------------ Hauptpunkte ------------------ */
.closed a, .open a, .menu-text span {
        background-repeat: no-repeat;
        background-position: 15px 1px;
     /*
        background-color: #99A189;
        border: 1px solid;
        border-color: #C9D0AD #848C71 #848C71 #C9D0AD;
        color: #0a50a1;
     */
        color: #0d3c97;
        display: block;
        font-size: 0.95em;
        padding: 2px 0px 2px 54px;
        text-decoration: none;
}
.closed a:hover, .open a:hover {
        color: #000;
}
.closed a {
     /* background-image: url(../images/menu1.gif); */
}
.open a {
     /* background-image: url(../images/menu1-hov.gif); */
     /* background-color: #f9eef3; */
        padding-bottom: 0;
}
/* .closed #current { background-image: url(../images/menu1-hov.gif); } */

.menu-text span { color: #9cb6db; }

/* ---------------- Unterpunkte (1) ---------------- */
.closed ul a, .open ul a, .open ul a:hover {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 5px 0px;
        border: 0;
        color: #0d3c97;
        font-size: .85em;
        font-weight:normal;
        padding: 0 0 0 80px; /* 65 */
        margin: 0px;
        line-height: 2.3;   /* 1.7 */
}
.open ul {
        background-color: transparent;
}
.open ul a:hover {
        color: #000;
}
.open ul #current {
     /* background-image: url(../images/menu/sm-default.gif); */
}

/* ---------------- Unterpunkte (2) ---------------- */
.closed ul ul a, .open ul ul a, .open ul ul a:hover {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 5px 0px;
        border: 0;
        color: #0d3c97;
        font-size: .85em;
        font-weight:normal;
        padding: 0 0 0 106px; /* 75 */
        margin: 0px;
}
.open ul ul {
     /* background-color: #fef2e0; */
        line-height: 100%;
}
.open ul ul a:hover {
        color: #000;
}
.open ul ul #current {
     /* background-image: url(../images/menu/sm-default-2.gif); */
}

/* ---------------- Aktiver Punkt ------------------ */
#current {
        font-weight: bold;
        color: #0d3c97;
}

/* ----------------- Trennlinie -------------------- */
.separator {
        display:block;
        margin: 15px 1px;
        padding: 0px;
        border-top: 1px dashed #c5d5e7;
}

/* --------------- Suchen & finden ----------------- */
.sufi { margin-left:18px; }
