body {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    line-height: 12pt;
    margin: 0px;
}
    
P {
    margin: 0px;
}

A {
    color: white;
    text-decoration: none;
}
    
UL {
    margin: 0px;
    padding-left: 16px;
    line-height: 14pt;
}

TABLE {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    line-height: 12pt;
    }

TR {
    vertical-align: top;
    }
    
.header { 
    position: absolute;
    width: 954px;
    height: 149px;
    }

.menu {
    width: 153px;
    height: 100%;
    background-color: #c4c4c4;
    margin: 0px;
    padding: 0px;
    }
    
.menu_spacer {
    left: 0px;
    height: 189px;
    border-bottom: solid 1px white;
}
    
.menu_item {
    left: 0px;
    height: 40px;
    line-height: 10pt;
    font-weight: bold;
    color: white;
    border-bottom: solid 1px white;
    padding-left: 28px;
    vertical-align: middle;
    }

.menu_item_act {
    left: 0px;
    height: 40px;
    line-height: 10pt;
    font-weight: bold;
    color: #eb6909;
    border-bottom: solid 1px white;
    padding-left: 28px;
    vertical-align: middle;
}

.content {
    position: absolute;
    left: 198px;
    top: 190px;
    width: 690px;
    height: 450px;
    overflow: auto;
}

.orange {
    color: #eb6909;
}

.text_link {
    color: #0000ff;
    text-decoration: underline;
}

.table_imprint {
    line-height: 14pt;
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: black;
}

.list_orange {
    list-style-image: url(../gfx/bullet.jpg);
}

.list_black {
    list-style-type: square;
}
