Grüße,
body,html{margin:0;
width:100%;
height:100%;
padding:0}
nicht wirklich nötig, aber es kann dir einmal pro jahr 2 Stunden gefluche ersparen^^
#container{
width:100%;
height:100%;
}
#logo{
width:100%;
height:200px;<--du wolltest odch 200px? warum dann 20%?
background-color:#6FF;
}
.Bereich{
width:33%;
height:80%;
background-color:#FC0;
float:left;
overflow:scroll
}p{
height:1000px;
}
[/code]
dein problem heißt colums layout, üblicherweise wird mit faux columns (googlen kannst du hoffentlich) gelöst.an sich gibt es keine 100% sauebere möglichkeit ein div 100%-**px hoch zu machen
MFG
bleicher