<!-- Begin CSS Horizontal Menu - menu ver 3.15 2009

// NOTE: If you use a ' add a slash before it like this \'


var menuside		= "left"	// MENU SIDE | left | right | center
var fixwrap		= "no"		// MAKE yes ONLY IF MENUS ARE WRAPPING
var menuwidth		= "900"		// TOTAL MENU WIDTH TO FIX WRAP



document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');

document.write('<ul id="menunav">');

// START MENU LINKS - EDIT BELOW THIS AREA

document.write('  <li style="width: 110px;"><a href="index.htm">Startseite</a>'); 
document.write('    <ul>');
document.write('      <li><a href="index.htm">Startseite</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li style="width: 110px;"><a href="praxisorganisation.htm">Praxisorganisation</a>'); 

document.write('  <li style="width: 110px;"><a href="team.htm">Team</a>');

document.write('  <li style="width: 110px;"><a href="leistungsspektrum.htm">Leistungsspektrum</a>');

document.write('  <li style="width: 140px;"><a href="wahlleistungen.htm">Wahlleistungen</a>');

document.write('  <li style="width: 110px;"><a href="index.htm">Bilder</a>'); 
document.write('    <ul>');
document.write('      <li><a href="praxis.htm">Praxisrundgang</a></li>');
document.write('      <li><a href="index.htm">Kindergartenbesuch</a>');
document.write('    <ul>');
document.write('      <li><a href="kg2001.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2001</a></li>');
document.write('      <li><a href="kg2002.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2002</a></li>');
document.write('      <li><a href="kg2004.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2004</a></li>');
document.write('      <li><a href="kg2005.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2005</a></li>');
document.write('      <li><a href="kg2008.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2008</a></li>');
document.write('    </ul>');
document.write('    </ul>');
document.write('  </li>');

document.write('<li style="width: 110px;"><a href="interessante_links.htm">Interessante Links</a></li>');

document.write('<li style="width: 110px;"><a href="impressum.htm">Impressum</a></li>');


// END LINKS //



document.write('</ul>');
document.write('</td></tr></table>');
   if (fixwrap == "yes") {
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
}
document.write('</td></tr></table>');

// END -->
