so? ö.ö
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Tabelle</title>
</head>
<body>
<div style="position:absolute; left:0px; border:1px solid red; background:green;">Links</div>
<div style="position:absolute; right:0px; border:1px solid red; background:blue;">Rechts</div>
<div style="position:fixed; left:50%; ">
<table style=" position:absolute; background:red; left:-250px; width:500px; border:1px solid black">
<tr>
<td>Tabelle</td>
</tr>
</table>
</div>
</body>
</html>