<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
*{ margin: 0;
padding: 0;}
html, body { height: 100%;}
body{ margin:0;
padding:0;
background: #44b9ef;}
#bodyDiv{ width: 841px;
margin: 0 auto;
background: #44b9ef url(images/container_body.jpg);
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */}
#header { border-bottom: 0px solid #000;
height: 142px;
padding-top: 15px;
background: #44b9ef url(images/container_head.jpg) 0 15px no-repeat;}
#head { margin: 0 auto;
padding: 15px 30px 0;}
#container{ padding: 0 30px 78px;}
#container #body {}
#footer{ position: relative;
width: 841px;
height: 66px;
margin: -66px auto 0;
/*top: -66px;*/
background: #44b9ef url(images/container_foot.jpg) 0 0 no-repeat;}
#foot{ padding: 0 30px;}
//-->
</style>
</head>
<body>
<div id="bodyDiv">
<div id="header">
<div id="head">Header</div>
</div><!-- ENDE - header -->
<div id="container">
<div id="body">
<p>Lorem ipsum veri nonumy per id, eos mundi legimus te. Veniam timeam sit ut. Vim
in prima graeci, et mea liber nonummy. Mei stet vocent discere ut, no omnes tantas
eligendi vel. Ei pro duis porro adolescens, cu eros virtute ornatus eam.</p>
<p>Illud posse dissentiet ad qui, quo eripuit deterruisset at. Vel primis scripserit
an, his persius veritus vivendo et. Et mea commune accumsan molestiae, est id velit
salutandi. Per modus iusto errem id. Cu eam novum oportere, te nec falli zzril. Ut
vim iisque legendos.</p>
</div>
</div>
</div><!-- ENDE - bodyDiv -->
<div id="footer">
<div id="foot">Footer</div>
</div><!-- ENDE - footer -->
</body>
</html>