BODY.BODY {
    font-family : Arial, Helvetica, sans-serif;
    color: black;
    text-align: justify;
    vertical-align: middle;
}

.body {
    background-color: #ffeebb;
}

.bodyblock {
    position:         absolute;
    top:              55px;
    left:             176px;
    width:            auto;
    z-index:          0;

    background-color: #ffeebb;
}

.bodycontent {
    width:            60%;
    min-width:        400px;
    max-width:        700px;
    text-align:       left;
    margin:           auto;
    margin-left:      35px;
} 

.navtop {
    position:         fixed; 
    display:          block;
    visibility:       visible;
    z-index:          10;

    top:              0;
    left:             0;
    height:           55px;
    width:            100%;
    overflow:         hidden;
    background-color: #000000;
}

.navblock {
    position:         absolute;
    display:          block;
    visibility:       visible;
    z-index:          5;

    top:              55px;
    left:             0px;
    width:            176px;
    height:           100%;
    background-color: #ffeebb;
}

.navleft {
    position:         absolute;
    overflow:         auto;

    top:              0px;
    left:             0px;
    width:            170px;
    
    background-color: #000000;
}

.navcorner {
    position:         absolute;

    top:              -10px;
    left:             170px;

    background-color: #ffeebb;
}

.navbottom {
    background-color: #ffeebb;
    display:          none;
    visibility:       hidden;
}

BODY.MENU {
    background: #000000;
    font-family : "President", Arial, sans-serif;
    color: #FFCC33;
    margin-right : 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

BODY.EXTRA {
   color: Black;
}

UL,OL {
    color: #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.MENUTEXT {
    color: #FFCC33;
    font-family: "President", Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height : 150%;
}

.BLANK {
    background: #000000;
    margin-right : 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.LOGO {
    color: #FFCC33;
    background: #000000;
    font-family: "President", Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align : right;
    margin-right : 10px;
}

.anmerkung {
    font-size: 10px;
    font-weight: lighter;
}

.anmerkung.blockquote {
    margin-left: 1cm;
}

.footerlinks {
    font-size: 8px;
}

TH {
    font-family : Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #000000;
    color: #FFCC33;
}

TD {
    color: #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 12px;
}

TT {
    font-family : Arial, Helvetica, sans-serif;
    font-size: 12px;
}
A {
    text-decoration: underline;
    color: #AA0000;
}

A.VLINK {
    text-decoration: underline;
    color: #880000;
}

A.MENUE { color: #ECBA43; }

P {
   font-family : Arial, Helvetica, sans-serif;
   color: black;
   font-size: 12px;
}

blockquote {
   color: Black;
   font-size: 12px;
}

H1 {
   font-family : Arial, Helvetica, sans-serif;
   font-size: 16pt;
   color: #000000;
}

H2 {
   font-family : Arial, Helvetica, sans-serif;
   font-size: 14pt;
   color: #000000;
}

H3 {
    font-family : Arial, Helvetica, sans-serif;
    color: #000000;
}

H4 {
    font-family : Arial, Helvetica, sans-serif;
    color: #000000;
}

H5 {
    font-family : Arial, Helvetica, sans-serif;
    color: #000000;
}

H6 {
    font-family : Arial, Helvetica, sans-serif;
    color: #000000;
}

IMG.SUB {
  margin-left: 15px;
}

PRE {
    margin-left: 0.5cm;
    font-family: monospace;
    text-align: left;
}

CODE {
    margin-left: 0.2cm;
    margin-top: 0.2cm;
    font-family: monospace;
    text-align: left;
}


