Har løst lidt af problemet.
Hvordan centrerer jeg det hele ved hjælp af css.
Hermed mener jeg boxen med de 4 kolonner.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
div.box
{text-align:center;margin:auto;width:900px;height:1000px;}
span
{background-color:#c6c1be;}
div.infobox
{;background-color:url(bgrey.jpg);
width:700px;border:solid gray;
border-width:thin;height:1000px
}
span.r
{background-color:red}
span.gron
{background-color:lightblue}
body
{background-color:lightgrey}
div.by
{text-align:left;position:absolute;top:90px;left:300px}
div.dommer
{text-align:left;margin-top:-603;margin-left:170
}
div.deadline
{text-align:left;margin-left:400;margin-top:-603
}
div.dato_1
{text-align:left;position:absolute;top:90px;left:200px}
</style>
</head>
<body background="bgrey.jpg" style="color:#000066; font-size:13px; font-family:Arial; font-weight:bold;">
<div class="box">
<div class="infobox">
<center><h1><span class="ny">2007</span></h1></center><br><br>
<div class="dato_1">
<h3>Dato:</h3>18.02 2007<br><br> 24.03.2007 <br><br> 07.04.2007 <br><br> 29.04.2007 <br><br> 12.05.2007 <br><br><span class="gron"> 16.06.2007 <br> 16.06.2007 <br></span><br>17.06.2007<br><br> 30.06.2007<br><br><br> 01.07.2007<br><br> 11.08.2007<br><br> 12.08.2007<br><br> 02.09.2007 <br><br> 16.09.2007 <br><br>13.10.2007 <br><br> 04.11.2007<br><br> 17.11.2007<br><br>
</div>
<div class="by">
<h3>Sted/Arr.:</h3>
Odense<span class="r">Res</span><br><br>
Aarslev<br><br>
Ribe<br><br>
Hillerød<br><br>
Århus<br><br><span class="gron">
Køge <br>
Køge<br></span><br>
Ballerup<br><br>
Rønne<br><br><br>
Rønne<br><br>
Vejen<br><br>
Vejen<br><br>
Silkeborg<br><br>
Brøndby<br><br>
Køge<br><br>
Herning<br><br>
Køge<br><br>
</div>
</div>
</div>
</body>
</html>