/* CSS Tree menu styles */
/*ol.tree
{
    padding: 0 0 0 0px;
    width: 300px;
}*/
ol.tree li
{
    position: relative;
    margin-left: -15px;
    list-style: none;
}
li.file
{
    margin-left: -1px !important;
}
li.file a
{
    background: url(../icons/png/bewertung.png) 0 0 no-repeat;
    color: #fff;
    padding-left: 21px;
    text-decoration: none;
    display: block;
}

li input:not([class=groupselect])
{
    position: absolute;
    left: 0;
    margin-left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 1em;
    width: 1em;
    top: 0;
}
li input:not([class=groupselect]) + ol
{
    background: url(../icons/png/toggle-small-expand.png) 40px 0 no-repeat;
    margin: -1.338em 0 0 -44px; /* 15px */
    height: 1em;
}
li input:not([class=groupselect]) + ol > li { display: none; margin-left: -14px !important; padding-left: 1px; }
li label
{
    /*background: url(../icons/png/bewertung.png) 15px 1px no-repeat;*/
    cursor: pointer;
    display: block;
    padding-left: 37px;
    line-height: 1.4em;
}

li input:checked:not([class=groupselect]) + ol
{
    background: url(../icons/png/toggle-small.png) 40px 5px no-repeat;
    margin: -1.65em 0 0 -44px; /* 20px */
    padding: 1.563em 0 0 80px;
    height: auto;
}
li input:checked:not([class=groupselect]) + ol > li { display: block; margin: 0 0 0.125em;  /* 2px */}
li input:checked:not([class=groupselect]) + ol > li:last-child { margin: 0 0 0.063em; /* 1px */ }