HalloDave!
Deine Seite hat eine Krankheit: Divititis
Aber wenn Du den Style so anpasst, dann sieht es wohl so aus, wie du das willst. Versuche Dich nochmals mit float auseinander zu setzen.
<!-- ausschnitt start -->
<style type="text/css">
.body {
TEXT-ALIGN: center; MARGIN-TOP: 0px; margin-bottom: 0px;
}
#tabelle {
WIDTH: 784px; HEIGHT: 103px; MARGIN: 0px auto; BACKGROUND-COLOR: #2F364F
}
#zentral {
WIDTH: 784px; MARGIN: 0px auto
}
#links {
WIDTH: 138px; HEIGHT: 835px; FLOAT: left
}
#rechts {
WIDTH: 646px; HEIGHT: 835px; BACKGROUND-COLOR: #990000; FLOAT: right
}
#unten {
clear:both;
WIDTH: 784px; HEIGHT: 19px; MARGIN: 0px auto; BACKGROUND-COLOR: #009900
}
</style>
</head>
<body class="body">
<div id="tabelle">
OBEN
</div>
<div id="zentral">
<div id="links">
LINKS
</div>
<div id="rechts">
RECHTS
</div>
</div>
<div id="unten">
UNTEN
</div>
</body>
<!-- ausschnitt ende -->
Schönen Gruß
Afra