@CHARSET "UTF-8";

/* Formatierung des Baums */
span.childs {
    cursor: pointer;
}

/* Klassen für das öffnen und schließen eines Knotens */
#fixiert li.treeMenu_opened ul {
    display: block;
}

#fixiert li.treeMenu_closed ul {
    display: none;
}

#fixiert ul {
    margin: 0em;
    padding: 0em;
    list-style-type: none;
}

#fixiert li {
    padding: 0em;
    margin: 0em;
    border-left: 1px solid #000000;
    margin-left: 1em;
    padding-bottom: 0.1em;
}

#fixiert li.ende {
    border-left: none;
}

#fixiert li div {
    padding-top: 0.1em;
}

#fixiert li div span {
    border-bottom: 1px solid #000000;
    padding-left: 10px;
}

#fixiert li.ende>div {
    border-left: 1px solid #000000;
}

#fixiert {
    position: absolute;
    color: orange;
    bottom: 1em;
    top: 4em;
    left: 0.8em;
    width: 12em;
    background-color: black;
    border: 2px solid #4C4C66;
}

html>body #fixiert { /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiert img { /*   height: 6.8em; */
    float: right;
}

#fixiert a:link {
    color: orange;
    text-decoration: none;
}

#fixiert a:visited {
    color: orange;
    text-decoration: none;
}

#fixiert h1 {
    font-family: "Arial";
    font-size: 1.3em;
    color: orange;
    padding: 0em;
    margin: 0.2em 0 0 0.5em;
    text-decoration: none;
}

#fixiert h2 {
    font-family: "Arial";
    font-size: 1.1em;
    color: orange;
    padding: 0em;
    margin: 0em;
    text-decoration: none;
}

#fixiert h3 {
    font-family: "Arial";
    font-size: 0.95em;
    color: orange;
    padding: 0em;
    margin: 0em;
    text-decoration: none;
}

#fixiert a.internal-link {
    font-family: "Arial";
    font-size: 0.8em;
    color: orange;
    padding: 0em;
    margin: 0em;
    text-decoration: none;
}

#fixiert #Fusszeile {
    position: absolute;
    color: orange;
    bottom: 0em;
    width: 98%;
    font-family: "Arial";
    font-size: 1.3em;
    padding: 0em;
    text-align: center;
    background-color: black;
}