#banner {
    width: 1180px;
    height: 180px;
    background : #7c0e02;
}
#links {
    width: 20%;
    height: 600px;
    float: left;
      background : #7c0e02;
}
#mitte {
    width: 57%; 
    height: 600px;
    float:left;
    background : #7c0e02;
	
}
#footer {
    width: 100%; 
    background : #7c0e02;
	
}