body {
    background: black;
    color: white;
    font-family: georgia, times, serif;
    margin: 80px 0px 40px 60px;
    font-size: 12pt;
}

h1 {
    font-weight: normal;
    font-size: 20pt;
    color: #9d0a0e;
    margin: 0;
}

.date {
    font-weight: normal;
    font-size: 12pt;
    color: #9d0a0e;
}

.news {
    border-left: 1px solid #9d0a0e;
    padding-left: 10px;
    margin-left: 20px;
    position: absolute;
}

#welcome {
    background: url(../img/bg_welcome.gif) no-repeat;
    width: 520px;
    height: 140px;
    padding: 40px;
    font-size: 14pt;
    position: absolute;
}

#countdown {
    background: url(../img/bg_countdown.gif) no-repeat;
    width: 220px;
    height: 135px;
    position: absolute;
    left: 660px;
    padding: 85px 0px 0px 100px;
    font-weight: bold;
    font-size: 34pt;
    color: #9d0a0e;
}

#news {
    background: url(../img/bg_news.gif) no-repeat;
    width: 520px;
    height: 330px;
    position: absolute;
    padding: 20px 40px 0px 40px;
    top: 320px;
}

#links {
    background: url(../img/bg_links.gif) no-repeat;
    width: 280px;
    height: 100px;
    position: absolute;
    padding: 20px 0px 0px 40px;
    top: 320px;
    left: 660px;
}

ul {
    list-style-type: none;
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #9d0a0e;
    background: #333;
}

#impressum {
    font-size: 10pt;
    position: absolute;
    top: 680px;
    padding-bottom: 4px;
}

#ad {
    position: absolute;
    left: 1000px;
    padding-right: 4px;
    font-size: 8pt;
    font-family: helvetica, arial, non-serif;
}