Gleiche Spaltenbreite auf der Startseite

blackeagle1075
Hi, ich habe ein kleines Problemchen.

Ich bekomme nicht hin, das die Spalten von den Kategorien alle gleich sind und übereinander. Die SuFu habe ich schon zum glühen gebracht, leider aber ohne Erfolg

hier mal die index_catbit

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
</table>
 <table style="width:{$style['tableinwidth']}" cellspacing="0" cellpadding="0" border="0"> <tr>
<td align="left"><img src="{$style['imagefolder']}/rahmen_unten_01.gif" alt="" title="" border="0" /></td>
<td style="width:100%; background-image: url({$style['imagefolder']}/rahmen_unten_03.gif);"></td>
<td align="right"><img src="{$style['imagefolder']}/rahmen_unten_05.gif" alt="" title="" border="0" /></td>
</tr></table>
 <br />
 <if($subboardbit!="")><then>
   <div align="left"><span class="smallfont">
     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>Status:</strong> Kategorien deaktiviert</div>
 </then></if></span>
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}"><tr>

<td align="right"><if($show_hide == 1)><then><a href="$current_url"><img src="{$style['imagefolder']}/rahmen_oben_minus.gif" border="0" alt="{$LANG_START_DEACTIVATE_CAT}" title="{$LANG_START_DEACTIVATE_CAT}" /></a></then><else><if($show_hide == 2)><then><a style="text-decoration: none"  href="$current_url"><img src="{$style['imagefolder']}/rahmen_oben_plus.gif" border="0" alt="{$LANG_START_SHOWCAT}" title="{$LANG_START_SHOWCAT}" /></a></then></if></else></if></div></td>

<td align="left"  style="heigth: 20"><img src="{$style['imagefolder']}/rahmen_oben_02.gif" alt="" title="" /></td>

<td style="width:100%; heigth:20; background-image: url({$style['imagefolder']}/rahmen_oben_03.gif);">
<span class="normalfont"><a style="text-decoration: none" href="board.php?boardid=$boards[boardid]&amp;sid=$session[hash]"><b>$boards[title]</b></a></td>

<td align="left"  style="heigth: 20"><img src="{$style['imagefolder']}/rahmen_oben_05.gif" alt="" title="" /></td>

<td style="width:100%; background-image: url({$style['imagefolder']}/rahmen_unten_06.gif);"></td>

</tr></table>

<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder"> 

<switch($depth)>
 <case(1)> 
 <tr>
  <td class="tabletitle" style="width:30px"><span class="smallfont">&nbsp;</span></td>
  <td class="tabletitle" style="width:500<if($hide_modcell==0)><then>60</then><else>80</else></if>%" align="center"><span class="smallfont"><b>{$lang->items['LANG_START_BOARDS']}</b></span></td>
  <td class="tabletitle" align="center" style="width: 60" nowrap="nowrap"><span class="smallfont"><b>{$lang->items['LANG_START_POSTS']}</b></span></td>
   <td class="tabletitle" align="center" nowrap="nowrap" style="width: 300"><span class="smallfont"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td>
  <if($hide_modcell==0)><then><td class="tabletitle" style="width:20%" align="center" nowrap="nowrap"><span class="smallfont"><b>{$lang->items['LANG_START_MODERATORS']}</b></span></td></then></if>
 </tr>

  </case>