Okay, above problem is fixed

[ I edited the pixes]. But there is a new problem with alignment in IE :
On Forum home, when viewing in IE [I have IE 8 Beta 2] the forum home is not properly alinged. I applied Fix as described here ->
Supportforum vbdesigns.de - Einzelnen Beitrag anzeigen - problem with forumhome alignment
Code:
<td class="thead" width="240">$vbphrase[last_post]</td>
Replaced it with:
Code:
<td class="thead" width="280">$vbphrase[last_post]</td>
Now the forums shows correct alignment EXCEPT one section

. How do I fix it?

??