HTML Problem Breite der Seite

  • Hallo zusammen,
    ich bin soweit mit meiner neuen Seite basierend auf Typo3 sehr gut zufrieden. Nur ein Problem habe ich noch. Die Seite soll bei 1024x768 Auflösung komplett auf dem Bildschirm zu sehen sein, d.h. ohne Scrolling nach rechts und links (hoch und runter kann/muss gescrollt werden).
    Entsprechend habe ich die Tabellen-Zellen-Grössen in Prozentwerten angegeben.
    Wenn sich die Startseite öffnet ist alles ok. Wenn ich dann einen Link anklicke wird das ganze Fenster größer und ich muß scrollen. Wenn ich allerdings auf "aktualisieren" klicke passt es wieder von der Breite. Jemand ne Idee ?

    Hier der zugehörige Quelltext: Danke !!!

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta content="text/html; charset=ISO-8859-1"
    http-equiv="content-type">
    <title>SV Viktoria 08 Georgsmarienhütte e.V.</title>
    </head>
    <body>
    <table style="text-align: left; width: 100%;" border="0" cellpadding="0"
    cellspacing="0">
    <tbody>
    <tr>
    <td style="text-align: center; width: 15%;">

    </td>
    <td
    style="height: 200px; text-align: center; background-color: rgb(255, 0, 0); width: 85%;"
    colspan="2" rowspan="1">

    </td>
    </tr>
    <tr>
    <td style="background-color: rgb(255, 0, 0); width: 15%;"></td>
    <td style="background-color: rgb(255, 0, 0); width: 70%;"></td>
    <td style="background-color: rgb(255, 0, 0); width: 15%;"></td>
    </tr>
    <tr>
    <td style="width: 15%;"></td>
    <td
    style="font-family: Verdana; text-align: center; height: 40px; width: 70%;">###MENU_TOP###</td>
    <td style="width: 15%;"></td>
    </tr>
    <tr>
    <td style="background-color: rgb(255, 0, 0); width: 15%;"></td>
    <td style="background-color: rgb(255, 0, 0); width: 70%;"></td>
    <td style="background-color: rgb(255, 0, 0); width: 15%;"></td>
    </tr>
    <tr>
    <td style="width: 15%;"></td>
    <td style="width: 70%;"></td>
    <td style="width: 15%;"></td>
    </tr>
    <tr>
    <td style="width: 15%;" colspan="1" rowspan="7"><span
    style="font-family: Verdana;">###MENU_LEFT###</span></td>
    <td style="font-family: Verdana; vertical-align: top; width: 70%;"
    colspan="1" rowspan="7">###CONTENT###</td>
    <td style="text-align: center; width: 15%;"><span
    style="font-family: Verdana; font-weight: bold;">Unsere Partner</span></td>
    </tr>
    <tr>
    <td style="width: 15%;"></td>
    </tr>
    <tr>
    <td style="text-align: center;"></td>
    </tr>
    <tr>
    <td style="width: 15%;"></td>
    </tr>
    <tr>
    <td style="text-align: center;"></td>
    </tr>
    <tr>
    <td style="width: 15%;"></td>
    </tr>
    <tr>
    <td style="text-align: center; width: 15%;"></td>
    </tr>
    <tr>
    <td style="width: 15%;"></td>
    <td style="width: 70%;"></td>
    <td style="width: 15%;"></td>
    </tr>
    <tr>
    <td
    style="font-weight: bold; background-color: rgb(255, 0, 0); width: 15%;"></td>
    <td
    style="text-align: center; font-weight: bold; background-color: rgb(255, 0, 0); width: 70%;"><font
    size="-2"><span style="font-family: Verdana;">Impressum</span></font></td>
    <td
    style="text-align: center; font-weight: bold; background-color: rgb(255, 0, 0); width: 15%;"><font
    size="-2"><span style="font-family: Verdana;">(c) Roger Fischer</span></font></td>
    </tr>
    </tbody>
    </table>


    </body>
    </html>