body
{
    background-color: #dae4f1;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
}
a.bigger
{

    font-size: 17px;
}
a:link
{
    color:#4179a1;
    text-decoration:none;
}
a:visited
{
    color:#4179a1;
    text-decoration:none;
}
.header
{

    position: absolute;
    top: 0px;
    left: 0px;
}
.spacer
{
    position: absolute;
    top: 161px;
    left: 0px;
    width: 960px;
    height: 20px;
    background-color: #dae4f1;
}
.linkeSpalte
{
    position: absolute;
    top: 180px;
    left: 0px;
    width: 195px;
    height: 425px;
    background-color: #dae4f1;
    padding-left: 5px;
}
.content
{
    position: absolute;
    top: 185px;
    left: 205px;
    width: 745px;
    height: 410px;
    border-top-left-radius: 5px;
    z-index: 5;
    background-color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.contentBack
{
    position: absolute;
    top: 180px;
    left: 200px;
    width: 760px;
    height: 425px;
    background-color: #dae4f1;
    z-index: 1;
}
.main
{
    position: absolute;
    left: 10%;
    right: 20%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #ffffff;
    width: 980px;
    height: 625px;
}
.innerMain
{
    position: relative;
    top: 10px;
    left: 10px;
    width: 80%;
    height: 600px;
}