body {
    color: black;
    font-size: 1em;
    font-family: Helvetica, Geneva, Arial, sans-serif;
}

p {
    text-align: left;
}

td {}

a:link {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

#container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 30em;
    border: solid 1px black;
}

#container2 {
    width: 25em;
    margin-left: auto;
    margin-right: auto;
}

.class {}

#kopf {
    background-image: url(../bilder/kopfzeile.jpg);
    height: 171px;
}

#fliesstext {
    padding: 10px;
    display: block;
}

#navigation {
    background-repeat: no-repeat;
    background-position: left 0;
    position: absolute;
    top: 50px;
    left: -132px;
    width: 120px;
    padding: 5px;
    border: solid 1px olive;
}

#rechterkasten {
    background-repeat: no-repeat;
    background-position: left 0;
    padding: 5px;
    position: absolute;
    top: 100px;
    left: 600px;
    width: 120px;
    border: solid 1px olive;
}

ul {
    font-size: 100%;
    line-height: 150%;
    text-indent: -20px;
    list-style-type: none;
}

.bildlinks {
    margin: 12px 12px 12px -10px;
    padding: 5px;
    border-color: olive;
    border-style: solid;
    border-width: 1px 1px 1px 0;
}

.bildrechts {
    margin: 12px -10px 12px 12px;
    padding: 5px;
    border-color: olive;
    border-style: solid;
    border-width: 1px 0 1px 1px;
}
