/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/




.dtree {
        font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        white-space: nowrap;
}
.dtree img {
        border: 0px;
        vertical-align: middle;
}
.dtree a {
        color: #000000;
        text-decoration: none;
         font-weight: bold;
         background-color:#ADC970;
}
.dtree a.node, .dtree a.nodeSel {
        white-space: nowrap;
        padding: 0px;
        color: #000000;
        font-weight:bold;
        background-color:#ADC970;
        text-decoration: none;
        padding-right: 150px;

}

.dtree a.node:hover, .dtree a.nodeSel:hover {
        color: #000000;
        font-weight:bold;
        background-color:#FF8008;
        text-decoration: none;
        padding-right: 150px;


}
.dtree a.nodeSel {
        color: #000000;
        font-weight:bold;
        background-color:#FF8008;
        text-decoration: none;
       padding-right: 150px;
}
.dtree .clip {
        overflow: hidden;
}
.ueberschrift {
        padding: 6px;
        height: 17px;
        font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
        font-size: 15px;
        color: #FFFFFF;
        font-weight: bold;
        background:#000000;
        BORDER-top: wheat 1pt solid;
}

.erstezeile {
        padding-top:0px;
        padding-left: 16px;
        font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
        font-size: 12px;
}
.zweitezeile {
        padding-top:0px;
        padding-left: 14px;
        font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
        font-size: 12px;
}
.drittezeile {
        padding-top:0px;
        padding-left: 20px;
        font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
}
