﻿

// Menue
document.write('	<div id="menue">');
document.write('		<table width="100%" border="0" cellspacing="0" cellpadding="0" class="menuetext">');
document.write('				<tr>');
document.write('					<td><a href="index.html">&Uuml;bersicht</a></td>');
document.write('					<td><a href="autoren.html">Autoren</a></td>');
document.write('					<td><a href="band1.html">Band&nbsp;I:<br>Grundlagen</a></td>');
document.write('					<td><a href="band2.html">Band II:<br>Wege und Touren</a></td>');
document.write('					<td><a href="band3.html">Band III:<br>Routing und Scheduling</a></td>');
document.write('					<td><a href="meinungen.html">Meinungen</a></td>');
document.write('					<td><a href="mitteilungen.html">Mitteilungen</a></td>');
document.write('					<td><a href="uebungen.html">&Uuml;bungen</a></td>');
document.write('					<td><a href="bestellung.html">Bestellung</a></td>');
document.write('				</tr>');
document.write('			</table>');
document.write('	</div>');

// Buchtitel und Autoren
document.write('	<div id="kopfzeile">');
document.write('		<span class="kopfzeile1">Optimierung im Transport</span>');
document.write('		<br>');
document.write('		<span class="kopfzeile2">Tore Gr&uuml;nert &amp; Stefan Irnich<br>Shaker Verlag (2005)</span>');
document.write('	</div>');
	
// Bild am rechten Rand
document.write('	<div id="buchbild">');
document.write('		<img src="4bilder.jpg" alt="Buch-Titelbild" height="160" width="160" border="0">');
document.write('	</div>');

// Impressum, Disclaimer, Mail, Zaehler
document.write('	<div id="impressum" class="haupttext3" align="center">');
document.write('		<a href="impressum.html">Impressum</a> / <a href="disclaimer.html">Disclaimer</a><br>');
document.write('		&copy; 2005 <a href="http://www.gts-systems.de" target="_blank">GTS Systems</a>');
document.write('		<br>');
document.write('		<br>');
document.write('	</div>');

