body {
    font-size: 11px;
    font-family: Verdana, Bitstream Vera Sans, Arial, sans-serif;
    color: #333333;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    background-image:url(fade-kai.jpg);
    background-repeat: repeat-x;
}

a { color: #1756A6; text-decoration: none; }
a:link { color:#1756A6; text-decoration: none; }
a:visited { color:#1756A6; text-decoration: none; }
a:hover { color: #111111; text-decoration: underline; }
a:focus { color:#1756A6; text-decoration: none; }
a:active { color:#1756A6; text-decoration: none; }

div {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

h1 {
    margin: 0;
    padding: 1em 0 0.5em 0;
    font-size: 18px; 
    font-weight: normal;
    color: #111111;
}

h2 {
    margin: 0;
    padding: 1em 0 0.5em 0;
    font-size: 14px;
    font-weight: bold;
    color: #222222;
}

h3 {
    margin: 0;
    padding: 1em 0 0.5em 0;
    font-size: 12px;
    font-weight: bold;
}

h4 {
    margin: 0;
    padding: 1em 0 0.5em 0;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
}


/* ---------- Container für Hintergrundbild -------------- */
#bg {
    margin: 0 0 0 0.5px; /* the 0.5px left margin fixes the FF 3.0.x rounding problem with centered background images */ 
    padding: 0;
    background-image: url(background-kai.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}


/* ---------- Hauptcontainer - zentriert das Layout -------------- */
#main {
    width: 770px;
    margin: 240px auto 0 auto;
    padding: 0;
}

/* ---------- Banner für Bild bzw. Logo -------------- */
#banner {
    margin: 0;
    padding: 0px 0px 0px 0px;
    line-height: 0;
}

/* ----------------- Inhalt --------------------- */
#content {
    margin: 0 25px 0 214px;
    padding: 0px 56px 0px 56px;
    background-image: url(content.jpg);
    background-repeat: repeat-y;
    min-height: 200px;
}

#content p, #content ul {
    margin: 0;
    padding: 0 0 8px 0;
    line-height: 16px;
}

#content li {
    list-style: disc outside;
    margin-left: 2em;
}

#content-heading {
    margin: 0px 25px 0px 214px;
    padding: 0px 56px 0px 56px;
    height: 50px;
}
#content-heading h1 {
    margin: 0;
}

/* -------------- Menue / Hauptnavigation ------------- */
#nav {
    float: left;
    text-align: right;
    width: 190px;
    margin: 0 0 0 0;
    padding: 0 24px 0 0;
    color: #1111dd;
}
#nav ul{
    list-style-type: none ;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 12px;
}
#nav li { padding: 0 0 8px 0; }
#nav a { color: #111111; }
#nav a:hover { color: #1756A6; text-decoration: none; }

/* ----------- Fusszeile --------------------------- */
#footer {
    clear: left;
    background-image: url(footer.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 532px;
    text-align: center;
    margin: 0px 25px 0px 214px;
    padding: 16px 0 32px 0;
    font-size: 80%;
}

.error {
    color: #FF0000;
} 

.right {
    text-align: right;
}
  
#BioTabelle {
    margin: 0;
}

#BioTabelle table {
    padding: 0;
    border-spacing: 0;
}

#BioTabelle td {
    vertical-align: top;
    padding: 0 0.6em 8px 0.2em;
    line-height: 16px;
}

#BioTabelle>table>tbody>tr>td {
    border-bottom: 1px solid #E3F0FB;
    padding-top: 8px
}
