body {
    margin-left: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    scrollbar-3dlight-color:#8C8C8C;
    scrollbar-arrow-color:#8C8C8C;
    scrollbar-base-color:#000000;
    scrollbar-darkshadow-color:#8C8C8C;
    scrollbar-face-color:#EEEEEE;
    scrollbar-highlight-color:#EEEEEE;
    scrollbar-shadow-color:#EEEEEE;
}
body, table, td {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #111111;
}

.small {
    font-size: 8pt;
}

.mainTable {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #585858;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #585858;
}
.upperText{
    font-size:8pt;
    color: #7F7F7F;
    text-decoration:none;
    line-height: 21px;
}
.lowerText{
    font-size:7pt;
    color: #AAAAAA;
    text-decoration:none;
}
.border {
    margin: 0px;
}
.red {
    color: #CC0000;
}
li {
    list-style-type: circle;
    list-style-image: url(images/bullet.gif);
    list-style-position: outside;
}
.textinput {
    height: 120px;
    width: 400px;
}

#menuU {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    line-height: 23px;
    background: #1f1f6b;
}
#menuU li:hover{
    background-color: #65659a;
}
#menuU li{
    border-style: solid;
    border-width: 0px 1px 1px;
    border-color: #fff;
    border-bottom-color: #65659a;
    list-style: none;
    padding-left: 9px;
}
#menuU a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
}
a.pdf {
    background: url('images/pdf.png') no-repeat;
    padding-left: 60px;
    line-height: 48px;
    color:#111111;
    display: block;
}
#projekt {
    float: left;
    line-height: 21px;
}
#toUp {
    float: right;
    line-height: 21px;
}
