body {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    cursor: default;
    height: 100%;
}

#tree, #tree ul {
    font-size: 12px;
    line-height: 16px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    _width: 100%;
    overflow-x: hidden;
    background: url(gif/tree/vln.gif) repeat-y;
}

#tree li {
    line-height: 14px;
    margin: 4px 0 0 0;
    padding: 0;
    background: url(gif/tree/corner.gif) no-repeat top left #FFFFFF;
    _float: left;
    _width: 90%;
}

#tree li.ast {
    line-height: 14px;
    margin: 4px 0 0 0;
    padding: 0;
    background: url(gif/tree/corner.gif) no-repeat top left;
}

#tree li a {
    color: #353A8F;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    top: 1px;
    _top: 0;
}

#tree li a:hover {
    color: #FFAA00;
    text-decoration: underline;
}

#tree li li {
    display: none;
}

TD {
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, serif;
}

TD.headerfett {
    font-size: 10pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    vertical-align: top;
}

.menu {
    padding: 0;
    font-size: 12px;
    font-weight: 200;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-align: left;
    vertical-align: middle;
}

.menu_fuell {
    padding: 0;
    font-size: 12px;
    font-weight: 200;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-align: left;
    vertical-align: middle;
    background: #000066;
}

.fehler {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.blkB {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.buttons {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    vertical-align: top;
}

.error {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ff0000;
    vertical-align: top;
}

.grau_abschluss {
    padding: 0;
    color: gray;
    font-size: 8.0pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-align: left;
    vertical-align: middle;
    border-top: .5pt solid gray;
    border-right: none;
    border-bottom: none;
    border-left: none;
    white-space: nowrap;
}

.grau_abschluss_l {
    padding: 0;
    color: gray;
    font-size: 8.0pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: .5pt solid gray;
}

.grau_abschluss_r {
    padding: 0;
    color: gray;
    font-size: 8.0pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-align: left;
    vertical-align: middle;
    border-top: none;
    border-right: .5pt solid gray;
    border-bottom: none;
    border-left: none;
    white-space: nowrap;
}

.grau_abschluss_t {
    padding: 0;
    color: windowtext;
    font-size: 8.0pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-align: left;
    vertical-align: middle;
    border-top: .5pt solid gray;
    border-right: none;
    border-bottom: none;
    border-left: none;
    white-space: nowrap;
}

input:disabled {
    color: grey;
}
