
// ---------------------------------------------------------------------------------- //
// diese Funktion schreibt die TopLogoBox width=600
// cd = corporate design
// ---------------------------------------------------------------------------------- //


function write_cdBox1005(p1,p2,p3,p4,p5,p6)
{
document.write('<table width=175 height=002 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td></tr>');
document.write('</table>');

document.write('<table width=175 height=008 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td  width=002 height=008 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=173 height=008 bgcolor=#fffff><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');

document.write('<table width=175 height=065 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td  width=002 height=065 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=018 height=065 bgcolor=#ffffff><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=155 height=065 bgcolor=#123456 align=center><a href="../mainSites/aTV3.0S1.html" title="zur Startseite"><img src="../Images/aToursLogo36px.gif" border="0"></a></td>');
document.write('</tr>');
document.write('</table>');

document.write('<table width=580 height=030 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td  width=002 height=030 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=003 height=030 bgcolor=#ffffff><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=579 height=030 bgcolor=#71879a><img src="../Images/aToursLogo02.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');

document.write('<table width=175 height=015 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td  width=002 height=015 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=018 height=015 bgcolor=#ffffff><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=155 height=015 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');

document.write('<table width=175 height=008 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td  width=002 height=008 bgcolor=#ffffff><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=173 height=008 bgcolor=#ffffff><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');

document.write('<table width=175 height=002 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td bgcolor=#ffffff><img src="../Images/block0101.gif" border="0"></td></tr>');
document.write('</table>');
}
