#links{
margin: auto auto;
background: #BBB696;
width: 20%;
height: 200px;
float: left;
}
#mitte{
margin: auto auto;
background: #D3D4C5;
width: 70%;
height: 200px;
float: left;
}
Komplettes CSS
#rechts{
margin: auto auto;
background: #7F8166;
width: 30%;
height: 200px;
float: right;
}