Finally found the problem

In the main tpl there is this code

<!-- content //-->
<td width="100%" valign="top">
<table cellpadding="10"><tr><td>


changed it to

<!-- content //-->
<td width="100%" valign="top">
<table cellpadding="10" width="100%"><tr><td>