so ungefaehr, wenn ich dich richtig verstanden hatte ;)
Inita
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<style type="text/css">
html,body{
font:11px Arial, Helvetica, sans-serif;
border:0;
padding:0;
margin:0}
#hd{
border:1px solid #390}
#ctr{
width:800px;
margin:0 auto;
border:1px solid #F00}
#menu{
float:left;
width:200px;
border:1px solid #000;
padding:0;
margin:0}
#menu li{
list-style:none}
#ct{
float:right;
width:590px;
border:1px solid #000;
padding:0;
margin:0}
#ft{
border:1px solid #00F}
</style>
</head>
<body>
<div id="ctr">
<div id="hd">
<p>header</p><p>header</p><p>header</p>
</div>
<ul id="menu">
<li>Start</li>
<li>Links</li>
<li>Tiere</li>
<li>Links</li>
<li>Tiere</li>
</ul>
<div id="ct">
<p>content</p><p>content</p><p>content</p>
</div>
<div style="clear:both"></div>
<div id="ft">
<p>footer</p><p>footer</p><p>footer</p>
</div>
</div>
</body>
</html>