body{ font-family: helvetica, Arial, sans-serif; font-size: 1.2rem; } .wrapper{ max-width: 960px; margin:0 auto; } header, footer{ height: 160px; background: silver; clear: both; } nav{ height: 30px; background: tomato; } #hauptbereich, #seitenbereich{ min-height: 500px; background: #acacac; } #hauptbereich{ width: 60%; float: left; } #seitenbereich{ width: 30%; float: right; }