Hallo Thomas,
daran habe ich auch schon gedacht aber auch der folgende Quelltext bringt nicht das gewünschte Ergebnis:
<html>
<head>
<title>Test</title>
<style type="text/css">
<!--
html, body { height:100%; width:100%; margin:0; padding:0; }
body { background-color:#000000; }
#aussen { height:80%; width:80%; background-color:#FFFFFF; }
#eins { height:20%; width:90%; background-color:#4F4F4F;}
#zwei { height:80%; width:90%; background-color:#5F5F5F;}
//-->
</style>
</head>
<body>
<center>
<div id="aussen">
<div id="eins">
1. Element
</div>
<div id="zwei">
2.Element
</div>
</div>
</center>
</body>
</html>
mfg
Peter