function navi(ebene,balken){

  auf = '../'
  pfad = ''
  for(i = 1;i <= ebene;i++){
    pfad = pfad + auf;
  }

  document.writeln(' <div id="navi"> ')
  document.writeln(' <img src="'+pfad+'images/logo.gif" alt="Logo" style="height:100px; position:absolute; top:-115px; left:50px;"> ')



// STARTSEITE
  document.write('<a href="'+pfad+'index.html"')
  if (balken == "index"){
    document.write(' style="border-right:7px solid #AFBCA0; ">' )
  }
  else{
    document.write('>' )
  }
  document.writeln('Startseite</a>')



// STATIONÄRES HOSPIZ
  document.write('<a href="'+pfad+'hospiz.html"')
  if (balken == "hospiz"){
    document.write(' style="border-right:7px solid #AFBCA0; ">' )
  }
  else{
    document.write('>' )
  }
  document.writeln('Stationäres <br> Hospiz</a>')



// APD
  document.write('<a href="'+pfad+'apd.html"')
  if (balken == "apd"){
    document.write(' style="border-right:7px solid #AFBCA0; ">' )
  }
  else{
    document.write('>' )
  }
  document.writeln('Ambulanter <br> Palliativdienst</a>')



// UNTERSTÜTZUNG
  document.write('<a href="'+pfad+'unterstuetzung.html"')
  if (balken == "unterstuetzung"){
    document.write(' style="border-right:7px solid #AFBCA0; ">' )
  }
  else{
    document.write('>' )
  }
  document.writeln('Unterstützung</a>')



// VERWALTUNG
  document.write('<a href="'+pfad+'veranstaltungen.html"')
  if (balken == "veranstaltungen"){
    document.write(' style="border-right:7px solid #AFBCA0; ">' )
  }
  else{
    document.write('>' )
  }
  document.writeln('Veranstaltungen</a>')



// GÄSTEBUCH
  document.write('<a href="http://5165427.de.strato-hosting.eu/cgi-bin/guestbook.php.cgi?gbook=0&action=view"')
  if (balken == "gbuch"){
    document.write(' style="border-right:7px solid #AFBCA0; ">' )
  }
  else{
    document.write('>' )
  }
  document.writeln('Gästebuch</a>')



// LINKS
  document.write('<a href="'+pfad+'links.html"')
  if (balken == "links"){
    document.write(' style="border-right:7px solid #AFBCA0; ">' )
  }
  else{
    document.write('>' )
  }
  document.writeln('Links</a>')



// ARCHIV
  document.write('<a href="'+pfad+'archiv.html"')
  if (balken == "archiv"){
    document.write(' style="border-right:7px solid #AFBCA0; ">' )
  }
  else{
    document.write('>' )
  }
  document.writeln('Berichte / Archiv</a>')



//ERREICHBARKEIT
  document.write('<a href="'+pfad+'erreichbarkeit.html"')
  if (balken == "erreichbarkeit"){
    document.write(' style="border-right:7px solid #AFBCA0; ">' )
  }
  else{
    document.write('>' )
  }
  document.writeln('Erreichbarkeit</a>')

  document.writeln(' </div> ')

}



function kopf(){
  document.writeln(' <div id="kopf" style=""> ')
  document.writeln('   <h1 style="padding:0ex; margin:1ex;">Hospiz Luise</h1> ')
  document.writeln('   Brakestraße 2d · 30559 Hannover · Telefon: 0511 - 52 48 76 76 ')
  document.writeln(' </div> ')
}



function fuss(){
  document.writeln('     <div style="clear:both;"></div>     ');
  document.writeln('     <p style="text-align:justify; margin-bottom:20ex"> </p>     ');

  document.writeln('       <div style="font-size:small;">       ');

  document.writeln('     <center>       ');
  document.writeln('         <A HREF="impressum.html"> Impressum </a>        ');
  document.writeln('     </center>       ');

  document.writeln('     <hr width="100%">       ');

  document.writeln('     <div style="width:50%; float:left; ">     ');
  document.writeln('         Kontakt: <A HREF="&#109;&#97;&#105;&#108;&#116;&#111;&#58;info&#64;hospiz-luise.de"> Hospiz Luise </a> <br>     ');

  lastmod=new Date(document.lastModified);
  if (lastmod.getYear()<2000) year=lastmod.getYear()+1900; else year=lastmod.getYear();
  if (lastmod.getYear()<10) year=lastmod.getYear()+2000;
  if (lastmod.getMinutes()<10) min="0"+lastmod.getMinutes(); else min=lastmod.getMinutes();
  if (lastmod.getSeconds()<10) sec="0"+lastmod.getSeconds(); else sec=lastmod.getSeconds();
  document.write("Letzte Änderung: "+lastmod.getDate()+"."+(lastmod.getMonth()+1)+ "."+year+", "+lastmod.getHours()+":"+min);

  document.writeln('     </div>     ');

  document.writeln('     <div style="width:50%; float:left; text-align:right;">     ');
  document.writeln('         Inhalt und Pflege: <A HREF="&#109;&#97;&#105;&#108;&#116;&#111;&#58;daniel.detsch&#64;web.de"> Dr. Daniel Detsch </a> <br>     ');
  document.writeln('         Design und Layout: <A HREF="&#109;&#97;&#105;&#108;&#116;&#111;&#58;schoelzchen30&#64;web.de"> Marco Scholz</a>. <br>    ');

  document.writeln('     </div>     ');

  document.writeln('       </font>       ');
}
