function writeTop(){
	document.write('<table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('  <tr>\n');
	document.write('    <td width=20% valign=top align=center>\n');

	document.write('      <img src="' + pfad + 'pics/spacer.gif" width=100 height=30 border=0><br>\n');
	document.write('      <img src="' + pfad + 'pics/hltlogo.gif" width=160 height=69 border=0 alt="Das Logo der Kirche Jesu Christi der Heiligen der Letzten Tage"><br>\n');
	document.write('      <img src="' + pfad + 'pics/spacer.gif" width=100 height=30 border=0><br>\n');

	document.write('      <table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('        <tr>\n');
	document.write('          <td width=1><img src="' + pfad + 'pics/spacer.gif" width=15 height=1 border=0></td>\n');
	document.write('          <td width=100% align=left>\n');
	document.write('            <span class="nav_title">Inhalt</span>\n');
	document.write('            <table cellpadding=0 cellspacing=0 border=0 width=100%>\n');
	
	writeNavi();
	
	document.write('            </table>\n');
	document.write('          </td>\n');
	document.write('          <td width=1><img src="' + pfad + 'pics/spacer.gif" width=15 height=1 border=0></td>\n');
	document.write('        </tr>\n');
	document.write('      </table>\n');
	document.write('    </td>\n');
}

function writeMid(){
	document.write('    <td width=80% bgcolor="#ffffff" valign=top>\n');
	
	document.write('      <table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('        <tr><td bgColor="#003366"><img src="' + pfad + 'pics/spacer.gif" width=10 height=3 border=0></td></tr>\n');
	document.write('        <tr>\n');
	document.write('          <td align=right class=shortLinks bgColor="#003366">\n');
	
	
	document.write('          </td>\n');
	document.write('        </tr>\n');
	document.write('      </table>\n');
	document.write('      <table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('        <tr>\n');
	document.write('          <td width=75% valign=top>\n');
	
	document.write('            <table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('              <tr>\n');
	document.write('                <td background="' + pfad + 'pics/christuscloudbg.gif">\n');
	document.write('                  <table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('                    <tr>\n');
	document.write('                      <td align=center width=30%><img src="' + pfad + 'pics/christus.gif" width=131 height=142 border=0></td>\n');
	document.write('                      <td align=center width=70%><img src="' + pfad + 'pics/willkommen.gif" width=230 height=142 border=0></td>\n');
	document.write('                    </tr>\n');
	document.write('                  </table>\n');
	document.write('                </td>\n');
	document.write('              </tr>\n');
	document.write('            </table>\n');
	
	document.write('            <img src="' + pfad + 'pics/curvebelowchristus.gif" width=26 height=22 border=0>\n');
	
	document.write('            <table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('              <tr>\n');
	document.write('                <td width=15><img src="' + pfad + 'pics/spacer.gif" width=15 height=1 border=0></td>\n');
	document.write('                <td width=*>\n');
	
}

function writeRight(){
	document.write('                </td>\n');
	document.write('                <td width=15><img src="' + pfad + 'pics/spacer.gif" width=15 height=1 border=0></td>\n');
	document.write('              </tr>\n');
	document.write('            </table>\n');
	
	document.write('            <table border=0 cellpadding=0 cellspacing=0 width=100% height=100><tr><td valign=bottom><img src="' + pfad + 'pics/bottomcurve.gif" width=26 height=22 border=0></td></tr></table>\n');
	document.write('          </td>\n');
	
	document.write('          <td width=25% bgColor="#CCCC99" valign=top>\n');
	
	document.write('            <table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('              <tr><td bgColor="#003366"><img src="' + pfad + 'pics/spacer.gif" width=150 height=5 border=0></td></tr>\n');
	document.write('              <tr><td background="' + pfad + 'pics/bg_tantop.gif"><img src="' + pfad + 'pics/spacer.gif" width=150 height=7 border=0></td></tr>\n');
	document.write('              <tr><td><img src="' + pfad + 'pics/spacer.gif" width=150 height=15 border=0></td></tr>\n');
	document.write('            </table>\n');
	
	document.write('            <table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('              <tr>\n');
	document.write('                <td><img src="' + pfad + 'pics/spacer.gif" width=15 height=1 border=0></td>\n');
	document.write('                <td valign=top>\n');
}

function writeBot(){
	document.write('                </td>\n');
	document.write('                <td><img src="' + pfad + 'pics/spacer.gif" width=15 height=1 border=0></td>\n');
	document.write('              </tr>\n');
	document.write('            </table>\n');
	
	document.write('            <p></p>\n');
	document.write('          </td>\n');
	document.write('        </tr>\n');
	document.write('      </table>\n');
	
	document.write('    </td>\n');
	document.write('  </tr>\n');
	
	//writeDisclaimer();
	
	//document.write('</table>\n');
}