klappt irgendwie nur mit position absolute, hab´s jetzt so gelöst...:
<table style="table-layout:fixed" border="0" cellpadding="0" cellspacing="0" height="auto" width="auto">
<table>
<tr><td VAlign="top" RowSpan="3" colspan="3">
<table Style="table-layout:fixed">
<tr><td Height="57px" Width=222px VAlign="top" >
<IMG src="h:ohol.jpg" Alt="pic" Border="0">
</td></TR>
</table>
<tr><td Width=100% VAlign="top" >
<DIV style="position:absolute;top:62px;left:231px;width=100%" >
<table width=100% >
<tr><td width=100% Height="1px" BGColor="#434343">
</td></tr>
</table></div>
</table>
</TABLE>
allerdings frag ich mich, ob´s da nicht noch ne sauberere Lösung gibt, als ein div mit absoluter position zu wählen...kann man da nicht irgendwas mit tabellen machen ?