@charset "utf-8";

div#content {
position: absolute;
width: 100%;
height: 100%;
left: 50%;
top: 0;
margin-left: -50%;
margin-top:  0;
}

div#mitte {
position: absolute;
width: 1000px;
height: 450px;
left: 50%;
top: 0;
margin-left: -500px;
margin-top: 180px;
}

div#spalte1 {
position: absolute;
width: 570px;
height: 450px;
left: 10px;
border-right: 1px solid #1e3682;
padding-right: 20px;
}

div#spalte2 {
position: absolute;
width: 380px;
height: 450px;
top: 0;
right: 0;
}

div#impressum {
position: absolute;
right: 425px;
top: 425px;
}

div#top {
float: left;
width: 100%;
height: 39px;
background-color: #1e3682;
}

div#navi {
width: 381px;
}

div#navi3 {
margin-top: 440px;
width: 764px;
}

div#logo {
float: left;
margin-left: 20px;
margin-top: 20px;
}