The table has a width of 100%, colgroup is set as:
<col width="1" span="2"> <col>

Datetext1text2
13.06.2010blablubb

Now, the cols’ width is entered separately, i.e.
<col width="1"> <col width="1"> <col>

Datetext1text2
13.06.2010blablubb

Just for comparison, a table without colgroup:

Datetext1text2
13.06.2010blablubb