body {
    margin:0;
    padding:0;
    background:#A12729 url(../images/splash/background_splash_body.jpg) repeat-x top left;
    text-align:center;
}
body, table, div, p {
    font-family:"Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size:13px;
    color:#fff;
}

#page {
    width:700px;
    margin:auto;
    margin-top:75px;
    text-align:left;
}

#logo {
    text-align:center;
}

#links {
    height:20px;
}
#links ul {
    margin:0;
    padding:0;
}
#links ul li {
    list-style-type:none;
    float:left;
    margin-right:8px;
}
#links ul li a {
    display:block;
    padding:0 2px;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    color:#8F080E;
}
#links ul li a:hover {
    background:#8F080E;
    color:#fff;
}

#bild {
    clear:left;
    padding-top:10px;
    text-align:center;
    margin-bottom:15px;
}
#bild img {
    border:3px solid #000;
}

#text {
    text-align:center;
}
#text a {
    color:#fff;
}
#text a:hover {
    text-decoration:none;
}
#fader {
    margin-top:20px;
    position: relative;
}
.next {
    position: absolute;
    top: 0;
    left: 50px;
    opacity: 0;
    filter:alpha(opacity=0);
}

#splash {
    width:500px;
    margin:auto;
    border:3px solid #fff;
}
        