    body {
    font-family: bitstream vera sans, arial, sans-serif;
    margin: 0;
    }

    #top-bild {
    background-color: #CCD3DD;
    width: 100%;
    clear: both;
    height: 200px;
    }

    #top-bild img {
    margin: 0 0 0 10em;
    }

    #top {
    background-color: #CCD3DD;
    width: 100%;
    height: 5em;
    clear: both;
    }

    #content {
    padding: 2em 0em 2em 10em;
    max-width: 40em;
    }

    #navi {
    height: 4em;
    }

    #navi img {
    float: left;
    }

    #navi ul {
    padding: 2em 0 0 0;
    list-style: none;
    }

    #navi ul li {
    float: left;
    margin-left: 1em;
    }

    #navi ul li a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    }

    #navi ul li a:hover {
    color: #6b6b9a;
    border: 0;
    }

    .person-links, .person-rechts {
    clear:both;
    padding-top: 1em;
    border-top: 1px dotted #CCD3DD;
    }

    .person-rechts img, .person-links img {
    border: 1px solid black;
    }

    .person-rechts img {
    float: right;
    margin: 0 0 1em 1em;
    }

    .person-links img {
    float: left;
    margin: 0 1em 1em 0;
    }

    .textlinks {
    text-align: center;
    }

    .textlinks a {
    text-decoration: none;
    color: #6b6b9a;
    font-weight: bold;
    margin-left: 1em;
    font-size: 85%;
    }

    .textlinks a:hover {
    color: black;
    border: 0;
    }

    .nachoben {
    font-size:85%;
    text-decoration: none;
    color: #6b6b9a;
    background-image: url(pfeil-nachoben.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 12px;
    }

    .nachoben:hover {
    color: black;
    }

    .person-links .nachoben {
    float: right;
    background-position: center left;
    padding-left: 12px;
    }

    .person-rechts .nachoben {
    background-position: center right;
    padding-right: 12px;
    }

    .bildunterschrift-links {
    float: left;
    margin: 0 1em 1em 0;
    }

    .bildunterschrift-rechts {
    float: right;
    margin: 0 0 1em 1em;
    }

    .bildunterschrift-rechts, .bildunterschrift-links {
    padding: 0;
    }

    .bildunterschrift-rechts dd, .bildunterschrift-links dd {
    margin: 0;
    }

    .bildunterschrift-rechts dd img, .bildunterschrift-links dd img {
    border: 1px solid black;
    }

    .bildunterschrift-rechts dt, .bildunterschrift-links dt {
    margin-top: 0.5em;
    font-style:italic;
    }

    .tabelle-hauptdarsteller .tabelle-links {
    float: left;
    width: 60%;
    font-weight: bold;
    margin-bottom: 0.5em;
    }

    .tabelle-hauptdarsteller .tabelle-rechts {
    float: right;
    width: 39%;
    margin-bottom: 0.5em;
    }

    .tabelle-hauptdarsteller br {
    clear:both;
    }

    .tabelle-mitwirkende .tabelle-links {
    float: left;
    width: 30%;
    font-weight: bold;
    margin-bottom: 1em;
    }

    .tabelle-mitwirkende .tabelle-rechts {
    float: right;
    width: 69%;
    margin-bottom: 1em;
    }

    .tabelle-mitwirkende br {
    clear:both;
    }