<!--
// Rahmen
document.write('<div id="oben" style="position: absolute; visibility: show; left: 0px; top: 0px;">\n');
document.write('	<img src="http://www.gipsprojekt.de/rechner/oben.gif" width="338" height="60" alt="" border="0"><br>\n');
document.write('</div>\n');

document.write('<div id="links" style="position: absolute; visibility: show; left: 0px; top: 60px;">\n');
document.write('	<img src="http://www.gipsprojekt.de/rechner/links.gif" width="32" height="353" alt="" border="0"><br>\n');
document.write('</div>\n');

document.write('<div id="rechts" style="position: absolute; visibility: show; left: 306px; top: 60px;">\n');
document.write('	<img src="http://www.gipsprojekt.de/rechner/rechts.gif" width="32" height="353" alt="" border="0"><br>\n');
document.write('</div>\n');

document.write('<div id="unten" style="position: absolute; visibility: show; left: 0px; top: 413px;">\n');
document.write('	<img src="http://www.gipsprojekt.de/rechner/unten.gif" width="338" height="150" alt="" border="0"><br>\n');
document.write('</div>\n');

document.write('<div id="navoben" style="position: absolute; visibility: show; left: 32px; top: 60px; background-color: #8CB6BF;">\n');
document.write('	<map name="navoben">\n');
document.write('		<area alt="Zurück" shape="circle" coords="251,15,12" href="javascript:zurueck();" onClick="">\n');
document.write('	</map>\n');
document.write('	<img src="http://www.gipsprojekt.de/rechner/navoben.gif" width="263" height="33" alt="" border="0" usemap="#navoben"><br>\n');
document.write('</div>\n');

document.write('<div id="navunten" style="position: absolute; visibility: show; left: 32px; top: 380px; background-color: #8CB6BF;">\n');
document.write('	<map name="navunten">\n');
document.write('		<area alt="Drucken" shape="CIRCLE" coords="191,18,12" href="javascript:druck();" onClick="">\n');
document.write('		<area alt="Kontakt" shape="CIRCLE" coords="221,18,12" href="mailto:'+email+'" onClick="">\n');
document.write('		<area alt="Hilfe" shape="CIRCLE" coords="251,18,12" href="javascript:hilfe();" onClick="">\n');
document.write('	</map>\n');
document.write('	<img src="http://www.gipsprojekt.de/rechner/navunten.gif" width="274" height="33" alt="" border="0" usemap="#navunten"><br>\n');
document.write('</div>\n');

document.write('<div id="titel" style="position: absolute; visibility: show; left: 44px; top: 68px; background-color: #8CB6BF;">\n');
document.write('	<span class="head">'+headline+'</span>\n');
document.write('</div>\n');
//-->
