body {
/*    background-color:#B7BEFF;*/
    background-color:#EAFAFF;
    font: 10pt Arial, sans-serif;
    margin:35px 15px 5px 5px; 
    padding:0px;
}
#logo {
    position:absolute;
    left:20px;
    top:20px;
    width:252px;
    height:59px;
    background-image:url("logo_klein.jpg");
    background-repeat:no-repeat;  
    border:1px black solid;
    z-index:20;  
}
#kopf {
/*    background-color:#FF7D7D;*/
    background-color:#FFAAAA;
    font-weight:bolder;
    width:100%;
    text-align:right;
    padding:5px;
    border:1px black solid;
    z-index:15;
}
#greenbar {
/*    background-color:#BAFFB0;*/
    background-color:#DFFFDF;
    position:absolute;
    left:36px;
    top:0px;
    width:220px;
    height:35px;
    border:1px black solid;
}
#navigation {
    position:relative;
    float:left;
/*    background-color:#BAFFB0;*/
    background-color:#DFFFDF;
    top:0px;
    left:31px;
    width:220px;
    padding-top:30px; 
    padding-left:5px;     
    padding-right:5px;     
    padding-bottom:15px;     
    border:1px black solid;
    z-index:10;
}
#inhalt {
/*    background-color:#F0FDBD; */
    background-color:#FFFFEA;
    border:1px black solid;
    margin-left:260px;
    margin-top:10px;
    padding:20px;
}
#fusszeile {
    margin-top:40px;
    font: 8pt Arial, sans-serif;
}
a.navikopf {
    padding-left:5px;
    background-color:#80FF80;
    border:1px black solid;
    display:block;
    font-weight:bolder;
    color:black;
    text-decoration:none;
    margin-top:15px;
}
a.navipos {
    padding-left:20px;
    border-left:1px black solid;
    border-right:1px black solid;
    display:block;
/*    background-color:#A0FFA0;*/
    background-color:#BFFFBF;
    color:black;
    text-decoration:none;
}
a.navilast {
    padding-left:20px;
    border-left:1px black solid;
    border-right:1px black solid;
    border-bottom:1px black solid;
    display:block;
/*    background-color:#A0FFA0;*/
    background-color:#BFFFBF;
    color:black;
    text-decoration:none;
}
td {
    font: 10pt Arial, sans-serif;
    vertical-align:top;
}
td.caption {
    font-weight:bolder;
    width:110px;
}
table {
  margin-left:20px;
}
th {
    text-align:left;
    font: 10pt Arial, sans-serif;
    font-weight:bolder;
/*    border-left:1px black solid; */
    border-bottom:1px black solid;
}
h1 {
    font: 12pt Arial, sans-serif;
    font-weight:bolder;
    display:block;
    border-left:2px black solid;
    border-bottom:1px black solid;
    padding-left:5px;
}
div.text {
    margin-left:20px;
}
span.file {
    font:10pt Courier New;
}