﻿body, html {
}


.komplett
{
    height: 100%;
    width: 980px;
    overflow: visible;
    margin:0px auto;
}

.oben
{
    top: 0px;
    left: 0px;
    height: 240px;
    width: 980px;
    overflow: visible;
    float: left;
}

.navi
{
    top: 240px;
    left: 0px;
    width: 410px;
    font-family: Verdana, Arial;
    font-size: 10pt;
    overflow: hidden;
    float: left;
}

.content
{
    top: 240px;
    left: 410px;
    width: 570px;
    height: 1500px;
    font-family: Verdana, Arial;
    font-size: 8pt; 
    overflow: hidden;
    float: left;
}

.contentMain
{
    top: 0px;
    left: 0px;
    width: 980px;
    font-family: Verdana, Arial;
    font-size: 8pt;
    overflow: hidden;
    float: left;
}