Nee, nee, so geht das alles nicht

.
Ich poste jetzt nochmal den kompletten Code. Vielleicht mag's ja mal jemand bei sich nachbasteln :-) . Ist eigentlich nichts großes. Da wo, die Bilder hingehörenen wären dann natürlich Bildchen. Ach, die pack ich auch noch in den Anhang, der Vollständigkeit halber.
HTML-Code:
<!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" xml:lang="de" lang="de">
<head>
<style type="text/css">
html, body { width: 100%;
height: 100%;
font-family: Sans-Serif; }
#header { width: 100%;
height: 70px;
background-image: url(images/Header.JPG);
text-align: right;
padding-right: 10px; }
#menu { height: 25px;
with: 100%; }
#content { width: 75%;
height: 75%;
float: left;
margin-right:0px; /* !important */
margin-right:-3px; /* Fixt "3px-Gap-Bug" im IE6 */ }
#right { widht: 25%;
height: 75%; }
#footer { width:100%;
min-width: 750px;
height: 25px;
line-height: 25px;
background-color: blue;
color: white;
padding-left: 5px;
font: 13px/25px Sans-Serif;
word-spacing: 55px; }
#footer img { vertical-align: middle; }
</style>
</head>
<body>
<div id="header">header</div>
<div id="menu">menu</div>
<div id="content">content</div>
<div id="right">right</div>
<div id="footer">Impressum Kontakt
<img src="images/de_klein.GIF">
<img src="images/sp_klein.GIF">
<img src="images/uk_klein.GIF">
<img src="images/fr_klein.GIF">
</div>
</body>
</html>
So, viel Spaß beim Nachbasteln.
