Ich habe hier jetzt den zuständigen Part der CSS Datei:
.mwmaintable {
background-attachment: fixed;
background-color: #d8dbdc;
background-repeat: no-repeat;
background-image: url(../bilder/HG_800x600.gif);
position: static;}
Hier der Quelltextteil in dem die Formatierung der Tabelle festgelegt ist, nach ... folgen dann die Formatierungen der Tabellenfächer.
<body bgcolor="#D8DBDC" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<p><br>
</p>
</div>
<table width="800" height="600" border="0" align="center" cellpadding="0" cellspacing="0" class="mwmaintable">
<tr>
...
Mit diesem Code funzt es aber nicht.