a:link {color: #5A5200}
a:visited {color: #5A5200}

li {
    font-weight:bold;
    font-style:normal}

li.leaf {margin-left:16px}

li.descr {
    margin: 8px 0px 8px 17px;
    font-weight:normal;
    color: black;
    font-style:italic}

ul {
    margin-left: -8px;
    list-style-type:none;
    padding-top:8px}

html>body ul {margin-left:-44px}
html>body ul>ul {margin-left:-36px}

div>div {margin-bottom:8px}

a.closed {
    margin-right:8px;
    width:17px;
    height:17px;
    text-decoration:none;
    background-image:url(images/closed.gif);
    background-repeat:no-repeat;
    background-position:center center}

a.opened {
    margin-right:8px;
    width:17px;
    height:17px;
    text-decoration:none;
    background-image:url(images/opened.gif);
    background-repeat:no-repeat;
    background-position:center center}

ul.closed {display:none}
ul.opened {display:block}

.basedescr {
    font-weight:bold;
    color: black}

.icon {
    vertical-align:baseline;
    margin-right:5px}