.complete{
width: 860px;
height: 700px;
background: white;

}

.head {
background: #6699FF;
text-align: left;
font-family: verdana;
color: white;
font-weight: bold;
width: 860px;
height: 50px;
padding-right: 10px;
padding-bottom: 30px;
padding-top: 15px;
padding-left: 5px;
}

.navigation {
background: #6699FF;
text-align: center;
font-family: verdana;
font-size: 14px;
color: white;
width: 143px;
height: 550px;
margin-right: 10px;
padding-left: 7px;
padding-right: 5px;
float: left;
}

.content {
text-align: center;
font-family: verdana;
color: #0033CC;
width: 660px;
height: 500px;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
float: left;
}

.links {
float:left;
font-size: 16px;
padding: 10px}

.rechts {
float:left;
color: black;
margin-top: 100px;
padding: 10px
}

.rechts_titel {
float:left;
font-size: 16px;
padding: 10px}
}


.center {
float:left;
font-size: 12px;
padding: 10px
}

.footer {
float: left;
background: #6699FF;
text-align: center;
font-family: verdana;
font-size: 10px;
color: white;
width: 860px;
height: 50px;
padding-top: 10px;
}

a:link{
color:white;
text-decoration: none;
}

a:visited{
color:white;
text-decoration: none;
}

a:hover{
color:0033CC;
text-decoration: none;
}

a:active{
color:0033CC;
text-decoration: none;
}