Border Problem

Blackstar5
Hallo,

Problembeschreibung:
2 Border einer Tabelle überlagern sich und werden somit dicker, was ich ja natürlich nicht will aber ich bekomm es einfach nicht weg...

Screenshot:
Im Anhang

Was zuletzt geändert wurde:
Header Template

Könnte mir bitte einer helfen?
Ich komm einfach nicht weiter traurig

Hier auch mal die Header.tpl

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:
44:
45:
46:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
    <tr> 
     <td class="logobackground" align="center"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
    </tr>
</table>
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
<tr>
<td class="mainpage" valign="top">
<br />
<table cellpadding="0" cellspacing="0" border="0" style="width:150px">
<tr>
<td>
<span class="smallfont">
  <if($wbbuserdata['userid'])><then>
     &nbsp;&nbsp;&nbsp;<a href="usercp.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_USERCP']}</a><br />
     &nbsp;&nbsp;&nbsp;<a href="pms.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_PMS']}</a><br />
  </then>
  <else>
     <a href="register.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_REGISTER']}</a><br />
  </else>
  </if>
     &nbsp;&nbsp;&nbsp;<a href="calendar.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_CALENDAR']}</a><br />
     &nbsp;&nbsp;&nbsp;<a href="memberslist.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_MEMBERSLIST']}</a><br />
     &nbsp;&nbsp;&nbsp;<a href="team.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_TEAM']}</a><br />
     &nbsp;&nbsp;&nbsp;<a href="search.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_SEARCH']}</a><br />
     &nbsp;&nbsp;&nbsp;<a href="misc.php?action=faq{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_FAQ']}</a><br />
  <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)>
  <then>
     &nbsp;&nbsp;&nbsp;<a href="acp/index.php" target="_blank">{$lang->items['LANG_GLOBAL_ACP']}</a><br />
  </then>
  </if>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)>
  <then>
     &nbsp;&nbsp;&nbsp;<a href="acp/index.php" target="_blank">{$lang->items['LANG_GLOBAL_MODCP']}" /></a><br />
  </then>
  </if>
     &nbsp;&nbsp;&nbsp;<a href="index.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_TOINDEX']}</a><br />
</span>
</td>
</tr>
</table>
</td>
<td class="mainpage" align="center" valign="top" style="width:100%" border="0"> 
<br />