body {
       font-family: Arial, Helvetica, Verdana, sans-serif;
       height: 100%;
       margin: 0px;
       padding: 0px;
       text-align: center;
       background: #33437b;
}

#mittig {
        position: relative;
        width: 1000px;
        text-align: left;
        margin: 0px auto;
        background: #FFF;
        box-shadow: 0px 0px 30px #001133;
}

#banner {
        position: relative;
        width: 96%;
        height: 400px;
        background: #fff url(../images/schwinge.jpg) no-repeat top left;
        background-size: cover;
        padding: 2%;
}

#logo {
        position: relative;
        width: 45%;
        text-align: left;
        float: left;
}

#navi {
        position: relative;
        width: 55%;
        text-align: right;
        float: left;
}

#section {
        position: relative;
        width: 94%;
        padding: 1% 3% 1% 3%;
        clear: both;
        background-color: #e0e8ef;
}

#zeile {
        position: relative;
        width: 100%;
        margin: 0%;
        clear: both;
}

#zweier {
        position: relative;
        width: 48%;
        margin: 1%;
        float: left;
}

#dreier {
        position: relative;
        width: 31.3%;
        margin: 1%;
        text-align: left;
        float: left;
}


p
{       font-size: 100%;
        line-height: 140%;
        color: #33437b;
        text-align: left;
        margin: 2% 0%;
}

h1
{       font-size: 200%;
        line-height: 120%;
        font-weight: normal;
        color: #68a8de;
        margin: 2% 0%;
}

h2
{       font-size: 120%;
        line-height: 120%;
        font-weight: bold;
        color: #3e549d;
        margin: 2% 0%;
}

h3
{       font-size: 100%;
        line-height: 140%;
        font-weight: bold;
        color: #33437b;
        margin: 2% 0%;
}

li
{       font-size: 100%;
        line-height: 140%;
        color: #33437b;
}

ul
{       margin: 0px;
        padding-left: 25px;
        margin-bottom: 5px;
}

a
{       font-size: 100%;
        line-height: 120%;
        font-weight: normal;
        text-decoration: none;
        color: #003399;
        margin: 0px;
}

.naviga
{       text-align: right;
        font-weight: bold;
        padding: 10px 15px 10px 15px;
        color: #fff;
}
.navig
{       text-align: right;
        color: #fff;
        padding: 10px 15px 10px 15px;
}
a:active, a:hover
{       color: #33437b;

}
