Ich glaube ich hab's nun doch raus.
Könntest Du nochmals prüfen, ob das so passt?
IE.CSS:
#logo {margin: auto; width: 800px;height:108px;}
#hintergrund {margin: auto; width: 800px; height: 500px;background-color: #e91210;}
#menu {float: left; width: 150px; height: 500px; background-color: #e91210;}
#inhalt {margin-left: 150px; height: 500px;background-color: #FFFFFF;}
STYLE.CSS s.o. außer min-height bei hintergrund, menu u. inhalt
HTML-Bereich:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>zentrieren</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="ie.css">
<![endif]-->
</head>
<body background="background.png">
<div id="logo"><img src="logo.png" style="display: block;"></div>
<div id="back">
<div id="menu">Menü1<br>Menü2</div>
<div id="inhalt">Inhalt</div>
</div>
</body>
</html>
Danke und Gruß
Marco :-)