* {
    font-size: 13px;
    font-family: sans-serif;
    background-repeat: no-repeat;
    color: black;
    line-height: 17px;
}
body {
    margin: 0px;
}
.hintergrund {
    position: absolute;
    left: 0;
    top: 0;
    background-image: none;
}
.logo {
    position: absolute;
    top: 0;
    left: 465px;
    width: 175px;
    height: 46px;
}
.name {
    position: absolute;
    top: 40px;
    left: 525px;
    font-size: 14px;
    letter-spacing: 1px;
}
.titel {
    position: absolute;
    top: 55px;
    left: 540px;
    font-size: 12px;
}
ul.navigation {
    display: none;
}
.aktiv {
    color: #ee3338;
}
.navigation a {
    text-decoration: none;
}
.navigation a:hover {
    color: #ee3338;
    text-decoration: underline;
}
.inhalt {
    position: absolute;
    left: 0;
    top: 60px;
    width: 640px;
}
.inhalt ul {
    position: relative;
    top: -10px;
    margin-bottom: 0;
    padding-bottom: 0;
    list-style-image: url(haken.gif);
    list-style: inline;
    vertical-align: middle;
}
.inhalt ul.negativ {
    list-style-image: url(x.gif);
}
.inhalt li {
    height: 20px;
    padding-left: 5px;
}
.inhalt h1 {
    font-size: 17px;
    word-spacing: 3px;
    letter-spacing: 1px;
    font-style: italic;
    color: #ee3338;
    font-variant: small-caps;
}
