//first headline
document.write("<span id='first' align='right'><br />");
document.write("<a href='index.html'>Startseite</a>&nbsp;|&nbsp;");
document.write("<a href='kontakt.html'>Kontakt</a>&nbsp;|&nbsp;");
document.write("<a href='login.html'>Partnerportal</a>&nbsp;|&nbsp;");	
document.write("<a href='sitemap.html'>Quick-Navigation</a>&nbsp;|&nbsp;");
//document.write("<a href='webcam.html'>Webcam</a>&nbsp;|&nbsp;");
document.write("<a href='impressum.html'>Impressum</a>&nbsp;|&nbsp;");
document.write("<a href='agb.html'>AGB</a>&nbsp;&nbsp;</span>");

