function WritefirstHTMLPart()
{

 document.write( ' <div style="position:absolute; top:0; left:0;" />' );
 document.write( ' <link type="text/css"  rel="stylesheet" media="print" href="../styles/druck.css">' );
 document.write( ' <style type="text/css">@import url(../styles/druck.css) print, embossed;</style>' );


 document.write( ' <link rel="StyleSheet" href="styles/content.css" title="style for content" type="text/css" />' );

 document.write( '<table summary="menugestaltung" align="left" cellspacing=0 cellpadding=0 border="0" width="780" height="625" style="background-repeat:no-repeat" > <!--  //-->' );
 document.write( ' <tr>' );
 document.write( '   <td class="druck" valign="top" align="left" width="174" rowspan="2">' );

 document.write( '	<table width="160" height="627" background="../img/menu/left.jpg" cellspacing="0" cellpadding="0" border="0" >' );
 document.write( '	       <tr><td align="left" valign="top">' );

 document.write( '	    <div id="grafik1" style="position:absolute; top:100px; left:17px">' );
 document.write( '				<a class="spd" href="spdhome.htm">&#160;Home</a><br />' );
 document.write( '				<a class="spd" href="blabu.htm">&#160;Blankenburg</a><br />' );
 document.write( '				<a class="spd" href="aktuelles.htm">&#160;Aktuelles</a><br />' );
 document.write( '				<a class="spd" href="linklist.htm">&#160;Links</a><br />' );
 document.write( '				<a class="spd" href="kontakt.htm">&#160;Kontakt</a><br />' );
 document.write( '				<br />' );
<!-- document.write( '				<a class="spd" href="2010.html">&#160;<u>WAHL 2010</u></a><br />' );    //-->
 document.write( '	    </div>' );

 document.write( '	</td></tr>' );
 document.write( '	</table>' );
 document.write( '    </td>' );

 document.write( '   <a href="spdhome.htm"><td class="druck" valign="top" width="634" height="88" background="../img/menu/topright4.jpg">&nbsp;</td></a>' ); //

 document.write( ' </tr>' );
 document.write( ' <tr>' );
 document.write( '   <td colspan="3" >' );
}



function WritelastHTMLPart()
{
 document.write( '</td>' );
 document.write( '</tr>' );
 document.write( '</table>' );
 document.write( ' </div>' );
}
