Hallo Matze,
mach es Dir doch nicht so kompliziert. Unterstützt du eigentlich den IE>=6
Sonst reicht das hier:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Gospeltribe</title>
<link rel="stylesheet" href="./css/template.css" type="text/css">
</head>
<body>
<div id="banner">
</div>
<div id="menu"> Hier kommt ein Menü hin
</div>
<div id="content"> Hier kommen ganz tolle Inhalte hin
</div>
</body>
</html>
#bvanner, #menu, #content {
margin: 0 auto;
}
Warum überhaupt Transitional?
Viele Grüße,
Marc.