body {
    
    background-color: #fde4c6;

}

a:link {
    color: black;
}

a:visited {
    color: black;
}

a:hover {
    color: red;
}

#headline {
    font-weight: bold;
    color: red;
    font-size: 32pt;
}
#subline {
    font-size: 8pt;
}


div#kopf {

    position:absolute;
    left:0px;
    top: 0px;
    width: 100%;
    height:180px;
    background-color: #fde4c6;    
    margin: 0px;
}

div#mitte {
    left:0px;
    top:180px;
    position: absolute;
    background-color: #feeb9f;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;
    margin: 0px;

}


div#menue {
    position:relative;
    left: 0px;
    top: 0px;
    background-color: #feeb9f;
    width: 8em;
    float:left;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 14pt;
}

div#inhalt {
    position:relative;
    top: 0px;
    margin-left: 12em;
    left:0em;
    margin-bottom: 10px;
    font-size: 14pt;
}

.blattfeder table {
    width: 300px;
}

.eintrag {
    text-align: center;
    border-collapse:collapse;
    border: 1px;
    border-style: solid;
    border-color: black;
    padding: 3px;
    
}

.blattfeder {
    border-collapse:collapse;
    border: 1px;
    border-style: solid;
    border-color: black;
    padding: 3px;
}

div#legende {
    position: floating;
    float: right;
    margin-right: 20px;
    border: 1px dotted #000000;
	font-size: 9pt;
}
