body {
font-family : Arial, Verdana, Helvetica, sans-serif; 
background-color: rgb(255,255,204);
} 

table {
    background-color: rgb(255,255,204);
    cellspacing: 10;
}

#banner {
    height: 60px;
}
#haupt-menue {
    width: 150px;
    float: left;
}
#mitte {
    width: 80%;
    float: left;
}

.bild_oben { 
    vertical-align: top; 
}

.bild_unten {
    vertical-align: bottom; 
}

.font_titel {
    font-family: "Arial", Helvetica; 
    font-size: 1.5em; 
    font-style: bold; 
}

.font_head {
    font-family: "Arial", Helvetica; 
    font-size: 1.3em; 
}

.font_menu {
    font-family: "Arial", Helvetica; 
    text-align: justify;
    font-size: 1.1em; 
    vertical-align: top;
}

.font_text {
    font-family: "Arial", Helvetica; 
    font-size: 1.2em; 
    text-align: justify;
    vertical-align: top;
}

.font_index {
    font-family: "Arial", Helvetica; 
    font-size: 0.9em; 
}

.row_0 {
    background-color: rgb(255,255,204);
    font-size: 1.1em; 
}

.row_1 {
    background-color: rgb(255,255,255);
    font-size: 1.1em; 
}

