Header Problem (komm mit den Tabellen net zurecht) - Hilfe

Yogi
Hallo zusammen,

ich hab ein Problem mit meinem Header...

ich habe 2 Logos und einen Hintergrund erstellt. Anordnung sollte so sein:

Button-Leiste
Logo 1 - Hintergrund - Logo 2 (Logo 1 = linksbündig, Logo 2 = Rechtsbündig)
Button-Leiste

Habe aber momentan folgendes Problem:

Ich habe für die Logos mittels colgroup 2 zellen erstellt. Die Logos werden zwar nun am richtigen Platz angezeigt, allerdings ist die Buttonleiste nur über der ersten Zelle zu sehen bzw. das rechte Logo hat einen Rahmen... Wie kann ich das ändern?

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
 
<td class="mainpage" align="center">
   <table style="width:98%" border="0" cellspacing="0" cellpadding="0">

<tr>   
<td align="right" style="background-image: url({$style['imagefolder']}/top_back.gif);" ><a href="misc.php?action=imprint{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_impressum.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="Impressum" /></a><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if><a href="jgs_portal.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_portal.gif" border="0" alt="" /></a></td></tr>
  
<tr>
<colgroup>
<col width="*">
<col width="500">
</colgroup>
<td style="text-align: left; background-image:url({$style['imagefolder']}/logobg.gif);"><img style="width: 300px; height: 150px;" alt="" src="{$style['imagefolder']}/logowuerfel.gif"></td>
<td style="text-align: right;background-image:url({$style['imagefolder']}/logobg.gif);"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img style="width: 500px; height: 150px;" alt="$master_board_name" title="$master_board_name" src="{$style['logoimage']}"  ></a></then></if></td>
 </tr>

  
<tr><td align="center" style="background-image: url({$style['imagefolder']}/top_back.gif);"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a><a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then><else><a href="register.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if><a href="calendar.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a><a href="memberslist.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a><a href="team.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a><a href="search.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a><a href="misc.php?action=faq{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a><a href="jgs_chat.php?sid={$session['hash']}"><img src="{$style['imagefolder']}/top_chat.gif" border="0" alt="" /></a><a href="jgs_db.php?sid={$session['hash']}"><img src="{$style['imagefolder']}/top_db.gif" border="0" alt="" /></a><a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a></span></td>
    </tr>     
   </table><br />


Hier is mein Header Template bzw. ich häng noch mal nen Screenshot an...

Gruß