* {
    font-size: 13px;
    font-family: sans-serif;
    background-repeat: no-repeat;
    color: black;
    line-height: 17px;
}
body {
    margin: 0px;
}
.hintergrund {
    position: absolute;
    width: 700px;
    height: 525px;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -262px;
    background-image: url(bg.gif);
    border: 1px solid #cccccc;
}
.logo {
    position: absolute;
    top: 20px;
    left: 315px;
    width: 175px;
    height: 46px;
}
.name {
    position: absolute;
    top: 60px;
    left: 375px;
    font-size: 14px;
    letter-spacing: 1px;
}
.titel {
    position: absolute;
    top: 75px;
    left: 390px;
    font-size: 12px;
}
ul.navigation {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -340px;
    margin-top: -140px;
    font-size: 12px;
    list-style-type: none;
}
.aktiv {
    color: #ee3338;
}
.navigation a {
    text-decoration: none;
}
.navigation a:hover {
    color: #ee3338;
    text-decoration: underline;
}
.inhalt {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -220px;
    margin-top: -140px;
    width: 570px;
    height: 380px;
    overflow-y: auto;
}
.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;
    color: #ee3338;
}
