// layer_creator.js //

function createlayer()
{
	document.write("<div id='Layer1' bgcolor='#BD0424' style='position:absolute; left:0px; top:0px; width:151px; height:548px; z-index:1'>");
	document.write("<table cellpadding='0' cellspacing='0' border='0' width='151' height='548' > <tr>");
	document.write("<td colspan='2' height='11' width='139' bgcolor='#BD0424'>");
	document.write("<img src='../bilder/allgem/leer.gif' width='1' height='11' border='0' alt='' >");
	document.write("</td> </tr> <tr>");
	document.write("<td colspan='2' height='23' width='139' align='center' bgcolor='#BD0424'>");
	document.write("<a href='../index.htm' target='_top'>");
	document.write("<img src='../bilder/logos/stadtsp136_logo.gif' width='136' height='23' border='0' alt='Stadtspiegel-online Hauptseite'></a>");
	document.write("</td> </tr> <tr>");
	document.write("<td colspan='2' height='27' valign='top' align='right' bgcolor='#BD0424' width='149'>");
	document.write("<p align='right'><b><i>- online&nbsp;&nbsp;&nbsp;</i></b></p>");
	document.write("</td> </tr>");
	document.write(" <tr><td align='center' colspan='2' height='23' width='139' bgcolor='#BD0424'>");
	document.write("<img src='../bilder/allgem/leer.gif' width='1' height='11' border='0' alt='' >");
	document.write("</td></tr>");
	
	document.write(" <tr><td align='middle' colspan='2'  width='139' bgcolor='#BD0424'>");
	document.write("<p class='V12bw'  >Terminverwaltung<br>für<br>Garchinger Vereine<br>Garchinger Kultur<br>und die VHS</p>");
	document.write("</td></tr>");
	
	document.write(" <tr><td align='center' colspan='2' height='23' width='139' bgcolor='#BD0424'>");
	document.write("<img src='../bilder/allgem/leer.gif' width='1' height='11' border='0' alt='' >");
	document.write("</td></tr>");
	
	document.write(" <tr><td align='center' colspan='2' height='210' width='139' bgcolor='#BD0424'>");
	document.write(" <a href='http://www.vhs-nord-lkm.de/' target='new'>");
	document.write("<img src='../bilder/logos/logo_vhs_kl.gif' width='70' height='100' border='0' alt='Volkshochschule' >");
	document.write("</a></td></tr>");
	
	document.write(" <tr><td align='center' colspan='2' height='60' width='139' bgcolor='#BD0424'>");
	document.write(" <a href='http://www.garching.de/kultur___bildung/' target='new'>");
	document.write("<img src='../bilder/logos/logo_kultur_kl.jpg' width='100' height='34' border='0' alt='Kultur in Garching' >");
	document.write("</a></td></tr>");
	
	document.write(" <tr><td align='middle' colspan='2' height='190' width='139' bgcolor='#BD0424'>");
	document.write(" <a href='http://www.web-seiten-4u.de' target='new'>");
	document.write("<img src='../bilder/logos/logo_webseiten_kl.jpg' width='100' height='35' border='0' alt='Web-Seiten-4u-Erstellung' >");
	document.write("</a></td></tr>");
	
	
	
	
	
	document.write("</table></div>");
}
