@CHARSET "UTF-8";
html, body {
    background-color:#EEEEE1;
    color: #FFFFFF;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
    font-size:11px;
    line-height:16px;
    background-image: url(../images/g.gif);
    background-repeat: repeat-y;
    background-position: center top;
}

p {
    margin-bottom: 32px;
}

p+p {
    text-indent: 0;
}

a:link, a:visited, a:hover {
    color: #EBEFFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color:#FFFFFF;
    text-transform: uppercase;
    font-size:28px;
    text-align: left;
    margin-top: 18px;
    margin-left: 20px;
}

#topSection {
    height:128px;
    position: relative;
}

#topSection .hinweis {
    position: absolute;
    top: 100px;
    right:30px;
    color: #7FA4C1;
    font-family: 'Lucida Serif Unicode','Lucida Serif Regular', serif;
    font-size:14px;
}

.infoText {
    font-family: 'Lucida Serif Unicode','Lucida Serif Regular', serif;
    font-size:13px;
    line-height: 20px;
    position: absolute;
    left: 20px;
    top:240px;
    color: #EBEFFF;
}

#splashImage img {
    margin-left: 15px;
}

#splashInfo {
    height: 448px;
    background-color: #7FA4C1;
    margin-left: 15px;
    width:615px;
    position: relative;
}

#bottomSection {
    height:40px;
    position: relative;
}

#bottomSection a {
    position: absolute;
    top:12px;
    right:43px;
}
