<?xml version="1.0" encoding="iso-8859-1"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events" version="1.1" baseProfile="full" width="14000" height="1500">
	<title>Bio-Graf.de xml Export</title>
	<desc>Bio-Graf Editor 1.01 Registriert für Günther Stadtler   &amp;lt;Z:\Projekte\ZeitstrahlProjekte\Geschichte Dynastien Ägypten\Geschichte Dynastien Ägypten 21.bge&amp;gt;</desc>
	<defs>
		<script type="text/ecmascript">
			<![CDATA[
var UalteObjektNr=-1;
var UBildHoehe=1500;
var UBildBreite=14000;
var UZeitskalaAn=true;
var ULegendeAn=true;
function SymbolZeigen(FObjektNr,Fx,Fy){
  var FLinkZaehler = 0;
  var Fstr = '';
  var FKontext = document.getElementById('Kontext')
  if (UalteObjektNr > -1) {var FQuickInfoAlt = document.getElementById('QuickInfo_'+UalteObjektNr);}
  if (FObjektNr > -1) {var FQuickInfoNeu = document.getElementById('QuickInfo_'+FObjektNr);
    if (FObjektNr == UalteObjektNr) { 
      var FUseKontext = document.getElementById('UseKontext');
      var FKontext1 = document.getElementById('Kontext1');
      var FKontext2 = document.getElementById('Kontext2');
      var FKontext3 = document.getElementById('Kontext3');
      var FKontext4 = document.getElementById('Kontext4');
      var FKontextLink1 = document.getElementById('KontextLink1');
      var FKontextLink2 = document.getElementById('KontextLink2');
      var FKontextLink3 = document.getElementById('KontextLink3');
      var FKontextLink4 = document.getElementById('KontextLink4');
      var FKontexLinkText = document.getElementById('KontextLink_'+FObjektNr);
      var FKontextLinkText1 = '';
      var FKontextLinkText2 = '';
      var FKontextLinkText3 = '';
      var FKontextLinkText4 = '';
      if (FKontexLinkText.childNodes[1].firstChild) {FLinkZaehler = 1; FKontextLinkText1 = FKontexLinkText.childNodes[1].firstChild.nodeValue;}
      if (FKontexLinkText.childNodes[3].firstChild) {FLinkZaehler = 2; FKontextLinkText2 = FKontexLinkText.childNodes[3].firstChild.nodeValue;}
      if (FKontexLinkText.childNodes[5].firstChild) {FLinkZaehler = 3; FKontextLinkText3 = FKontexLinkText.childNodes[5].firstChild.nodeValue;}
      if (FKontexLinkText.childNodes[7].firstChild) {FLinkZaehler = 4; FKontextLinkText4 = FKontexLinkText.childNodes[7].firstChild.nodeValue;}
     FKontextLink1.setAttribute("xlink:href",FKontextLinkText1);
     FKontextLink2.setAttribute("xlink:href",FKontextLinkText2);
     FKontextLink3.setAttribute("xlink:href",FKontextLinkText3);
     FKontextLink4.setAttribute("xlink:href",FKontextLinkText4);
     if (FKontextLinkText1.length > 50) {FKontextLinkText1=FKontextLinkText1.slice(0, 50)+" ..."};
     if (FKontextLinkText2.length > 50) {FKontextLinkText2=FKontextLinkText2.slice(0, 50)+" ..."};
     if (FKontextLinkText3.length > 50) {FKontextLinkText3=FKontextLinkText3.slice(0, 50)+" ..."};
     if (FKontextLinkText4.length > 50) {FKontextLinkText4=FKontextLinkText4.slice(0, 50)+" ..."};
      FKontext1.firstChild.nodeValue=FKontextLinkText1;
      FKontext2.firstChild.nodeValue=FKontextLinkText2;
      FKontext3.firstChild.nodeValue=FKontextLinkText3;
      FKontext4.firstChild.nodeValue=FKontextLinkText4;
      if (FLinkZaehler>0) {FKontext.setAttribute('visibility','visible')};
      Fy=Fy+25
      Fx=Fx+25
      FUseKontext.setAttribute('transform','translate('+Fx+','+Fy+')');
      FKontext.childNodes[1].setAttribute('height',25+(FLinkZaehler*25));
      } else { FKontext.setAttribute('visibility','hidden');}
    FQuickInfoNeu.setAttribute('visibility','visible');
    }
  if (UalteObjektNr > -1) {FQuickInfoAlt.setAttribute('visibility','hidden');}
  if (FObjektNr != UalteObjektNr) { FKontext.setAttribute('visibility','hidden');}
  UalteObjektNr=FObjektNr;
}
function getScrollXY() {
  var scrOfX = 0, scrOfY = 0, scrOfHeight = 0,scrOfWidth = 0;
    scrOfY = window.pageYOffset;
    scrOfX = window.pageXOffset;
    scrOfWidth = window.innerWidth;
    scrOfHeight = window.innerHeight;
  return [ scrOfX, scrOfY,scrOfWidth,scrOfHeight ];
}
 function moveFixed(evt)
{
  var scrollpos = getScrollXY();
  var skala = document.getElementById("skala");
  var Legende_0 = document.getElementById("Legende_0");
  var Legende_1 = document.getElementById("Legende_1");
  var Legende_31 = document.getElementById("Legende_31");
  var tskalam = skala.transform.baseVal.getItem(0);
  var tLegende_0 = Legende_0.transform.baseVal.getItem(0);
  var tLegende_1 = Legende_1.transform.baseVal.getItem(0);
  var tLegende_31 = Legende_31.transform.baseVal.getItem(0);
  if (UZeitskalaAn == true) { tskalam.setTranslate(0,(scrollpos[1]+scrollpos[3])-(UBildHoehe+15))} else
   { tskalam.setTranslate(0,0)};
  if (ULegendeAn == true) { tLegende_0.setTranslate(scrollpos[0],0)} else
   { tLegende_0.setTranslate(0,0)};
  if (ULegendeAn == true) { tLegende_1.setTranslate(scrollpos[0],0)} else
   { tLegende_1.setTranslate(0,0)};
  if (ULegendeAn == true) { tLegende_31.setTranslate(scrollpos[0],0)} else
   { tLegende_31.setTranslate(0,0)};
}
window.onscroll = moveFixed;
window.onresize = moveFixed;
]]>
		</script>
		<symbol id="Kontext">
			<rect x="0" y="0" width="400" height="123" fill="rgb(240,240,240)" stroke="rgb(0,0,255)" stroke-width="3"/>
			<rect x="2" y="2" width="396" height="20" fill="rgb(191,205,219)" stroke="rgb(0,120,215)" stroke-width="0"/>
			<text xml:space="preserve" x="148" y="18" style="font-family:Tahoma; font-size:12; fill:rgb(255,255,255); " transform=" rotate (0)">Bio-Graf Kontextmenü</text>
			<a id="KontextLink1" xlink:href="http://www.bio-graf.de/" target="_blank">
				<text id="Kontext1" x="13" y="39" style="font-family:Tahoma; font-size:12; fill:black ">Menü 1 </text>
			</a>
			<a id="KontextLink2" xlink:href="" target="_blank">
				<text id="Kontext2" x="13" y="62" style="font-family:Tahoma; font-size:12; fill:black ">Menü 2 </text>
			</a>
			<a id="KontextLink3" xlink:href="" target="_blank">
				<text id="Kontext3" x="13" y="85" style="font-family:Tahoma; font-size:12; fill:black ">Menü 3 </text>
			</a>
			<a id="KontextLink4" xlink:href="" target="_blank">
				<text id="Kontext4" x="13" y="108" style="font-family:Tahoma; font-size:12; fill:black ">Menü 4 </text>
			</a>
		</symbol>
		<symbol id="QuickInfo_0">
			<rect x="-191" y="-40" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-195" y="-44" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-186" y="-50" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-185" y="-55" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-166" y="-38" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 0 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_1">
			<rect x="-191" y="231" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-195" y="227" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-186" y="221" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-185" y="216" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-166" y="233" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 0 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_2">
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2600" y="303" width="1840" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4440" y="303" width="552" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5236" y="217" width="820" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5688" y="331" width="148" height="22" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6088" y="303" width="672" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6920" y="267" width="3420" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7196" y="330" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7280" y="362" width="128" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7168" y="122" width="230" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7548" y="331" width="144" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7692" y="362" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7820" y="331" width="580" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7986" y="143" width="230" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8264" y="167" width="56" height="21" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8412" y="362" width="128" height="21" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9286" y="140" width="230" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12235" y="166" width="230" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10340" y="284" width="1532" height="21" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10340" y="232" width="208" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10438" y="117" width="230" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10548" y="212" width="216" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10924" y="252" width="176" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10987" y="167" width="230" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11757" y="166" width="230" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1073" y="663" width="128" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1201" y="689" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1205" y="663" width="188" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1393" y="689" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1445" y="663" width="188" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1633" y="689" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1657" y="663" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1689" y="689" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1789" y="663" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1901" y="689" width="60" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1961" y="663" width="172" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1072" y="537" width="716" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="472" y="497" width="600" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2133" y="689" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2161" y="662" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2205" y="689" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2257" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2225" y="662" width="32" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2265" y="715" width="108" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2372" y="537" width="272" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2373" y="664" width="68" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2441" y="689" width="80" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2521" y="664" width="28" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2549" y="688" width="96" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2549" y="719" width="96" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2549" y="749" width="96" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2645" y="664" width="140" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2644" y="537" width="540" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2785" y="689" width="92" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2877" y="664" width="36" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2913" y="689" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3017" y="664" width="28" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3177" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3157" y="664" width="20" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3045" y="689" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3185" y="717" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3217" y="664" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3269" y="689" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3349" y="663" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3377" y="689" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3421" y="664" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3545" y="689" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3581" y="664" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3733" y="689" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3812" y="537" width="524" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3813" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3853" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3861" y="664" width="200" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4061" y="689" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4085" y="664" width="240" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4325" y="689" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4329" y="709" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4336" y="567" width="-4" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4336" y="537" width="184" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4516" y="496" width="604" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4520" y="417" width="600" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4724" y="537" width="572" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4725" y="664" width="64" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5017" y="689" width="204" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4985" y="664" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5221" y="664" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4789" y="689" width="196" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5269" y="689" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5296" y="537" width="732" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5297" y="664" width="116" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5377" y="689" width="180" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5545" y="664" width="140" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5673" y="689" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5713" y="664" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5789" y="689" width="192" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5973" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6009" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6024" y="537" width="584" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6608" y="537" width="436" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6841" y="643" width="164" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="689" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="714" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="739" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="689" width="232" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="664" width="232" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7005" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6608" y="428" width="436" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6620" y="393" width="380" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7001" y="688" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7101" y="664" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7185" y="689" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7233" y="664" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7613" y="689" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7285" y="639" width="216" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7489" y="664" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7649" y="664" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7797" y="689" width="68" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7853" y="664" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7869" y="714" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7909" y="639" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7925" y="664" width="108" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8032" y="497" width="428" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8033" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8041" y="664" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8085" y="5589" width="264" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8349" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8389" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8405" y="664" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8425" y="689" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8469" y="688" width="128" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8457" y="664" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8593" y="639" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8621" y="688" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8633" y="664" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8665" y="639" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8697" y="664" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8701" y="689" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8773" y="664" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8789" y="689" width="136" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8920" y="497" width="500" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9025" y="689" width="204" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9025" y="639" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8921" y="664" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9265" y="664" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9221" y="639" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9289" y="689" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9365" y="664" width="56" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9421" y="689" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9505" y="664" width="136" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9641" y="688" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9693" y="664" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9641" y="688" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9701" y="689" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9853" y="664" width="156" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10009" y="689" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10061" y="525" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10105" y="688" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="9721" y="714" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9837" y="739" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9881" y="714" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9937" y="764" width="64" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10001" y="714" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10041" y="739" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10133" y="714" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10181" y="739" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10261" y="714" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10176" y="529" width="136" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10177" y="764" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10177" y="789" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10177" y="789" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10273" y="814" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10240" y="425" width="104" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10241" y="839" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10325" y="789" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10544" y="423" width="556" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10200" y="391" width="144" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10201" y="864" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10217" y="889" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10341" y="864" width="60" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10401" y="889" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10441" y="864" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10545" y="889" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10545" y="664" width="216" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10761" y="689" width="60" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10821" y="664" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10845" y="689" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10921" y="664" width="176" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11097" y="689" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11100" y="457" width="664" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11101" y="664" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11117" y="714" width="144" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11261" y="663" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11345" y="689" width="160" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11505" y="663" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11509" y="689" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11585" y="663" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11584" y="527" width="20" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11585" y="639" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11604" y="496" width="76" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11605" y="688" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11629" y="714" width="52" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11633" y="744" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11681" y="688" width="-8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11680" y="527" width="152" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11681" y="640" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11745" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11761" y="714" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11832" y="497" width="28" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11833" y="640" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11849" y="664" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11857" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11853" y="714" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11872" y="342" width="104" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11873" y="464" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11909" y="489" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11933" y="514" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11977" y="538" width="96" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12073" y="514" width="144" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12217" y="539" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12317" y="514" width="68" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12385" y="538" width="96" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12377" y="564" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12401" y="589" width="56" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12481" y="514" width="64" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12549" y="488" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12545" y="538" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12621" y="564" width="116" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12677" y="514" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12737" y="488" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12849" y="539" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12773" y="589" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12877" y="564" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12881" y="614" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12881" y="514" width="88" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12981" y="489" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12969" y="589" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12997" y="638" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1225" y="29" width="352" height="268" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1221" y="25" width="348" height="264" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1231" y="42" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ägypten (nach Herodot »Das Geschenk des</text>
			<text xml:space="preserve" x="1231" y="56" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nils«) liegt in dem ungefähr 1000 km langen,</text>
			<text xml:space="preserve" x="1231" y="70" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10-20 km breiten fruchtbaren Nil-Tal</text>
			<text xml:space="preserve" x="1231" y="84" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(»schwarzes Land«), das im Westen und</text>
			<text xml:space="preserve" x="1231" y="98" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(&amp;gt;sten von Wüste umgeben ist (»rotes Land«).</text>
			<text xml:space="preserve" x="1231" y="112" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Das zwischen Juli und Oktober heranflu-</text>
			<text xml:space="preserve" x="1231" y="126" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">tende, fruchtbaren Schlamm mit sich füh-</text>
			<text xml:space="preserve" x="1231" y="140" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">rende Hochwasser (»Nilschwelle«) ist</text>
			<text xml:space="preserve" x="1231" y="154" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(irundlage für die Fruchtbarkeit des Landes.</text>
			<text xml:space="preserve" x="1231" y="168" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Auf die vorgeschichtlichen Kulturen von</text>
			<text xml:space="preserve" x="1231" y="182" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Badari, Merimde und Negade erfolgt um</text>
			<text xml:space="preserve" x="1231" y="196" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3000 die Bildung eines oberägypt. und untcr-</text>
			<text xml:space="preserve" x="1231" y="210" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ägypt. Reichs. Die beiden Reiche werden</text>
			<text xml:space="preserve" x="1231" y="224" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">unter Narmer und Aha (nach griech. Über-</text>
			<text xml:space="preserve" x="1231" y="238" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">lieferung: Menes) vereinigt, die Hauptstadt</text>
			<text xml:space="preserve" x="1231" y="252" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Memphis (»Weiße Mauer«) gegründet.</text>
			<rect x="1225" y="-41" width="470" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1221" y="-45" width="466" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1230" y="-51" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1231" y="-42" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1231" y="-25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1   ISBN: 978-3-423-03331-2</text>
			<rect x="1597" y="31" width="562" height="895" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="1589" y="22" width="556" height="889" xlink:href="./Daten/ONr_2_QuickBild.jpg">
				<title>./Daten/ONr_2_QuickBild.jpg</title></image>
			<rect x="1586" y="22" width="562" height="892" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="1010" y="-41" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1006" y="-45" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1015" y="-51" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1016" y="-42" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1013" y="-25" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1013" y="-7" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1035" y="-25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -3000 Jahre</text>
			<text xml:space="preserve" x="1035" y="-8" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1570 Jahre</text>
			<text xml:space="preserve" x="1013" y="16" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1430 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_3">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2600" y="303" width="1840" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4440" y="303" width="552" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1073" y="663" width="128" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1201" y="689" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1205" y="663" width="188" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1393" y="689" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1445" y="663" width="188" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1633" y="689" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1657" y="663" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1689" y="689" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1789" y="663" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1901" y="689" width="60" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1961" y="663" width="172" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1072" y="537" width="716" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="472" y="497" width="600" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2133" y="689" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2161" y="662" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2205" y="689" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2257" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2225" y="662" width="32" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2265" y="715" width="108" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2372" y="537" width="272" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2373" y="664" width="68" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2441" y="689" width="80" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2521" y="664" width="28" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2549" y="688" width="96" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2549" y="719" width="96" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2549" y="749" width="96" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2645" y="664" width="140" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2644" y="537" width="540" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2785" y="689" width="92" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2877" y="664" width="36" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2913" y="689" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3017" y="664" width="28" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3177" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3157" y="664" width="20" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3045" y="689" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3185" y="717" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3217" y="664" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3269" y="689" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3349" y="663" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3377" y="689" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3421" y="664" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3545" y="689" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3581" y="664" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3733" y="689" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3812" y="537" width="524" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3813" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3853" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3861" y="664" width="200" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4061" y="689" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4085" y="664" width="240" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4325" y="689" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4329" y="709" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4336" y="567" width="-4" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4336" y="537" width="184" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4516" y="496" width="604" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4520" y="417" width="600" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4724" y="537" width="572" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4725" y="664" width="64" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5017" y="689" width="204" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4985" y="664" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5221" y="664" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4789" y="689" width="196" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5269" y="689" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5296" y="537" width="732" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5297" y="664" width="116" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5377" y="689" width="180" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5545" y="664" width="140" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5673" y="689" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5713" y="664" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5789" y="689" width="192" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5973" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6009" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6024" y="537" width="584" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6608" y="537" width="436" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6841" y="643" width="164" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="689" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="714" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="739" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="689" width="232" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="664" width="232" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7005" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6608" y="428" width="436" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6620" y="393" width="380" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7001" y="688" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7101" y="664" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7185" y="689" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7233" y="664" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7613" y="689" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7285" y="639" width="216" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7489" y="664" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7649" y="664" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7797" y="689" width="68" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7853" y="664" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7869" y="714" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7909" y="639" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7925" y="664" width="108" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8032" y="497" width="428" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8033" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8041" y="664" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8405" y="664" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8469" y="688" width="128" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8457" y="664" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8593" y="639" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8621" y="688" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8633" y="664" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8665" y="639" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8697" y="664" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8701" y="689" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8773" y="664" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8789" y="689" width="136" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8920" y="497" width="500" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9025" y="689" width="204" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9025" y="639" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8921" y="664" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9265" y="664" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9221" y="639" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9289" y="689" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9365" y="664" width="56" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9421" y="689" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9505" y="664" width="136" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9641" y="688" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9693" y="664" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9641" y="688" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9701" y="689" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9853" y="664" width="156" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10009" y="689" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10061" y="525" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10105" y="688" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="9721" y="714" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9837" y="739" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9881" y="714" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9937" y="764" width="64" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10001" y="714" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10041" y="739" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10133" y="714" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10181" y="739" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10261" y="714" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10176" y="529" width="136" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10177" y="764" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10177" y="789" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10177" y="789" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10273" y="814" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10240" y="425" width="104" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10241" y="839" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10325" y="789" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10544" y="423" width="556" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10200" y="391" width="144" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10201" y="864" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10217" y="889" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10341" y="864" width="60" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10401" y="889" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10441" y="864" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10545" y="889" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10545" y="664" width="216" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10761" y="689" width="60" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10821" y="664" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10845" y="689" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10921" y="664" width="176" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11097" y="689" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11100" y="457" width="664" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11101" y="664" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11117" y="714" width="144" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11261" y="663" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11345" y="689" width="160" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11505" y="663" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11509" y="689" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11585" y="663" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11584" y="527" width="20" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11585" y="639" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11604" y="496" width="76" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11605" y="688" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11629" y="714" width="52" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11633" y="744" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11681" y="688" width="-8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11680" y="527" width="152" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11681" y="640" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11745" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11761" y="714" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11832" y="497" width="28" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11833" y="640" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11849" y="664" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11857" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11853" y="714" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11872" y="342" width="104" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11873" y="464" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11909" y="489" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11933" y="514" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11977" y="538" width="96" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12073" y="514" width="144" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12217" y="539" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12317" y="514" width="68" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12385" y="538" width="96" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12377" y="564" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12401" y="589" width="56" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12481" y="514" width="64" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12549" y="488" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12545" y="538" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12621" y="564" width="116" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12677" y="514" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12737" y="488" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12849" y="539" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12773" y="589" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12877" y="564" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12881" y="614" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12881" y="514" width="88" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12981" y="489" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12969" y="589" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12997" y="638" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1824" y="241" width="352" height="408" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1820" y="237" width="348" height="404" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1830" y="254" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Staat: Der Pharao (»Großes Haus«) ist</text>
			<text xml:space="preserve" x="1830" y="268" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">absoluter, erblicher König, die Inkarnation</text>
			<text xml:space="preserve" x="1830" y="282" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">des Falkengottes Horus (»Großer Gott«).</text>
			<text xml:space="preserve" x="1830" y="296" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seit der 4. Dyn. wird er als Sohn des Son-</text>
			<text xml:space="preserve" x="1830" y="310" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">nengottes Re verehrt. Zentralisierte Staats-</text>
			<text xml:space="preserve" x="1830" y="324" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">verwaltung: Beamte (»Schreiber«) unter</text>
			<text xml:space="preserve" x="1830" y="338" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">einem obersten Minister werden vom König</text>
			<text xml:space="preserve" x="1830" y="352" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">aus dem alten, entmachteten Adel ernannt.</text>
			<text xml:space="preserve" x="1830" y="366" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Einteilung des Landes in Gaue unter Gau-</text>
			<text xml:space="preserve" x="1830" y="380" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">fürsten. Kein stehendes Heer. Naturalwirt-</text>
			<text xml:space="preserve" x="1830" y="394" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">schaft. Neben der Besteuerung (Korn und</text>
			<text xml:space="preserve" x="1830" y="408" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Vieh) besteht die Pflicht der Untertanen zu</text>
			<text xml:space="preserve" x="1830" y="422" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frondiensten. Rechtssicherheit wird durch</text>
			<text xml:space="preserve" x="1830" y="436" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gerichte gewährleistet. Auslandsbeziehun-</text>
			<text xml:space="preserve" x="1830" y="450" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gen nach Syrien und Punt (Somaliland).</text>
			<text xml:space="preserve" x="1830" y="464" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Feldzüge nach Libyen und Palästina.</text>
			<text xml:space="preserve" x="1830" y="478" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Religion: Im Anfang Vielfalt der Kulte</text>
			<text xml:space="preserve" x="1830" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(tiergestaltige oder tierköpfig dargestellte</text>
			<text xml:space="preserve" x="1830" y="506" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gottheiten). In historischer Zeit große Be-</text>
			<text xml:space="preserve" x="1830" y="520" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">deutung der Sonnenreligion. Entstehung</text>
			<text xml:space="preserve" x="1830" y="534" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wichtiger Kultzcntren: Re-Aton von Helio-</text>
			<text xml:space="preserve" x="1830" y="548" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">polis, Ptah von Memphis, Thot von Her-</text>
			<text xml:space="preserve" x="1830" y="562" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">mopolis. Der Vegetationsgott Osiris wird</text>
			<text xml:space="preserve" x="1830" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Totenkönig. Glaube an ein Totcngcricht</text>
			<text xml:space="preserve" x="1830" y="590" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und Fortleben nach dem Tode, deshalb</text>
			<text xml:space="preserve" x="1830" y="604" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Opfergaben.</text>
			<rect x="1824" y="171" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1820" y="167" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1829" y="161" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1830" y="170" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1830" y="187" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="2196" y="243" width="561" height="899" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="2188" y="234" width="555" height="893" xlink:href="./Daten/ONr_3_QuickBild.jpg">
				<title>./Daten/ONr_3_QuickBild.jpg</title></image>
			<rect x="2185" y="234" width="561" height="896" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="1609" y="171" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1605" y="167" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1614" y="161" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1615" y="170" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1612" y="187" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1612" y="205" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1634" y="187" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2850 Jahre</text>
			<text xml:space="preserve" x="1634" y="204" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2052 Jahre</text>
			<text xml:space="preserve" x="1612" y="228" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">798 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_4">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1073" y="663" width="128" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1201" y="689" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1205" y="663" width="188" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1393" y="689" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1445" y="663" width="188" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1633" y="689" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1657" y="663" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1689" y="689" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1789" y="663" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1901" y="689" width="60" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1961" y="663" width="172" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1072" y="537" width="716" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="472" y="497" width="600" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2133" y="689" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2161" y="662" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2205" y="689" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2257" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2225" y="662" width="32" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2265" y="715" width="108" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2372" y="537" width="272" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2373" y="664" width="68" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2441" y="689" width="80" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2521" y="664" width="28" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2549" y="688" width="96" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2549" y="719" width="96" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2549" y="749" width="96" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2645" y="664" width="140" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2644" y="537" width="540" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2785" y="689" width="92" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2877" y="664" width="36" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2913" y="689" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3017" y="664" width="28" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3177" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3157" y="664" width="20" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3045" y="689" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3185" y="717" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3217" y="664" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3269" y="689" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3349" y="663" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3377" y="689" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3421" y="664" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3545" y="689" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3581" y="664" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3733" y="689" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3812" y="537" width="524" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3813" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3853" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3861" y="664" width="200" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4061" y="689" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4085" y="664" width="240" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4325" y="689" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4329" y="709" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4336" y="567" width="-4" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4336" y="537" width="184" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4516" y="496" width="604" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4520" y="417" width="600" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4724" y="537" width="572" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4725" y="664" width="64" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5017" y="689" width="204" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4985" y="664" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5221" y="664" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4789" y="689" width="196" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5269" y="689" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5296" y="537" width="732" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5297" y="664" width="116" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5377" y="689" width="180" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5545" y="664" width="140" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5673" y="689" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5713" y="664" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5789" y="689" width="192" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5973" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6009" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6024" y="537" width="584" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6608" y="537" width="436" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6841" y="643" width="164" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="689" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="714" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="739" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="689" width="232" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="664" width="232" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7005" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6608" y="428" width="436" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6620" y="393" width="380" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7001" y="688" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7101" y="664" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7185" y="689" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7233" y="664" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7613" y="689" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7285" y="639" width="216" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7489" y="664" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7649" y="664" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7797" y="689" width="68" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7853" y="664" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7869" y="714" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7909" y="639" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7925" y="664" width="108" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8032" y="497" width="428" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8033" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8041" y="664" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8405" y="664" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8469" y="688" width="128" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8457" y="664" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8593" y="639" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8621" y="688" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8633" y="664" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8665" y="639" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8697" y="664" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8701" y="689" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8773" y="664" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8789" y="689" width="136" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8920" y="497" width="500" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9025" y="689" width="204" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9025" y="639" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8921" y="664" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9265" y="664" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9221" y="639" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9289" y="689" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9365" y="664" width="56" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9421" y="689" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9505" y="664" width="136" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9641" y="688" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9693" y="664" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9641" y="688" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9701" y="689" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9853" y="664" width="156" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10009" y="689" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10061" y="525" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10105" y="688" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10176" y="529" width="136" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10240" y="425" width="104" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10544" y="423" width="556" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10200" y="391" width="144" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11100" y="457" width="664" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11584" y="527" width="20" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11604" y="496" width="76" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11680" y="527" width="152" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11832" y="497" width="28" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11872" y="342" width="104" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1824" y="329" width="366" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1820" y="325" width="362" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1830" y="342" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In dieser Epoche isoliert sich der Staat ande-</text>
			<text xml:space="preserve" x="1830" y="356" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ren Völkern gegenüber, fremde Einflüsse</text>
			<text xml:space="preserve" x="1830" y="370" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">werden beseitigt, die Beduinen auf der</text>
			<text xml:space="preserve" x="1830" y="384" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sinai-Halbinsel bekämpft (Gewrinn der</text>
			<text xml:space="preserve" x="1830" y="398" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kupferminen). - Fahrten nach Byblos</text>
			<text xml:space="preserve" x="1830" y="412" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(Zedernholz); Vorstöße nach Nubien. Bau</text>
			<text xml:space="preserve" x="1830" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">von Königsgräbern (Mastaba = Bank).</text>
			<rect x="1824" y="259" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1820" y="255" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1829" y="249" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1830" y="258" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1830" y="275" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="1609" y="259" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1605" y="255" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1614" y="249" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1615" y="258" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1612" y="275" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1612" y="293" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1634" y="275" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2850 Jahre</text>
			<text xml:space="preserve" x="1634" y="292" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2650 Jahre</text>
			<text xml:space="preserve" x="1612" y="316" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">200 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_5">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2624" y="332" width="338" height="380" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2620" y="328" width="334" height="376" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2630" y="345" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Politisches Zentrum: Memphis unter dem 1.</text>
			<text xml:space="preserve" x="2630" y="359" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">König Djoser, der in der vom Arzt und</text>
			<text xml:space="preserve" x="2630" y="373" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Architekten Imhotep erbauten »Stufen-</text>
			<text xml:space="preserve" x="2630" y="387" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">pyramide« von Sakkara ( - sechs aufein-</text>
			<text xml:space="preserve" x="2630" y="401" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">andcrgcstelltc Mastabas) bestattet ist.</text>
			<text xml:space="preserve" x="2630" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4. Dyn.: Die Pyramidenerbauer: Snofru</text>
			<text xml:space="preserve" x="2630" y="429" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(Pyramiden von Dahschur und Medum),</text>
			<text xml:space="preserve" x="2630" y="443" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Cheops, Chephren und Mykerinos (Py-</text>
			<text xml:space="preserve" x="2630" y="457" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ramiden von Giseh, wcstl. Kairo). 5. Dyn.:</text>
			<text xml:space="preserve" x="2630" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Sonnenreligion (Re von Heliopolis)</text>
			<text xml:space="preserve" x="2630" y="485" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wird Staatsreligion (Sonnenheiligtümer</text>
			<text xml:space="preserve" x="2630" y="499" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">mit Obelisk). 6. Dyn.: Mit der Ohnmacht</text>
			<text xml:space="preserve" x="2630" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der Pharaonen wächst die Macht der</text>
			<text xml:space="preserve" x="2630" y="527" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Feudalherren. Soziale Umwälzungen be-</text>
			<text xml:space="preserve" x="2630" y="541" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">schleunigen den Zusammenbruch des Ein-</text>
			<text xml:space="preserve" x="2630" y="555" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">heitsstaates (der Süden macht sich selb-</text>
			<text xml:space="preserve" x="2630" y="569" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ständig). Die Kämpfe unter den lokalen</text>
			<text xml:space="preserve" x="2630" y="583" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Feudalherren fördern die zunehmende</text>
			<text xml:space="preserve" x="2630" y="597" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Rechtsunsicherheit; Aufstände, Zerstö-</text>
			<text xml:space="preserve" x="2630" y="611" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">rung der Gräber. Literarischer Nieder-</text>
			<text xml:space="preserve" x="2630" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">schlag der geistigen Krisenstimmung:</text>
			<text xml:space="preserve" x="2630" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">&amp;gt;Lehre für König Merikare&amp;lt;, »Klagen des</text>
			<text xml:space="preserve" x="2630" y="653" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">beredten Baucrn&amp;lt;, »Gespräch eines Lebens-</text>
			<text xml:space="preserve" x="2630" y="667" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">müden mit der Seele&amp;lt;.</text>
			<rect x="2624" y="262" width="470" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2620" y="258" width="466" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2629" y="252" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2630" y="261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2630" y="278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1   ISBN: 978-3-423-03331-2</text>
			<rect x="2409" y="262" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2405" y="258" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2414" y="252" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2415" y="261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2412" y="278" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2412" y="296" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2434" y="278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2650 Jahre</text>
			<text xml:space="preserve" x="2434" y="295" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2190 Jahre</text>
			<text xml:space="preserve" x="2412" y="319" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">460 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_6">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4464" y="332" width="352" height="632" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4460" y="328" width="348" height="628" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4470" y="345" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">&#8212; Herakleopolitenzeit). Unter den loka-</text>
			<text xml:space="preserve" x="4470" y="359" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">len Feudalherren erlangen nur die Gau-</text>
			<text xml:space="preserve" x="4470" y="373" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">fürsten von Herakleopolis größere Bedeu-</text>
			<text xml:space="preserve" x="4470" y="387" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">tung. Die Fürsten von Theben ringen um</text>
			<text xml:space="preserve" x="4470" y="401" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die Einheit.</text>
			<text xml:space="preserve" x="4470" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Staat: Der Pharao (»Großes Haus«) ist</text>
			<text xml:space="preserve" x="4470" y="429" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">absoluter, erblicher König, die Inkarnation</text>
			<text xml:space="preserve" x="4470" y="443" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">des Falkengottes Horus (»Großer Gott«).</text>
			<text xml:space="preserve" x="4470" y="457" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seit der 4. Dyn. wird er als Sohn des Son-</text>
			<text xml:space="preserve" x="4470" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">nengottes Re verehrt. Zentralisierte Staats-</text>
			<text xml:space="preserve" x="4470" y="485" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">verwaltung: Beamte (»Schreiber«) unter</text>
			<text xml:space="preserve" x="4470" y="499" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">einem obersten Minister werden vom König</text>
			<text xml:space="preserve" x="4470" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">aus dem alten, entmachteten Adel ernannt.</text>
			<text xml:space="preserve" x="4470" y="527" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Einteilung des Landes in Gaue unter Gau-</text>
			<text xml:space="preserve" x="4470" y="541" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">fürsten. Kein stehendes Heer. Naturalwirt-</text>
			<text xml:space="preserve" x="4470" y="555" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">schaft. Neben der Besteuerung (Korn und</text>
			<text xml:space="preserve" x="4470" y="569" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Vieh) besteht die Pflicht der Untertanen zu</text>
			<text xml:space="preserve" x="4470" y="583" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frondiensten. Rechtssicherheit wird durch</text>
			<text xml:space="preserve" x="4470" y="597" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gerichte gewährleistet. Auslandsbeziehun-</text>
			<text xml:space="preserve" x="4470" y="611" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gen nach Syrien und Punt (Somaliland).</text>
			<text xml:space="preserve" x="4470" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Feldzüge nach Libyen und Palästina.</text>
			<text xml:space="preserve" x="4470" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Religion: Im Anfang Vielfalt der Kulte</text>
			<text xml:space="preserve" x="4470" y="653" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(tiergestaltige oder tierköpfig dargestellte</text>
			<text xml:space="preserve" x="4470" y="667" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gottheiten). In historischer Zeit große Be-</text>
			<text xml:space="preserve" x="4470" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">deutung der Sonnenreligion. Entstehung</text>
			<text xml:space="preserve" x="4470" y="695" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wichtiger Kultzcntren: Re-Aton von Helio-</text>
			<text xml:space="preserve" x="4470" y="709" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">polis, Ptah von Memphis, Thot von Her-</text>
			<text xml:space="preserve" x="4470" y="723" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">mopolis. Der Vegetationsgott Osiris wird</text>
			<text xml:space="preserve" x="4470" y="737" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Totenkönig. Glaube an ein Totcngcricht</text>
			<text xml:space="preserve" x="4470" y="751" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und Fortleben nach dem Tode, deshalb</text>
			<text xml:space="preserve" x="4470" y="765" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Opfergaben.</text>
			<text xml:space="preserve" x="4470" y="779" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Hieroglyphenschrift: Bilderschrift aus Wort-</text>
			<text xml:space="preserve" x="4470" y="793" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">zeichen, Konsonantengruppen und einzel-</text>
			<text xml:space="preserve" x="4470" y="807" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">nen Konsonanten, ohne Vokale, daneben</text>
			<text xml:space="preserve" x="4470" y="821" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die »hieratische«, später als Gebrauchs-</text>
			<text xml:space="preserve" x="4470" y="835" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">schrift die »demotische« Schrift (um 700).</text>
			<text xml:space="preserve" x="4470" y="849" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Kalender (Beginn des Jahres: Mitte</text>
			<text xml:space="preserve" x="4470" y="863" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Juli, z. Z. der Nilschwelle) umfaßt 365 Tage</text>
			<text xml:space="preserve" x="4470" y="877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(12 mal 30 plus 5). Schaltjahre sind unbe-</text>
			<text xml:space="preserve" x="4470" y="891" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">kannt, dadurch Differenz zum Sonnenjahr.</text>
			<text xml:space="preserve" x="4470" y="905" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(Später Beobachtung des Sothis = Sirius:</text>
			<text xml:space="preserve" x="4470" y="919" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sothisjahr &#8212; 365lU Tage.)</text>
			<rect x="4464" y="262" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4460" y="258" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4469" y="252" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4470" y="261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4470" y="278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="4249" y="262" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4245" y="258" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4254" y="252" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4255" y="261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4252" y="278" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4252" y="296" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4274" y="278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2190 Jahre</text>
			<text xml:space="preserve" x="4274" y="295" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2052 Jahre</text>
			<text xml:space="preserve" x="4252" y="319" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">138 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_7">
			<rect x="5236" y="217" width="820" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5688" y="331" width="148" height="22" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6088" y="303" width="672" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4801" y="263" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4797" y="259" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4806" y="253" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4807" y="262" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4804" y="279" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4804" y="297" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4826" y="279" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2052 Jahre</text>
			<text xml:space="preserve" x="4826" y="296" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1570 Jahre</text>
			<text xml:space="preserve" x="4804" y="320" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">482 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_8">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4992" y="304" width="1928" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5260" y="246" width="317" height="170" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5256" y="242" width="313" height="166" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5266" y="259" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Dyn.: Erneute Zentralisierung</text>
			<text xml:space="preserve" x="5266" y="273" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der Verwaltung und Entmachtung der</text>
			<text xml:space="preserve" x="5266" y="287" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gaufürsten. Sicherung Ägyptens durch</text>
			<text xml:space="preserve" x="5266" y="301" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bau von Befestigungsanlagen im Ostdelta</text>
			<text xml:space="preserve" x="5266" y="315" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und am II. Katarakt. Bau großer Tempel-</text>
			<text xml:space="preserve" x="5266" y="329" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">anlagen in Karnak, dem Sitz des neuen</text>
			<text xml:space="preserve" x="5266" y="343" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Reichsgottes Amun. Größte Ausdehnung</text>
			<text xml:space="preserve" x="5266" y="357" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und Glanzzeit des Reiches unter:</text>
			<text xml:space="preserve" x="5266" y="371" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sesostris III.</text>
			<rect x="5260" y="176" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5256" y="172" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5265" y="166" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5266" y="175" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5266" y="192" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="5045" y="176" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5041" y="172" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5050" y="166" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5051" y="175" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5048" y="192" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5048" y="210" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5070" y="192" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1991 Jahre</text>
			<text xml:space="preserve" x="5070" y="209" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1786 Jahre</text>
			<text xml:space="preserve" x="5048" y="233" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">205 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_9">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4992" y="304" width="1928" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5712" y="360" width="345" height="268" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5708" y="356" width="341" height="264" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5718" y="373" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sesostris III.: Der ägypt. Einfluß</text>
			<text xml:space="preserve" x="5718" y="387" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">reichtnach Unternubien (Goldbergwerke);</text>
			<text xml:space="preserve" x="5718" y="401" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Handelswege entstehen nach dem Roten</text>
			<text xml:space="preserve" x="5718" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Meer, der Sinaihalbinsel, Punt, Kreta</text>
			<text xml:space="preserve" x="5718" y="429" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und Byblos. Unter Amenemhet III.</text>
			<text xml:space="preserve" x="5718" y="443" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Erschließung des Faiyum durch Anlage</text>
			<text xml:space="preserve" x="5718" y="457" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">des Moeris-Sees und Bau von Pyramide</text>
			<text xml:space="preserve" x="5718" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und Totentempel bei Hawara (»Laby-</text>
			<text xml:space="preserve" x="5718" y="485" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">rinth«). Plastik: Altersporträts Sesostris&#8217;</text>
			<text xml:space="preserve" x="5718" y="499" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">III. und Amenemhets III. Königssphingen.</text>
			<text xml:space="preserve" x="5718" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Neuer Statuentyp:	»Würfelhocker«</text>
			<text xml:space="preserve" x="5718" y="527" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">( - Gestalt mit hochgezogenen Knien</text>
			<text xml:space="preserve" x="5718" y="541" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">in langem, bis auf die Füße fallen-</text>
			<text xml:space="preserve" x="5718" y="555" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dem Gewand). Literatur: »Lehre des</text>
			<text xml:space="preserve" x="5718" y="569" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Königs Amenemhet&amp;lt;, »Geschichte des</text>
			<text xml:space="preserve" x="5718" y="583" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sinuhe&amp;lt;.</text>
			<rect x="5712" y="290" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5708" y="286" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5717" y="280" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5718" y="289" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5718" y="306" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="5497" y="290" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5493" y="286" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5502" y="280" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5503" y="289" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5500" y="306" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5500" y="324" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5522" y="306" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1878 Jahre</text>
			<text xml:space="preserve" x="5522" y="323" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1841 Jahre</text>
			<text xml:space="preserve" x="5500" y="347" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">37 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_10">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4992" y="304" width="1928" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6112" y="332" width="338" height="268" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6108" y="328" width="334" height="264" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6118" y="345" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Innenpolit.Wirren begünstigen den</text>
			<text xml:space="preserve" x="6118" y="359" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">um 1650 Einfalt der Hyksos, einer Völker-</text>
			<text xml:space="preserve" x="6118" y="373" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gruppc aus Churritcrn und semit. Stäm-</text>
			<text xml:space="preserve" x="6118" y="387" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">men (ägypt. heka-chesut = »Häuptlinge</text>
			<text xml:space="preserve" x="6118" y="401" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der Fremdländer« bezeichnet die Ober-</text>
			<text xml:space="preserve" x="6118" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">schicht), als Folge der um 2000 einsetzen-</text>
			<text xml:space="preserve" x="6118" y="429" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">den, durch das Vordringen der Indoger-</text>
			<text xml:space="preserve" x="6118" y="443" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">manen ausgelösten Völkerverschiebungen.</text>
			<text xml:space="preserve" x="6118" y="457" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Oberägypten wird von den Eindringlingen,</text>
			<text xml:space="preserve" x="6118" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die eine Herrenschicht bilden, durch die</text>
			<text xml:space="preserve" x="6118" y="485" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">von ihnen nach Ägypten gebrachte neue</text>
			<text xml:space="preserve" x="6118" y="499" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kampftechnik: Pferd und Streitwagen von</text>
			<text xml:space="preserve" x="6118" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der Residenz Auaris im Ostdelta aus</text>
			<text xml:space="preserve" x="6118" y="527" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(15./16. Dyn.) beherrscht; die Hyksos</text>
			<text xml:space="preserve" x="6118" y="541" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">passen sich jedoch der überlegenen Kultur</text>
			<text xml:space="preserve" x="6118" y="555" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ägyptens an.</text>
			<rect x="6112" y="262" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6108" y="258" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6117" y="252" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6118" y="261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6118" y="278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="5897" y="262" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5893" y="258" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5902" y="252" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5903" y="261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5900" y="278" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5900" y="296" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5922" y="278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1778 Jahre</text>
			<text xml:space="preserve" x="5922" y="295" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1610 Jahre</text>
			<text xml:space="preserve" x="5900" y="319" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">168 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_11">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7196" y="330" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7280" y="362" width="128" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7168" y="122" width="230" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7692" y="362" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7820" y="331" width="580" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7986" y="143" width="230" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8264" y="167" width="56" height="21" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8412" y="362" width="128" height="21" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9286" y="140" width="230" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12235" y="166" width="230" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6944" y="296" width="359" height="170" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6940" y="292" width="355" height="166" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6950" y="309" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ahmose vertreibt die Hyksos aus ihrer Resi-</text>
			<text xml:space="preserve" x="6950" y="323" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">denz, verfolgt sie nach Palästina und gründet</text>
			<text xml:space="preserve" x="6950" y="337" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">das Neue Reich (18. Dyn.). Unter seinen</text>
			<text xml:space="preserve" x="6950" y="351" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nachfolgern Amenophis L und Thutmosis L</text>
			<text xml:space="preserve" x="6950" y="365" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wird Ägypten führende Großmacht: Feld-</text>
			<text xml:space="preserve" x="6950" y="379" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">züge nach Asien (Euphrat) und Nubien (bis</text>
			<text xml:space="preserve" x="6950" y="393" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">zum HI. Katarakt). Die größte Machtent-</text>
			<text xml:space="preserve" x="6950" y="407" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">faltung wird unter der Königin:</text>
			<text xml:space="preserve" x="6950" y="421" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1501-1480 Hatschepsut erreicht.</text>
			<rect x="6944" y="226" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6940" y="222" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6949" y="216" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6950" y="225" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6950" y="242" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="7323" y="298" width="563" height="625" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7315" y="289" width="557" height="619" xlink:href="./Daten/ONr_11_QuickBild.jpg">
				<title>./Daten/ONr_11_QuickBild.jpg</title></image>
			<rect x="7312" y="289" width="563" height="622" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6729" y="226" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6725" y="222" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6734" y="216" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6735" y="225" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6732" y="242" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6732" y="260" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6754" y="242" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1570 Jahre</text>
			<text xml:space="preserve" x="6754" y="259" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -715 Jahre</text>
			<text xml:space="preserve" x="6732" y="283" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">855 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_12">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6920" y="267" width="3420" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7220" y="359" width="359" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7216" y="355" width="355" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7226" y="372" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kriegerische Auseinandersetzungen werden ver-</text>
			<text xml:space="preserve" x="7226" y="386" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">mieden. Handelsexpeditionen nach Punt,</text>
			<text xml:space="preserve" x="7226" y="400" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">rege Bautätigkeit (Terrassentempel von</text>
			<text xml:space="preserve" x="7226" y="414" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Deir el Bahn) unter der Leitung ihres</text>
			<text xml:space="preserve" x="7226" y="428" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Günstlings und Ministers Semnut. Nach</text>
			<text xml:space="preserve" x="7226" y="442" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ihrem (vielleicht gewaltsamen) Tode folgt</text>
			<text xml:space="preserve" x="7226" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ihr Stiefsohn und Neffe (Mitregent)</text>
			<rect x="7220" y="289" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7216" y="285" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7225" y="279" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7226" y="288" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7226" y="305" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="7005" y="289" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7001" y="285" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7010" y="279" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7011" y="288" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7008" y="305" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7008" y="323" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7030" y="305" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1501 Jahre</text>
			<text xml:space="preserve" x="7030" y="322" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1480 Jahre</text>
			<text xml:space="preserve" x="7008" y="346" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_13">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6920" y="267" width="3420" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7304" y="391" width="310" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7300" y="387" width="306" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7310" y="404" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Unter ihm erhält</text>
			<text xml:space="preserve" x="7310" y="418" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">das ägypt. Reich seine größte Ausdeh-</text>
			<text xml:space="preserve" x="7310" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">nung (vom Euphrat bis zum IV. Nilkata-</text>
			<text xml:space="preserve" x="7310" y="446" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">rakt).</text>
			<rect x="7304" y="321" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7300" y="317" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7309" y="311" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7310" y="320" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7310" y="337" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="7089" y="321" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7085" y="317" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7094" y="311" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7095" y="320" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7092" y="337" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7092" y="355" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7114" y="337" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1480 Jahre</text>
			<text xml:space="preserve" x="7114" y="354" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1448 Jahre</text>
			<text xml:space="preserve" x="7092" y="378" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">32 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_14">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6920" y="267" width="3420" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7192" y="151" width="317" height="128" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7188" y="147" width="313" height="124" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7198" y="164" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Koalition bei Meggido unter Einsatz von</text>
			<text xml:space="preserve" x="7198" y="178" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Söldnerheeren und pferdebespannten</text>
			<text xml:space="preserve" x="7198" y="192" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kampfwagen werden Phönikicn und Pa-</text>
			<text xml:space="preserve" x="7198" y="206" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">lästina erobert, das Mitanni-Reich wird</text>
			<text xml:space="preserve" x="7198" y="220" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nachbar (S. 35). Die Nachfolger setzen</text>
			<text xml:space="preserve" x="7198" y="234" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die erfolgreiche Außenpolitik fort.</text>
			<rect x="7192" y="81" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7188" y="77" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7197" y="71" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7198" y="80" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7198" y="97" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="6977" y="81" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6973" y="77" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6982" y="71" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6983" y="80" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7002" y="97" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1480 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_15">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7572" y="360" width="324" height="184" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7568" y="356" width="320" height="180" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7578" y="373" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">verheiratet mit</text>
			<text xml:space="preserve" x="7578" y="387" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Teje, einer bürgerlichen Frau. Genieße-</text>
			<text xml:space="preserve" x="7578" y="401" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">rische Regicrungszeit. Trotz kluger Hei-</text>
			<text xml:space="preserve" x="7578" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ratspolitik und regem Diplomaten- und</text>
			<text xml:space="preserve" x="7578" y="429" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Handelsverkehr mit Mitanni, Babylonien,</text>
			<text xml:space="preserve" x="7578" y="443" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kreta, Zypern, Assyrien, dem Hethiter-</text>
			<text xml:space="preserve" x="7578" y="457" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">reich und den Ägäischen Inseln (&amp;gt;Ton-</text>
			<text xml:space="preserve" x="7578" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">tafeln von El Amarna&amp;lt;, abgefaßt in der</text>
			<text xml:space="preserve" x="7578" y="485" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">akkad. »Diplomatensprache«) setzt der</text>
			<text xml:space="preserve" x="7578" y="499" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Niedergang der ägypt. Weltmacht ein.</text>
			<rect x="7572" y="290" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7568" y="286" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7577" y="280" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7578" y="289" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7578" y="306" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="7357" y="290" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7353" y="286" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7362" y="280" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7363" y="289" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7360" y="306" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7360" y="324" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7382" y="306" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1413 Jahre</text>
			<text xml:space="preserve" x="7382" y="323" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1377 Jahre</text>
			<text xml:space="preserve" x="7360" y="347" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">36 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_16">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6920" y="267" width="3420" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7716" y="391" width="331" height="380" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7712" y="387" width="327" height="376" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7722" y="404" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1377-1358 Amenophis IV., der »Ketzer-</text>
			<text xml:space="preserve" x="7722" y="418" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">könig«, verheiratet mit Nofretete, führt</text>
			<text xml:space="preserve" x="7722" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die Verehrung des Aton, der Sonnen-</text>
			<text xml:space="preserve" x="7722" y="446" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">scheibe, ein (Sonnenmonotheismus).</text>
			<text xml:space="preserve" x="7722" y="460" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Hymne: &amp;gt;Sonncngcsang&amp;lt;. Die Residenz</text>
			<text xml:space="preserve" x="7722" y="474" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wird nach Echetaton (= »Lichtort des</text>
			<text xml:space="preserve" x="7722" y="488" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Aton« - EI Amarna) verlegt, und Ameno-</text>
			<text xml:space="preserve" x="7722" y="502" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">phis nennt sich später Echnaton. Da die</text>
			<text xml:space="preserve" x="7722" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">außenpolit. Beziehungen wenig gepflegt</text>
			<text xml:space="preserve" x="7722" y="530" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">werden, schwindet die ägypt. Autorität</text>
			<text xml:space="preserve" x="7722" y="544" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">in Asien. Die nach dem Tode Echnatons</text>
			<text xml:space="preserve" x="7722" y="558" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">zu Einfluß gekommene Reaktion macht</text>
			<text xml:space="preserve" x="7722" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die relig. Neuerungen rückgängig. Seine</text>
			<text xml:space="preserve" x="7722" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Schwiegersöhne Samenchkare und Tut-</text>
			<text xml:space="preserve" x="7722" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">anchamun (berühmt durch das 1922</text>
			<text xml:space="preserve" x="7722" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gefundene, reich ausgestattete Grab) keh-</text>
			<text xml:space="preserve" x="7722" y="628" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ren nach Theben zurück. Haremhab, ein</text>
			<text xml:space="preserve" x="7722" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ehemaliger General Echnatons, erhebt</text>
			<text xml:space="preserve" x="7722" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">sich zum König, kämpft erfolgreich in</text>
			<text xml:space="preserve" x="7722" y="670" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Syrien gegen die Hethiter und schafft</text>
			<text xml:space="preserve" x="7722" y="684" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">durch harte Gesetze Ordnung im Innern.</text>
			<text xml:space="preserve" x="7722" y="698" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Vollendung der relig. Restauration (Wie-</text>
			<text xml:space="preserve" x="7722" y="712" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">derherstellung der alten Kulte und Ver-</text>
			<text xml:space="preserve" x="7722" y="726" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">femung der Amarna-Zeit).</text>
			<rect x="7716" y="321" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7712" y="317" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7721" y="311" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7722" y="320" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7722" y="337" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="7501" y="321" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7497" y="317" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7506" y="311" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7507" y="320" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7504" y="337" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7504" y="355" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7526" y="337" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1377 Jahre</text>
			<text xml:space="preserve" x="7526" y="354" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1358 Jahre</text>
			<text xml:space="preserve" x="7504" y="378" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">19 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_17">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6920" y="267" width="3420" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7844" y="360" width="303" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7840" y="356" width="299" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7850" y="373" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">kämpfen gegen die Hethiter (Rücker-</text>
			<text xml:space="preserve" x="7850" y="387" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">oberung Syriens, Schlacht von Kadesch</text>
			<text xml:space="preserve" x="7850" y="401" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1299).</text>
			<rect x="7844" y="290" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7840" y="286" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7849" y="280" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7850" y="289" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7850" y="306" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="7629" y="290" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7625" y="286" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7634" y="280" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7635" y="289" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7632" y="306" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7632" y="324" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7654" y="306" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1345 Jahre</text>
			<text xml:space="preserve" x="7654" y="323" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1200 Jahre</text>
			<text xml:space="preserve" x="7632" y="347" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">145 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_18">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6920" y="267" width="3420" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8085" y="5589" width="264" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8389" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8425" y="689" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8010" y="102" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8006" y="98" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8015" y="92" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8016" y="101" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8016" y="118" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="7795" y="102" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7791" y="98" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7800" y="92" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7801" y="101" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7820" y="118" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1275 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_19">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6920" y="267" width="3420" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8349" y="664" width="40" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="8349" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8288" y="126" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8284" y="122" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8293" y="116" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8294" y="125" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8294" y="142" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="8073" y="126" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8069" y="122" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8078" y="116" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8079" y="125" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8076" y="142" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8076" y="160" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8098" y="142" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1234 Jahre</text>
			<text xml:space="preserve" x="8098" y="159" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1220 Jahre</text>
			<text xml:space="preserve" x="8076" y="183" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_20">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6920" y="267" width="3420" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8436" y="391" width="324" height="310" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8432" y="387" width="320" height="306" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8442" y="404" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Wiederholte Angriffe</text>
			<text xml:space="preserve" x="8442" y="418" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der »SecVölker« und Libyer werden abge-</text>
			<text xml:space="preserve" x="8442" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">schlagen, die bei den Kämpfen einge-</text>
			<text xml:space="preserve" x="8442" y="446" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">brachten Gefangenen im Deltagebict an-</text>
			<text xml:space="preserve" x="8442" y="460" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gesiedelt. Unter Ramses&#8217; Nachfolgern</text>
			<text xml:space="preserve" x="8442" y="474" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">setzen innere Wirren ein. Palästina und</text>
			<text xml:space="preserve" x="8442" y="488" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nubien gehen verloren, das Land verarmt,</text>
			<text xml:space="preserve" x="8442" y="502" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">jedoch entsteht eine wirtschaftl. Macht-</text>
			<text xml:space="preserve" x="8442" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">konzentration der großen Tempel.</text>
			<text xml:space="preserve" x="8442" y="530" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kunst: Während des Neuen Reiches werden</text>
			<text xml:space="preserve" x="8442" y="544" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">riesige Tcmpelbauten errichtet: Amuntem-</text>
			<text xml:space="preserve" x="8442" y="558" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">pcl in Karnak, Luxor, Medinet Habu. Die</text>
			<text xml:space="preserve" x="8442" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">»Amama-Kunst« entsteht (Köpfe Ech-</text>
			<text xml:space="preserve" x="8442" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">natons und Nofretetes, »Familicn«-Bild-</text>
			<text xml:space="preserve" x="8442" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">nisse). Unter den Ramessiden werden der</text>
			<text xml:space="preserve" x="8442" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">große Säulensaal von Karnak, der Felsen-</text>
			<text xml:space="preserve" x="8442" y="628" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">tempel von Abu Simbcl, Kolossalstatucn</text>
			<text xml:space="preserve" x="8442" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und der Totentempel in Medinet Habu</text>
			<text xml:space="preserve" x="8442" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gebaut.</text>
			<rect x="8436" y="321" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8432" y="317" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8441" y="311" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8442" y="320" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8442" y="337" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="8221" y="321" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8217" y="317" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8226" y="311" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8227" y="320" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8224" y="337" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8224" y="355" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8246" y="337" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1197 Jahre</text>
			<text xml:space="preserve" x="8246" y="354" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1165 Jahre</text>
			<text xml:space="preserve" x="8224" y="378" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">32 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_21">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6920" y="267" width="3420" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9310" y="99" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9306" y="95" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9315" y="89" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9316" y="98" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9316" y="115" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="9095" y="99" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9091" y="95" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9100" y="89" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9101" y="98" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9120" y="115" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -950 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_22">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6920" y="267" width="3420" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12259" y="125" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12255" y="121" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12264" y="115" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12265" y="124" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12265" y="141" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="12044" y="125" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12040" y="121" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12049" y="115" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12050" y="124" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12069" y="141" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -213 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_23">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10340" y="232" width="208" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10438" y="117" width="230" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10548" y="212" width="216" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10924" y="252" width="176" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10987" y="167" width="230" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11757" y="166" width="230" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10364" y="313" width="359" height="170" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10360" y="309" width="355" height="166" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="10370" y="326" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ahmose vertreibt die Hyksos aus ihrer Resi-</text>
			<text xml:space="preserve" x="10370" y="340" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">denz, verfolgt sie nach Palästina und gründet</text>
			<text xml:space="preserve" x="10370" y="354" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">das Neue Reich (18. Dyn.). Unter seinen</text>
			<text xml:space="preserve" x="10370" y="368" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nachfolgern Amenophis L und Thutmosis L</text>
			<text xml:space="preserve" x="10370" y="382" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wird Ägypten führende Großmacht: Feld-</text>
			<text xml:space="preserve" x="10370" y="396" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">züge nach Asien (Euphrat) und Nubien (bis</text>
			<text xml:space="preserve" x="10370" y="410" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">zum HI. Katarakt). Die größte Machtent-</text>
			<text xml:space="preserve" x="10370" y="424" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">faltung wird unter der Königin:</text>
			<text xml:space="preserve" x="10370" y="438" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1501-1480 Hatschepsut erreicht.</text>
			<rect x="10364" y="243" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10360" y="239" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10369" y="233" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10370" y="242" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10370" y="259" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="10149" y="243" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10145" y="239" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10154" y="233" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10155" y="242" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10152" y="259" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10152" y="277" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10174" y="259" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -715 Jahre</text>
			<text xml:space="preserve" x="10174" y="276" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -332 Jahre</text>
			<text xml:space="preserve" x="10152" y="300" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">383 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_24">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10340" y="284" width="1532" height="21" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10364" y="261" width="317" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10360" y="257" width="313" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="10370" y="274" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sie wird beendet durch die Einfälle der</text>
			<text xml:space="preserve" x="10370" y="288" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Assyrcr, die unter Asarhaddon bis The-</text>
			<text xml:space="preserve" x="10370" y="302" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ben Vordringen (671), doch von den</text>
			<text xml:space="preserve" x="10370" y="316" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Äthiopiern zurückgedrängt werden.</text>
			<rect x="10364" y="191" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10360" y="187" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10369" y="181" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10370" y="190" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10370" y="207" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="10149" y="191" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10145" y="187" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10154" y="181" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10155" y="190" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10152" y="207" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10152" y="225" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10174" y="207" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -715 Jahre</text>
			<text xml:space="preserve" x="10174" y="224" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -663 Jahre</text>
			<text xml:space="preserve" x="10152" y="248" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">52 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_25">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10340" y="284" width="1532" height="21" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10462" y="76" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10458" y="72" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10467" y="66" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10468" y="75" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10468" y="92" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="10247" y="76" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10243" y="72" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10252" y="66" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10253" y="75" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10272" y="92" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -662 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_26">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10340" y="284" width="1532" height="21" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10572" y="241" width="331" height="156" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10568" y="237" width="327" height="152" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="10578" y="254" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der Ägypten von der</text>
			<text xml:space="preserve" x="10578" y="268" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">assyr. Herrschaft befreit und die Macht</text>
			<text xml:space="preserve" x="10578" y="282" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der Amunpriestcr sowie der libyschen</text>
			<text xml:space="preserve" x="10578" y="296" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Söldner unterdrückt. Ansiedlung jonischer</text>
			<text xml:space="preserve" x="10578" y="310" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Söldner im Deltagebiet und Gründung</text>
			<text xml:space="preserve" x="10578" y="324" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">jonischer Handclsfaktoreien (Naukratis).</text>
			<text xml:space="preserve" x="10578" y="338" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">- Letzte Blütezeit des Reichs unter</text>
			<text xml:space="preserve" x="10578" y="352" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">569-525 Amasis. Ägypten wird Seemacht</text>
			<rect x="10572" y="171" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10568" y="167" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10577" y="161" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10578" y="170" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10578" y="187" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="10357" y="171" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10353" y="167" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10362" y="161" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10363" y="170" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10360" y="187" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10360" y="205" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10382" y="187" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -663 Jahre</text>
			<text xml:space="preserve" x="10382" y="204" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -609 Jahre</text>
			<text xml:space="preserve" x="10360" y="228" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">54 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_27">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10340" y="284" width="1532" height="21" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10948" y="281" width="324" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10944" y="277" width="320" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="10954" y="294" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ägypten wird Seemacht</text>
			<text xml:space="preserve" x="10954" y="308" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">im östl. Mittelmecr und pflegt Beziehun-</text>
			<text xml:space="preserve" x="10954" y="322" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gen zu den Inselgriechen und den griech.</text>
			<text xml:space="preserve" x="10954" y="336" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kolonien der Kyrenaika. Defensivbünd-</text>
			<text xml:space="preserve" x="10954" y="350" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">nissc mit Kroisos von Lydien und Poly-</text>
			<text xml:space="preserve" x="10954" y="364" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">krates von Samos gegen die Perser schei-</text>
			<text xml:space="preserve" x="10954" y="378" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">tern. Amasis&#8217; Sohn Psammetich III. wird</text>
			<rect x="10948" y="211" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10944" y="207" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10953" y="201" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10954" y="210" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10954" y="227" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="10733" y="211" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10729" y="207" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10738" y="201" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10739" y="210" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10736" y="227" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10736" y="245" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10758" y="227" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -569 Jahre</text>
			<text xml:space="preserve" x="10758" y="244" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -525 Jahre</text>
			<text xml:space="preserve" x="10736" y="268" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">44 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_28">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10340" y="284" width="1532" height="21" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11011" y="126" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11007" y="122" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11016" y="116" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11017" y="125" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11017" y="142" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="10796" y="126" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10792" y="122" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10801" y="116" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10802" y="125" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10821" y="142" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -525 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_29">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10340" y="284" width="1532" height="21" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11781" y="125" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11777" y="121" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11786" y="115" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11787" y="124" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11787" y="141" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dtv-Atlas zur Weltgeschichte, Band 1    ISBN: 978-3-423-03331-2</text>
			<rect x="11566" y="125" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11562" y="121" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11571" y="115" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11572" y="124" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11591" y="141" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -332 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_30">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1072" y="537" width="716" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1097" y="622" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1093" y="618" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1102" y="612" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1103" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1103" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="882" y="622" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="878" y="618" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="887" y="612" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="888" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="885" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="885" y="656" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="907" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -3032 Jahre</text>
			<text xml:space="preserve" x="907" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -3000 Jahre</text>
			<text xml:space="preserve" x="885" y="679" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">32 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_31">
			<rect x="-191" y="622" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-195" y="618" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-186" y="612" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-185" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-166" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 0 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_32">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1072" y="537" width="716" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1225" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1221" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1230" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1231" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1231" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1010" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1006" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1015" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1016" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1013" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1013" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1035" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -3000 Jahre</text>
			<text xml:space="preserve" x="1035" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2999 Jahre</text>
			<text xml:space="preserve" x="1013" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_33">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1072" y="537" width="716" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1229" y="622" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1225" y="618" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1234" y="612" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1235" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1235" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1014" y="622" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1010" y="618" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1019" y="612" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1020" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1017" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1017" y="656" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1039" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2999 Jahre</text>
			<text xml:space="preserve" x="1039" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2952 Jahre</text>
			<text xml:space="preserve" x="1017" y="679" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">47 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_34">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1072" y="537" width="716" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1417" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1413" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1422" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1423" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1423" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1202" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1198" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1207" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1208" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1205" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1205" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1227" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2952 Jahre</text>
			<text xml:space="preserve" x="1227" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2939 Jahre</text>
			<text xml:space="preserve" x="1205" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_35">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1072" y="537" width="716" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1469" y="622" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1465" y="618" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1474" y="612" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1475" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1475" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1254" y="622" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1250" y="618" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1259" y="612" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1260" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1257" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1257" y="656" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1279" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2939 Jahre</text>
			<text xml:space="preserve" x="1279" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2892 Jahre</text>
			<text xml:space="preserve" x="1257" y="679" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">47 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_36">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1072" y="537" width="716" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1657" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1653" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1662" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1663" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1663" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1442" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1438" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1447" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1448" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1445" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1445" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1467" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2892 Jahre</text>
			<text xml:space="preserve" x="1467" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2886 Jahre</text>
			<text xml:space="preserve" x="1445" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_37">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1072" y="537" width="716" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1681" y="622" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1677" y="618" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1686" y="612" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1687" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1687" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1466" y="622" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1462" y="618" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1471" y="612" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1472" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1469" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1469" y="656" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1491" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2886 Jahre</text>
			<text xml:space="preserve" x="1491" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2878 Jahre</text>
			<text xml:space="preserve" x="1469" y="679" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_38">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1072" y="537" width="716" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1713" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1709" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1718" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1719" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1719" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1498" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1494" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1503" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1504" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1501" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1501" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1523" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2878 Jahre</text>
			<text xml:space="preserve" x="1523" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2853 Jahre</text>
			<text xml:space="preserve" x="1501" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">25 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_39">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1813" y="622" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1809" y="618" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1818" y="612" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1819" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1819" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1598" y="622" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1594" y="618" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1603" y="612" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1604" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1601" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1601" y="656" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1623" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2853 Jahre</text>
			<text xml:space="preserve" x="1623" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2825 Jahre</text>
			<text xml:space="preserve" x="1601" y="679" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">28 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_40">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1925" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1921" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1930" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1931" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1931" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1710" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1706" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1715" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1716" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1713" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1713" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1735" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2825 Jahre</text>
			<text xml:space="preserve" x="1735" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2810 Jahre</text>
			<text xml:space="preserve" x="1713" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_41">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1985" y="622" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1981" y="618" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1990" y="612" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1991" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1991" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1770" y="622" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1766" y="618" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1775" y="612" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1776" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1773" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1773" y="656" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1795" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2810 Jahre</text>
			<text xml:space="preserve" x="1795" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2767 Jahre</text>
			<text xml:space="preserve" x="1773" y="679" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">43 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_42">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1073" y="663" width="128" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1201" y="689" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1205" y="663" width="188" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1393" y="689" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1445" y="663" width="188" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1633" y="689" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1657" y="663" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1689" y="689" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1789" y="663" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1901" y="689" width="60" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1961" y="663" width="172" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1072" y="537" width="716" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2133" y="689" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2161" y="662" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2205" y="689" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2257" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2225" y="662" width="32" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2265" y="715" width="108" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="1096" y="455" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1092" y="451" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1101" y="445" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1102" y="454" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1102" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="881" y="455" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="877" y="451" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="886" y="445" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="887" y="454" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="884" y="471" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="884" y="489" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="906" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -3032 Jahre</text>
			<text xml:space="preserve" x="906" y="488" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2707 Jahre</text>
			<text xml:space="preserve" x="884" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">325 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_43">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1096" y="496" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1092" y="492" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1101" y="486" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1102" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1102" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="881" y="496" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="877" y="492" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="886" y="486" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="887" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="884" y="512" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="884" y="530" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="906" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -3032 Jahre</text>
			<text xml:space="preserve" x="906" y="529" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2853 Jahre</text>
			<text xml:space="preserve" x="884" y="553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">179 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_44">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1812" y="495" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1808" y="491" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1817" y="485" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1818" y="494" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1818" y="511" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1597" y="495" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1593" y="491" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1602" y="485" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1603" y="494" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1600" y="511" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1600" y="529" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1622" y="511" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2853 Jahre</text>
			<text xml:space="preserve" x="1622" y="528" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2707 Jahre</text>
			<text xml:space="preserve" x="1600" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">146 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_45">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="496" y="456" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="492" y="452" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="501" y="446" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="502" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="502" y="472" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="281" y="456" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="277" y="452" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="286" y="446" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="287" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="284" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="284" y="490" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="306" y="472" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -3182 Jahre</text>
			<text xml:space="preserve" x="306" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -3032 Jahre</text>
			<text xml:space="preserve" x="284" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">150 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_46">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2157" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2153" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2162" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2163" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2163" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1942" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1938" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1947" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1948" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1945" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1945" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1967" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2767 Jahre</text>
			<text xml:space="preserve" x="1967" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2760 Jahre</text>
			<text xml:space="preserve" x="1945" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_47">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2185" y="621" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2181" y="617" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2190" y="611" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2191" y="620" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2191" y="637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="1970" y="621" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1966" y="617" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1975" y="611" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1976" y="620" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1973" y="637" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1973" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1995" y="637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2760 Jahre</text>
			<text xml:space="preserve" x="1995" y="654" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2749 Jahre</text>
			<text xml:space="preserve" x="1973" y="678" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_48">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2229" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2225" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2234" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2235" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2235" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2014" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2010" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2019" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2020" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2017" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2017" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2039" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2749 Jahre</text>
			<text xml:space="preserve" x="2039" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2744 Jahre</text>
			<text xml:space="preserve" x="2017" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_49">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2281" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2277" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2286" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2287" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2287" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2066" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2062" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2071" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2072" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2069" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2069" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2091" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2736 Jahre</text>
			<text xml:space="preserve" x="2091" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2734 Jahre</text>
			<text xml:space="preserve" x="2069" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_50">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2249" y="621" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2245" y="617" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2254" y="611" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2255" y="620" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2255" y="637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2034" y="621" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2030" y="617" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2039" y="611" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2040" y="620" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2037" y="637" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2037" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2059" y="637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2744 Jahre</text>
			<text xml:space="preserve" x="2059" y="654" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2736 Jahre</text>
			<text xml:space="preserve" x="2037" y="678" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_51">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1072" y="496" width="1300" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="1788" y="536" width="584" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2289" y="674" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2285" y="670" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2294" y="664" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2295" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2295" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2074" y="674" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2070" y="670" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2079" y="664" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2080" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2077" y="690" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2077" y="708" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2099" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2734 Jahre</text>
			<text xml:space="preserve" x="2099" y="707" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2707 Jahre</text>
			<text xml:space="preserve" x="2077" y="731" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">27 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_52">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2373" y="664" width="68" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2441" y="689" width="80" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2521" y="664" width="28" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2549" y="688" width="96" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2549" y="719" width="96" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2549" y="749" width="96" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2396" y="496" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2392" y="492" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2401" y="486" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2402" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2402" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2181" y="496" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2177" y="492" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2186" y="486" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2187" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2184" y="512" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2184" y="530" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2206" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2707 Jahre</text>
			<text xml:space="preserve" x="2206" y="529" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2639 Jahre</text>
			<text xml:space="preserve" x="2184" y="553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">68 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_53">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="537" width="272" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2644" y="537" width="540" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3812" y="537" width="524" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4336" y="567" width="-4" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4336" y="537" width="184" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4520" y="417" width="600" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2396" y="455" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2392" y="451" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2401" y="445" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2402" y="454" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2402" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2181" y="455" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2177" y="451" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2186" y="445" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2187" y="454" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2184" y="471" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2184" y="489" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2206" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2707 Jahre</text>
			<text xml:space="preserve" x="2206" y="488" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2170 Jahre</text>
			<text xml:space="preserve" x="2184" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">537 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_54">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="537" width="272" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2397" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2393" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2402" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2403" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2403" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2182" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2178" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2187" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2188" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2185" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2185" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2207" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2707 Jahre</text>
			<text xml:space="preserve" x="2207" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2690 Jahre</text>
			<text xml:space="preserve" x="2185" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">17 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_55">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="537" width="272" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2465" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2461" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2470" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2471" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2471" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2250" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2246" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2255" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2256" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2253" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2253" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2275" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2690 Jahre</text>
			<text xml:space="preserve" x="2275" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2670 Jahre</text>
			<text xml:space="preserve" x="2253" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_56">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="537" width="272" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2545" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2541" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2550" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2551" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2551" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2330" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2326" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2335" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2336" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2333" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2333" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2355" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2670 Jahre</text>
			<text xml:space="preserve" x="2355" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2663 Jahre</text>
			<text xml:space="preserve" x="2333" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_57">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="537" width="272" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2573" y="647" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2569" y="643" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2578" y="637" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2579" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2579" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2358" y="647" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2354" y="643" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2363" y="637" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2364" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2361" y="663" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2361" y="681" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2383" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2663 Jahre</text>
			<text xml:space="preserve" x="2383" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2639 Jahre</text>
			<text xml:space="preserve" x="2361" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">24 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_58">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="537" width="272" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2573" y="678" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2569" y="674" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2578" y="668" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2579" y="677" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2579" y="694" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2358" y="678" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2354" y="674" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2363" y="668" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2364" y="677" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2361" y="694" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2361" y="712" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2383" y="694" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2663 Jahre</text>
			<text xml:space="preserve" x="2383" y="711" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2639 Jahre</text>
			<text xml:space="preserve" x="2361" y="735" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">24 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_59">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="537" width="272" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2573" y="708" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2569" y="704" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2578" y="698" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2579" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2579" y="724" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2358" y="708" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2354" y="704" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2363" y="698" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2364" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2361" y="724" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2361" y="742" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2383" y="724" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2663 Jahre</text>
			<text xml:space="preserve" x="2383" y="741" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2639 Jahre</text>
			<text xml:space="preserve" x="2361" y="765" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">24 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_60">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2644" y="537" width="540" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2669" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2665" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2674" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2675" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2675" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2454" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2450" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2459" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2460" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2457" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2457" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2479" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2639 Jahre</text>
			<text xml:space="preserve" x="2479" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2604 Jahre</text>
			<text xml:space="preserve" x="2457" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">35 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_61">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2645" y="664" width="140" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2785" y="689" width="92" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2877" y="664" width="36" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2913" y="689" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3017" y="664" width="28" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3177" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3157" y="664" width="20" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3045" y="689" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2668" y="496" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2664" y="492" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2673" y="486" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2674" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2674" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2453" y="496" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2449" y="492" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2458" y="486" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2459" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2456" y="512" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2456" y="530" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2478" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2639 Jahre</text>
			<text xml:space="preserve" x="2478" y="529" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2504 Jahre</text>
			<text xml:space="preserve" x="2456" y="553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">135 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_62">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2644" y="537" width="540" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2809" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2805" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2814" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2815" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2815" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2813" y="720" width="215" height="292" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="2805" y="711" width="209" height="286" xlink:href="./Daten/ONr_62_QuickBild.jpg">
				<title>./Daten/ONr_62_QuickBild.jpg</title></image>
			<rect x="2802" y="711" width="215" height="289" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="2594" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2590" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2599" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2600" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2597" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2597" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2619" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2604 Jahre</text>
			<text xml:space="preserve" x="2619" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2581 Jahre</text>
			<text xml:space="preserve" x="2597" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">23 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_63">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2644" y="537" width="540" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2901" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2897" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2906" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2907" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2907" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2686" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2682" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2691" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2692" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2689" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2689" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2711" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2581 Jahre</text>
			<text xml:space="preserve" x="2711" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2572 Jahre</text>
			<text xml:space="preserve" x="2689" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_64">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2644" y="537" width="540" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2937" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2933" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2942" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2943" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2943" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2722" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2718" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2727" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2728" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2725" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2725" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2747" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2572 Jahre</text>
			<text xml:space="preserve" x="2747" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2546 Jahre</text>
			<text xml:space="preserve" x="2725" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">26 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_65">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2644" y="537" width="540" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3041" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3037" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3046" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3047" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3047" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2826" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2822" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2831" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2832" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2829" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2829" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2851" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2546 Jahre</text>
			<text xml:space="preserve" x="2851" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2539 Jahre</text>
			<text xml:space="preserve" x="2829" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_66">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2644" y="537" width="540" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3201" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3197" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3206" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3207" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3207" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2986" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2982" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2991" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2992" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2989" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2989" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3011" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2506 Jahre</text>
			<text xml:space="preserve" x="3011" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2504 Jahre</text>
			<text xml:space="preserve" x="2989" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_67">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2644" y="537" width="540" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3181" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3177" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3186" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3187" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3187" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2966" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2962" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2971" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2972" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2969" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2969" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2991" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2511 Jahre</text>
			<text xml:space="preserve" x="2991" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2506 Jahre</text>
			<text xml:space="preserve" x="2969" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_68">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2644" y="537" width="540" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3069" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3065" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3074" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3075" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3075" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2854" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2850" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2859" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2860" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2857" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2857" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2879" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2539 Jahre</text>
			<text xml:space="preserve" x="2879" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2511 Jahre</text>
			<text xml:space="preserve" x="2857" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">28 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_69">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3209" y="676" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3205" y="672" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3214" y="666" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3215" y="675" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3215" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2994" y="676" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2990" y="672" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2999" y="666" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3000" y="675" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2997" y="692" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2997" y="710" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3019" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2504 Jahre</text>
			<text xml:space="preserve" x="3019" y="709" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2496 Jahre</text>
			<text xml:space="preserve" x="2997" y="733" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_70">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3185" y="717" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3217" y="664" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3269" y="689" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3349" y="663" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3377" y="689" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3421" y="664" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3545" y="689" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3581" y="664" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3733" y="689" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3208" y="496" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3204" y="492" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3213" y="486" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3214" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3214" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="2993" y="496" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2989" y="492" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2998" y="486" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2999" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2996" y="512" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2996" y="530" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3018" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2504 Jahre</text>
			<text xml:space="preserve" x="3018" y="529" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2347 Jahre</text>
			<text xml:space="preserve" x="2996" y="553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">157 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_71">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3241" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3237" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3246" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3247" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3247" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3026" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3022" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3031" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3032" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3029" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3029" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3051" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2496 Jahre</text>
			<text xml:space="preserve" x="3051" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2483 Jahre</text>
			<text xml:space="preserve" x="3029" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_72">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3293" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3289" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3298" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3299" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3299" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3078" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3074" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3083" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3084" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3081" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3081" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3103" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2483 Jahre</text>
			<text xml:space="preserve" x="3103" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2463 Jahre</text>
			<text xml:space="preserve" x="3081" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_73">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3373" y="622" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3369" y="618" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3378" y="612" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3379" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3379" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3158" y="622" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3154" y="618" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3163" y="612" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3164" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3161" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3161" y="656" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3183" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2463 Jahre</text>
			<text xml:space="preserve" x="3183" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2456 Jahre</text>
			<text xml:space="preserve" x="3161" y="679" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_74">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3401" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3397" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3406" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3407" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3407" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3186" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3182" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3191" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3192" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3189" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3189" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3211" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2456 Jahre</text>
			<text xml:space="preserve" x="3211" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2445 Jahre</text>
			<text xml:space="preserve" x="3189" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_75">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3445" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3441" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3450" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3451" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3451" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3230" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3226" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3235" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3236" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3233" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3233" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3255" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2445 Jahre</text>
			<text xml:space="preserve" x="3255" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2414 Jahre</text>
			<text xml:space="preserve" x="3233" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">31 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_76">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3569" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3565" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3574" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3575" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3575" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3354" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3350" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3359" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3360" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3357" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3357" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3379" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2414 Jahre</text>
			<text xml:space="preserve" x="3379" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2405 Jahre</text>
			<text xml:space="preserve" x="3357" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_77">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3605" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3601" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3610" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3611" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3611" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3390" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3386" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3395" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3396" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3393" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3393" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3415" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2405 Jahre</text>
			<text xml:space="preserve" x="3415" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2367 Jahre</text>
			<text xml:space="preserve" x="3393" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">38 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_78">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3184" y="537" width="628" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3757" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3753" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3762" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3763" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3763" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3542" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3538" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3547" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3548" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3545" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3545" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3567" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2367 Jahre</text>
			<text xml:space="preserve" x="3567" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2347 Jahre</text>
			<text xml:space="preserve" x="3545" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_79">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3813" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3853" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3861" y="664" width="200" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4061" y="689" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4085" y="664" width="240" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4325" y="689" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4329" y="709" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="3836" y="496" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3832" y="492" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3841" y="486" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3842" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3842" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3621" y="496" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3617" y="492" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3626" y="486" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3627" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3624" y="512" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3624" y="530" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3646" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2347 Jahre</text>
			<text xml:space="preserve" x="3646" y="529" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2216 Jahre</text>
			<text xml:space="preserve" x="3624" y="553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">131 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_80">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3812" y="537" width="524" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3837" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3833" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3842" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3843" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3843" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3622" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3618" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3627" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3628" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3625" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3625" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3647" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2347 Jahre</text>
			<text xml:space="preserve" x="3647" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2337 Jahre</text>
			<text xml:space="preserve" x="3625" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_81">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3812" y="537" width="524" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3877" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3873" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3882" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3883" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3883" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3662" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3658" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3667" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3668" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3665" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3665" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3687" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2337 Jahre</text>
			<text xml:space="preserve" x="3687" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2335 Jahre</text>
			<text xml:space="preserve" x="3665" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_82">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3812" y="537" width="524" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="3885" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3881" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3890" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3891" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3891" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3670" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3666" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3675" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3676" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3673" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3673" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3695" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2335 Jahre</text>
			<text xml:space="preserve" x="3695" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2285 Jahre</text>
			<text xml:space="preserve" x="3673" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">50 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_83">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3812" y="537" width="524" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4085" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4081" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4090" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4091" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4091" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3870" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3866" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3875" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3876" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3873" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3873" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3895" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2285 Jahre</text>
			<text xml:space="preserve" x="3895" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2279 Jahre</text>
			<text xml:space="preserve" x="3873" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_84">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3812" y="537" width="524" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4109" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4105" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4114" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4115" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4115" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="3894" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3890" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3899" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3900" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3897" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3897" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3919" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2279 Jahre</text>
			<text xml:space="preserve" x="3919" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2219 Jahre</text>
			<text xml:space="preserve" x="3897" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">60 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_85">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3812" y="537" width="524" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4349" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4345" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4354" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4355" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4355" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="4134" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4130" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4139" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4140" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4137" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4137" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4159" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2219 Jahre</text>
			<text xml:space="preserve" x="4159" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2218 Jahre</text>
			<text xml:space="preserve" x="4137" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_86">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="3812" y="537" width="524" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4353" y="668" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4349" y="664" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4358" y="658" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4359" y="667" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4359" y="684" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="4138" y="668" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4134" y="664" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4143" y="658" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4144" y="667" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4141" y="684" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4141" y="702" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4163" y="684" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2218 Jahre</text>
			<text xml:space="preserve" x="4163" y="701" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2216 Jahre</text>
			<text xml:space="preserve" x="4141" y="725" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_87">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4360" y="526" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4356" y="522" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4365" y="516" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4366" y="525" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4366" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="4145" y="526" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4141" y="522" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4150" y="516" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4151" y="525" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4148" y="542" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4148" y="560" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4170" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2216 Jahre</text>
			<text xml:space="preserve" x="4170" y="559" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2217 Jahre</text>
			<text xml:space="preserve" x="4148" y="583" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">-1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_88">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4360" y="496" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4356" y="492" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4365" y="486" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4366" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4366" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="4145" y="496" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4141" y="492" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4150" y="486" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4151" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4148" y="512" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4148" y="530" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4170" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2216 Jahre</text>
			<text xml:space="preserve" x="4170" y="529" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2170 Jahre</text>
			<text xml:space="preserve" x="4148" y="553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">46 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_89">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4540" y="455" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4536" y="451" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4545" y="445" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4546" y="454" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4546" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="4325" y="455" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4321" y="451" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4330" y="445" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4331" y="454" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4328" y="471" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4328" y="489" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4350" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2171 Jahre</text>
			<text xml:space="preserve" x="4350" y="488" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2020 Jahre</text>
			<text xml:space="preserve" x="4328" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">151 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_90">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2372" y="496" width="2148" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4544" y="376" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4540" y="372" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4549" y="366" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4550" y="375" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4550" y="392" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="4329" y="376" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4325" y="372" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4334" y="366" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4335" y="375" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4332" y="392" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4332" y="410" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4354" y="392" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2170 Jahre</text>
			<text xml:space="preserve" x="4354" y="409" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2020 Jahre</text>
			<text xml:space="preserve" x="4332" y="433" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">150 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_91">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="537" width="572" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4725" y="664" width="64" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5017" y="689" width="204" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4985" y="664" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5221" y="664" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4789" y="689" width="196" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5269" y="689" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5296" y="537" width="732" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5297" y="664" width="116" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5377" y="689" width="180" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5545" y="664" width="140" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5673" y="689" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5713" y="664" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5789" y="689" width="192" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5973" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6009" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4748" y="416" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4744" y="412" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4753" y="406" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4754" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4754" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="4533" y="416" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4529" y="412" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4538" y="406" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4539" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4536" y="432" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4536" y="450" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4558" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2119 Jahre</text>
			<text xml:space="preserve" x="4558" y="449" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1793 Jahre</text>
			<text xml:space="preserve" x="4536" y="473" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">326 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_92">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4748" y="496" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4744" y="492" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4753" y="486" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4754" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4754" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="4533" y="496" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4529" y="492" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4538" y="486" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4539" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4536" y="512" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4536" y="530" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4558" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2119 Jahre</text>
			<text xml:space="preserve" x="4558" y="529" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1976 Jahre</text>
			<text xml:space="preserve" x="4536" y="553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">143 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_93">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4724" y="537" width="572" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4749" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4745" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4754" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4755" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4755" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="4534" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4530" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4539" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4540" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4537" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4537" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4559" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2119 Jahre</text>
			<text xml:space="preserve" x="4559" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2103 Jahre</text>
			<text xml:space="preserve" x="4537" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">16 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_94">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4724" y="537" width="572" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5041" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5037" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5046" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5047" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5047" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="4826" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4822" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4831" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4832" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4829" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4829" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4851" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2046 Jahre</text>
			<text xml:space="preserve" x="4851" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1995 Jahre</text>
			<text xml:space="preserve" x="4829" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">51 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_95">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4724" y="537" width="572" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5009" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5005" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5014" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5015" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5015" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="4794" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4790" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4799" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4800" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4797" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4797" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4819" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2054 Jahre</text>
			<text xml:space="preserve" x="4819" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2046 Jahre</text>
			<text xml:space="preserve" x="4797" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_96">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4724" y="537" width="572" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5245" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5241" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5250" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5251" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5251" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5030" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5026" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5035" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5036" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5033" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5033" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5055" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1995 Jahre</text>
			<text xml:space="preserve" x="5055" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1983 Jahre</text>
			<text xml:space="preserve" x="5033" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_97">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4724" y="537" width="572" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4813" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4809" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4818" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4819" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4819" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="4598" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4594" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4603" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4604" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4601" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4601" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4623" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2103 Jahre</text>
			<text xml:space="preserve" x="4623" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2054 Jahre</text>
			<text xml:space="preserve" x="4601" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">49 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_98">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="4724" y="537" width="572" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5293" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5289" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5298" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5299" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5299" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5078" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5074" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5083" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5084" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5081" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5081" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5103" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1983 Jahre</text>
			<text xml:space="preserve" x="5103" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1976 Jahre</text>
			<text xml:space="preserve" x="5081" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_99">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5320" y="496" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5316" y="492" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5325" y="486" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5326" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5326" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5105" y="496" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5101" y="492" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5110" y="486" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5111" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5108" y="512" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5108" y="530" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5130" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1976 Jahre</text>
			<text xml:space="preserve" x="5130" y="529" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1793 Jahre</text>
			<text xml:space="preserve" x="5108" y="553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">183 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_100">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5296" y="537" width="732" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5321" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5317" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5326" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5327" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5327" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5106" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5102" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5111" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5112" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5109" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5109" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5131" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1976 Jahre</text>
			<text xml:space="preserve" x="5131" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1947 Jahre</text>
			<text xml:space="preserve" x="5109" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">29 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_101">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5296" y="537" width="732" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5401" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5397" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5406" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5407" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5407" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5186" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5182" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5191" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5192" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5189" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5189" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5211" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1956 Jahre</text>
			<text xml:space="preserve" x="5211" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1911 Jahre</text>
			<text xml:space="preserve" x="5189" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">45 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_102">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5296" y="537" width="732" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5569" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5565" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5574" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5575" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5575" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5354" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5350" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5359" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5360" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5357" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5357" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5379" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1914 Jahre</text>
			<text xml:space="preserve" x="5379" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1879 Jahre</text>
			<text xml:space="preserve" x="5357" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">35 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_103">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5296" y="537" width="732" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5697" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5693" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5702" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5703" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5703" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5482" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5478" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5487" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5488" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5485" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5485" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5507" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1882 Jahre</text>
			<text xml:space="preserve" x="5507" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1872 Jahre</text>
			<text xml:space="preserve" x="5485" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_104">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5296" y="537" width="732" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5737" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5733" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5742" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5743" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5743" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5522" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5518" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5527" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5528" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5525" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5525" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5547" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1872 Jahre</text>
			<text xml:space="preserve" x="5547" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1853 Jahre</text>
			<text xml:space="preserve" x="5525" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">19 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_105">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5296" y="537" width="732" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5813" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5809" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5818" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5819" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5819" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5598" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5594" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5603" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5604" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5601" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5601" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5623" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1853 Jahre</text>
			<text xml:space="preserve" x="5623" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1805 Jahre</text>
			<text xml:space="preserve" x="5601" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">48 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_106">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5296" y="537" width="732" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5997" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5993" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6002" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6003" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6003" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5782" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5778" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5787" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5788" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5785" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5785" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5807" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1807 Jahre</text>
			<text xml:space="preserve" x="5807" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1797 Jahre</text>
			<text xml:space="preserve" x="5785" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_107">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4724" y="457" width="1304" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="5296" y="537" width="732" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6033" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6029" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6038" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6039" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6039" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5818" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5814" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5823" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5824" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5821" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5821" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5843" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1798 Jahre</text>
			<text xml:space="preserve" x="5843" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1794 Jahre</text>
			<text xml:space="preserve" x="5821" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_108">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6024" y="537" width="584" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6608" y="537" width="436" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6841" y="643" width="164" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="689" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="714" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="739" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="689" width="232" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6609" y="664" width="232" height="19" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7005" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6608" y="428" width="436" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6620" y="393" width="380" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6048" y="455" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6044" y="451" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6053" y="445" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6054" y="454" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6054" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5833" y="455" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5829" y="451" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5838" y="445" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5839" y="454" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5836" y="471" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5836" y="489" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5858" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1794 Jahre</text>
			<text xml:space="preserve" x="5858" y="488" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1550 Jahre</text>
			<text xml:space="preserve" x="5836" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">244 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_109">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6048" y="496" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6044" y="492" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6053" y="486" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6054" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6054" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="5833" y="496" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5829" y="492" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5838" y="486" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5839" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5836" y="512" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5836" y="530" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5858" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1794 Jahre</text>
			<text xml:space="preserve" x="5858" y="529" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1648 Jahre</text>
			<text xml:space="preserve" x="5836" y="553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">146 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_110">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6632" y="496" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6628" y="492" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6637" y="486" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6638" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6638" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6417" y="496" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6413" y="492" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6422" y="486" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6423" y="495" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6420" y="512" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6420" y="530" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6442" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1648 Jahre</text>
			<text xml:space="preserve" x="6442" y="529" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1539 Jahre</text>
			<text xml:space="preserve" x="6420" y="553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">109 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_111">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6608" y="537" width="436" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6865" y="602" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6861" y="598" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6870" y="592" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6871" y="601" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6871" y="618" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6650" y="602" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6646" y="598" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6655" y="592" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6656" y="601" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6653" y="618" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6653" y="636" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6675" y="618" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1590 Jahre</text>
			<text xml:space="preserve" x="6675" y="635" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1549 Jahre</text>
			<text xml:space="preserve" x="6653" y="659" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">41 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_112">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6608" y="537" width="436" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6633" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6629" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6638" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6639" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6639" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6418" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6414" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6423" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6424" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6421" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6421" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6443" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1648 Jahre</text>
			<text xml:space="preserve" x="6443" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1590 Jahre</text>
			<text xml:space="preserve" x="6421" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">58 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_113">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6608" y="537" width="436" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6633" y="673" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6629" y="669" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6638" y="663" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6639" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6639" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6418" y="673" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6414" y="669" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6423" y="663" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6424" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6421" y="689" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6421" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6443" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1648 Jahre</text>
			<text xml:space="preserve" x="6443" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1590 Jahre</text>
			<text xml:space="preserve" x="6421" y="730" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">58 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_114">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6608" y="537" width="436" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6633" y="698" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6629" y="694" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6638" y="688" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6639" y="697" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6639" y="714" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6418" y="698" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6414" y="694" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6423" y="688" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6424" y="697" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6421" y="714" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6421" y="732" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6443" y="714" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1648 Jahre</text>
			<text xml:space="preserve" x="6443" y="731" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1590 Jahre</text>
			<text xml:space="preserve" x="6421" y="755" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">58 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_115">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6608" y="537" width="436" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6633" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6629" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6638" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6639" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6639" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6418" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6414" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6423" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6424" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6421" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6421" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6443" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1648 Jahre</text>
			<text xml:space="preserve" x="6443" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1590 Jahre</text>
			<text xml:space="preserve" x="6421" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">58 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_116">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6608" y="537" width="436" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6633" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6629" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6638" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6639" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6639" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6418" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6414" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6423" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6424" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6421" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6421" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6443" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1648 Jahre</text>
			<text xml:space="preserve" x="6443" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1590 Jahre</text>
			<text xml:space="preserve" x="6421" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">58 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_117">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6608" y="537" width="436" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7029" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7025" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7034" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7035" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7035" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6814" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6810" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6819" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6820" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6817" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6817" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6839" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1549 Jahre</text>
			<text xml:space="preserve" x="6839" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1539 Jahre</text>
			<text xml:space="preserve" x="6817" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_118">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6632" y="387" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6628" y="383" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6637" y="377" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6638" y="386" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6638" y="403" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6417" y="387" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6413" y="383" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6422" y="377" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6423" y="386" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6420" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6420" y="421" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6442" y="403" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1648 Jahre</text>
			<text xml:space="preserve" x="6442" y="420" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1539 Jahre</text>
			<text xml:space="preserve" x="6420" y="444" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">109 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_119">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6024" y="496" width="976" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="6644" y="352" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6640" y="348" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6649" y="342" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6650" y="351" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6650" y="368" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6429" y="352" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6425" y="348" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6434" y="342" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6435" y="351" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6432" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6432" y="386" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6454" y="368" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1645 Jahre</text>
			<text xml:space="preserve" x="6454" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1550 Jahre</text>
			<text xml:space="preserve" x="6432" y="409" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">95 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_120">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7001" y="688" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7101" y="664" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7185" y="689" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7233" y="664" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7613" y="689" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7285" y="639" width="216" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7489" y="664" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7649" y="664" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7797" y="689" width="68" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7853" y="664" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7869" y="714" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7909" y="639" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7925" y="664" width="108" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8032" y="497" width="428" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8033" y="689" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8041" y="664" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8085" y="5589" width="264" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8349" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8389" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8405" y="664" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8425" y="689" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8469" y="688" width="128" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8457" y="664" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8593" y="639" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8621" y="688" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8633" y="664" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8665" y="639" width="32" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8697" y="664" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8701" y="689" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8773" y="664" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8789" y="689" width="136" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7024" y="422" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7020" y="418" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7029" y="412" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7030" y="421" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7030" y="438" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6809" y="422" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6805" y="418" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6814" y="412" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6815" y="421" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6812" y="438" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6812" y="456" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6834" y="438" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1550 Jahre</text>
			<text xml:space="preserve" x="6834" y="455" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1069 Jahre</text>
			<text xml:space="preserve" x="6812" y="479" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">481 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_121">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7024" y="456" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7020" y="452" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7029" y="446" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7030" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7030" y="472" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6809" y="456" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6805" y="452" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6814" y="446" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6815" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6812" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6812" y="490" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6834" y="472" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1550 Jahre</text>
			<text xml:space="preserve" x="6834" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1292 Jahre</text>
			<text xml:space="preserve" x="6812" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">258 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_122">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7025" y="647" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7021" y="643" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7030" y="637" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7031" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7031" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6810" y="647" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6806" y="643" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6815" y="637" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6816" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6813" y="663" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6813" y="681" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6835" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1550 Jahre</text>
			<text xml:space="preserve" x="6835" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1525 Jahre</text>
			<text xml:space="preserve" x="6813" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">25 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_123">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7125" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7121" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7130" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7131" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7131" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6910" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6906" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6915" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6916" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6913" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6913" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6935" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1525 Jahre</text>
			<text xml:space="preserve" x="6935" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1504 Jahre</text>
			<text xml:space="preserve" x="6913" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_124">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7209" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7205" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7214" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7215" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7215" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="6994" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6990" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6999" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7000" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6997" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6997" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7019" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1504 Jahre</text>
			<text xml:space="preserve" x="7019" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1492 Jahre</text>
			<text xml:space="preserve" x="6997" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_125">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7257" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7253" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7262" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7263" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7263" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7042" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7038" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7047" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7048" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7045" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7045" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7067" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1492 Jahre</text>
			<text xml:space="preserve" x="7067" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1479 Jahre</text>
			<text xml:space="preserve" x="7045" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_126">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7637" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7633" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7642" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7643" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7643" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7422" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7418" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7427" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7428" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7425" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7425" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7447" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1397 Jahre</text>
			<text xml:space="preserve" x="7447" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1388 Jahre</text>
			<text xml:space="preserve" x="7425" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_127">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7309" y="598" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7305" y="594" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7314" y="588" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7315" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7315" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7094" y="598" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7090" y="594" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7099" y="588" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7100" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7097" y="614" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7097" y="632" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7119" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1479 Jahre</text>
			<text xml:space="preserve" x="7119" y="631" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1425 Jahre</text>
			<text xml:space="preserve" x="7097" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">54 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_128">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7513" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7509" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7518" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7519" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7519" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7298" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7294" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7303" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7304" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7301" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7301" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7323" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1428 Jahre</text>
			<text xml:space="preserve" x="7323" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1397 Jahre</text>
			<text xml:space="preserve" x="7301" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">31 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_129">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7673" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7669" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7678" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7679" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7679" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7458" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7454" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7463" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7464" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7461" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7461" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7483" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1388 Jahre</text>
			<text xml:space="preserve" x="7483" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1350 Jahre</text>
			<text xml:space="preserve" x="7461" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">38 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_130">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7821" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7817" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7826" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7827" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7827" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7606" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7602" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7611" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7612" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7609" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7609" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7631" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1351 Jahre</text>
			<text xml:space="preserve" x="7631" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1334 Jahre</text>
			<text xml:space="preserve" x="7609" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">17 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_131">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7877" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7873" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7882" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7883" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7883" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7662" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7658" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7667" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7668" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7665" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7665" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7687" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1337 Jahre</text>
			<text xml:space="preserve" x="7687" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1333 Jahre</text>
			<text xml:space="preserve" x="7665" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_132">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7893" y="673" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7889" y="669" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7898" y="663" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7899" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7899" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7678" y="673" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7674" y="669" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7683" y="663" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7684" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7681" y="689" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7681" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7703" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1333 Jahre</text>
			<text xml:space="preserve" x="7703" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1323 Jahre</text>
			<text xml:space="preserve" x="7681" y="730" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_133">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7933" y="598" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7929" y="594" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7938" y="588" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7939" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7939" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7718" y="598" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7714" y="594" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7723" y="588" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7724" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7721" y="614" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7721" y="632" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7743" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1323 Jahre</text>
			<text xml:space="preserve" x="7743" y="631" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1319 Jahre</text>
			<text xml:space="preserve" x="7721" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_134">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7000" y="497" width="1032" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7949" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7945" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7954" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7955" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7955" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7734" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7730" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7739" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7740" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7737" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7737" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7759" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1319 Jahre</text>
			<text xml:space="preserve" x="7759" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1292 Jahre</text>
			<text xml:space="preserve" x="7737" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">27 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_135">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8085" y="5589" width="264" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8349" y="664" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8389" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8425" y="689" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8056" y="456" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8052" y="452" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8061" y="446" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8062" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8062" y="472" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7841" y="456" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7837" y="452" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7846" y="446" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7847" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7844" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7844" y="490" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7866" y="472" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1292 Jahre</text>
			<text xml:space="preserve" x="7866" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1185 Jahre</text>
			<text xml:space="preserve" x="7844" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">107 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_136">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8032" y="497" width="428" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8057" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8053" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8062" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8063" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8063" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7842" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7838" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7847" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7848" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7845" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7845" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7867" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1292 Jahre</text>
			<text xml:space="preserve" x="7867" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1290 Jahre</text>
			<text xml:space="preserve" x="7845" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_137">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8032" y="497" width="428" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8065" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8061" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8070" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8071" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8071" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7850" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7846" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7855" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7856" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7853" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7853" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7875" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1290 Jahre</text>
			<text xml:space="preserve" x="7875" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1278 Jahre</text>
			<text xml:space="preserve" x="7853" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_138">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8032" y="497" width="428" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7986" y="143" width="230" height="19" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8109" y="5548" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8105" y="5544" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8114" y="5538" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8115" y="5547" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8115" y="5564" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="7894" y="5548" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7890" y="5544" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7899" y="5538" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7900" y="5547" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7897" y="5564" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7897" y="5582" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7919" y="5564" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1279 Jahre</text>
			<text xml:space="preserve" x="7919" y="5581" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1213 Jahre</text>
			<text xml:space="preserve" x="7897" y="5605" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">66 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_139">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8032" y="497" width="428" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8264" y="167" width="56" height="21" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8264" y="167" width="56" height="21" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8373" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8369" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8378" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8379" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8379" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8158" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8154" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8163" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8164" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8161" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8161" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8183" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1213 Jahre</text>
			<text xml:space="preserve" x="8183" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1203 Jahre</text>
			<text xml:space="preserve" x="8161" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_140">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8032" y="497" width="428" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7986" y="143" width="230" height="19" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8413" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8409" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8418" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8419" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8419" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8198" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8194" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8203" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8204" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8201" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8201" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8223" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1203 Jahre</text>
			<text xml:space="preserve" x="8223" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1199 Jahre</text>
			<text xml:space="preserve" x="8201" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_141">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8032" y="497" width="428" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8429" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8425" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8434" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8435" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8435" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8214" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8210" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8219" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8220" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8217" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8217" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8239" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1199 Jahre</text>
			<text xml:space="preserve" x="8239" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1193 Jahre</text>
			<text xml:space="preserve" x="8217" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_142">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8032" y="497" width="428" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="7986" y="143" width="230" height="19" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8449" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8445" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8454" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8455" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8455" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8234" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8230" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8239" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8240" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8237" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8237" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8259" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1194 Jahre</text>
			<text xml:space="preserve" x="8259" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1185 Jahre</text>
			<text xml:space="preserve" x="8237" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_143">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8480" y="456" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8476" y="452" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8485" y="446" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8486" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8486" y="472" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8265" y="456" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8261" y="452" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8270" y="446" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8271" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8268" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8268" y="490" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8290" y="472" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1186 Jahre</text>
			<text xml:space="preserve" x="8290" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1069 Jahre</text>
			<text xml:space="preserve" x="8268" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">117 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_144">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8493" y="647" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8489" y="643" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8498" y="637" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8499" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8499" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8278" y="647" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8274" y="643" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8283" y="637" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8284" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8281" y="663" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8281" y="681" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8303" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1183 Jahre</text>
			<text xml:space="preserve" x="8303" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1151 Jahre</text>
			<text xml:space="preserve" x="8281" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">32 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_145">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8481" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8477" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8486" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8487" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8487" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8266" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8262" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8271" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8272" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8269" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8269" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8291" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1186 Jahre</text>
			<text xml:space="preserve" x="8291" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1183 Jahre</text>
			<text xml:space="preserve" x="8269" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_146">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8617" y="598" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8613" y="594" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8622" y="588" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8623" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8623" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8402" y="598" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8398" y="594" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8407" y="588" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8408" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8405" y="614" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8405" y="632" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8427" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1152 Jahre</text>
			<text xml:space="preserve" x="8427" y="631" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1144 Jahre</text>
			<text xml:space="preserve" x="8405" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_147">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8645" y="647" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8641" y="643" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8650" y="637" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8651" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8651" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8430" y="647" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8426" y="643" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8435" y="637" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8436" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8433" y="663" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8433" y="681" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8455" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1145 Jahre</text>
			<text xml:space="preserve" x="8455" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1140 Jahre</text>
			<text xml:space="preserve" x="8433" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_148">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8657" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8653" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8662" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8663" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8663" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8442" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8438" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8447" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8448" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8445" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8445" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8467" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1142 Jahre</text>
			<text xml:space="preserve" x="8467" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1134 Jahre</text>
			<text xml:space="preserve" x="8445" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_149">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8689" y="598" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8685" y="594" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8694" y="588" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8695" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8695" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8474" y="598" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8470" y="594" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8479" y="588" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8480" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8477" y="614" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8477" y="632" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8499" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1134 Jahre</text>
			<text xml:space="preserve" x="8499" y="631" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1126 Jahre</text>
			<text xml:space="preserve" x="8477" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_150">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8721" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8717" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8726" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8727" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8727" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8506" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8502" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8511" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8512" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8509" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8509" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8531" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1126 Jahre</text>
			<text xml:space="preserve" x="8531" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1125 Jahre</text>
			<text xml:space="preserve" x="8509" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_151">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8725" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8721" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8730" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8731" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8731" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8510" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8506" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8515" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8516" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8513" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8513" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8535" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1125 Jahre</text>
			<text xml:space="preserve" x="8535" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1107 Jahre</text>
			<text xml:space="preserve" x="8513" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_152">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8797" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8793" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8802" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8803" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8803" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8582" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8578" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8587" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8588" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8585" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8585" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8607" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1107 Jahre</text>
			<text xml:space="preserve" x="8607" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1103 Jahre</text>
			<text xml:space="preserve" x="8585" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_153">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7000" y="463" width="1924" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8456" y="497" width="468" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8813" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8809" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8818" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8819" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8819" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8598" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8594" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8603" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8604" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8601" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8601" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8623" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1103 Jahre</text>
			<text xml:space="preserve" x="8623" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1069 Jahre</text>
			<text xml:space="preserve" x="8601" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">34 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_154">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8920" y="497" width="500" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9025" y="689" width="204" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9025" y="639" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8921" y="664" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9265" y="664" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9221" y="639" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9289" y="689" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9365" y="664" width="56" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9421" y="689" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9505" y="664" width="136" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9641" y="688" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9693" y="664" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9641" y="688" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9701" y="689" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9853" y="664" width="156" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10009" y="689" width="52" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10061" y="525" width="44" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10105" y="688" width="152" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="9721" y="714" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9837" y="739" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9881" y="714" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9937" y="764" width="64" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10001" y="714" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10041" y="739" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10133" y="714" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10181" y="739" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10261" y="714" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10176" y="529" width="136" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10177" y="764" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10177" y="789" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10177" y="789" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10273" y="814" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10240" y="425" width="104" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10241" y="839" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10325" y="789" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8948" y="421" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8944" y="417" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8953" y="411" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8954" y="420" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8954" y="437" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8733" y="421" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8729" y="417" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8738" y="411" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8739" y="420" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8736" y="437" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8736" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8758" y="437" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1069 Jahre</text>
			<text xml:space="preserve" x="8758" y="454" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -714 Jahre</text>
			<text xml:space="preserve" x="8736" y="478" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">355 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_155">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8944" y="456" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8940" y="452" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8949" y="446" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8950" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8950" y="472" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8729" y="456" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8725" y="452" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8734" y="446" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8735" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8732" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8732" y="490" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8754" y="472" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1070 Jahre</text>
			<text xml:space="preserve" x="8754" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -945 Jahre</text>
			<text xml:space="preserve" x="8732" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">125 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_156">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8920" y="497" width="500" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9049" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9045" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9054" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9055" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9055" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8834" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8830" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8839" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8840" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8837" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8837" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8859" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1044 Jahre</text>
			<text xml:space="preserve" x="8859" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -993 Jahre</text>
			<text xml:space="preserve" x="8837" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">51 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_157">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8920" y="497" width="500" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9049" y="598" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9045" y="594" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9054" y="588" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9055" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9055" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8834" y="598" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8830" y="594" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8839" y="588" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8840" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8837" y="614" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8837" y="632" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8859" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1044 Jahre</text>
			<text xml:space="preserve" x="8859" y="631" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1039 Jahre</text>
			<text xml:space="preserve" x="8837" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_158">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8920" y="497" width="500" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8945" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8941" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8950" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8951" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8951" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="8730" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8726" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8735" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8736" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8733" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8733" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8755" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1070 Jahre</text>
			<text xml:space="preserve" x="8755" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1044 Jahre</text>
			<text xml:space="preserve" x="8733" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">26 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_159">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8920" y="497" width="500" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9289" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9285" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9294" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9295" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9295" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9074" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9070" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9079" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9080" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9077" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9077" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9099" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -984 Jahre</text>
			<text xml:space="preserve" x="9099" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -978 Jahre</text>
			<text xml:space="preserve" x="9077" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_160">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8920" y="497" width="500" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9245" y="598" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9241" y="594" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9250" y="588" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9251" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9251" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9030" y="598" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9026" y="594" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9035" y="588" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9036" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9033" y="614" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9033" y="632" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9055" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -995 Jahre</text>
			<text xml:space="preserve" x="9055" y="631" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -984 Jahre</text>
			<text xml:space="preserve" x="9033" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_161">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8920" y="497" width="500" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9313" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9309" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9318" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9319" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9319" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9098" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9094" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9103" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9104" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9101" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9101" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9123" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -978 Jahre</text>
			<text xml:space="preserve" x="9123" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -959 Jahre</text>
			<text xml:space="preserve" x="9101" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">19 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_162">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="8920" y="497" width="500" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9389" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9385" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9394" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9395" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9395" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9174" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9170" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9179" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9180" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9177" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9177" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9199" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -959 Jahre</text>
			<text xml:space="preserve" x="9199" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -945 Jahre</text>
			<text xml:space="preserve" x="9177" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_163">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9444" y="455" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9440" y="451" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9449" y="445" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9450" y="454" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9450" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9229" y="455" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9225" y="451" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9234" y="445" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9235" y="454" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9232" y="471" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9232" y="489" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9254" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -945 Jahre</text>
			<text xml:space="preserve" x="9254" y="488" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -730 Jahre</text>
			<text xml:space="preserve" x="9232" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">215 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_164">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9445" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9441" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9450" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9451" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9451" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9230" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9226" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9235" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9236" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9233" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9233" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9255" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -945 Jahre</text>
			<text xml:space="preserve" x="9255" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -924 Jahre</text>
			<text xml:space="preserve" x="9233" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_165">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9529" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9525" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9534" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9535" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9535" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9314" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9310" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9319" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9320" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9317" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9317" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9339" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -924 Jahre</text>
			<text xml:space="preserve" x="9339" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -890 Jahre</text>
			<text xml:space="preserve" x="9317" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">34 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_166">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9665" y="647" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9661" y="643" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9670" y="637" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9671" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9671" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9450" y="647" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9446" y="643" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9455" y="637" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9456" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9453" y="663" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9453" y="681" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9475" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -890 Jahre</text>
			<text xml:space="preserve" x="9475" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -877 Jahre</text>
			<text xml:space="preserve" x="9453" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_167">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9717" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9713" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9722" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9723" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9723" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9502" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9498" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9507" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9508" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9505" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9505" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9527" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -877 Jahre</text>
			<text xml:space="preserve" x="9527" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -875 Jahre</text>
			<text xml:space="preserve" x="9505" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_168">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9665" y="647" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9661" y="643" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9670" y="637" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9671" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9671" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9450" y="647" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9446" y="643" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9455" y="637" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9456" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9453" y="663" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9453" y="681" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9475" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -890 Jahre</text>
			<text xml:space="preserve" x="9475" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -877 Jahre</text>
			<text xml:space="preserve" x="9453" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_169">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9725" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9721" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9730" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9731" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9731" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9510" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9506" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9515" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9516" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9513" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9513" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9535" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -875 Jahre</text>
			<text xml:space="preserve" x="9535" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -837 Jahre</text>
			<text xml:space="preserve" x="9513" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">38 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_170">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9877" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9873" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9882" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9883" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9883" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9662" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9658" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9667" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9668" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9665" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9665" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9687" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -837 Jahre</text>
			<text xml:space="preserve" x="9687" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -798 Jahre</text>
			<text xml:space="preserve" x="9665" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">39 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_171">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10033" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10029" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10038" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10039" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10039" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9818" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9814" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9823" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9824" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9821" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9821" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9843" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -798 Jahre</text>
			<text xml:space="preserve" x="9843" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -785 Jahre</text>
			<text xml:space="preserve" x="9821" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_172">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10085" y="484" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10081" y="480" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10090" y="474" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10091" y="483" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10091" y="500" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9870" y="484" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9866" y="480" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9875" y="474" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9876" y="483" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9873" y="500" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9873" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9895" y="500" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -785 Jahre</text>
			<text xml:space="preserve" x="9895" y="517" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -774 Jahre</text>
			<text xml:space="preserve" x="9873" y="541" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_173">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10129" y="647" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10125" y="643" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10134" y="637" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10135" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10135" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9914" y="647" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9910" y="643" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9919" y="637" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9920" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9917" y="663" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9917" y="681" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9939" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -774 Jahre</text>
			<text xml:space="preserve" x="9939" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -736 Jahre</text>
			<text xml:space="preserve" x="9917" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">38 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_174">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="9721" y="714" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9837" y="739" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9881" y="714" width="100" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9937" y="764" width="64" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10001" y="714" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10041" y="739" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10133" y="714" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10181" y="739" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10261" y="714" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="9745" y="594" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9741" y="590" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9750" y="584" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9751" y="593" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9751" y="610" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9530" y="594" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9526" y="590" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9535" y="584" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9536" y="593" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9533" y="610" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9533" y="628" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9555" y="610" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -870 Jahre</text>
			<text xml:space="preserve" x="9555" y="627" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -730 Jahre</text>
			<text xml:space="preserve" x="9533" y="651" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">140 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_175">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9745" y="673" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9741" y="669" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9750" y="663" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9751" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9751" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9530" y="673" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9526" y="669" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9535" y="663" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9536" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9533" y="689" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9533" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9555" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -870 Jahre</text>
			<text xml:space="preserve" x="9555" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -850 Jahre</text>
			<text xml:space="preserve" x="9533" y="730" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_176">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9861" y="698" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9857" y="694" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9866" y="688" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9867" y="697" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9867" y="714" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9646" y="698" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9642" y="694" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9651" y="688" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9652" y="697" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9649" y="714" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9649" y="732" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9671" y="714" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -841 Jahre</text>
			<text xml:space="preserve" x="9671" y="731" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -816 Jahre</text>
			<text xml:space="preserve" x="9649" y="755" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">25 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_177">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9905" y="673" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9901" y="669" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9910" y="663" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9911" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9911" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9690" y="673" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9686" y="669" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9695" y="663" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9696" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9693" y="689" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9693" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9715" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -830 Jahre</text>
			<text xml:space="preserve" x="9715" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -805 Jahre</text>
			<text xml:space="preserve" x="9693" y="730" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">25 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_178">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9961" y="723" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9957" y="719" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9966" y="713" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9967" y="722" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="9967" y="739" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9746" y="723" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9742" y="719" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9751" y="713" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9752" y="722" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9749" y="739" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9749" y="757" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9771" y="739" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -816 Jahre</text>
			<text xml:space="preserve" x="9771" y="756" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -800 Jahre</text>
			<text xml:space="preserve" x="9749" y="780" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">16 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_179">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10025" y="673" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10021" y="669" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10030" y="663" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10031" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10031" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9810" y="673" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9806" y="669" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9815" y="663" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9816" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9813" y="689" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9813" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9835" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -800 Jahre</text>
			<text xml:space="preserve" x="9835" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -790 Jahre</text>
			<text xml:space="preserve" x="9813" y="730" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_180">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10065" y="698" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10061" y="694" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10070" y="688" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10071" y="697" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10071" y="714" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9850" y="698" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9846" y="694" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9855" y="688" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9856" y="697" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9853" y="714" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9853" y="732" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9875" y="714" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -790 Jahre</text>
			<text xml:space="preserve" x="9875" y="731" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -762 Jahre</text>
			<text xml:space="preserve" x="9853" y="755" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">28 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_181">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10157" y="673" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10153" y="669" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10162" y="663" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10163" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10163" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9942" y="673" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9938" y="669" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9947" y="663" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9948" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9945" y="689" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9945" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="9967" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -767 Jahre</text>
			<text xml:space="preserve" x="9967" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -755 Jahre</text>
			<text xml:space="preserve" x="9945" y="730" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_182">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10205" y="698" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10201" y="694" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10210" y="688" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10211" y="697" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10211" y="714" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9990" y="698" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9986" y="694" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9995" y="688" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9996" y="697" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9993" y="714" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9993" y="732" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10015" y="714" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -755 Jahre</text>
			<text xml:space="preserve" x="10015" y="731" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -735 Jahre</text>
			<text xml:space="preserve" x="9993" y="755" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_183">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="9721" y="635" width="560" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="20" ry="20"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="9420" y="496" width="860" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10285" y="673" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10281" y="669" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10290" y="663" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10291" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10291" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10070" y="673" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10066" y="669" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10075" y="663" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10076" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10073" y="689" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10073" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10095" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -735 Jahre</text>
			<text xml:space="preserve" x="10095" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -730 Jahre</text>
			<text xml:space="preserve" x="10073" y="730" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_184">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10200" y="488" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10196" y="484" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10205" y="478" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10206" y="487" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10206" y="504" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9985" y="488" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9981" y="484" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9990" y="478" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9991" y="487" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9988" y="504" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9988" y="522" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10010" y="504" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -756 Jahre</text>
			<text xml:space="preserve" x="10010" y="521" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -722 Jahre</text>
			<text xml:space="preserve" x="9988" y="545" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">34 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_185">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10176" y="529" width="136" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10201" y="723" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10197" y="719" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10206" y="713" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10207" y="722" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10207" y="739" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9986" y="723" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9982" y="719" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9991" y="713" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9992" y="722" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9989" y="739" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9989" y="757" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10011" y="739" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -756 Jahre</text>
			<text xml:space="preserve" x="10011" y="756" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -730 Jahre</text>
			<text xml:space="preserve" x="9989" y="780" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">26 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_186">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10176" y="529" width="136" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10201" y="748" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10197" y="744" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10206" y="738" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10207" y="747" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10207" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9986" y="748" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9982" y="744" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9991" y="738" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9992" y="747" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9989" y="764" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9989" y="782" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10011" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -756 Jahre</text>
			<text xml:space="preserve" x="10011" y="781" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -725 Jahre</text>
			<text xml:space="preserve" x="9989" y="805" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">31 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_187">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10176" y="529" width="136" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10201" y="748" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10197" y="744" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10206" y="738" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10207" y="747" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10207" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="9986" y="748" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="9982" y="744" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="9991" y="738" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="9992" y="747" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="9989" y="764" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="9989" y="782" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10011" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -756 Jahre</text>
			<text xml:space="preserve" x="10011" y="781" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -725 Jahre</text>
			<text xml:space="preserve" x="9989" y="805" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">31 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_188">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10176" y="529" width="136" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10297" y="773" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10293" y="769" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10302" y="763" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10303" y="772" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10303" y="789" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10082" y="773" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10078" y="769" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10087" y="763" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10088" y="772" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10085" y="789" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10085" y="807" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10107" y="789" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -732 Jahre</text>
			<text xml:space="preserve" x="10107" y="806" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -722 Jahre</text>
			<text xml:space="preserve" x="10085" y="830" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_189">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10264" y="384" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10260" y="380" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10269" y="374" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10270" y="383" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10270" y="400" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10049" y="384" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10045" y="380" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10054" y="374" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10055" y="383" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10052" y="400" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10052" y="418" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10074" y="400" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -740 Jahre</text>
			<text xml:space="preserve" x="10074" y="417" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -714 Jahre</text>
			<text xml:space="preserve" x="10052" y="441" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">26 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_190">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10240" y="425" width="104" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10265" y="798" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10261" y="794" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10270" y="788" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10271" y="797" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10271" y="814" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10050" y="798" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10046" y="794" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10055" y="788" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10056" y="797" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10053" y="814" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10053" y="832" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10075" y="814" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -740 Jahre</text>
			<text xml:space="preserve" x="10075" y="831" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -719 Jahre</text>
			<text xml:space="preserve" x="10053" y="855" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_191">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8924" y="462" width="1420" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10240" y="425" width="104" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10349" y="748" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10345" y="744" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10354" y="738" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10355" y="747" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10355" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10134" y="748" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10130" y="744" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10139" y="738" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10140" y="747" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10137" y="764" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10137" y="782" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10159" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -719 Jahre</text>
			<text xml:space="preserve" x="10159" y="781" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -714 Jahre</text>
			<text xml:space="preserve" x="10137" y="805" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_192">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10544" y="423" width="556" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10200" y="391" width="144" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10201" y="864" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10217" y="889" width="124" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10341" y="864" width="60" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10401" y="889" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10441" y="864" width="104" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10545" y="889" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10545" y="664" width="216" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10761" y="689" width="60" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10821" y="664" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10845" y="689" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10921" y="664" width="176" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11097" y="689" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11100" y="457" width="664" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11101" y="664" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11117" y="714" width="144" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11261" y="663" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11345" y="689" width="160" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11505" y="663" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11509" y="689" width="76" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11585" y="663" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11584" y="527" width="20" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11585" y="639" width="20" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11604" y="496" width="76" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11605" y="688" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11629" y="714" width="52" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11633" y="744" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11681" y="688" width="-8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11680" y="527" width="152" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11681" y="640" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11745" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11761" y="714" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11832" y="497" width="28" height="30" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11833" y="640" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11849" y="664" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11857" y="689" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="11853" y="714" width="8" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="10224" y="303" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10220" y="299" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10229" y="293" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10230" y="302" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10230" y="319" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10009" y="303" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10005" y="299" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10014" y="293" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10015" y="302" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10012" y="319" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10012" y="337" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10034" y="319" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -750 Jahre</text>
			<text xml:space="preserve" x="10034" y="336" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -335 Jahre</text>
			<text xml:space="preserve" x="10012" y="360" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">415 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_193">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10568" y="382" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10564" y="378" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10573" y="372" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10574" y="381" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10574" y="398" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10353" y="382" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10349" y="378" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10358" y="372" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10359" y="381" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10356" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10356" y="416" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10378" y="398" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -664 Jahre</text>
			<text xml:space="preserve" x="10378" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -525 Jahre</text>
			<text xml:space="preserve" x="10356" y="439" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">139 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_194">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10224" y="350" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10220" y="346" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10229" y="340" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10230" y="349" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10230" y="366" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10009" y="350" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10005" y="346" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10014" y="340" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10015" y="349" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10012" y="366" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10012" y="384" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10034" y="366" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -750 Jahre</text>
			<text xml:space="preserve" x="10034" y="383" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -714 Jahre</text>
			<text xml:space="preserve" x="10012" y="407" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">36 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_195">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10200" y="391" width="144" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10225" y="823" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10221" y="819" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10230" y="813" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10231" y="822" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10231" y="839" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10010" y="823" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10006" y="819" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10015" y="813" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10016" y="822" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10013" y="839" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10013" y="857" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10035" y="839" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -750 Jahre</text>
			<text xml:space="preserve" x="10035" y="856" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -746 Jahre</text>
			<text xml:space="preserve" x="10013" y="880" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_196">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10200" y="391" width="144" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10241" y="848" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10237" y="844" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10246" y="838" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10247" y="847" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10247" y="864" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10026" y="848" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10022" y="844" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10031" y="838" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10032" y="847" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10029" y="864" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10029" y="882" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10051" y="864" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -746 Jahre</text>
			<text xml:space="preserve" x="10051" y="881" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -715 Jahre</text>
			<text xml:space="preserve" x="10029" y="905" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">31 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_197">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10200" y="391" width="144" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10365" y="823" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10361" y="819" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10370" y="813" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10371" y="822" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10371" y="839" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10150" y="823" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10146" y="819" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10155" y="813" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10156" y="822" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10153" y="839" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10153" y="857" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10175" y="839" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -715 Jahre</text>
			<text xml:space="preserve" x="10175" y="856" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -700 Jahre</text>
			<text xml:space="preserve" x="10153" y="880" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_198">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10200" y="391" width="144" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10425" y="848" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10421" y="844" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10430" y="838" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10431" y="847" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10431" y="864" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10210" y="848" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10206" y="844" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10215" y="838" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10216" y="847" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10213" y="864" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10213" y="882" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10235" y="864" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -700 Jahre</text>
			<text xml:space="preserve" x="10235" y="881" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -690 Jahre</text>
			<text xml:space="preserve" x="10213" y="905" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_199">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10200" y="391" width="144" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10465" y="823" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10461" y="819" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10470" y="813" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10471" y="822" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10471" y="839" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10250" y="823" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10246" y="819" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10255" y="813" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10256" y="822" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10253" y="839" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10253" y="857" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10275" y="839" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -690 Jahre</text>
			<text xml:space="preserve" x="10275" y="856" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -664 Jahre</text>
			<text xml:space="preserve" x="10253" y="880" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">26 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_200">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10200" y="391" width="144" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10569" y="848" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10565" y="844" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10574" y="838" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10575" y="847" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10575" y="864" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10354" y="848" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10350" y="844" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10359" y="838" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10360" y="847" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10357" y="864" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10357" y="882" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10379" y="864" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -664 Jahre</text>
			<text xml:space="preserve" x="10379" y="881" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -655 Jahre</text>
			<text xml:space="preserve" x="10357" y="905" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_201">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10544" y="423" width="556" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10569" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10565" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10574" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10575" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10575" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10354" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10350" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10359" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10360" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10357" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10357" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10379" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -664 Jahre</text>
			<text xml:space="preserve" x="10379" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -610 Jahre</text>
			<text xml:space="preserve" x="10357" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">54 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_202">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10544" y="423" width="556" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10785" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10781" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10790" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10791" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10791" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10570" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10566" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10575" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10576" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10573" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10573" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10595" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -610 Jahre</text>
			<text xml:space="preserve" x="10595" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -595 Jahre</text>
			<text xml:space="preserve" x="10573" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_203">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10544" y="423" width="556" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10845" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10841" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10850" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10851" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10851" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10630" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10626" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10635" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10636" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10633" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10633" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10655" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -595 Jahre</text>
			<text xml:space="preserve" x="10655" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -589 Jahre</text>
			<text xml:space="preserve" x="10633" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_204">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10544" y="423" width="556" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10869" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10865" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10874" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10875" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10875" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10654" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10650" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10659" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10660" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10657" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10657" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10679" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -589 Jahre</text>
			<text xml:space="preserve" x="10679" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -570 Jahre</text>
			<text xml:space="preserve" x="10657" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">19 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_205">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10544" y="423" width="556" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10945" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10941" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10950" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10951" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="10951" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10730" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10726" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10735" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10736" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10733" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10733" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10755" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -570 Jahre</text>
			<text xml:space="preserve" x="10755" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -526 Jahre</text>
			<text xml:space="preserve" x="10733" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">44 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_206">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="10544" y="423" width="556" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11121" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11117" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11126" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11127" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11127" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10906" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10902" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10911" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10912" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10909" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10909" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10931" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -526 Jahre</text>
			<text xml:space="preserve" x="10931" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -525 Jahre</text>
			<text xml:space="preserve" x="10909" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_207">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11124" y="416" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11120" y="412" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11129" y="406" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11130" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11130" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10909" y="416" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10905" y="412" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10914" y="406" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10915" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10912" y="432" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10912" y="450" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10934" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -525 Jahre</text>
			<text xml:space="preserve" x="10934" y="449" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -359 Jahre</text>
			<text xml:space="preserve" x="10912" y="473" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">166 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_208">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11100" y="457" width="664" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11125" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11121" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11130" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11131" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11131" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10910" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10906" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10915" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10916" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10913" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10913" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10935" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -525 Jahre</text>
			<text xml:space="preserve" x="10935" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -522 Jahre</text>
			<text xml:space="preserve" x="10913" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_209">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11100" y="457" width="664" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11141" y="673" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11137" y="669" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11146" y="663" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11147" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11147" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="10926" y="673" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="10922" y="669" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="10931" y="663" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="10932" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="10929" y="689" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="10929" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="10951" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -521 Jahre</text>
			<text xml:space="preserve" x="10951" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -485 Jahre</text>
			<text xml:space="preserve" x="10929" y="730" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">36 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_210">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11100" y="457" width="664" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11285" y="622" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11281" y="618" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11290" y="612" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11291" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11291" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11070" y="622" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11066" y="618" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11075" y="612" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11076" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11073" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11073" y="656" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11095" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -485 Jahre</text>
			<text xml:space="preserve" x="11095" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -464 Jahre</text>
			<text xml:space="preserve" x="11073" y="679" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_211">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11100" y="457" width="664" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11369" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11365" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11374" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11375" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11375" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11154" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11150" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11159" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11160" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11157" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11157" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11179" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -464 Jahre</text>
			<text xml:space="preserve" x="11179" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -424 Jahre</text>
			<text xml:space="preserve" x="11157" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">40 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_212">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11100" y="457" width="664" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11529" y="622" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11525" y="618" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11534" y="612" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11535" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11535" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11314" y="622" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11310" y="618" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11319" y="612" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11320" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11317" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11317" y="656" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11339" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -424 Jahre</text>
			<text xml:space="preserve" x="11339" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -423 Jahre</text>
			<text xml:space="preserve" x="11317" y="679" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_213">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11100" y="457" width="664" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11533" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11529" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11538" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11539" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11539" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11318" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11314" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11323" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11324" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11321" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11321" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11343" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -423 Jahre</text>
			<text xml:space="preserve" x="11343" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -404 Jahre</text>
			<text xml:space="preserve" x="11321" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">19 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_214">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11100" y="457" width="664" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11609" y="622" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11605" y="618" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11614" y="612" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11615" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11615" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11394" y="622" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11390" y="618" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11399" y="612" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11400" y="621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11397" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11397" y="656" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11419" y="638" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -404 Jahre</text>
			<text xml:space="preserve" x="11419" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -401 Jahre</text>
			<text xml:space="preserve" x="11397" y="679" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_215">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11608" y="486" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11604" y="482" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11613" y="476" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11614" y="485" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11614" y="502" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11393" y="486" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11389" y="482" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11398" y="476" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11399" y="485" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11396" y="502" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11396" y="520" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11418" y="502" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -404 Jahre</text>
			<text xml:space="preserve" x="11418" y="519" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -399 Jahre</text>
			<text xml:space="preserve" x="11396" y="543" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_216">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11584" y="527" width="20" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11609" y="598" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11605" y="594" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11614" y="588" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11615" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11615" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11394" y="598" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11390" y="594" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11399" y="588" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11400" y="597" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11397" y="614" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11397" y="632" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11419" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -404 Jahre</text>
			<text xml:space="preserve" x="11419" y="631" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -399 Jahre</text>
			<text xml:space="preserve" x="11397" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_217">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11628" y="455" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11624" y="451" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11633" y="445" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11634" y="454" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11634" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11413" y="455" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11409" y="451" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11418" y="445" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11419" y="454" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11416" y="471" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11416" y="489" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11438" y="471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -399 Jahre</text>
			<text xml:space="preserve" x="11438" y="488" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -380 Jahre</text>
			<text xml:space="preserve" x="11416" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">19 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_218">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11604" y="496" width="76" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11629" y="647" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11625" y="643" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11634" y="637" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11635" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11635" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11414" y="647" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11410" y="643" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11419" y="637" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11420" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11417" y="663" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11417" y="681" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11439" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -399 Jahre</text>
			<text xml:space="preserve" x="11439" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -393 Jahre</text>
			<text xml:space="preserve" x="11417" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_219">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11604" y="496" width="76" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11653" y="673" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11649" y="669" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11658" y="663" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11659" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11659" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11438" y="673" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11434" y="669" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11443" y="663" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11444" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11441" y="689" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11441" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11463" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -393 Jahre</text>
			<text xml:space="preserve" x="11463" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -380 Jahre</text>
			<text xml:space="preserve" x="11441" y="730" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_220">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11604" y="496" width="76" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11657" y="703" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11653" y="699" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11662" y="693" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11663" y="702" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11663" y="719" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11442" y="703" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11438" y="699" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11447" y="693" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11448" y="702" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11445" y="719" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11445" y="737" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11467" y="719" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -392 Jahre</text>
			<text xml:space="preserve" x="11467" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -380 Jahre</text>
			<text xml:space="preserve" x="11445" y="760" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_221">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11604" y="496" width="76" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11705" y="647" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11701" y="643" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11710" y="637" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11711" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11711" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11490" y="647" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11486" y="643" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11495" y="637" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11496" y="646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11493" y="663" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11493" y="681" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11515" y="663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -380 Jahre</text>
			<text xml:space="preserve" x="11515" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -382 Jahre</text>
			<text xml:space="preserve" x="11493" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">-2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_222">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11704" y="486" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11700" y="482" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11709" y="476" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11710" y="485" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11710" y="502" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11489" y="486" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11485" y="482" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11494" y="476" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11495" y="485" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11492" y="502" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11492" y="520" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11514" y="502" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -380 Jahre</text>
			<text xml:space="preserve" x="11514" y="519" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -342 Jahre</text>
			<text xml:space="preserve" x="11492" y="543" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">38 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_223">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11680" y="527" width="152" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11705" y="599" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11701" y="595" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11710" y="589" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11711" y="598" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11711" y="615" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11490" y="599" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11486" y="595" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11495" y="589" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11496" y="598" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11493" y="615" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11493" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11515" y="615" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -380 Jahre</text>
			<text xml:space="preserve" x="11515" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -362 Jahre</text>
			<text xml:space="preserve" x="11493" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_224">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11680" y="527" width="152" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11769" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11765" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11774" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11775" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11775" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11554" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11550" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11559" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11560" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11557" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11557" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11579" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -364 Jahre</text>
			<text xml:space="preserve" x="11579" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -360 Jahre</text>
			<text xml:space="preserve" x="11557" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_225">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11680" y="527" width="152" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11785" y="673" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11781" y="669" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11790" y="663" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11791" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11791" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11570" y="673" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11566" y="669" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11575" y="663" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11576" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11573" y="689" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11573" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11595" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -360 Jahre</text>
			<text xml:space="preserve" x="11595" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -342 Jahre</text>
			<text xml:space="preserve" x="11573" y="730" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_226">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11856" y="456" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11852" y="452" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11861" y="446" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11862" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11862" y="472" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11641" y="456" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11637" y="452" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11646" y="446" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11647" y="455" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11644" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11644" y="490" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11666" y="472" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -342 Jahre</text>
			<text xml:space="preserve" x="11666" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -335 Jahre</text>
			<text xml:space="preserve" x="11644" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_227">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11832" y="497" width="28" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11857" y="599" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11853" y="595" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11862" y="589" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11863" y="598" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11863" y="615" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11642" y="599" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11638" y="595" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11647" y="589" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11648" y="598" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11645" y="615" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11645" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11667" y="615" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -342 Jahre</text>
			<text xml:space="preserve" x="11667" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -338 Jahre</text>
			<text xml:space="preserve" x="11645" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_228">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11832" y="497" width="28" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11873" y="623" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11869" y="619" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11878" y="613" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11879" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11879" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11658" y="623" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11654" y="619" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11663" y="613" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11664" y="622" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11661" y="639" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11661" y="657" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11683" y="639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -338 Jahre</text>
			<text xml:space="preserve" x="11683" y="656" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -336 Jahre</text>
			<text xml:space="preserve" x="11661" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_229">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11832" y="497" width="28" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11881" y="648" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11877" y="644" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11886" y="638" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11887" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11887" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11666" y="648" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11662" y="644" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11671" y="638" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11672" y="647" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11669" y="664" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11669" y="682" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11691" y="664" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -336 Jahre</text>
			<text xml:space="preserve" x="11691" y="681" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -332 Jahre</text>
			<text xml:space="preserve" x="11669" y="705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_230">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="10200" y="344" width="1660" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11832" y="497" width="28" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11877" y="673" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11873" y="669" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11882" y="663" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11883" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11883" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11662" y="673" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11658" y="669" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11667" y="663" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11668" y="672" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11665" y="689" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11665" y="707" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11687" y="689" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -337 Jahre</text>
			<text xml:space="preserve" x="11687" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -335 Jahre</text>
			<text xml:space="preserve" x="11665" y="730" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_231">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11896" y="301" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11892" y="297" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11901" y="291" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11902" y="300" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11902" y="317" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11681" y="301" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11677" y="297" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11686" y="291" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11687" y="300" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11684" y="317" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11684" y="335" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11706" y="317" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -332 Jahre</text>
			<text xml:space="preserve" x="11706" y="334" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -306 Jahre</text>
			<text xml:space="preserve" x="11684" y="358" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">26 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_232">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11872" y="342" width="104" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11897" y="423" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11893" y="419" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11902" y="413" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11903" y="422" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11903" y="439" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11682" y="423" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11678" y="419" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11687" y="413" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11688" y="422" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11685" y="439" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11685" y="457" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11707" y="439" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -332 Jahre</text>
			<text xml:space="preserve" x="11707" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -323 Jahre</text>
			<text xml:space="preserve" x="11685" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_233">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11872" y="342" width="104" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11933" y="448" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11929" y="444" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11938" y="438" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11939" y="447" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11939" y="464" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11718" y="448" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11714" y="444" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11723" y="438" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11724" y="447" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11721" y="464" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11721" y="482" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11743" y="464" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -323 Jahre</text>
			<text xml:space="preserve" x="11743" y="481" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -317 Jahre</text>
			<text xml:space="preserve" x="11721" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_234">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11872" y="342" width="104" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="11957" y="473" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11953" y="469" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11962" y="463" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11963" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="11963" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11742" y="473" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11738" y="469" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11747" y="463" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11748" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11745" y="489" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11745" y="507" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11767" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -317 Jahre</text>
			<text xml:space="preserve" x="11767" y="506" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -306 Jahre</text>
			<text xml:space="preserve" x="11745" y="530" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_235">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12001" y="497" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11997" y="493" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12006" y="487" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12007" y="496" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12007" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11786" y="497" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11782" y="493" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11791" y="487" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11792" y="496" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11789" y="513" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11789" y="531" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11811" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -306 Jahre</text>
			<text xml:space="preserve" x="11811" y="530" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -282 Jahre</text>
			<text xml:space="preserve" x="11789" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">24 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_236">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="300" width="800" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12008" y="324" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12004" y="320" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12013" y="314" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12014" y="323" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12014" y="340" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11793" y="324" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11789" y="320" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11798" y="314" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11799" y="323" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11796" y="340" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11796" y="358" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11818" y="340" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -304 Jahre</text>
			<text xml:space="preserve" x="11818" y="357" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -30 Jahre</text>
			<text xml:space="preserve" x="11796" y="381" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">274 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_237">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12097" y="473" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12093" y="469" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12102" y="463" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12103" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12103" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="11882" y="473" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="11878" y="469" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="11887" y="463" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="11888" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="11885" y="489" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="11885" y="507" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="11907" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -282 Jahre</text>
			<text xml:space="preserve" x="11907" y="506" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -246 Jahre</text>
			<text xml:space="preserve" x="11885" y="530" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">36 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_238">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12241" y="498" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12237" y="494" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12246" y="488" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12247" y="497" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12247" y="514" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12026" y="498" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12022" y="494" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12031" y="488" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12032" y="497" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12029" y="514" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12029" y="532" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12051" y="514" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -246 Jahre</text>
			<text xml:space="preserve" x="12051" y="531" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -221 Jahre</text>
			<text xml:space="preserve" x="12029" y="555" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">25 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_239">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12341" y="473" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12337" y="469" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12346" y="463" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12347" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12347" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12126" y="473" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12122" y="469" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12131" y="463" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12132" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12129" y="489" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12129" y="507" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12151" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -221 Jahre</text>
			<text xml:space="preserve" x="12151" y="506" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -204 Jahre</text>
			<text xml:space="preserve" x="12129" y="530" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">17 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_240">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12409" y="497" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12405" y="493" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12414" y="487" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12415" y="496" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12415" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12194" y="497" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12190" y="493" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12199" y="487" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12200" y="496" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12197" y="513" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12197" y="531" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12219" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -204 Jahre</text>
			<text xml:space="preserve" x="12219" y="530" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -180 Jahre</text>
			<text xml:space="preserve" x="12197" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">24 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_241">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12401" y="523" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12397" y="519" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12406" y="513" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12407" y="522" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12407" y="539" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12186" y="523" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12182" y="519" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12191" y="513" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12192" y="522" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12189" y="539" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12189" y="557" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12211" y="539" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -206 Jahre</text>
			<text xml:space="preserve" x="12211" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -200 Jahre</text>
			<text xml:space="preserve" x="12189" y="580" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_242">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12425" y="548" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12421" y="544" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12430" y="538" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12431" y="547" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12431" y="564" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12210" y="548" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12206" y="544" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12215" y="538" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12216" y="547" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12213" y="564" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12213" y="582" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12235" y="564" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -200 Jahre</text>
			<text xml:space="preserve" x="12235" y="581" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -186 Jahre</text>
			<text xml:space="preserve" x="12213" y="605" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_243">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12549" y="488" width="72" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12549" y="488" width="72" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12505" y="473" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12501" y="469" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12510" y="463" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12511" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12511" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12290" y="473" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12286" y="469" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12295" y="463" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12296" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12293" y="489" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12293" y="507" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12315" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -180 Jahre</text>
			<text xml:space="preserve" x="12315" y="506" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -164 Jahre</text>
			<text xml:space="preserve" x="12293" y="530" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">16 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_244">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12481" y="514" width="64" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12481" y="514" width="64" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12573" y="447" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12569" y="443" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12578" y="437" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12579" y="446" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12579" y="463" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12358" y="447" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12354" y="443" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12363" y="437" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12364" y="446" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12361" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12361" y="481" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12383" y="463" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -163 Jahre</text>
			<text xml:space="preserve" x="12383" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -145 Jahre</text>
			<text xml:space="preserve" x="12361" y="504" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_245">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12621" y="564" width="116" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12621" y="564" width="116" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12569" y="497" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12565" y="493" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12574" y="487" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12575" y="496" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12575" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12354" y="497" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12350" y="493" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12359" y="487" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12360" y="496" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12357" y="513" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12357" y="531" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12379" y="513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -164 Jahre</text>
			<text xml:space="preserve" x="12379" y="530" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -163 Jahre</text>
			<text xml:space="preserve" x="12357" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_246">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12545" y="538" width="4" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12545" y="538" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12645" y="523" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12641" y="519" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12650" y="513" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12651" y="522" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12651" y="539" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12430" y="523" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12426" y="519" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12435" y="513" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12436" y="522" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12433" y="539" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12433" y="557" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12455" y="539" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -145 Jahre</text>
			<text xml:space="preserve" x="12455" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -116 Jahre</text>
			<text xml:space="preserve" x="12433" y="580" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">29 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_247">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12701" y="473" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12697" y="469" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12706" y="463" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12707" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12707" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12486" y="473" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12482" y="469" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12491" y="463" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12492" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12489" y="489" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12489" y="507" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12511" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -131 Jahre</text>
			<text xml:space="preserve" x="12511" y="506" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -130 Jahre</text>
			<text xml:space="preserve" x="12489" y="530" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_248">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12849" y="539" width="28" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12849" y="539" width="28" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12761" y="447" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12757" y="443" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12766" y="437" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12767" y="446" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12767" y="463" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12546" y="447" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12542" y="443" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12551" y="437" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12552" y="446" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12549" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12549" y="481" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12571" y="463" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -116 Jahre</text>
			<text xml:space="preserve" x="12571" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -107 Jahre</text>
			<text xml:space="preserve" x="12549" y="504" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_249">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12737" y="488" width="36" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12737" y="488" width="36" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12873" y="498" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12869" y="494" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12878" y="488" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12879" y="497" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12879" y="514" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12658" y="498" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12654" y="494" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12663" y="488" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12664" y="497" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12661" y="514" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12661" y="532" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12683" y="514" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -88 Jahre</text>
			<text xml:space="preserve" x="12683" y="531" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -81 Jahre</text>
			<text xml:space="preserve" x="12661" y="555" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_250">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12797" y="548" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12793" y="544" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12802" y="538" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12803" y="547" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12803" y="564" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12582" y="548" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12578" y="544" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12587" y="538" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12588" y="547" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12585" y="564" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12585" y="582" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12607" y="564" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -107 Jahre</text>
			<text xml:space="preserve" x="12607" y="581" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -88 Jahre</text>
			<text xml:space="preserve" x="12585" y="605" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">19 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_251">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12969" y="589" width="12" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="12997" y="638" width="84" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12969" y="589" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12997" y="638" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12901" y="523" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12897" y="519" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12906" y="513" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12907" y="522" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12907" y="539" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12686" y="523" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12682" y="519" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12691" y="513" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12692" y="522" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12689" y="539" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12689" y="557" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12711" y="539" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -81 Jahre</text>
			<text xml:space="preserve" x="12711" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -80 Jahre</text>
			<text xml:space="preserve" x="12689" y="580" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_252">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12905" y="573" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12901" y="569" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12910" y="563" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12911" y="572" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12911" y="589" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12690" y="573" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12686" y="569" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12695" y="563" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12696" y="572" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12693" y="589" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12693" y="607" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12715" y="589" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -80 Jahre</text>
			<text xml:space="preserve" x="12715" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -79 Jahre</text>
			<text xml:space="preserve" x="12693" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_253">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12981" y="489" width="16" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12981" y="489" width="16" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12905" y="473" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12901" y="469" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12910" y="463" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12911" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12911" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12690" y="473" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12686" y="469" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12695" y="463" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12696" y="472" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12693" y="489" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12693" y="507" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12715" y="489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -80 Jahre</text>
			<text xml:space="preserve" x="12715" y="506" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -58 Jahre</text>
			<text xml:space="preserve" x="12693" y="530" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">22 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_254">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12881" y="514" width="88" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12881" y="514" width="88" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="13005" y="448" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="13001" y="444" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="13010" y="438" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="13011" y="447" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="13011" y="464" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12790" y="448" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12786" y="444" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12795" y="438" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12796" y="447" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12793" y="464" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12793" y="482" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12815" y="464" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -55 Jahre</text>
			<text xml:space="preserve" x="12815" y="481" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -51 Jahre</text>
			<text xml:space="preserve" x="12793" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_255">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12877" y="564" width="4" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="12997" y="638" width="84" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12877" y="564" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12997" y="638" width="84" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12993" y="548" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12989" y="544" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12998" y="538" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12999" y="547" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="12999" y="564" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="12778" y="548" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12774" y="544" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12783" y="538" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12784" y="547" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12781" y="564" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12781" y="582" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12803" y="564" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -58 Jahre</text>
			<text xml:space="preserve" x="12803" y="581" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -55 Jahre</text>
			<text xml:space="preserve" x="12781" y="605" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_256">
			<rect x="1201" y="0" width="5720" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1800" y="212" width="3192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="12969" y="589" width="12" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="12877" y="564" width="4" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5"/>
			<rect x="11984" y="365" width="1096" height="30" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="30" ry="30"/>
			<rect x="12877" y="564" width="4" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="12969" y="589" width="12" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="13021" y="667" width="625" height="58" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="13017" y="663" width="621" height="54" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="13027" y="680" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Herrscher Ägyptens Regine Schulz (nach Jürgen von Beckerath) ISBN 3-8331-1037-6</text>
			<rect x="13021" y="597" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="13017" y="593" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="13026" y="587" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="13027" y="596" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="13027" y="613" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Kleopatra_VII.</text>
			<rect x="12806" y="597" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="12802" y="593" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="12811" y="587" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="12812" y="596" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="12809" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="12809" y="631" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="12831" y="613" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -51 Jahre</text>
			<text xml:space="preserve" x="12831" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -30 Jahre</text>
			<text xml:space="preserve" x="12809" y="654" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre</text>
		</symbol>
		<symbol id="KontextLink_0">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_1">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_2">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_3">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_4">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_5">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_6">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_7">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_8">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_9">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_10">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_11">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_12">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_13">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_14">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_15">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_16">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_17">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_18">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_19">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_20">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_21">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_22">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_23">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_24">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_25">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_26">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_27">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/%C3%84gypten_in_griechisch-r%C3%B6mischer_Zeit</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_28">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_29">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://www.dtv.de/buch/dtv-atlas-weltgeschichte-3331</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_30">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_31">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_32">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_33">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_34">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_35">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_36">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_37">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_38">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_39">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_40">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_41">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_42">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_43">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_44">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_45">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_46">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_47">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_48">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_49">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_50">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_51">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_52">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_53">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_54">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_55">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_56">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_57">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_58">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_59">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_60">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_61">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_62">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Cheops</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_63">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_64">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_65">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_66">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_67">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_68">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_69">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_70">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_71">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_72">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_73">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_74">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_75">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_76">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_77">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_78">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_79">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_80">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_81">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_82">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_83">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_84">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_85">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_86">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_87">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_88">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_89">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_90">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_91">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_92">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_93">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_94">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_95">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_96">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_97">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_98">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_99">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_100">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_101">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_102">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_103">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_104">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_105">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_106">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_107">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_108">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_109">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_110">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_111">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_112">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_113">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_114">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_115">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_116">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_117">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_118">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_119">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_120">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_121">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_122">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_123">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_124">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_125">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_126">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_127">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_128">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_129">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_130">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Echnaton</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_131">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_132">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Tutanchamun</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_133">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_134">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_135">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_136">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_137">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_138">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_139">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_140">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_141">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_142">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_143">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_144">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_145">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_146">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_147">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_148">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_149">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_150">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_151">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_152">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_153">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_154">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_155">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_156">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_157">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_158">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_159">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_160">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_161">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_162">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_163">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_164">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_165">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_166">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_167">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_168">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_169">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_170">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_171">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_172">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_173">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_174">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_175">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_176">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_177">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_178">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_179">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_180">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_181">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_182">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_183">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_184">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_185">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_186">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_187">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_188">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_189">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_190">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_191">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_192">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_193">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_194">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_195">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_196">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_197">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_198">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_199">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_200">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_201">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_202">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_203">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_204">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_205">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_206">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_207">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_208">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_209">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_210">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_211">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_212">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_213">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_214">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_215">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_216">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_217">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_218">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_219">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_220">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_221">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_222">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_223">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_224">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_225">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_226">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_227">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_228">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_229">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_230">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_231">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_232">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_233">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_234">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_235">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_236">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_237">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_238">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_239">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_240">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_241">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_242">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_243">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_244">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_245">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_246">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_247">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_248">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_249">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_250">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_251">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_252">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_253">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_254">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_255">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_256">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Kleopatra_VII.</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
	</defs>
	<rect x="0" y="0" width="14000" height="1500" fill="rgb(255,255,225)" stroke="rgb(255,255,225)" stroke-width="0" onclick="SymbolZeigen(-1,0,0)"/>
	<line x1="0" y1="25" x2="14000" y2="25" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="50" x2="14000" y2="50" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="75" x2="14000" y2="75" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="100" x2="14000" y2="100" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="125" x2="14000" y2="125" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="150" x2="14000" y2="150" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="175" x2="14000" y2="175" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="200" x2="14000" y2="200" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="225" x2="14000" y2="225" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="250" x2="14000" y2="250" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="275" x2="14000" y2="275" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="300" x2="14000" y2="300" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="325" x2="14000" y2="325" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="350" x2="14000" y2="350" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="375" x2="14000" y2="375" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="400" x2="14000" y2="400" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="425" x2="14000" y2="425" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="450" x2="14000" y2="450" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="475" x2="14000" y2="475" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="500" x2="14000" y2="500" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="525" x2="14000" y2="525" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="550" x2="14000" y2="550" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="575" x2="14000" y2="575" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="600" x2="14000" y2="600" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="625" x2="14000" y2="625" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="650" x2="14000" y2="650" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="675" x2="14000" y2="675" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="700" x2="14000" y2="700" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="725" x2="14000" y2="725" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="750" x2="14000" y2="750" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="775" x2="14000" y2="775" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="800" x2="14000" y2="800" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="825" x2="14000" y2="825" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="850" x2="14000" y2="850" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="875" x2="14000" y2="875" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="900" x2="14000" y2="900" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="925" x2="14000" y2="925" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="950" x2="14000" y2="950" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="975" x2="14000" y2="975" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1000" x2="14000" y2="1000" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1025" x2="14000" y2="1025" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1050" x2="14000" y2="1050" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1075" x2="14000" y2="1075" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1100" x2="14000" y2="1100" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1125" x2="14000" y2="1125" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1150" x2="14000" y2="1150" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1175" x2="14000" y2="1175" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1200" x2="14000" y2="1200" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1225" x2="14000" y2="1225" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1250" x2="14000" y2="1250" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1275" x2="14000" y2="1275" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1300" x2="14000" y2="1300" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1325" x2="14000" y2="1325" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1350" x2="14000" y2="1350" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1375" x2="14000" y2="1375" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1400" x2="14000" y2="1400" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1425" x2="14000" y2="1425" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1450" x2="14000" y2="1450" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1475" x2="14000" y2="1475" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1500" x2="14000" y2="1500" stroke="rgb(160,160,160)" stroke-width="1"/>
	<rect x="1201" y="0" width="5720" height="20" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(2,1201,0)"/>
	<rect x="1201" y="0" width="5720" height="20" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(2,1201,0)"/>
	<text xml:space="preserve" x="1209" y="16" style="font-family:Arial; font-size:14; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,1201,0)">Ägypten                                                    +++</text>
	<text xml:space="preserve" x="1709" y="16" style="font-family:Arial; font-size:14; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,1201,0)">Ägypten                                                    +++</text>
	<text xml:space="preserve" x="2209" y="16" style="font-family:Arial; font-size:14; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,1201,0)">Ägypten                                                    +++</text>
	<text xml:space="preserve" x="2709" y="16" style="font-family:Arial; font-size:14; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,1201,0)">Ägypten                                                    +++</text>
	<text xml:space="preserve" x="3209" y="16" style="font-family:Arial; font-size:14; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,1201,0)">Ägypten                                                    +++</text>
	<text xml:space="preserve" x="3709" y="16" style="font-family:Arial; font-size:14; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,1201,0)">Ägypten                                                    +++</text>
	<text xml:space="preserve" x="4209" y="16" style="font-family:Arial; font-size:14; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,1201,0)">Ägypten                                                    +++</text>
	<text xml:space="preserve" x="4709" y="16" style="font-family:Arial; font-size:14; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,1201,0)">Ägypten                                                    +++</text>
	<text xml:space="preserve" x="5209" y="16" style="font-family:Arial; font-size:14; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,1201,0)">Ägypten                                                    +++</text>
	<text xml:space="preserve" x="5709" y="16" style="font-family:Arial; font-size:14; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,1201,0)">Ägypten                                                    +++</text>
	<text xml:space="preserve" x="6209" y="16" style="font-family:Arial; font-size:14; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,1201,0)">Ägypten                                                    +++</text>
	<circle cx="6920" cy="14" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="6920" cy="22" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="1196,12 1206,12 1201,18 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1196" y="13" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6916" y="13" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1800" y="212" width="3192" height="20" fill="rgb(211,231,211)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(3,1800,212)"/>
	<image x="1808" y="32" width="111" height="179" xlink:href="./Daten/ONr_3_Bild.jpg">
		<title>./Daten/ONr_3_Bild.jpg</title></image>
	<text xml:space="preserve" x="1808" y="226" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(3,1800,212)">Altes Reich                                                  +++</text>
	<text xml:space="preserve" x="2308" y="226" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(3,1800,212)">Altes Reich                                                  +++</text>
	<text xml:space="preserve" x="2808" y="226" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(3,1800,212)">Altes Reich                                                  +++</text>
	<text xml:space="preserve" x="3308" y="226" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(3,1800,212)">Altes Reich                                                  +++</text>
	<text xml:space="preserve" x="3808" y="226" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(3,1800,212)">Altes Reich                                                  +++</text>
	<text xml:space="preserve" x="4308" y="226" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(3,1800,212)">Altes Reich                                                  +++</text>
	<circle cx="4991" cy="226" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="4991" cy="234" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="1795,224 1805,224 1800,230 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1795" y="225" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4987" y="225" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1800" y="300" width="800" height="20" fill="rgb(227,240,227)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(4,1800,300)"/>
	<rect x="1800" y="300" width="800" height="20" fill="rgb(227,240,227)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(4,1800,300)"/>
	<text xml:space="preserve" x="1808" y="314" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(4,1800,300)">Thinitenzeit (1. und 2. Dyn.)                                               +++</text>
	<circle cx="2599" cy="314" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="2599" cy="322" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="1795,312 1805,312 1800,318 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1795" y="313" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2595" y="313" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2600" y="303" width="1840" height="20" fill="rgb(227,240,227)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(5,2600,303)"/>
	<rect x="2600" y="303" width="1840" height="20" fill="rgb(227,240,227)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(5,2600,303)"/>
	<text xml:space="preserve" x="2608" y="317" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(5,2600,303)">Pyramidenzeit (3.-6. Dyn.)                                            +++</text>
	<text xml:space="preserve" x="3108" y="317" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(5,2600,303)">Pyramidenzeit (3.-6. Dyn.)                                            +++</text>
	<text xml:space="preserve" x="3608" y="317" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(5,2600,303)">Pyramidenzeit (3.-6. Dyn.)                                            +++</text>
	<circle cx="4439" cy="317" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="4439" cy="325" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="2595,315 2605,315 2600,321 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2595" y="316" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4435" y="316" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4440" y="303" width="552" height="20" fill="rgb(227,240,227)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(6,4440,303)"/>
	<rect x="4440" y="303" width="552" height="20" fill="rgb(227,240,227)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(6,4440,303)"/>
	<text xml:space="preserve" x="4448" y="317" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(6,4440,303)"> Erste Zwischenzeit (7.-10. Dyn.                                            +++</text>
	<circle cx="4991" cy="317" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="4991" cy="325" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="4435,315 4445,315 4440,321 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4435" y="316" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4987" y="316" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4992" y="304" width="1928" height="20" fill="rgb(211,231,211)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(7,4992,304)"/>
	<rect x="4992" y="304" width="1928" height="20" fill="rgb(211,231,211)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(7,4992,304)"/>
	<text xml:space="preserve" x="5000" y="316" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(7,4992,304)">Mittleres Reich                                                 +++</text>
	<text xml:space="preserve" x="4987" y="317" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6915" y="317" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5236" y="217" width="820" height="20" fill="rgb(227,240,227)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(8,5236,217)"/>
	<rect x="5236" y="217" width="820" height="20" fill="rgb(227,240,227)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(8,5236,217)"/>
	<text xml:space="preserve" x="5244" y="231" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(8,5236,217)">12. Dyn.:                                            +++</text>
	<text xml:space="preserve" x="5744" y="231" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(8,5236,217)">12. Dyn.:                                            +++</text>
	<circle cx="6055" cy="231" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="6055" cy="239" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5231,229 5241,229 5236,235 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5231" y="230" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6051" y="230" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5688" y="331" width="148" height="22" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(9,5688,331)"/>
	<rect x="5688" y="331" width="148" height="22" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(9,5688,331)"/>
	<text xml:space="preserve" x="5696" y="345" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(9,5688,331)">Sesostris III.   </text>
	<circle cx="5835" cy="345" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="5835" cy="353" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5683,343 5693,343 5688,349 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5683" y="344" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5831" y="344" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6088" y="303" width="672" height="20" fill="rgb(227,240,227)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(10,6088,303)"/>
	<rect x="6088" y="303" width="672" height="20" fill="rgb(227,240,227)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(10,6088,303)"/>
	<text xml:space="preserve" x="6096" y="317" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(10,6088,303)">Zweite Zwischenzeit (13./14.                                           +++</text>
	<circle cx="6759" cy="317" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="6759" cy="325" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6083,315 6093,315 6088,321 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6083" y="316" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6755" y="316" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6920" y="267" width="3420" height="20" fill="rgb(211,231,211)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(11,6920,267)"/>
	<image x="6928" y="289" width="220" height="244" xlink:href="./Daten/ONr_11_Bild.jpg">
		<title>./Daten/ONr_11_Bild.jpg</title></image>
	<text xml:space="preserve" x="6928" y="281" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(11,6920,267)">Neues Reich                                                +++</text>
	<text xml:space="preserve" x="7428" y="281" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(11,6920,267)">Neues Reich                                                +++</text>
	<text xml:space="preserve" x="7928" y="281" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(11,6920,267)">Neues Reich                                                +++</text>
	<text xml:space="preserve" x="8428" y="281" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(11,6920,267)">Neues Reich                                                +++</text>
	<text xml:space="preserve" x="8928" y="281" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(11,6920,267)">Neues Reich                                                +++</text>
	<text xml:space="preserve" x="9428" y="281" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(11,6920,267)">Neues Reich                                                +++</text>
	<text xml:space="preserve" x="9928" y="281" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(11,6920,267)">Neues Reich                                                +++</text>
	<circle cx="10339" cy="281" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="10339" cy="289" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6915,279 6925,279 6920,285 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6915" y="280" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10335" y="280" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7196" y="330" width="84" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(12,7196,330)"/>
	<rect x="7196" y="330" width="84" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(12,7196,330)"/>
	<text xml:space="preserve" x="7204" y="344" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(12,7196,330)">Hatschepsut </text>
	<circle cx="7279" cy="344" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="7279" cy="352" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7191,342 7201,342 7196,348 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7191" y="343" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7275" y="343" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7280" y="362" width="128" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(13,7280,362)"/>
	<rect x="7280" y="362" width="128" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(13,7280,362)"/>
	<text xml:space="preserve" x="7288" y="376" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(13,7280,362)">Thutmosis III. </text>
	<circle cx="7407" cy="376" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="7407" cy="384" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7275,374 7285,374 7280,380 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7275" y="375" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7403" y="375" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7168" y="122" width="230" height="20" fill="rgb(166,202,240)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(14,7168,122)"/>
	<text xml:space="preserve" x="7176" y="135" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(14,7168,122)">1480 Zerschlagung der syrisch-palästincns.</text>
	<line x1="7283" y1="142" x2="7283" y2="1500" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="7397" cy="131" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7163,129 7173,129 7168,135 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7278" y="156" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7548" y="331" width="144" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(15,7548,331)"/>
	<rect x="7548" y="331" width="144" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(15,7548,331)"/>
	<text xml:space="preserve" x="7556" y="345" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(15,7548,331)">Amenophis III.</text>
	<circle cx="7691" cy="345" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="7691" cy="353" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7543,343 7553,343 7548,349 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7543" y="344" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7687" y="344" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7692" y="362" width="76" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(16,7692,362)"/>
	<rect x="7692" y="362" width="76" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(16,7692,362)"/>
	<text xml:space="preserve" x="7700" y="376" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(16,7692,362)">Amenophis IV.</text>
	<circle cx="7767" cy="376" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="7767" cy="384" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7687,374 7697,374 7692,380 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7687" y="375" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7763" y="375" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7820" y="331" width="580" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(17,7820,331)"/>
	<rect x="7820" y="331" width="580" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(17,7820,331)"/>
	<text xml:space="preserve" x="7828" y="345" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(17,7820,331)">19. Dyn. Sethos I. und Ramses II                                         +++</text>
	<circle cx="8399" cy="345" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="8399" cy="353" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7815,343 7825,343 7820,349 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7815" y="344" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8395" y="344" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7986" y="143" width="230" height="19" fill="rgb(166,202,240)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(18,7986,143)"/>
	<text xml:space="preserve" x="7994" y="156" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(18,7986,143)">Um 1275 Freundschaftsvertrag zwischen</text>
	<text xml:space="preserve" x="7994" y="183" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(18,7986,143)">Ramses II. und dem Hethiterkönig Hat-</text>
	<text xml:space="preserve" x="7994" y="195" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(18,7986,143)">tusilis III. Das Gleichgewicht der Mächte</text>
	<text xml:space="preserve" x="7994" y="207" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(18,7986,143)">in Syrien wird wicdcrhcrgestellt, die</text>
	<text xml:space="preserve" x="7994" y="219" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(18,7986,143)">Grenze ist der Orontes. Ägyptens neue</text>
	<text xml:space="preserve" x="7994" y="231" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(18,7986,143)">Residenz im Deltatal ist Ramsesstadt.</text>
	<line x1="8101" y1="162" x2="8101" y2="1500" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="8215" cy="152" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7981,150 7991,150 7986,156 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8096" y="176" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8264" y="167" width="56" height="21" fill="rgb(166,202,240)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(19,8264,167)"/>
	<rect x="8264" y="167" width="56" height="21" fill="rgb(166,202,240)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(19,8264,167)"/>
	<text xml:space="preserve" x="8272" y="181" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(19,8264,167)"> Meremptah</text>
	<text xml:space="preserve" x="8272" y="207" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)">kämpft in Palä-</text>
	<text xml:space="preserve" x="8272" y="219" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)">stina (auf der &amp;gt;Israelstele&amp;lt; findet sich die</text>
	<text xml:space="preserve" x="8272" y="231" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)">erste Erwähnung des Stammes Israel) und</text>
	<text xml:space="preserve" x="8272" y="243" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)">gegen die mit den »Seevölkcm« (u. a.</text>
	<text xml:space="preserve" x="8272" y="255" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)">Griechen und Philister) verbundenen</text>
	<text xml:space="preserve" x="8272" y="267" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)">Libyer.</text>
	<circle cx="8319" cy="181" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="8319" cy="189" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8259,179 8269,179 8264,185 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8259" y="180" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8315" y="180" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8412" y="362" width="128" height="21" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(20,8412,362)"/>
	<rect x="8412" y="362" width="128" height="21" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(20,8412,362)"/>
	<text xml:space="preserve" x="8420" y="376" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(20,8412,362)">Ramses III.</text>
	<circle cx="8539" cy="376" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="8539" cy="384" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8407,374 8417,374 8412,380 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8407" y="375" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8535" y="375" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9286" y="140" width="230" height="20" fill="rgb(166,202,240)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(21,9286,140)"/>
	<text xml:space="preserve" x="9294" y="153" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,9286,140)">um 950 Scheschonk (in der Bibel Sisak),</text>
	<text xml:space="preserve" x="9294" y="180" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(21,9286,140)">Nach Kämpfen mit den Priestern des Amun</text>
	<text xml:space="preserve" x="9294" y="192" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(21,9286,140)">in Theben und den libyschen Söldner-</text>
	<text xml:space="preserve" x="9294" y="204" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(21,9286,140)">führern reißt</text>
	<text xml:space="preserve" x="9294" y="216" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(21,9286,140)">um 950 Scheschonk (in der Bibel Sisak),</text>
	<text xml:space="preserve" x="9294" y="228" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(21,9286,140)">ein libyscher Söldnerführer, von Bubastis</text>
	<text xml:space="preserve" x="9294" y="240" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(21,9286,140)">aus die Herrschaft an sich.</text>
	<line x1="9401" y1="160" x2="9401" y2="1500" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="9515" cy="149" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="9281,147 9291,147 9286,153 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9396" y="174" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12235" y="166" width="230" height="20" fill="rgb(166,202,240)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(22,12235,166)"/>
	<text xml:space="preserve" x="12243" y="179" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,12235,166)">Zug Scheschonks nach Palästina</text>
	<text xml:space="preserve" x="12243" y="206" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(22,12235,166)">und Plünderung Jerusalems.</text>
	<text xml:space="preserve" x="12243" y="218" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(22,12235,166)"></text>
	<line x1="12350" y1="186" x2="12350" y2="1500" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="12464" cy="175" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="12230,173 12240,173 12235,179 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12345" y="200" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10340" y="284" width="1532" height="21" fill="rgb(211,231,211)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(23,10340,284)"/>
	<image x="10348" y="84" width="300" height="190" xlink:href="./Daten/ONr_23_Bild.jpg">
		<title>./Daten/ONr_23_Bild.jpg</title></image>
	<text xml:space="preserve" x="10348" y="298" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(23,10340,284)">Die Spätzeit                                            +++</text>
	<text xml:space="preserve" x="10848" y="298" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(23,10340,284)">Die Spätzeit                                            +++</text>
	<text xml:space="preserve" x="11348" y="298" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(23,10340,284)">Die Spätzeit                                            +++</text>
	<circle cx="11871" cy="298" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="11871" cy="306" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="10335,296 10345,296 10340,302 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10335" y="297" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11867" y="297" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10340" y="232" width="208" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(24,10340,232)"/>
	<rect x="10340" y="232" width="208" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(24,10340,232)"/>
	<text xml:space="preserve" x="10348" y="246" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(24,10340,232)">Äthiopische Fremdherrschaft</text>
	<circle cx="10547" cy="246" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="10547" cy="254" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="10335,244 10345,244 10340,250 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10335" y="245" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10543" y="245" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10438" y="117" width="230" height="20" fill="rgb(166,202,240)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(25,10438,117)"/>
	<text xml:space="preserve" x="10446" y="130" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(25,10438,117)">662 Eroberung Ägyptens durch  Assurbanipal</text>
	<text xml:space="preserve" x="10446" y="157" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(25,10438,117)">(S. 31). Ägypten wird assyr. Provinz.</text>
	<text xml:space="preserve" x="10446" y="169" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(25,10438,117)">Als Statthalter regieren die Gaufürsten,</text>
	<text xml:space="preserve" x="10446" y="181" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(25,10438,117)">unter ihnen der Begründer der 26. Dyn.</text>
	<line x1="10553" y1="137" x2="10553" y2="1500" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="10667" cy="126" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="10433,124 10443,124 10438,130 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10548" y="151" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10548" y="212" width="216" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(26,10548,212)"/>
	<rect x="10548" y="212" width="216" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(26,10548,212)"/>
	<text xml:space="preserve" x="10556" y="226" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(26,10548,212)">Psammetich</text>
	<circle cx="10763" cy="226" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="10763" cy="234" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="10543,224 10553,224 10548,230 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10543" y="225" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10759" y="225" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10924" y="252" width="176" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(27,10924,252)"/>
	<rect x="10924" y="252" width="176" height="20" fill="rgb(245,250,245)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(27,10924,252)"/>
	<text xml:space="preserve" x="10932" y="266" style="font-family:Arial; font-size:12; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(27,10924,252)">Amasis</text>
	<circle cx="11099" cy="266" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="11099" cy="274" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="10919,264 10929,264 10924,270 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10919" y="265" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11095" y="265" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10987" y="167" width="230" height="20" fill="rgb(166,202,240)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(28,10987,167)"/>
	<text xml:space="preserve" x="10995" y="180" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(28,10987,167)">525 Amasis&#8217; Sohn Psammetich III</text>
	<text xml:space="preserve" x="10995" y="207" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(28,10987,167)">525 wird bei Pelusium von dem Perserkönig</text>
	<text xml:space="preserve" x="10995" y="219" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(28,10987,167)">Kambyses geschlagen. Ägypten wird pcrs.</text>
	<text xml:space="preserve" x="10995" y="231" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(28,10987,167)">Provinz (S. 45).</text>
	<line x1="11102" y1="187" x2="11102" y2="1500" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="11216" cy="176" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="10982,174 10992,174 10987,180 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11097" y="201" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11757" y="166" width="230" height="20" fill="rgb(166,202,240)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(29,11757,166)"/>
	<text xml:space="preserve" x="11765" y="179" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(29,11757,166)">332 Alexander d. Gr. erobert Ägypten (S. 65).</text>
	<text xml:space="preserve" x="11765" y="206" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(29,11757,166)">Ab 304 Herrschaft der Ptolemaier (S. 67).</text>
	<text xml:space="preserve" x="11765" y="218" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(29,11757,166)">30 v. Chr. Beginn der römischen Herrschaft.</text>
	<line x1="11872" y1="186" x2="11872" y2="1500" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="11986" cy="175" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="11752,173 11762,173 11757,179 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11867" y="200" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1073" y="663" width="128" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(30,1073,663)"/>
	<rect x="1073" y="663" width="128" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(30,1073,663)"/>
	<text xml:space="preserve" x="1081" y="676" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(30,1073,663)">Aha (Menes)</text>
	<polygon points="1068,675 1078,675 1073,681 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1068" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1196" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1201" y="689" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(32,1201,689)"/>
	<rect x="1201" y="689" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(32,1201,689)"/>
	<text xml:space="preserve" x="1209" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(32,1201,689)">Atori (Athotis I.)</text>
	<polygon points="1196,701 1206,701 1201,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1196" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1200" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1205" y="663" width="188" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(33,1205,663)"/>
	<rect x="1205" y="663" width="188" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(33,1205,663)"/>
	<text xml:space="preserve" x="1213" y="676" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(33,1205,663)">Djer</text>
	<polygon points="1200,675 1210,675 1205,681 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1200" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1388" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1393" y="689" width="52" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(34,1393,689)"/>
	<rect x="1393" y="689" width="52" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(34,1393,689)"/>
	<text xml:space="preserve" x="1401" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(34,1393,689)">Wadj</text>
	<polygon points="1388,701 1398,701 1393,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1388" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1440" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1445" y="663" width="188" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(35,1445,663)"/>
	<rect x="1445" y="663" width="188" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(35,1445,663)"/>
	<text xml:space="preserve" x="1453" y="676" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(35,1445,663)">Dewen</text>
	<polygon points="1440,675 1450,675 1445,681 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1440" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1628" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1633" y="689" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(36,1633,689)"/>
	<rect x="1633" y="689" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(36,1633,689)"/>
	<text xml:space="preserve" x="1641" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(36,1633,689)">Adjib </text>
	<polygon points="1628,701 1638,701 1633,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1628" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1652" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1657" y="663" width="32" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(37,1657,663)"/>
	<rect x="1657" y="663" width="32" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(37,1657,663)"/>
	<text xml:space="preserve" x="1665" y="676" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(37,1657,663)">Semcrchet </text>
	<polygon points="1652,675 1662,675 1657,681 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1652" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1684" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1689" y="689" width="100" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(38,1689,689)"/>
	<rect x="1689" y="689" width="100" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(38,1689,689)"/>
	<text xml:space="preserve" x="1697" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(38,1689,689)">Qaa </text>
	<polygon points="1684,701 1694,701 1689,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1684" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1784" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1789" y="663" width="112" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(39,1789,663)"/>
	<rect x="1789" y="663" width="112" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(39,1789,663)"/>
	<text xml:space="preserve" x="1797" y="676" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(39,1789,663)">Hetcpsechemui </text>
	<polygon points="1784,675 1794,675 1789,681 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1784" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1896" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1901" y="689" width="60" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(40,1901,689)"/>
	<rect x="1901" y="689" width="60" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(40,1901,689)"/>
	<text xml:space="preserve" x="1909" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(40,1901,689)">Nebre</text>
	<polygon points="1896,701 1906,701 1901,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1896" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1956" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1961" y="663" width="172" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(41,1961,663)"/>
	<rect x="1961" y="663" width="172" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(41,1961,663)"/>
	<text xml:space="preserve" x="1969" y="676" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(41,1961,663)">Ninetjer</text>
	<polygon points="1956,675 1966,675 1961,681 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1956" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2128" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1072" y="496" width="1300" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(42,1072,496)"/>
	<rect x="1072" y="496" width="1300" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(42,1072,496)"/>
	<text xml:space="preserve" x="1080" y="518" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(42,1072,496)">Frühzeit                                                  +++</text>
	<text xml:space="preserve" x="1480" y="518" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(42,1072,496)">Frühzeit                                                  +++</text>
	<text xml:space="preserve" x="1880" y="518" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(42,1072,496)">Frühzeit                                                  +++</text>
	<polygon points="1067,508 1077,508 1072,514 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1067" y="509" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2367" y="509" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1072" y="537" width="716" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(43,1072,537)"/>
	<rect x="1072" y="537" width="716" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(43,1072,537)"/>
	<text xml:space="preserve" x="1080" y="557" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(43,1072,537)">1. Dynastie</text>
	<polygon points="1067,549 1077,549 1072,555 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1067" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1783" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1788" y="536" width="584" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(44,1788,536)"/>
	<rect x="1788" y="536" width="584" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(44,1788,536)"/>
	<text xml:space="preserve" x="1796" y="556" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(44,1788,536)">2. Dynastie</text>
	<polygon points="1783,548 1793,548 1788,554 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1783" y="549" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2367" y="549" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="472" y="497" width="600" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(45,472,497)"/>
	<rect x="472" y="497" width="600" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(45,472,497)"/>
	<text xml:space="preserve" x="480" y="519" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(45,472,497)">Vorgeschichte (Prädynastische Zeit)</text>
	<polygon points="467,509 477,509 472,515 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="467" y="510" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1067" y="510" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2133" y="689" width="28" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(46,2133,689)"/>
	<rect x="2133" y="689" width="28" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(46,2133,689)"/>
	<text xml:space="preserve" x="2141" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(46,2133,689)">Wenegnebti </text>
	<polygon points="2128,701 2138,701 2133,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2128" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2156" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2161" y="662" width="44" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(47,2161,662)"/>
	<rect x="2161" y="662" width="44" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(47,2161,662)"/>
	<text xml:space="preserve" x="2169" y="675" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(47,2161,662)">Sechemib</text>
	<polygon points="2156,674 2166,674 2161,680 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2156" y="675" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2200" y="675" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2205" y="689" width="20" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(48,2205,689)"/>
	<rect x="2205" y="689" width="20" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(48,2205,689)"/>
	<text xml:space="preserve" x="2213" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(48,2205,689)">Neferkare </text>
	<polygon points="2200,701 2210,701 2205,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2200" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2220" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2257" y="689" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(49,2257,689)"/>
	<rect x="2257" y="689" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(49,2257,689)"/>
	<text xml:space="preserve" x="2265" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(49,2257,689)">Hudjefa </text>
	<polygon points="2252,701 2262,701 2257,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2252" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2260" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2225" y="662" width="32" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(50,2225,662)"/>
	<rect x="2225" y="662" width="32" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(50,2225,662)"/>
	<text xml:space="preserve" x="2233" y="675" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(50,2225,662)">Neferkasokar </text>
	<polygon points="2220,674 2230,674 2225,680 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2220" y="675" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2252" y="675" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2265" y="715" width="108" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(51,2265,715)"/>
	<rect x="2265" y="715" width="108" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(51,2265,715)"/>
	<text xml:space="preserve" x="2273" y="728" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(51,2265,715)">Chasechemui (Peribsen)  Gegenkönig der 3 letzen Herrscher</text>
	<polygon points="2260,727 2270,727 2265,733 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2260" y="728" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2368" y="728" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2372" y="537" width="272" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(52,2372,537)"/>
	<rect x="2372" y="537" width="272" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(52,2372,537)"/>
	<text xml:space="preserve" x="2380" y="557" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(52,2372,537)">3. Dynastie</text>
	<polygon points="2367,549 2377,549 2372,555 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2367" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2639" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2372" y="496" width="2148" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(53,2372,496)"/>
	<rect x="2372" y="496" width="2148" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(53,2372,496)"/>
	<text xml:space="preserve" x="2380" y="518" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(53,2372,496)">Altes Reich                                                 +++</text>
	<text xml:space="preserve" x="2780" y="518" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(53,2372,496)">Altes Reich                                                 +++</text>
	<text xml:space="preserve" x="3180" y="518" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(53,2372,496)">Altes Reich                                                 +++</text>
	<text xml:space="preserve" x="3580" y="518" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(53,2372,496)">Altes Reich                                                 +++</text>
	<text xml:space="preserve" x="3980" y="518" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(53,2372,496)">Altes Reich                                                 +++</text>
	<polygon points="2367,508 2377,508 2372,514 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2367" y="509" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4515" y="509" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2373" y="664" width="68" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(54,2373,664)"/>
	<rect x="2373" y="664" width="68" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(54,2373,664)"/>
	<text xml:space="preserve" x="2381" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(54,2373,664)">Nebka</text>
	<polygon points="2368,676 2378,676 2373,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2368" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2436" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2441" y="689" width="80" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(55,2441,689)"/>
	<rect x="2441" y="689" width="80" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(55,2441,689)"/>
	<text xml:space="preserve" x="2449" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(55,2441,689)">Djoser </text>
	<polygon points="2436,701 2446,701 2441,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2436" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2516" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2521" y="664" width="28" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(56,2521,664)"/>
	<rect x="2521" y="664" width="28" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(56,2521,664)"/>
	<text xml:space="preserve" x="2529" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(56,2521,664)">Djoserti </text>
	<polygon points="2516,676 2526,676 2521,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2516" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2544" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2549" y="688" width="96" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(57,2549,688)"/>
	<rect x="2549" y="688" width="96" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(57,2549,688)"/>
	<text xml:space="preserve" x="2557" y="701" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(57,2549,688)">Chabai</text>
	<polygon points="2544,700 2554,700 2549,706 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2544" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2640" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2549" y="719" width="96" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(58,2549,719)"/>
	<rect x="2549" y="719" width="96" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(58,2549,719)"/>
	<text xml:space="preserve" x="2557" y="732" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(58,2549,719)">Mesochris</text>
	<polygon points="2544,731 2554,731 2549,737 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2544" y="732" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2640" y="732" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2549" y="749" width="96" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(59,2549,749)"/>
	<rect x="2549" y="749" width="96" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(59,2549,749)"/>
	<text xml:space="preserve" x="2557" y="762" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(59,2549,749)">Huni</text>
	<polygon points="2544,761 2554,761 2549,767 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2544" y="762" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2640" y="762" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2645" y="664" width="140" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(60,2645,664)"/>
	<rect x="2645" y="664" width="140" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(60,2645,664)"/>
	<text xml:space="preserve" x="2653" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(60,2645,664)">Snofru</text>
	<polygon points="2640,676 2650,676 2645,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2640" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2780" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2644" y="537" width="540" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(61,2644,537)"/>
	<rect x="2644" y="537" width="540" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(61,2644,537)"/>
	<text xml:space="preserve" x="2652" y="557" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(61,2644,537)">4. Dynastie</text>
	<polygon points="2639,549 2649,549 2644,555 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2639" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3179" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2785" y="689" width="92" height="25" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(62,2785,689)"/>
	<image x="2793" y="706" width="70" height="96" xlink:href="./Daten/ONr_62_Bild.jpg">
		<title>./Daten/ONr_62_Bild.jpg</title></image>
	<text xml:space="preserve" x="2793" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(62,2785,689)">Cheops </text>
	<circle cx="2876" cy="703" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="2780,701 2790,701 2785,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2780" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2872" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2877" y="664" width="36" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(63,2877,664)"/>
	<rect x="2877" y="664" width="36" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(63,2877,664)"/>
	<text xml:space="preserve" x="2885" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(63,2877,664)">Djedefre</text>
	<polygon points="2872,676 2882,676 2877,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2872" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2908" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2913" y="689" width="104" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(64,2913,689)"/>
	<rect x="2913" y="689" width="104" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(64,2913,689)"/>
	<text xml:space="preserve" x="2921" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(64,2913,689)">Chephren </text>
	<polygon points="2908,701 2918,701 2913,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2908" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3012" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3017" y="664" width="28" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(65,3017,664)"/>
	<rect x="3017" y="664" width="28" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(65,3017,664)"/>
	<text xml:space="preserve" x="3025" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(65,3017,664)">Bicheris</text>
	<polygon points="3012,676 3022,676 3017,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3012" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3040" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3177" y="689" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(66,3177,689)"/>
	<rect x="3177" y="689" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(66,3177,689)"/>
	<text xml:space="preserve" x="3185" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(66,3177,689)">Thamphthis </text>
	<polygon points="3172,701 3182,701 3177,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3172" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3180" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3157" y="664" width="20" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(67,3157,664)"/>
	<rect x="3157" y="664" width="20" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(67,3157,664)"/>
	<text xml:space="preserve" x="3165" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(67,3157,664)">Schepseskaf </text>
	<polygon points="3152,676 3162,676 3157,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3152" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3172" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3045" y="689" width="112" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(68,3045,689)"/>
	<rect x="3045" y="689" width="112" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(68,3045,689)"/>
	<text xml:space="preserve" x="3053" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(68,3045,689)">Mykerinos </text>
	<polygon points="3040,701 3050,701 3045,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3040" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3152" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3185" y="717" width="32" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(69,3185,717)"/>
	<rect x="3185" y="717" width="32" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(69,3185,717)"/>
	<text xml:space="preserve" x="3193" y="730" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(69,3185,717)">Userkaf </text>
	<polygon points="3180,729 3190,729 3185,735 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3180" y="730" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3212" y="730" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3184" y="537" width="628" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(70,3184,537)"/>
	<rect x="3184" y="537" width="628" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(70,3184,537)"/>
	<text xml:space="preserve" x="3192" y="557" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(70,3184,537)">5. Dynastie</text>
	<polygon points="3179,549 3189,549 3184,555 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3179" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3807" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3217" y="664" width="52" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(71,3217,664)"/>
	<rect x="3217" y="664" width="52" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(71,3217,664)"/>
	<text xml:space="preserve" x="3225" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(71,3217,664)">Sahure</text>
	<polygon points="3212,676 3222,676 3217,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3212" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3264" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3269" y="689" width="80" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(72,3269,689)"/>
	<rect x="3269" y="689" width="80" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(72,3269,689)"/>
	<text xml:space="preserve" x="3277" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(72,3269,689)">Neferirkare </text>
	<polygon points="3264,701 3274,701 3269,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3264" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3344" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3349" y="663" width="28" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(73,3349,663)"/>
	<rect x="3349" y="663" width="28" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(73,3349,663)"/>
	<text xml:space="preserve" x="3357" y="676" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(73,3349,663)">Schepseskare </text>
	<polygon points="3344,675 3354,675 3349,681 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3344" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3372" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3377" y="689" width="44" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(74,3377,689)"/>
	<rect x="3377" y="689" width="44" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(74,3377,689)"/>
	<text xml:space="preserve" x="3385" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(74,3377,689)">Neferefre </text>
	<polygon points="3372,701 3382,701 3377,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3372" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3416" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3421" y="664" width="124" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(75,3421,664)"/>
	<rect x="3421" y="664" width="124" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(75,3421,664)"/>
	<text xml:space="preserve" x="3429" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(75,3421,664)">Niuserre </text>
	<polygon points="3416,676 3426,676 3421,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3416" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3540" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3545" y="689" width="36" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(76,3545,689)"/>
	<rect x="3545" y="689" width="36" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(76,3545,689)"/>
	<text xml:space="preserve" x="3553" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(76,3545,689)">Menkauhor </text>
	<polygon points="3540,701 3550,701 3545,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3540" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3576" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3581" y="664" width="152" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(77,3581,664)"/>
	<rect x="3581" y="664" width="152" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(77,3581,664)"/>
	<text xml:space="preserve" x="3589" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(77,3581,664)">Djedkare Asosi</text>
	<polygon points="3576,676 3586,676 3581,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3576" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3728" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3733" y="689" width="80" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(78,3733,689)"/>
	<rect x="3733" y="689" width="80" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(78,3733,689)"/>
	<text xml:space="preserve" x="3741" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(78,3733,689)">Unas </text>
	<polygon points="3728,701 3738,701 3733,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3728" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3808" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3812" y="537" width="524" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(79,3812,537)"/>
	<rect x="3812" y="537" width="524" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(79,3812,537)"/>
	<text xml:space="preserve" x="3820" y="557" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(79,3812,537)">6. Dynastie</text>
	<polygon points="3807,549 3817,549 3812,555 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3807" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4331" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3813" y="664" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(80,3813,664)"/>
	<rect x="3813" y="664" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(80,3813,664)"/>
	<text xml:space="preserve" x="3821" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(80,3813,664)">Teti </text>
	<polygon points="3808,676 3818,676 3813,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3808" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3848" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3853" y="689" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(81,3853,689)"/>
	<rect x="3853" y="689" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(81,3853,689)"/>
	<text xml:space="preserve" x="3861" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(81,3853,689)">Uscrkare</text>
	<polygon points="3848,701 3858,701 3853,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3848" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3856" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3861" y="664" width="200" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(82,3861,664)"/>
	<rect x="3861" y="664" width="200" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(82,3861,664)"/>
	<text xml:space="preserve" x="3869" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(82,3861,664)">Pepi I</text>
	<polygon points="3856,676 3866,676 3861,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3856" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4056" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4061" y="689" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(83,4061,689)"/>
	<rect x="4061" y="689" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(83,4061,689)"/>
	<text xml:space="preserve" x="4069" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(83,4061,689)">Nemtiemsaf I. (Merenre)</text>
	<polygon points="4056,701 4066,701 4061,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4056" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4080" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4085" y="664" width="240" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(84,4085,664)"/>
	<rect x="4085" y="664" width="240" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(84,4085,664)"/>
	<text xml:space="preserve" x="4093" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(84,4085,664)">Pepi II.</text>
	<polygon points="4080,676 4090,676 4085,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4080" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4320" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4325" y="689" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(85,4325,689)"/>
	<rect x="4325" y="689" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(85,4325,689)"/>
	<text xml:space="preserve" x="4333" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(85,4325,689)">Nemtiemsaf II.</text>
	<polygon points="4320,701 4330,701 4325,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4320" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4324" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4329" y="709" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(86,4329,709)"/>
	<rect x="4329" y="709" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(86,4329,709)"/>
	<text xml:space="preserve" x="4337" y="722" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(86,4329,709)">Nitokris</text>
	<polygon points="4324,721 4334,721 4329,727 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4324" y="722" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4332" y="722" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4336" y="567" width="-4" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(87,4336,567)"/>
	<rect x="4336" y="567" width="-4" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(87,4336,567)"/>
	<text xml:space="preserve" x="4344" y="587" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(87,4336,567)">7. Dynastie 70 Tage nach Manetho entfallen</text>
	<polygon points="4331,579 4341,579 4336,585 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4331" y="580" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4327" y="580" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4336" y="537" width="184" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(88,4336,537)"/>
	<rect x="4336" y="537" width="184" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(88,4336,537)"/>
	<text xml:space="preserve" x="4344" y="557" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(88,4336,537)">8. Dynastie         17 Könige</text>
	<polygon points="4331,549 4341,549 4336,555 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4331" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4515" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4516" y="496" width="604" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(89,4516,496)"/>
	<rect x="4516" y="496" width="604" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(89,4516,496)"/>
	<text xml:space="preserve" x="4524" y="518" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(89,4516,496)">I. Zwischenreich                                               +++</text>
	<polygon points="4511,508 4521,508 4516,514 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4511" y="509" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5115" y="509" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4520" y="417" width="600" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(90,4520,417)"/>
	<rect x="4520" y="417" width="600" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(90,4520,417)"/>
	<text xml:space="preserve" x="4528" y="437" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(90,4520,417)">9. und 10.  Dynastie in Herakleopolis, 18 Könige</text>
	<polygon points="4515,429 4525,429 4520,435 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4515" y="430" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5115" y="430" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4724" y="457" width="1304" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(91,4724,457)"/>
	<rect x="4724" y="457" width="1304" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(91,4724,457)"/>
	<text xml:space="preserve" x="4732" y="479" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(91,4724,457)">Mittleres Reich                                           +++</text>
	<text xml:space="preserve" x="5132" y="479" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(91,4724,457)">Mittleres Reich                                           +++</text>
	<text xml:space="preserve" x="5532" y="479" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(91,4724,457)">Mittleres Reich                                           +++</text>
	<polygon points="4719,469 4729,469 4724,475 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4719" y="470" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6023" y="470" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4724" y="537" width="572" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(92,4724,537)"/>
	<rect x="4724" y="537" width="572" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(92,4724,537)"/>
	<text xml:space="preserve" x="4732" y="557" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(92,4724,537)">11.  Dynastie     (erst nur in Theben, später ganz Ägypten)</text>
	<polygon points="4719,549 4729,549 4724,555 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4719" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5291" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4725" y="664" width="64" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(93,4725,664)"/>
	<rect x="4725" y="664" width="64" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(93,4725,664)"/>
	<text xml:space="preserve" x="4733" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(93,4725,664)">Mentuhotep I.  Antef I.</text>
	<polygon points="4720,676 4730,676 4725,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4720" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4784" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5017" y="689" width="204" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(94,5017,689)"/>
	<rect x="5017" y="689" width="204" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(94,5017,689)"/>
	<text xml:space="preserve" x="5025" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(94,5017,689)">Mentuhotep II.</text>
	<polygon points="5012,701 5022,701 5017,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5012" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5216" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4985" y="664" width="32" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(95,4985,664)"/>
	<rect x="4985" y="664" width="32" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(95,4985,664)"/>
	<text xml:space="preserve" x="4993" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(95,4985,664)">Antef III.</text>
	<polygon points="4980,676 4990,676 4985,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4980" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5012" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5221" y="664" width="48" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(96,5221,664)"/>
	<rect x="5221" y="664" width="48" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(96,5221,664)"/>
	<text xml:space="preserve" x="5229" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(96,5221,664)">Mentuhotep III.</text>
	<polygon points="5216,676 5226,676 5221,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5216" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5264" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4789" y="689" width="196" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(97,4789,689)"/>
	<rect x="4789" y="689" width="196" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(97,4789,689)"/>
	<text xml:space="preserve" x="4797" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(97,4789,689)">Antef II.</text>
	<polygon points="4784,701 4794,701 4789,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4784" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4980" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5269" y="689" width="28" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(98,5269,689)"/>
	<rect x="5269" y="689" width="28" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(98,5269,689)"/>
	<text xml:space="preserve" x="5277" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(98,5269,689)">Mentuhotep IV</text>
	<polygon points="5264,701 5274,701 5269,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5264" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5292" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5296" y="537" width="732" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(99,5296,537)"/>
	<rect x="5296" y="537" width="732" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(99,5296,537)"/>
	<text xml:space="preserve" x="5304" y="557" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(99,5296,537)">12.  Dynastie</text>
	<polygon points="5291,549 5301,549 5296,555 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5291" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6023" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5297" y="664" width="116" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(100,5297,664)"/>
	<rect x="5297" y="664" width="116" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(100,5297,664)"/>
	<text xml:space="preserve" x="5305" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(100,5297,664)">Amencmhet I.</text>
	<polygon points="5292,676 5302,676 5297,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5292" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5408" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5377" y="689" width="180" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(101,5377,689)"/>
	<rect x="5377" y="689" width="180" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(101,5377,689)"/>
	<text xml:space="preserve" x="5385" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(101,5377,689)">Scsostris I.</text>
	<polygon points="5372,701 5382,701 5377,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5372" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5552" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5545" y="664" width="140" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(102,5545,664)"/>
	<rect x="5545" y="664" width="140" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(102,5545,664)"/>
	<text xml:space="preserve" x="5553" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(102,5545,664)">Amenemhet II.</text>
	<polygon points="5540,676 5550,676 5545,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5540" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5680" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5673" y="689" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(103,5673,689)"/>
	<rect x="5673" y="689" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(103,5673,689)"/>
	<text xml:space="preserve" x="5681" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(103,5673,689)">Sesostris II.</text>
	<polygon points="5668,701 5678,701 5673,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5668" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5708" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5713" y="664" width="76" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(104,5713,664)"/>
	<rect x="5713" y="664" width="76" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(104,5713,664)"/>
	<text xml:space="preserve" x="5721" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(104,5713,664)">Sesostris III.</text>
	<polygon points="5708,676 5718,676 5713,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5708" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5784" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5789" y="689" width="192" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(105,5789,689)"/>
	<rect x="5789" y="689" width="192" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(105,5789,689)"/>
	<text xml:space="preserve" x="5797" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(105,5789,689)">Amenemhet III.</text>
	<polygon points="5784,701 5794,701 5789,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5784" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5976" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5973" y="664" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(106,5973,664)"/>
	<rect x="5973" y="664" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(106,5973,664)"/>
	<text xml:space="preserve" x="5981" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(106,5973,664)">Amenemhet IV</text>
	<polygon points="5968,676 5978,676 5973,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5968" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6008" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6009" y="689" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(107,6009,689)"/>
	<rect x="6009" y="689" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(107,6009,689)"/>
	<text xml:space="preserve" x="6017" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(107,6009,689)">Nefrusobek</text>
	<polygon points="6004,701 6014,701 6009,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6004" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6020" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6024" y="496" width="976" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(108,6024,496)"/>
	<rect x="6024" y="496" width="976" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(108,6024,496)"/>
	<text xml:space="preserve" x="6032" y="518" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(108,6024,496)">II. Zwischenreich                                               +++</text>
	<polygon points="6019,508 6029,508 6024,514 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6019" y="509" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6995" y="509" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6024" y="537" width="584" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(109,6024,537)"/>
	<rect x="6024" y="537" width="584" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(109,6024,537)"/>
	<text xml:space="preserve" x="6032" y="557" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(109,6024,537)">13.  Dynastie (ca. 50 Könige) und 14. Dynastie (Kleinekönig im Delta)</text>
	<polygon points="6019,549 6029,549 6024,555 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6019" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6603" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6608" y="537" width="436" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(110,6608,537)"/>
	<rect x="6608" y="537" width="436" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(110,6608,537)"/>
	<text xml:space="preserve" x="6616" y="557" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(110,6608,537)">15.  Dynastie (Hyksos)</text>
	<polygon points="6603,549 6613,549 6608,555 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6603" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7039" y="550" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6841" y="643" width="164" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(111,6841,643)"/>
	<rect x="6841" y="643" width="164" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(111,6841,643)"/>
	<text xml:space="preserve" x="6849" y="656" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(111,6841,643)">Apophis</text>
	<polygon points="6836,655 6846,655 6841,661 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6836" y="656" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7000" y="656" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6609" y="689" width="232" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(112,6609,689)"/>
	<rect x="6609" y="689" width="232" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(112,6609,689)"/>
	<text xml:space="preserve" x="6617" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(112,6609,689)">Beon</text>
	<polygon points="6604,701 6614,701 6609,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6604" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6836" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6609" y="714" width="232" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(113,6609,714)"/>
	<rect x="6609" y="714" width="232" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(113,6609,714)"/>
	<text xml:space="preserve" x="6617" y="727" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(113,6609,714)">Apachnas</text>
	<polygon points="6604,726 6614,726 6609,732 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6604" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6836" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6609" y="739" width="232" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(114,6609,739)"/>
	<rect x="6609" y="739" width="232" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(114,6609,739)"/>
	<text xml:space="preserve" x="6617" y="752" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(114,6609,739)">Chaian</text>
	<polygon points="6604,751 6614,751 6609,757 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6604" y="752" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6836" y="752" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6609" y="689" width="232" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(115,6609,689)"/>
	<rect x="6609" y="689" width="232" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(115,6609,689)"/>
	<text xml:space="preserve" x="6617" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(115,6609,689)">Beon</text>
	<polygon points="6604,701 6614,701 6609,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6604" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6836" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6609" y="664" width="232" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(116,6609,664)"/>
	<rect x="6609" y="664" width="232" height="19" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(116,6609,664)"/>
	<text xml:space="preserve" x="6617" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(116,6609,664)">Salitis</text>
	<polygon points="6604,676 6614,676 6609,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6604" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6836" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7005" y="664" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(117,7005,664)"/>
	<rect x="7005" y="664" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(117,7005,664)"/>
	<text xml:space="preserve" x="7013" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(117,7005,664)">Chamudi</text>
	<polygon points="7000,676 7010,676 7005,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7000" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7040" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6608" y="428" width="436" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(118,6608,428)"/>
	<rect x="6608" y="428" width="436" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(118,6608,428)"/>
	<text xml:space="preserve" x="6616" y="448" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(118,6608,428)">16.  Dynastie (Hyksos-Vasallen parallel zur 15.Dynastie)</text>
	<polygon points="6603,440 6613,440 6608,446 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6603" y="441" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7039" y="441" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6620" y="393" width="380" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(119,6620,393)"/>
	<rect x="6620" y="393" width="380" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(119,6620,393)"/>
	<text xml:space="preserve" x="6628" y="413" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(119,6620,393)">17. Dynastie (nur in Theben, ca. 15 Könige)</text>
	<polygon points="6615,405 6625,405 6620,411 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6615" y="406" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6995" y="406" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7000" y="463" width="1924" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(120,7000,463)"/>
	<rect x="7000" y="463" width="1924" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(120,7000,463)"/>
	<text xml:space="preserve" x="7008" y="487" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(120,7000,463)">Neues Reich                                               +++</text>
	<text xml:space="preserve" x="7408" y="487" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(120,7000,463)">Neues Reich                                               +++</text>
	<text xml:space="preserve" x="7808" y="487" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(120,7000,463)">Neues Reich                                               +++</text>
	<text xml:space="preserve" x="8208" y="487" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(120,7000,463)">Neues Reich                                               +++</text>
	<text xml:space="preserve" x="8608" y="487" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(120,7000,463)">Neues Reich                                               +++</text>
	<polygon points="6995,475 7005,475 7000,481 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6995" y="476" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8919" y="476" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7000" y="497" width="1032" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(121,7000,497)"/>
	<rect x="7000" y="497" width="1032" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(121,7000,497)"/>
	<text xml:space="preserve" x="7008" y="517" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(121,7000,497)">18.  Dynastie</text>
	<polygon points="6995,509 7005,509 7000,515 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6995" y="510" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8027" y="510" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7001" y="688" width="100" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(122,7001,688)"/>
	<rect x="7001" y="688" width="100" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(122,7001,688)"/>
	<text xml:space="preserve" x="7009" y="701" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(122,7001,688)">Ahmose I.</text>
	<polygon points="6996,700 7006,700 7001,706 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6996" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7096" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7101" y="664" width="84" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(123,7101,664)"/>
	<rect x="7101" y="664" width="84" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(123,7101,664)"/>
	<text xml:space="preserve" x="7109" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(123,7101,664)">Amenophis I.</text>
	<polygon points="7096,676 7106,676 7101,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7096" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7180" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7185" y="689" width="48" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(124,7185,689)"/>
	<rect x="7185" y="689" width="48" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(124,7185,689)"/>
	<text xml:space="preserve" x="7193" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(124,7185,689)">Thutmosis I.</text>
	<polygon points="7180,701 7190,701 7185,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7180" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7228" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7233" y="664" width="52" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(125,7233,664)"/>
	<rect x="7233" y="664" width="52" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(125,7233,664)"/>
	<text xml:space="preserve" x="7241" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(125,7233,664)">Thutmosis II.</text>
	<polygon points="7228,676 7238,676 7233,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7228" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7280" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7613" y="689" width="36" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(126,7613,689)"/>
	<rect x="7613" y="689" width="36" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(126,7613,689)"/>
	<text xml:space="preserve" x="7621" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(126,7613,689)">Thutmosis IV.</text>
	<polygon points="7608,701 7618,701 7613,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7608" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7644" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7285" y="639" width="216" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(127,7285,639)"/>
	<rect x="7285" y="639" width="216" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(127,7285,639)"/>
	<text xml:space="preserve" x="7293" y="652" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(127,7285,639)">Thutmosis III.</text>
	<polygon points="7280,651 7290,651 7285,657 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7280" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7496" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7489" y="664" width="124" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(128,7489,664)"/>
	<rect x="7489" y="664" width="124" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(128,7489,664)"/>
	<text xml:space="preserve" x="7497" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(128,7489,664)">Amenophis II.</text>
	<polygon points="7484,676 7494,676 7489,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7484" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7608" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7649" y="664" width="152" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(129,7649,664)"/>
	<rect x="7649" y="664" width="152" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(129,7649,664)"/>
	<text xml:space="preserve" x="7657" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(129,7649,664)">Amenophis III.</text>
	<polygon points="7644,676 7654,676 7649,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7644" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7796" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7797" y="689" width="68" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(130,7797,689)"/>
	<image x="7752" y="707" width="90" height="110" xlink:href="./Daten/ONr_130_Bild.jpg">
		<title>./Daten/ONr_130_Bild.jpg</title></image>
	<text xml:space="preserve" x="7805" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(130,7797,689)">Amenophis IV /Echnaton</text>
	<circle cx="7864" cy="703" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7792,701 7802,701 7797,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7792" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7860" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7853" y="664" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(131,7853,664)"/>
	<rect x="7853" y="664" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(131,7853,664)"/>
	<text xml:space="preserve" x="7861" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(131,7853,664)">Scmenchkare</text>
	<polygon points="7848,676 7858,676 7853,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7848" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7864" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7869" y="714" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(132,7869,714)"/>
	<image x="7877" y="732" width="107" height="150" xlink:href="./Daten/ONr_132_Bild.jpg">
		<title>./Daten/ONr_132_Bild.jpg</title></image>
	<text xml:space="preserve" x="7877" y="727" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(132,7869,714)">Tutanchamun</text>
	<circle cx="7908" cy="728" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7864,726 7874,726 7869,732 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7864" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7904" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7909" y="639" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(133,7909,639)"/>
	<rect x="7909" y="639" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(133,7909,639)"/>
	<text xml:space="preserve" x="7917" y="652" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(133,7909,639)">Eje</text>
	<polygon points="7904,651 7914,651 7909,657 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7904" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7920" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7925" y="664" width="108" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(134,7925,664)"/>
	<rect x="7925" y="664" width="108" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(134,7925,664)"/>
	<text xml:space="preserve" x="7933" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(134,7925,664)">Haremhab</text>
	<polygon points="7920,676 7930,676 7925,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7920" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8028" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8032" y="497" width="428" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(135,8032,497)"/>
	<rect x="8032" y="497" width="428" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(135,8032,497)"/>
	<text xml:space="preserve" x="8040" y="517" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(135,8032,497)">19.  Dynastie</text>
	<polygon points="8027,509 8037,509 8032,515 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8027" y="510" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8455" y="510" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8033" y="689" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(136,8033,689)"/>
	<rect x="8033" y="689" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(136,8033,689)"/>
	<text xml:space="preserve" x="8041" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(136,8033,689)">Ramses I.</text>
	<polygon points="8028,701 8038,701 8033,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8028" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8036" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8041" y="664" width="48" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(137,8041,664)"/>
	<image x="8049" y="604" width="40" height="58" xlink:href="./Daten/ONr_137_Bild.jpg">
		<title>./Daten/ONr_137_Bild.jpg</title></image>
	<text xml:space="preserve" x="8049" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(137,8041,664)">Sethos I.</text>
	<polygon points="8036,676 8046,676 8041,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8036" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8084" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8085" y="5589" width="264" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(138,8085,5589)"/>
	<image x="8165" y="5607" width="90" height="160" xlink:href="./Daten/ONr_138_Bild.jpg">
		<title>./Daten/ONr_138_Bild.jpg</title></image>
	<text xml:space="preserve" x="8093" y="5602" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(138,8085,5589)">Ramses II.</text>
	<polygon points="8080,5601 8090,5601 8085,5607 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8080" y="5602" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8344" y="5602" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8349" y="664" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(139,8349,664)"/>
	<rect x="8349" y="664" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(139,8349,664)"/>
	<text xml:space="preserve" x="8357" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(139,8349,664)">Merenptah</text>
	<polygon points="8344,676 8354,676 8349,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8344" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8384" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8389" y="689" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(140,8389,689)"/>
	<rect x="8389" y="689" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(140,8389,689)"/>
	<text xml:space="preserve" x="8397" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(140,8389,689)">Amenmesse</text>
	<polygon points="8384,701 8394,701 8389,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8384" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8400" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8405" y="664" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(141,8405,664)"/>
	<rect x="8405" y="664" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(141,8405,664)"/>
	<text xml:space="preserve" x="8413" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(141,8405,664)">Sethos II.</text>
	<polygon points="8400,676 8410,676 8405,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8400" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8424" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8425" y="689" width="36" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(142,8425,689)"/>
	<rect x="8425" y="689" width="36" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(142,8425,689)"/>
	<text xml:space="preserve" x="8433" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(142,8425,689)">Siptah u. Tausret</text>
	<polygon points="8420,701 8430,701 8425,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8420" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8456" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8456" y="497" width="468" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(143,8456,497)"/>
	<rect x="8456" y="497" width="468" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(143,8456,497)"/>
	<text xml:space="preserve" x="8464" y="517" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(143,8456,497)">20.  Dynastie</text>
	<polygon points="8451,509 8461,509 8456,515 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8451" y="510" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8919" y="510" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8469" y="688" width="128" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(144,8469,688)"/>
	<rect x="8469" y="688" width="128" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(144,8469,688)"/>
	<text xml:space="preserve" x="8477" y="701" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(144,8469,688)">Ramses III.</text>
	<polygon points="8464,700 8474,700 8469,706 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8464" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8592" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8457" y="664" width="12" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(145,8457,664)"/>
	<rect x="8457" y="664" width="12" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(145,8457,664)"/>
	<text xml:space="preserve" x="8465" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(145,8457,664)">Sethnacht</text>
	<polygon points="8452,676 8462,676 8457,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8452" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8464" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8593" y="639" width="32" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(146,8593,639)"/>
	<rect x="8593" y="639" width="32" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(146,8593,639)"/>
	<text xml:space="preserve" x="8601" y="652" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(146,8593,639)">Ramses IV.</text>
	<polygon points="8588,651 8598,651 8593,657 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8588" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8620" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8621" y="688" width="20" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(147,8621,688)"/>
	<rect x="8621" y="688" width="20" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(147,8621,688)"/>
	<text xml:space="preserve" x="8629" y="701" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(147,8621,688)">Ramses V.</text>
	<polygon points="8616,700 8626,700 8621,706 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8616" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8636" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8633" y="664" width="32" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(148,8633,664)"/>
	<rect x="8633" y="664" width="32" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(148,8633,664)"/>
	<text xml:space="preserve" x="8641" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(148,8633,664)">Ramses VI.</text>
	<polygon points="8628,676 8638,676 8633,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8628" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8660" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8665" y="639" width="32" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(149,8665,639)"/>
	<rect x="8665" y="639" width="32" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(149,8665,639)"/>
	<text xml:space="preserve" x="8673" y="652" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(149,8665,639)">Ramses VII.</text>
	<polygon points="8660,651 8670,651 8665,657 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8660" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8692" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8697" y="664" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(150,8697,664)"/>
	<rect x="8697" y="664" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(150,8697,664)"/>
	<text xml:space="preserve" x="8705" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(150,8697,664)">Ramses VIII.</text>
	<polygon points="8692,676 8702,676 8697,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8692" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8696" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8701" y="689" width="72" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(151,8701,689)"/>
	<rect x="8701" y="689" width="72" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(151,8701,689)"/>
	<text xml:space="preserve" x="8709" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(151,8701,689)">Ramses IX.</text>
	<polygon points="8696,701 8706,701 8701,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8696" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8768" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8773" y="664" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(152,8773,664)"/>
	<rect x="8773" y="664" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(152,8773,664)"/>
	<text xml:space="preserve" x="8781" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(152,8773,664)">Ramses X.</text>
	<polygon points="8768,676 8778,676 8773,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8768" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8784" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8789" y="689" width="136" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(153,8789,689)"/>
	<rect x="8789" y="689" width="136" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(153,8789,689)"/>
	<text xml:space="preserve" x="8797" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(153,8789,689)">Ramses XI.</text>
	<polygon points="8784,701 8794,701 8789,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8784" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8920" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8924" y="462" width="1420" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(154,8924,462)"/>
	<rect x="8924" y="462" width="1420" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(154,8924,462)"/>
	<text xml:space="preserve" x="8932" y="484" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(154,8924,462)">III. Zwischenzeit                                      +++</text>
	<text xml:space="preserve" x="9332" y="484" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(154,8924,462)">III. Zwischenzeit                                      +++</text>
	<text xml:space="preserve" x="9732" y="484" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(154,8924,462)">III. Zwischenzeit                                      +++</text>
	<polygon points="8919,474 8929,474 8924,480 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8919" y="475" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10339" y="475" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8920" y="497" width="500" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(155,8920,497)"/>
	<rect x="8920" y="497" width="500" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(155,8920,497)"/>
	<text xml:space="preserve" x="8928" y="517" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(155,8920,497)">21.  Dynastie</text>
	<polygon points="8915,509 8925,509 8920,515 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8915" y="510" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9415" y="510" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9025" y="689" width="204" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(156,9025,689)"/>
	<rect x="9025" y="689" width="204" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(156,9025,689)"/>
	<text xml:space="preserve" x="9033" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(156,9025,689)">Psusennes I.</text>
	<polygon points="9020,701 9030,701 9025,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9020" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9224" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9025" y="639" width="20" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(157,9025,639)"/>
	<rect x="9025" y="639" width="20" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(157,9025,639)"/>
	<text xml:space="preserve" x="9033" y="652" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(157,9025,639)">Amenemnesu</text>
	<polygon points="9020,651 9030,651 9025,657 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9020" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9040" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8921" y="664" width="104" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(158,8921,664)"/>
	<rect x="8921" y="664" width="104" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(158,8921,664)"/>
	<text xml:space="preserve" x="8929" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(158,8921,664)">Smendes</text>
	<polygon points="8916,676 8926,676 8921,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8916" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9020" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9265" y="664" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(159,9265,664)"/>
	<rect x="9265" y="664" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(159,9265,664)"/>
	<text xml:space="preserve" x="9273" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(159,9265,664)">Osochor</text>
	<polygon points="9260,676 9270,676 9265,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9260" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9284" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9221" y="639" width="44" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(160,9221,639)"/>
	<rect x="9221" y="639" width="44" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(160,9221,639)"/>
	<text xml:space="preserve" x="9229" y="652" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(160,9221,639)">Amenemope</text>
	<polygon points="9216,651 9226,651 9221,657 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9216" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9260" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9289" y="689" width="76" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(161,9289,689)"/>
	<rect x="9289" y="689" width="76" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(161,9289,689)"/>
	<text xml:space="preserve" x="9297" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(161,9289,689)">Siamun</text>
	<polygon points="9284,701 9294,701 9289,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9284" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9360" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9365" y="664" width="56" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(162,9365,664)"/>
	<rect x="9365" y="664" width="56" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(162,9365,664)"/>
	<text xml:space="preserve" x="9373" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(162,9365,664)">Psusennes II</text>
	<polygon points="9360,676 9370,676 9365,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9360" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9416" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9420" y="496" width="860" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(163,9420,496)"/>
	<rect x="9420" y="496" width="860" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(163,9420,496)"/>
	<text xml:space="preserve" x="9428" y="516" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(163,9420,496)">22.  Dynastie</text>
	<polygon points="9415,508 9425,508 9420,514 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9415" y="509" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10275" y="509" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9421" y="689" width="84" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(164,9421,689)"/>
	<rect x="9421" y="689" width="84" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(164,9421,689)"/>
	<text xml:space="preserve" x="9429" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(164,9421,689)">Scheschonq I.</text>
	<polygon points="9416,701 9426,701 9421,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9416" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9500" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9505" y="664" width="136" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(165,9505,664)"/>
	<rect x="9505" y="664" width="136" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(165,9505,664)"/>
	<text xml:space="preserve" x="9513" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(165,9505,664)">Osorkon I.</text>
	<polygon points="9500,676 9510,676 9505,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9500" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9636" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9641" y="688" width="52" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(166,9641,688)"/>
	<rect x="9641" y="688" width="52" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(166,9641,688)"/>
	<text xml:space="preserve" x="9649" y="701" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(166,9641,688)">Takelot I.</text>
	<polygon points="9636,700 9646,700 9641,706 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9636" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9688" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9693" y="664" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(167,9693,664)"/>
	<rect x="9693" y="664" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(167,9693,664)"/>
	<text xml:space="preserve" x="9701" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(167,9693,664)">Scheschonq II.</text>
	<polygon points="9688,676 9698,676 9693,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9688" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9696" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9641" y="688" width="52" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(168,9641,688)"/>
	<rect x="9641" y="688" width="52" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(168,9641,688)"/>
	<text xml:space="preserve" x="9649" y="701" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(168,9641,688)">Takelot I.</text>
	<polygon points="9636,700 9646,700 9641,706 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9636" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9688" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9701" y="689" width="152" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(169,9701,689)"/>
	<rect x="9701" y="689" width="152" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(169,9701,689)"/>
	<text xml:space="preserve" x="9709" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(169,9701,689)">Osorkon II.</text>
	<polygon points="9696,701 9706,701 9701,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9696" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9848" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9853" y="664" width="156" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(170,9853,664)"/>
	<rect x="9853" y="664" width="156" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(170,9853,664)"/>
	<text xml:space="preserve" x="9861" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(170,9853,664)">Scheschonq III.</text>
	<polygon points="9848,676 9858,676 9853,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9848" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10004" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10009" y="689" width="52" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(171,10009,689)"/>
	<rect x="10009" y="689" width="52" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(171,10009,689)"/>
	<text xml:space="preserve" x="10017" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(171,10009,689)">Scheschonq IIIa.</text>
	<polygon points="10004,701 10014,701 10009,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10004" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10056" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10061" y="525" width="44" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(172,10061,525)"/>
	<rect x="10061" y="525" width="44" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(172,10061,525)"/>
	<text xml:space="preserve" x="10069" y="538" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(172,10061,525)">Pamai</text>
	<polygon points="10056,537 10066,537 10061,543 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10056" y="538" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10100" y="538" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10105" y="688" width="152" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(173,10105,688)"/>
	<rect x="10105" y="688" width="152" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(173,10105,688)"/>
	<text xml:space="preserve" x="10113" y="701" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(173,10105,688)">Scheschonq V</text>
	<polygon points="10100,700 10110,700 10105,706 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10100" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10252" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9721" y="635" width="560" height="25" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(174,9721,635)"/>
	<rect x="9721" y="635" width="560" height="25" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(174,9721,635)"/>
	<text xml:space="preserve" x="9729" y="648" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(174,9721,635)">Oberägyptische Linie</text>
	<polygon points="9716,647 9726,647 9721,653 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9716" y="648" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10276" y="648" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9721" y="714" width="80" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(175,9721,714)"/>
	<rect x="9721" y="714" width="80" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(175,9721,714)"/>
	<text xml:space="preserve" x="9729" y="727" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(175,9721,714)">Harsiese</text>
	<polygon points="9716,726 9726,726 9721,732 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9716" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9796" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9837" y="739" width="100" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(176,9837,739)"/>
	<rect x="9837" y="739" width="100" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(176,9837,739)"/>
	<text xml:space="preserve" x="9845" y="752" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(176,9837,739)">Takelot II.</text>
	<polygon points="9832,751 9842,751 9837,757 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9832" y="752" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9932" y="752" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9881" y="714" width="100" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(177,9881,714)"/>
	<rect x="9881" y="714" width="100" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(177,9881,714)"/>
	<text xml:space="preserve" x="9889" y="727" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(177,9881,714)">Padibastet I.</text>
	<polygon points="9876,726 9886,726 9881,732 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9876" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9976" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="9937" y="764" width="64" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(178,9937,764)"/>
	<rect x="9937" y="764" width="64" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(178,9937,764)"/>
	<text xml:space="preserve" x="9945" y="777" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(178,9937,764)">Iuput I.</text>
	<polygon points="9932,776 9942,776 9937,782 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9932" y="777" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="9996" y="777" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10001" y="714" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(179,10001,714)"/>
	<rect x="10001" y="714" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(179,10001,714)"/>
	<text xml:space="preserve" x="10009" y="727" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(179,10001,714)">Scheschonq IV.</text>
	<polygon points="9996,726 10006,726 10001,732 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="9996" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10036" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10041" y="739" width="112" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(180,10041,739)"/>
	<rect x="10041" y="739" width="112" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(180,10041,739)"/>
	<text xml:space="preserve" x="10049" y="752" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(180,10041,739)">Osorkon III.</text>
	<polygon points="10036,751 10046,751 10041,757 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10036" y="752" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10148" y="752" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10133" y="714" width="48" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(181,10133,714)"/>
	<rect x="10133" y="714" width="48" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(181,10133,714)"/>
	<text xml:space="preserve" x="10141" y="727" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(181,10133,714)">Takelot III.</text>
	<polygon points="10128,726 10138,726 10133,732 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10128" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10176" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10181" y="739" width="80" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(182,10181,739)"/>
	<rect x="10181" y="739" width="80" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(182,10181,739)"/>
	<text xml:space="preserve" x="10189" y="752" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(182,10181,739)">Rudjamun</text>
	<polygon points="10176,751 10186,751 10181,757 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10176" y="752" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10256" y="752" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10261" y="714" width="20" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(183,10261,714)"/>
	<rect x="10261" y="714" width="20" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(183,10261,714)"/>
	<text xml:space="preserve" x="10269" y="727" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(183,10261,714)">Ini</text>
	<polygon points="10256,726 10266,726 10261,732 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10256" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10276" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10176" y="529" width="136" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(184,10176,529)"/>
	<rect x="10176" y="529" width="136" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(184,10176,529)"/>
	<text xml:space="preserve" x="10184" y="549" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(184,10176,529)">23. Dynastie	(im	Delta)</text>
	<polygon points="10171,541 10181,541 10176,547 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10171" y="542" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10307" y="542" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10177" y="764" width="104" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(185,10177,764)"/>
	<rect x="10177" y="764" width="104" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(185,10177,764)"/>
	<text xml:space="preserve" x="10185" y="777" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(185,10177,764)">Padibastet II. (in Bubastis/Tanis)</text>
	<polygon points="10172,776 10182,776 10177,782 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10172" y="777" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10276" y="777" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10177" y="789" width="124" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(186,10177,789)"/>
	<rect x="10177" y="789" width="124" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(186,10177,789)"/>
	<text xml:space="preserve" x="10185" y="802" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(186,10177,789)">Iuput II. (in Leontopolis)</text>
	<polygon points="10172,801 10182,801 10177,807 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10172" y="802" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10296" y="802" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10177" y="789" width="124" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(187,10177,789)"/>
	<rect x="10177" y="789" width="124" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(187,10177,789)"/>
	<text xml:space="preserve" x="10185" y="802" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(187,10177,789)">Iuput II. (in Leontopolis)</text>
	<polygon points="10172,801 10182,801 10177,807 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10172" y="802" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10296" y="802" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10273" y="814" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(188,10273,814)"/>
	<rect x="10273" y="814" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(188,10273,814)"/>
	<text xml:space="preserve" x="10281" y="827" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(188,10273,814)">Osorkon IV.</text>
	<polygon points="10268,826 10278,826 10273,832 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10268" y="827" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10308" y="827" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10240" y="425" width="104" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(189,10240,425)"/>
	<rect x="10240" y="425" width="104" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(189,10240,425)"/>
	<text xml:space="preserve" x="10248" y="445" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(189,10240,425)">24. Dynastie (in Sais)</text>
	<polygon points="10235,437 10245,437 10240,443 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10235" y="438" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10339" y="438" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10241" y="839" width="84" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(190,10241,839)"/>
	<rect x="10241" y="839" width="84" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(190,10241,839)"/>
	<text xml:space="preserve" x="10249" y="852" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(190,10241,839)">Tefnachte</text>
	<polygon points="10236,851 10246,851 10241,857 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10236" y="852" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10320" y="852" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10325" y="789" width="20" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(191,10325,789)"/>
	<rect x="10325" y="789" width="20" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(191,10325,789)"/>
	<text xml:space="preserve" x="10333" y="802" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(191,10325,789)">Bokchoris</text>
	<polygon points="10320,801 10330,801 10325,807 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10320" y="802" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10340" y="802" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10200" y="344" width="1660" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(192,10200,344)"/>
	<rect x="10200" y="344" width="1660" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(192,10200,344)"/>
	<text xml:space="preserve" x="10208" y="366" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(192,10200,344)">Spätzeit                                  +++</text>
	<text xml:space="preserve" x="10508" y="366" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(192,10200,344)">Spätzeit                                  +++</text>
	<text xml:space="preserve" x="10808" y="366" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(192,10200,344)">Spätzeit                                  +++</text>
	<text xml:space="preserve" x="11108" y="366" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(192,10200,344)">Spätzeit                                  +++</text>
	<text xml:space="preserve" x="11408" y="366" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(192,10200,344)">Spätzeit                                  +++</text>
	<polygon points="10195,356 10205,356 10200,362 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10195" y="357" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11855" y="357" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10544" y="423" width="556" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(193,10544,423)"/>
	<rect x="10544" y="423" width="556" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(193,10544,423)"/>
	<text xml:space="preserve" x="10552" y="443" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(193,10544,423)">26. Dynastie (in Saiten)</text>
	<polygon points="10539,435 10549,435 10544,441 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10539" y="436" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11095" y="436" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10200" y="391" width="144" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(194,10200,391)"/>
	<rect x="10200" y="391" width="144" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(194,10200,391)"/>
	<text xml:space="preserve" x="10208" y="411" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(194,10200,391)">25. Dynastie (Kuschiten)</text>
	<polygon points="10195,403 10205,403 10200,409 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10195" y="404" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10339" y="404" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10201" y="864" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(195,10201,864)"/>
	<rect x="10201" y="864" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(195,10201,864)"/>
	<text xml:space="preserve" x="10209" y="877" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(195,10201,864)">Kaschta</text>
	<polygon points="10196,876 10206,876 10201,882 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10196" y="877" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10212" y="877" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10217" y="889" width="124" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(196,10217,889)"/>
	<rect x="10217" y="889" width="124" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(196,10217,889)"/>
	<text xml:space="preserve" x="10225" y="902" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(196,10217,889)">Pije</text>
	<polygon points="10212,901 10222,901 10217,907 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10212" y="902" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10336" y="902" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10341" y="864" width="60" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(197,10341,864)"/>
	<rect x="10341" y="864" width="60" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(197,10341,864)"/>
	<text xml:space="preserve" x="10349" y="877" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(197,10341,864)">Schabako (Schabaka)</text>
	<polygon points="10336,876 10346,876 10341,882 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10336" y="877" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10396" y="877" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10401" y="889" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(198,10401,889)"/>
	<rect x="10401" y="889" width="40" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(198,10401,889)"/>
	<text xml:space="preserve" x="10409" y="902" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(198,10401,889)">Schebitko (Schabataka</text>
	<polygon points="10396,901 10406,901 10401,907 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10396" y="902" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10436" y="902" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10441" y="864" width="104" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(199,10441,864)"/>
	<rect x="10441" y="864" width="104" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(199,10441,864)"/>
	<text xml:space="preserve" x="10449" y="877" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(199,10441,864)">Taharqo (Taharka)</text>
	<polygon points="10436,876 10446,876 10441,882 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10436" y="877" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10540" y="877" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10545" y="889" width="36" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(200,10545,889)"/>
	<rect x="10545" y="889" width="36" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(200,10545,889)"/>
	<text xml:space="preserve" x="10553" y="902" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(200,10545,889)">Tanotamun</text>
	<polygon points="10540,901 10550,901 10545,907 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10540" y="902" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10576" y="902" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10545" y="664" width="216" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(201,10545,664)"/>
	<rect x="10545" y="664" width="216" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(201,10545,664)"/>
	<text xml:space="preserve" x="10553" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(201,10545,664)">Psammetich I.</text>
	<polygon points="10540,676 10550,676 10545,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10540" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10756" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10761" y="689" width="60" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(202,10761,689)"/>
	<rect x="10761" y="689" width="60" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(202,10761,689)"/>
	<text xml:space="preserve" x="10769" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(202,10761,689)">Necho II.</text>
	<polygon points="10756,701 10766,701 10761,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10756" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10816" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10821" y="664" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(203,10821,664)"/>
	<rect x="10821" y="664" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(203,10821,664)"/>
	<text xml:space="preserve" x="10829" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(203,10821,664)">Psammetich II.</text>
	<polygon points="10816,676 10826,676 10821,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10816" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10840" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10845" y="689" width="76" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(204,10845,689)"/>
	<rect x="10845" y="689" width="76" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(204,10845,689)"/>
	<text xml:space="preserve" x="10853" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(204,10845,689)">Apries</text>
	<polygon points="10840,701 10850,701 10845,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10840" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="10916" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="10921" y="664" width="176" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(205,10921,664)"/>
	<rect x="10921" y="664" width="176" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(205,10921,664)"/>
	<text xml:space="preserve" x="10929" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(205,10921,664)">Amasis</text>
	<polygon points="10916,676 10926,676 10921,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="10916" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11092" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11097" y="689" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(206,11097,689)"/>
	<rect x="11097" y="689" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(206,11097,689)"/>
	<text xml:space="preserve" x="11105" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(206,11097,689)">Psammetich III.</text>
	<polygon points="11092,701 11102,701 11097,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11092" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11096" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11100" y="457" width="664" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(207,11100,457)"/>
	<rect x="11100" y="457" width="664" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(207,11100,457)"/>
	<text xml:space="preserve" x="11108" y="477" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(207,11100,457)">27. Dynastie (1. Perserherrschaft)</text>
	<polygon points="11095,469 11105,469 11100,475 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11095" y="470" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11759" y="470" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11101" y="664" width="12" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(208,11101,664)"/>
	<rect x="11101" y="664" width="12" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(208,11101,664)"/>
	<text xml:space="preserve" x="11109" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(208,11101,664)">Kambyses (in Persien seit 529)</text>
	<polygon points="11096,676 11106,676 11101,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11096" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11108" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11117" y="714" width="144" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(209,11117,714)"/>
	<rect x="11117" y="714" width="144" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(209,11117,714)"/>
	<text xml:space="preserve" x="11125" y="727" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(209,11117,714)">Dareios I.</text>
	<polygon points="11112,726 11122,726 11117,732 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11112" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11256" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11261" y="663" width="84" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(210,11261,663)"/>
	<rect x="11261" y="663" width="84" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(210,11261,663)"/>
	<text xml:space="preserve" x="11269" y="676" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(210,11261,663)">Xerxes I.</text>
	<polygon points="11256,675 11266,675 11261,681 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11256" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11340" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11345" y="689" width="160" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(211,11345,689)"/>
	<rect x="11345" y="689" width="160" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(211,11345,689)"/>
	<text xml:space="preserve" x="11353" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(211,11345,689)">Artaxerxes I.</text>
	<polygon points="11340,701 11350,701 11345,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11340" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11500" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11505" y="663" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(212,11505,663)"/>
	<rect x="11505" y="663" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(212,11505,663)"/>
	<text xml:space="preserve" x="11513" y="676" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(212,11505,663)">Xerxes II.</text>
	<polygon points="11500,675 11510,675 11505,681 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11500" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11504" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11509" y="689" width="76" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(213,11509,689)"/>
	<rect x="11509" y="689" width="76" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(213,11509,689)"/>
	<text xml:space="preserve" x="11517" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(213,11509,689)">Dareios II.</text>
	<polygon points="11504,701 11514,701 11509,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11504" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11580" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11585" y="663" width="12" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(214,11585,663)"/>
	<rect x="11585" y="663" width="12" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(214,11585,663)"/>
	<text xml:space="preserve" x="11593" y="676" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(214,11585,663)">Artaxerxes II. (in Persien bis 359/58)</text>
	<polygon points="11580,675 11590,675 11585,681 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11580" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11592" y="676" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11584" y="527" width="20" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(215,11584,527)"/>
	<rect x="11584" y="527" width="20" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(215,11584,527)"/>
	<text xml:space="preserve" x="11592" y="547" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(215,11584,527)">28. Dynastie</text>
	<polygon points="11579,539 11589,539 11584,545 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11579" y="540" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11599" y="540" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11585" y="639" width="20" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(216,11585,639)"/>
	<rect x="11585" y="639" width="20" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(216,11585,639)"/>
	<text xml:space="preserve" x="11593" y="652" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(216,11585,639)">Amyrtaios</text>
	<polygon points="11580,651 11590,651 11585,657 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11580" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11600" y="652" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11604" y="496" width="76" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(217,11604,496)"/>
	<rect x="11604" y="496" width="76" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(217,11604,496)"/>
	<text xml:space="preserve" x="11612" y="516" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(217,11604,496)">29. Dynastie</text>
	<polygon points="11599,508 11609,508 11604,514 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11599" y="509" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11675" y="509" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11605" y="688" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(218,11605,688)"/>
	<rect x="11605" y="688" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(218,11605,688)"/>
	<text xml:space="preserve" x="11613" y="701" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(218,11605,688)">Nepherites</text>
	<polygon points="11600,700 11610,700 11605,706 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11600" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11624" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11629" y="714" width="52" height="25" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(219,11629,714)"/>
	<rect x="11629" y="714" width="52" height="25" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(219,11629,714)"/>
	<text xml:space="preserve" x="11637" y="727" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(219,11629,714)">Hakoris</text>
	<polygon points="11624,726 11634,726 11629,732 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11624" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11676" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11633" y="744" width="48" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(220,11633,744)"/>
	<rect x="11633" y="744" width="48" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(220,11633,744)"/>
	<text xml:space="preserve" x="11641" y="757" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(220,11633,744)">Gegenkönig Psamuthis</text>
	<polygon points="11628,756 11638,756 11633,762 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11628" y="757" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11676" y="757" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11681" y="688" width="-8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(221,11681,688)"/>
	<rect x="11681" y="688" width="-8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(221,11681,688)"/>
	<text xml:space="preserve" x="11689" y="701" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(221,11681,688)">Nepherites II.</text>
	<polygon points="11676,700 11686,700 11681,706 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11676" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11668" y="701" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11680" y="527" width="152" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(222,11680,527)"/>
	<rect x="11680" y="527" width="152" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(222,11680,527)"/>
	<text xml:space="preserve" x="11688" y="547" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(222,11680,527)">30. Dynastie</text>
	<polygon points="11675,539 11685,539 11680,545 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11675" y="540" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11827" y="540" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11681" y="640" width="72" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(223,11681,640)"/>
	<rect x="11681" y="640" width="72" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(223,11681,640)"/>
	<text xml:space="preserve" x="11689" y="653" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(223,11681,640)">Nektanebcs (Nektanebos I.)</text>
	<polygon points="11676,652 11686,652 11681,658 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11676" y="653" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11748" y="653" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11745" y="689" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(224,11745,689)"/>
	<rect x="11745" y="689" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(224,11745,689)"/>
	<text xml:space="preserve" x="11753" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(224,11745,689)">Teos</text>
	<polygon points="11740,701 11750,701 11745,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11740" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11756" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11761" y="714" width="72" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(225,11761,714)"/>
	<rect x="11761" y="714" width="72" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(225,11761,714)"/>
	<text xml:space="preserve" x="11769" y="727" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(225,11761,714)">Nektanebos (II.)</text>
	<polygon points="11756,726 11766,726 11761,732 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11756" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11828" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11832" y="497" width="28" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(226,11832,497)"/>
	<rect x="11832" y="497" width="28" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(226,11832,497)"/>
	<text xml:space="preserve" x="11840" y="517" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(226,11832,497)">31. Dynastie (2. Perserherrschaft)</text>
	<polygon points="11827,509 11837,509 11832,515 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11827" y="510" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11855" y="510" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11833" y="640" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(227,11833,640)"/>
	<rect x="11833" y="640" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(227,11833,640)"/>
	<text xml:space="preserve" x="11841" y="653" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(227,11833,640)">Artaxerxcs III. Ochos (in Persien seit 359/58)</text>
	<polygon points="11828,652 11838,652 11833,658 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11828" y="653" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11844" y="653" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11849" y="664" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(228,11849,664)"/>
	<rect x="11849" y="664" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(228,11849,664)"/>
	<text xml:space="preserve" x="11857" y="677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(228,11849,664)">Arses</text>
	<polygon points="11844,676 11854,676 11849,682 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11844" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11852" y="677" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11857" y="689" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(229,11857,689)"/>
	<rect x="11857" y="689" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(229,11857,689)"/>
	<text xml:space="preserve" x="11865" y="702" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(229,11857,689)">Dareios III.</text>
	<polygon points="11852,701 11862,701 11857,707 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11852" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11868" y="702" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11853" y="714" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(230,11853,714)"/>
	<rect x="11853" y="714" width="8" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(230,11853,714)"/>
	<text xml:space="preserve" x="11861" y="727" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(230,11853,714)">Chababasch (Ägypt. Gegenkönig)</text>
	<polygon points="11848,726 11858,726 11853,732 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11848" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11856" y="727" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11872" y="342" width="104" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(231,11872,342)"/>
	<rect x="11872" y="342" width="104" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(231,11872,342)"/>
	<text xml:space="preserve" x="11880" y="364" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(231,11872,342)">Griechische Herrscher</text>
	<polygon points="11867,354 11877,354 11872,360 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11867" y="355" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11971" y="355" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11873" y="464" width="36" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(232,11873,464)"/>
	<rect x="11873" y="464" width="36" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(232,11873,464)"/>
	<text xml:space="preserve" x="11881" y="477" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(232,11873,464)">Alexander der Große</text>
	<polygon points="11868,476 11878,476 11873,482 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11868" y="477" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11904" y="477" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11909" y="489" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(233,11909,489)"/>
	<rect x="11909" y="489" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(233,11909,489)"/>
	<text xml:space="preserve" x="11917" y="502" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(233,11909,489)">Philippos Arridaios</text>
	<polygon points="11904,501 11914,501 11909,507 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11904" y="502" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11928" y="502" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11933" y="514" width="44" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(234,11933,514)"/>
	<rect x="11933" y="514" width="44" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(234,11933,514)"/>
	<text xml:space="preserve" x="11941" y="527" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(234,11933,514)">Alexander IV.</text>
	<polygon points="11928,526 11938,526 11933,532 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11928" y="527" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="11972" y="527" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11977" y="538" width="96" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(235,11977,538)"/>
	<rect x="11977" y="538" width="96" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(235,11977,538)"/>
	<text xml:space="preserve" x="11985" y="551" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(235,11977,538)">Ptolemaios I. Soter (Satrap ab 323)</text>
	<polygon points="11972,550 11982,550 11977,556 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11972" y="551" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12068" y="551" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="11984" y="365" width="1096" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(236,11984,365)"/>
	<rect x="11984" y="365" width="1096" height="30" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" rx="30" ry="30" onclick="SymbolZeigen(236,11984,365)"/>
	<text xml:space="preserve" x="11992" y="387" style="font-family:Times New Roman; font-size:16; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(236,11984,365)">Ptolemäer</text>
	<polygon points="11979,377 11989,377 11984,383 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="11979" y="378" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="13075" y="378" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12073" y="514" width="144" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(237,12073,514)"/>
	<rect x="12073" y="514" width="144" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(237,12073,514)"/>
	<text xml:space="preserve" x="12081" y="527" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(237,12073,514)">Ptolcmaios II. Philadclphos (Mitregent ab 284)</text>
	<polygon points="12068,526 12078,526 12073,532 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12068" y="527" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12212" y="527" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12217" y="539" width="100" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(238,12217,539)"/>
	<rect x="12217" y="539" width="100" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(238,12217,539)"/>
	<text xml:space="preserve" x="12225" y="552" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(238,12217,539)">Ptolcmaios III. Euergetes I.</text>
	<polygon points="12212,551 12222,551 12217,557 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12212" y="552" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12312" y="552" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12317" y="514" width="68" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(239,12317,514)"/>
	<rect x="12317" y="514" width="68" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(239,12317,514)"/>
	<text xml:space="preserve" x="12325" y="527" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(239,12317,514)">Ptolemaios IV Philopator</text>
	<polygon points="12312,526 12322,526 12317,532 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12312" y="527" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12380" y="527" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12385" y="538" width="96" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(240,12385,538)"/>
	<rect x="12385" y="538" width="96" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(240,12385,538)"/>
	<text xml:space="preserve" x="12393" y="551" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(240,12385,538)">Ptolemaios V Epiphanes</text>
	<polygon points="12380,550 12390,550 12385,556 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12380" y="551" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12476" y="551" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12377" y="564" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(241,12377,564)"/>
	<rect x="12377" y="564" width="24" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(241,12377,564)"/>
	<text xml:space="preserve" x="12385" y="577" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(241,12377,564)">Hanvennefer (Gegenkönig)</text>
	<polygon points="12372,576 12382,576 12377,582 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12372" y="577" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12396" y="577" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12401" y="589" width="56" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(242,12401,589)"/>
	<rect x="12401" y="589" width="56" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(242,12401,589)"/>
	<text xml:space="preserve" x="12409" y="602" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(242,12401,589)">Anchwennefer (Gegenkönig)</text>
	<polygon points="12396,601 12406,601 12401,607 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12396" y="602" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12452" y="602" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12481" y="514" width="64" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(243,12481,514)"/>
	<rect x="12481" y="514" width="64" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(243,12481,514)"/>
	<text xml:space="preserve" x="12489" y="527" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(243,12481,514)">Ptolemaios VI. Philopator</text>
	<polygon points="12476,526 12486,526 12481,532 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12476" y="527" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12540" y="527" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12549" y="488" width="72" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(244,12549,488)"/>
	<rect x="12549" y="488" width="72" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(244,12549,488)"/>
	<text xml:space="preserve" x="12557" y="501" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(244,12549,488)">und Ptolemaios VI. Philopator</text>
	<polygon points="12544,500 12554,500 12549,506 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12544" y="501" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12616" y="501" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12545" y="538" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(245,12545,538)"/>
	<rect x="12545" y="538" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(245,12545,538)"/>
	<text xml:space="preserve" x="12553" y="551" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(245,12545,538)">Ptolcmaios VIII. Euergetes</text>
	<polygon points="12540,550 12550,550 12545,556 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12540" y="551" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12544" y="551" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12621" y="564" width="116" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(246,12621,564)"/>
	<rect x="12621" y="564" width="116" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(246,12621,564)"/>
	<text xml:space="preserve" x="12629" y="577" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(246,12621,564)">und Ptolcmaios VIII. Euergetes</text>
	<polygon points="12616,576 12626,576 12621,582 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12616" y="577" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12732" y="577" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12677" y="514" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(247,12677,514)"/>
	<rect x="12677" y="514" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(247,12677,514)"/>
	<text xml:space="preserve" x="12685" y="527" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(247,12677,514)">Harsiese (Gegenkönig)</text>
	<polygon points="12672,526 12682,526 12677,532 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12672" y="527" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12676" y="527" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12737" y="488" width="36" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(248,12737,488)"/>
	<rect x="12737" y="488" width="36" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(248,12737,488)"/>
	<text xml:space="preserve" x="12745" y="501" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(248,12737,488)">Ptolemaios IX. Soter II.</text>
	<polygon points="12732,500 12742,500 12737,506 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12732" y="501" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12768" y="501" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12849" y="539" width="28" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(249,12849,539)"/>
	<rect x="12849" y="539" width="28" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(249,12849,539)"/>
	<text xml:space="preserve" x="12857" y="552" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(249,12849,539)">und Ptolemaios IX. Soter II.</text>
	<polygon points="12844,551 12854,551 12849,557 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12844" y="552" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12872" y="552" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12773" y="589" width="76" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(250,12773,589)"/>
	<rect x="12773" y="589" width="76" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(250,12773,589)"/>
	<text xml:space="preserve" x="12781" y="602" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(250,12773,589)">Ptolemaios X. Alexander I.</text>
	<polygon points="12768,601 12778,601 12773,607 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12768" y="602" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12844" y="602" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12877" y="564" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(251,12877,564)"/>
	<rect x="12877" y="564" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(251,12877,564)"/>
	<text xml:space="preserve" x="12885" y="577" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(251,12877,564)">(Kleopatra) Berenike III.</text>
	<polygon points="12872,576 12882,576 12877,582 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12872" y="577" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12876" y="577" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12881" y="614" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(252,12881,614)"/>
	<rect x="12881" y="614" width="4" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(252,12881,614)"/>
	<text xml:space="preserve" x="12889" y="627" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(252,12881,614)">Ptolemaios XI. Alexander II.</text>
	<polygon points="12876,626 12886,626 12881,632 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12876" y="627" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12880" y="627" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12881" y="514" width="88" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(253,12881,514)"/>
	<rect x="12881" y="514" width="88" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(253,12881,514)"/>
	<text xml:space="preserve" x="12889" y="527" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(253,12881,514)">Ptolemaios XII. Neos Dionysos</text>
	<polygon points="12876,526 12886,526 12881,532 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12876" y="527" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12964" y="527" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12981" y="489" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(254,12981,489)"/>
	<rect x="12981" y="489" width="16" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(254,12981,489)"/>
	<text xml:space="preserve" x="12989" y="502" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(254,12981,489)">und Ptolemaios XII. Neos Dionysos</text>
	<polygon points="12976,501 12986,501 12981,507 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12976" y="502" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12992" y="502" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12969" y="589" width="12" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(255,12969,589)"/>
	<rect x="12969" y="589" width="12" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(255,12969,589)"/>
	<text xml:space="preserve" x="12977" y="602" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(255,12969,589)">(Kleopatra) Berenike IV</text>
	<polygon points="12964,601 12974,601 12969,607 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12964" y="602" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="12976" y="602" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="12997" y="638" width="84" height="20" fill="rgb(148,197,148)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(256,12997,638)"/>
	<image x="12947" y="663" width="222" height="339" xlink:href="./Daten/ONr_256_Bild.jpg">
		<title>./Daten/ONr_256_Bild.jpg</title></image>
	<text xml:space="preserve" x="13005" y="651" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(256,12997,638)">Kleopatra VII. Philopator</text>
	<circle cx="13080" cy="652" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="12992,650 13002,650 12997,656 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="12992" y="651" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="13076" y="651" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<use id="UseKontext" xlink:href="#Kontext" visibility="hidden"/>
	<use xlink:href="#QuickInfo_0" visibility="hidden"/>
	<use xlink:href="#QuickInfo_1" visibility="hidden"/>
	<use xlink:href="#QuickInfo_2" visibility="hidden"/>
	<use xlink:href="#QuickInfo_3" visibility="hidden"/>
	<use xlink:href="#QuickInfo_4" visibility="hidden"/>
	<use xlink:href="#QuickInfo_5" visibility="hidden"/>
	<use xlink:href="#QuickInfo_6" visibility="hidden"/>
	<use xlink:href="#QuickInfo_7" visibility="hidden"/>
	<use xlink:href="#QuickInfo_8" visibility="hidden"/>
	<use xlink:href="#QuickInfo_9" visibility="hidden"/>
	<use xlink:href="#QuickInfo_10" visibility="hidden"/>
	<use xlink:href="#QuickInfo_11" visibility="hidden"/>
	<use xlink:href="#QuickInfo_12" visibility="hidden"/>
	<use xlink:href="#QuickInfo_13" visibility="hidden"/>
	<use xlink:href="#QuickInfo_14" visibility="hidden"/>
	<use xlink:href="#QuickInfo_15" visibility="hidden"/>
	<use xlink:href="#QuickInfo_16" visibility="hidden"/>
	<use xlink:href="#QuickInfo_17" visibility="hidden"/>
	<use xlink:href="#QuickInfo_18" visibility="hidden"/>
	<use xlink:href="#QuickInfo_19" visibility="hidden"/>
	<use xlink:href="#QuickInfo_20" visibility="hidden"/>
	<use xlink:href="#QuickInfo_21" visibility="hidden"/>
	<use xlink:href="#QuickInfo_22" visibility="hidden"/>
	<use xlink:href="#QuickInfo_23" visibility="hidden"/>
	<use xlink:href="#QuickInfo_24" visibility="hidden"/>
	<use xlink:href="#QuickInfo_25" visibility="hidden"/>
	<use xlink:href="#QuickInfo_26" visibility="hidden"/>
	<use xlink:href="#QuickInfo_27" visibility="hidden"/>
	<use xlink:href="#QuickInfo_28" visibility="hidden"/>
	<use xlink:href="#QuickInfo_29" visibility="hidden"/>
	<use xlink:href="#QuickInfo_30" visibility="hidden"/>
	<use xlink:href="#QuickInfo_31" visibility="hidden"/>
	<use xlink:href="#QuickInfo_32" visibility="hidden"/>
	<use xlink:href="#QuickInfo_33" visibility="hidden"/>
	<use xlink:href="#QuickInfo_34" visibility="hidden"/>
	<use xlink:href="#QuickInfo_35" visibility="hidden"/>
	<use xlink:href="#QuickInfo_36" visibility="hidden"/>
	<use xlink:href="#QuickInfo_37" visibility="hidden"/>
	<use xlink:href="#QuickInfo_38" visibility="hidden"/>
	<use xlink:href="#QuickInfo_39" visibility="hidden"/>
	<use xlink:href="#QuickInfo_40" visibility="hidden"/>
	<use xlink:href="#QuickInfo_41" visibility="hidden"/>
	<use xlink:href="#QuickInfo_42" visibility="hidden"/>
	<use xlink:href="#QuickInfo_43" visibility="hidden"/>
	<use xlink:href="#QuickInfo_44" visibility="hidden"/>
	<use xlink:href="#QuickInfo_45" visibility="hidden"/>
	<use xlink:href="#QuickInfo_46" visibility="hidden"/>
	<use xlink:href="#QuickInfo_47" visibility="hidden"/>
	<use xlink:href="#QuickInfo_48" visibility="hidden"/>
	<use xlink:href="#QuickInfo_49" visibility="hidden"/>
	<use xlink:href="#QuickInfo_50" visibility="hidden"/>
	<use xlink:href="#QuickInfo_51" visibility="hidden"/>
	<use xlink:href="#QuickInfo_52" visibility="hidden"/>
	<use xlink:href="#QuickInfo_53" visibility="hidden"/>
	<use xlink:href="#QuickInfo_54" visibility="hidden"/>
	<use xlink:href="#QuickInfo_55" visibility="hidden"/>
	<use xlink:href="#QuickInfo_56" visibility="hidden"/>
	<use xlink:href="#QuickInfo_57" visibility="hidden"/>
	<use xlink:href="#QuickInfo_58" visibility="hidden"/>
	<use xlink:href="#QuickInfo_59" visibility="hidden"/>
	<use xlink:href="#QuickInfo_60" visibility="hidden"/>
	<use xlink:href="#QuickInfo_61" visibility="hidden"/>
	<use xlink:href="#QuickInfo_62" visibility="hidden"/>
	<use xlink:href="#QuickInfo_63" visibility="hidden"/>
	<use xlink:href="#QuickInfo_64" visibility="hidden"/>
	<use xlink:href="#QuickInfo_65" visibility="hidden"/>
	<use xlink:href="#QuickInfo_66" visibility="hidden"/>
	<use xlink:href="#QuickInfo_67" visibility="hidden"/>
	<use xlink:href="#QuickInfo_68" visibility="hidden"/>
	<use xlink:href="#QuickInfo_69" visibility="hidden"/>
	<use xlink:href="#QuickInfo_70" visibility="hidden"/>
	<use xlink:href="#QuickInfo_71" visibility="hidden"/>
	<use xlink:href="#QuickInfo_72" visibility="hidden"/>
	<use xlink:href="#QuickInfo_73" visibility="hidden"/>
	<use xlink:href="#QuickInfo_74" visibility="hidden"/>
	<use xlink:href="#QuickInfo_75" visibility="hidden"/>
	<use xlink:href="#QuickInfo_76" visibility="hidden"/>
	<use xlink:href="#QuickInfo_77" visibility="hidden"/>
	<use xlink:href="#QuickInfo_78" visibility="hidden"/>
	<use xlink:href="#QuickInfo_79" visibility="hidden"/>
	<use xlink:href="#QuickInfo_80" visibility="hidden"/>
	<use xlink:href="#QuickInfo_81" visibility="hidden"/>
	<use xlink:href="#QuickInfo_82" visibility="hidden"/>
	<use xlink:href="#QuickInfo_83" visibility="hidden"/>
	<use xlink:href="#QuickInfo_84" visibility="hidden"/>
	<use xlink:href="#QuickInfo_85" visibility="hidden"/>
	<use xlink:href="#QuickInfo_86" visibility="hidden"/>
	<use xlink:href="#QuickInfo_87" visibility="hidden"/>
	<use xlink:href="#QuickInfo_88" visibility="hidden"/>
	<use xlink:href="#QuickInfo_89" visibility="hidden"/>
	<use xlink:href="#QuickInfo_90" visibility="hidden"/>
	<use xlink:href="#QuickInfo_91" visibility="hidden"/>
	<use xlink:href="#QuickInfo_92" visibility="hidden"/>
	<use xlink:href="#QuickInfo_93" visibility="hidden"/>
	<use xlink:href="#QuickInfo_94" visibility="hidden"/>
	<use xlink:href="#QuickInfo_95" visibility="hidden"/>
	<use xlink:href="#QuickInfo_96" visibility="hidden"/>
	<use xlink:href="#QuickInfo_97" visibility="hidden"/>
	<use xlink:href="#QuickInfo_98" visibility="hidden"/>
	<use xlink:href="#QuickInfo_99" visibility="hidden"/>
	<use xlink:href="#QuickInfo_100" visibility="hidden"/>
	<use xlink:href="#QuickInfo_101" visibility="hidden"/>
	<use xlink:href="#QuickInfo_102" visibility="hidden"/>
	<use xlink:href="#QuickInfo_103" visibility="hidden"/>
	<use xlink:href="#QuickInfo_104" visibility="hidden"/>
	<use xlink:href="#QuickInfo_105" visibility="hidden"/>
	<use xlink:href="#QuickInfo_106" visibility="hidden"/>
	<use xlink:href="#QuickInfo_107" visibility="hidden"/>
	<use xlink:href="#QuickInfo_108" visibility="hidden"/>
	<use xlink:href="#QuickInfo_109" visibility="hidden"/>
	<use xlink:href="#QuickInfo_110" visibility="hidden"/>
	<use xlink:href="#QuickInfo_111" visibility="hidden"/>
	<use xlink:href="#QuickInfo_112" visibility="hidden"/>
	<use xlink:href="#QuickInfo_113" visibility="hidden"/>
	<use xlink:href="#QuickInfo_114" visibility="hidden"/>
	<use xlink:href="#QuickInfo_115" visibility="hidden"/>
	<use xlink:href="#QuickInfo_116" visibility="hidden"/>
	<use xlink:href="#QuickInfo_117" visibility="hidden"/>
	<use xlink:href="#QuickInfo_118" visibility="hidden"/>
	<use xlink:href="#QuickInfo_119" visibility="hidden"/>
	<use xlink:href="#QuickInfo_120" visibility="hidden"/>
	<use xlink:href="#QuickInfo_121" visibility="hidden"/>
	<use xlink:href="#QuickInfo_122" visibility="hidden"/>
	<use xlink:href="#QuickInfo_123" visibility="hidden"/>
	<use xlink:href="#QuickInfo_124" visibility="hidden"/>
	<use xlink:href="#QuickInfo_125" visibility="hidden"/>
	<use xlink:href="#QuickInfo_126" visibility="hidden"/>
	<use xlink:href="#QuickInfo_127" visibility="hidden"/>
	<use xlink:href="#QuickInfo_128" visibility="hidden"/>
	<use xlink:href="#QuickInfo_129" visibility="hidden"/>
	<use xlink:href="#QuickInfo_130" visibility="hidden"/>
	<use xlink:href="#QuickInfo_131" visibility="hidden"/>
	<use xlink:href="#QuickInfo_132" visibility="hidden"/>
	<use xlink:href="#QuickInfo_133" visibility="hidden"/>
	<use xlink:href="#QuickInfo_134" visibility="hidden"/>
	<use xlink:href="#QuickInfo_135" visibility="hidden"/>
	<use xlink:href="#QuickInfo_136" visibility="hidden"/>
	<use xlink:href="#QuickInfo_137" visibility="hidden"/>
	<use xlink:href="#QuickInfo_138" visibility="hidden"/>
	<use xlink:href="#QuickInfo_139" visibility="hidden"/>
	<use xlink:href="#QuickInfo_140" visibility="hidden"/>
	<use xlink:href="#QuickInfo_141" visibility="hidden"/>
	<use xlink:href="#QuickInfo_142" visibility="hidden"/>
	<use xlink:href="#QuickInfo_143" visibility="hidden"/>
	<use xlink:href="#QuickInfo_144" visibility="hidden"/>
	<use xlink:href="#QuickInfo_145" visibility="hidden"/>
	<use xlink:href="#QuickInfo_146" visibility="hidden"/>
	<use xlink:href="#QuickInfo_147" visibility="hidden"/>
	<use xlink:href="#QuickInfo_148" visibility="hidden"/>
	<use xlink:href="#QuickInfo_149" visibility="hidden"/>
	<use xlink:href="#QuickInfo_150" visibility="hidden"/>
	<use xlink:href="#QuickInfo_151" visibility="hidden"/>
	<use xlink:href="#QuickInfo_152" visibility="hidden"/>
	<use xlink:href="#QuickInfo_153" visibility="hidden"/>
	<use xlink:href="#QuickInfo_154" visibility="hidden"/>
	<use xlink:href="#QuickInfo_155" visibility="hidden"/>
	<use xlink:href="#QuickInfo_156" visibility="hidden"/>
	<use xlink:href="#QuickInfo_157" visibility="hidden"/>
	<use xlink:href="#QuickInfo_158" visibility="hidden"/>
	<use xlink:href="#QuickInfo_159" visibility="hidden"/>
	<use xlink:href="#QuickInfo_160" visibility="hidden"/>
	<use xlink:href="#QuickInfo_161" visibility="hidden"/>
	<use xlink:href="#QuickInfo_162" visibility="hidden"/>
	<use xlink:href="#QuickInfo_163" visibility="hidden"/>
	<use xlink:href="#QuickInfo_164" visibility="hidden"/>
	<use xlink:href="#QuickInfo_165" visibility="hidden"/>
	<use xlink:href="#QuickInfo_166" visibility="hidden"/>
	<use xlink:href="#QuickInfo_167" visibility="hidden"/>
	<use xlink:href="#QuickInfo_168" visibility="hidden"/>
	<use xlink:href="#QuickInfo_169" visibility="hidden"/>
	<use xlink:href="#QuickInfo_170" visibility="hidden"/>
	<use xlink:href="#QuickInfo_171" visibility="hidden"/>
	<use xlink:href="#QuickInfo_172" visibility="hidden"/>
	<use xlink:href="#QuickInfo_173" visibility="hidden"/>
	<use xlink:href="#QuickInfo_174" visibility="hidden"/>
	<use xlink:href="#QuickInfo_175" visibility="hidden"/>
	<use xlink:href="#QuickInfo_176" visibility="hidden"/>
	<use xlink:href="#QuickInfo_177" visibility="hidden"/>
	<use xlink:href="#QuickInfo_178" visibility="hidden"/>
	<use xlink:href="#QuickInfo_179" visibility="hidden"/>
	<use xlink:href="#QuickInfo_180" visibility="hidden"/>
	<use xlink:href="#QuickInfo_181" visibility="hidden"/>
	<use xlink:href="#QuickInfo_182" visibility="hidden"/>
	<use xlink:href="#QuickInfo_183" visibility="hidden"/>
	<use xlink:href="#QuickInfo_184" visibility="hidden"/>
	<use xlink:href="#QuickInfo_185" visibility="hidden"/>
	<use xlink:href="#QuickInfo_186" visibility="hidden"/>
	<use xlink:href="#QuickInfo_187" visibility="hidden"/>
	<use xlink:href="#QuickInfo_188" visibility="hidden"/>
	<use xlink:href="#QuickInfo_189" visibility="hidden"/>
	<use xlink:href="#QuickInfo_190" visibility="hidden"/>
	<use xlink:href="#QuickInfo_191" visibility="hidden"/>
	<use xlink:href="#QuickInfo_192" visibility="hidden"/>
	<use xlink:href="#QuickInfo_193" visibility="hidden"/>
	<use xlink:href="#QuickInfo_194" visibility="hidden"/>
	<use xlink:href="#QuickInfo_195" visibility="hidden"/>
	<use xlink:href="#QuickInfo_196" visibility="hidden"/>
	<use xlink:href="#QuickInfo_197" visibility="hidden"/>
	<use xlink:href="#QuickInfo_198" visibility="hidden"/>
	<use xlink:href="#QuickInfo_199" visibility="hidden"/>
	<use xlink:href="#QuickInfo_200" visibility="hidden"/>
	<use xlink:href="#QuickInfo_201" visibility="hidden"/>
	<use xlink:href="#QuickInfo_202" visibility="hidden"/>
	<use xlink:href="#QuickInfo_203" visibility="hidden"/>
	<use xlink:href="#QuickInfo_204" visibility="hidden"/>
	<use xlink:href="#QuickInfo_205" visibility="hidden"/>
	<use xlink:href="#QuickInfo_206" visibility="hidden"/>
	<use xlink:href="#QuickInfo_207" visibility="hidden"/>
	<use xlink:href="#QuickInfo_208" visibility="hidden"/>
	<use xlink:href="#QuickInfo_209" visibility="hidden"/>
	<use xlink:href="#QuickInfo_210" visibility="hidden"/>
	<use xlink:href="#QuickInfo_211" visibility="hidden"/>
	<use xlink:href="#QuickInfo_212" visibility="hidden"/>
	<use xlink:href="#QuickInfo_213" visibility="hidden"/>
	<use xlink:href="#QuickInfo_214" visibility="hidden"/>
	<use xlink:href="#QuickInfo_215" visibility="hidden"/>
	<use xlink:href="#QuickInfo_216" visibility="hidden"/>
	<use xlink:href="#QuickInfo_217" visibility="hidden"/>
	<use xlink:href="#QuickInfo_218" visibility="hidden"/>
	<use xlink:href="#QuickInfo_219" visibility="hidden"/>
	<use xlink:href="#QuickInfo_220" visibility="hidden"/>
	<use xlink:href="#QuickInfo_221" visibility="hidden"/>
	<use xlink:href="#QuickInfo_222" visibility="hidden"/>
	<use xlink:href="#QuickInfo_223" visibility="hidden"/>
	<use xlink:href="#QuickInfo_224" visibility="hidden"/>
	<use xlink:href="#QuickInfo_225" visibility="hidden"/>
	<use xlink:href="#QuickInfo_226" visibility="hidden"/>
	<use xlink:href="#QuickInfo_227" visibility="hidden"/>
	<use xlink:href="#QuickInfo_228" visibility="hidden"/>
	<use xlink:href="#QuickInfo_229" visibility="hidden"/>
	<use xlink:href="#QuickInfo_230" visibility="hidden"/>
	<use xlink:href="#QuickInfo_231" visibility="hidden"/>
	<use xlink:href="#QuickInfo_232" visibility="hidden"/>
	<use xlink:href="#QuickInfo_233" visibility="hidden"/>
	<use xlink:href="#QuickInfo_234" visibility="hidden"/>
	<use xlink:href="#QuickInfo_235" visibility="hidden"/>
	<use xlink:href="#QuickInfo_236" visibility="hidden"/>
	<use xlink:href="#QuickInfo_237" visibility="hidden"/>
	<use xlink:href="#QuickInfo_238" visibility="hidden"/>
	<use xlink:href="#QuickInfo_239" visibility="hidden"/>
	<use xlink:href="#QuickInfo_240" visibility="hidden"/>
	<use xlink:href="#QuickInfo_241" visibility="hidden"/>
	<use xlink:href="#QuickInfo_242" visibility="hidden"/>
	<use xlink:href="#QuickInfo_243" visibility="hidden"/>
	<use xlink:href="#QuickInfo_244" visibility="hidden"/>
	<use xlink:href="#QuickInfo_245" visibility="hidden"/>
	<use xlink:href="#QuickInfo_246" visibility="hidden"/>
	<use xlink:href="#QuickInfo_247" visibility="hidden"/>
	<use xlink:href="#QuickInfo_248" visibility="hidden"/>
	<use xlink:href="#QuickInfo_249" visibility="hidden"/>
	<use xlink:href="#QuickInfo_250" visibility="hidden"/>
	<use xlink:href="#QuickInfo_251" visibility="hidden"/>
	<use xlink:href="#QuickInfo_252" visibility="hidden"/>
	<use xlink:href="#QuickInfo_253" visibility="hidden"/>
	<use xlink:href="#QuickInfo_254" visibility="hidden"/>
	<use xlink:href="#QuickInfo_255" visibility="hidden"/>
	<use xlink:href="#QuickInfo_256" visibility="hidden"/>
	<g id="Legende_0" transform="translate(0 0)">
		<rect x="0" y="1" width="200" height="200" fill="rgb(240,240,240)" stroke="rgb(240,240,240)" stroke-width="0" onclick="SymbolZeigen(0,0,1)"/>
		<text xml:space="preserve" x="8" y="19" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(0,0,1)">Dynastien</text>
	</g>
	<g id="Legende_1" transform="translate(0 0)">
		<rect x="0" y="272" width="200" height="299" fill="rgb(240,240,240)" stroke="rgb(240,240,240)" stroke-width="0" onclick="SymbolZeigen(1,0,272)"/>
		<text xml:space="preserve" x="8" y="290" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,0,272)">Dynastien-Abschnitte</text>
	</g>
	<g id="Legende_31" transform="translate(0 0)">
		<rect x="0" y="663" width="200" height="200" fill="rgb(240,240,240)" stroke="rgb(240,240,240)" stroke-width="0" onclick="SymbolZeigen(31,0,663)"/>
		<text xml:space="preserve" x="8" y="681" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(31,0,663)">Personen</text>
	</g>
	<g id="skala" transform="translate(0 0)">
		<line x1="79" y1="1493" x2="79" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="120" y1="1493" x2="120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="159" y1="1493" x2="159" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="240" y1="1493" x2="240" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="279" y1="1493" x2="279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="320" y1="1493" x2="320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="40" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="200" y1="1500" x2="200" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="360" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="400" y1="1475" x2="400" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="0" y1="1500" x2="0" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="0" y1="1500" x2="14000" y2="1500" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="0" y="1475" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="1" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-3300</text>
		<text xml:space="preserve" x="1" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<text xml:space="preserve" x="387" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-3200</text>
		<text xml:space="preserve" x="367" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="479" y1="1493" x2="479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="520" y1="1493" x2="520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="559" y1="1493" x2="559" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="640" y1="1493" x2="640" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="679" y1="1493" x2="679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="720" y1="1493" x2="720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="600" y1="1500" x2="600" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="760" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="800" y1="1475" x2="800" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="787" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-3100</text>
		<text xml:space="preserve" x="767" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="879" y1="1493" x2="879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="920" y1="1493" x2="920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="959" y1="1493" x2="959" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1040" y1="1493" x2="1040" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1079" y1="1493" x2="1079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1120" y1="1493" x2="1120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1000" y1="1500" x2="1000" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1160" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1200" y1="1475" x2="1200" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="1187" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-3000</text>
		<text xml:space="preserve" x="1167" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="1279" y1="1493" x2="1279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1320" y1="1493" x2="1320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1359" y1="1493" x2="1359" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1440" y1="1493" x2="1440" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1479" y1="1493" x2="1479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1520" y1="1493" x2="1520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1400" y1="1500" x2="1400" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1560" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1600" y1="1475" x2="1600" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="1587" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-2900</text>
		<text xml:space="preserve" x="1567" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="1679" y1="1493" x2="1679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1720" y1="1493" x2="1720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1759" y1="1493" x2="1759" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1840" y1="1493" x2="1840" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1879" y1="1493" x2="1879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1920" y1="1493" x2="1920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1800" y1="1500" x2="1800" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1960" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2000" y1="1475" x2="2000" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="1987" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-2800</text>
		<text xml:space="preserve" x="1967" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="2079" y1="1493" x2="2079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2120" y1="1493" x2="2120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2159" y1="1493" x2="2159" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2240" y1="1493" x2="2240" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2279" y1="1493" x2="2279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2320" y1="1493" x2="2320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2200" y1="1500" x2="2200" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2360" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2400" y1="1475" x2="2400" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="2387" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-2700</text>
		<text xml:space="preserve" x="2367" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="2479" y1="1493" x2="2479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2520" y1="1493" x2="2520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2559" y1="1493" x2="2559" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2640" y1="1493" x2="2640" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2679" y1="1493" x2="2679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2720" y1="1493" x2="2720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2600" y1="1500" x2="2600" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2760" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2800" y1="1475" x2="2800" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="2787" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-2600</text>
		<text xml:space="preserve" x="2767" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="2879" y1="1493" x2="2879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2920" y1="1493" x2="2920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2959" y1="1493" x2="2959" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3040" y1="1493" x2="3040" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3079" y1="1493" x2="3079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3120" y1="1493" x2="3120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3000" y1="1500" x2="3000" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3160" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3200" y1="1475" x2="3200" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="3187" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-2500</text>
		<text xml:space="preserve" x="3167" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="3279" y1="1493" x2="3279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3320" y1="1493" x2="3320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3359" y1="1493" x2="3359" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3440" y1="1493" x2="3440" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3479" y1="1493" x2="3479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3520" y1="1493" x2="3520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3400" y1="1500" x2="3400" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3560" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3600" y1="1475" x2="3600" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="3587" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-2400</text>
		<text xml:space="preserve" x="3567" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="3679" y1="1493" x2="3679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3720" y1="1493" x2="3720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3759" y1="1493" x2="3759" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3840" y1="1493" x2="3840" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3879" y1="1493" x2="3879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3920" y1="1493" x2="3920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3800" y1="1500" x2="3800" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3960" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4000" y1="1475" x2="4000" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="3987" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-2300</text>
		<text xml:space="preserve" x="3967" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="4079" y1="1493" x2="4079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4120" y1="1493" x2="4120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4159" y1="1493" x2="4159" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4240" y1="1493" x2="4240" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4279" y1="1493" x2="4279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4320" y1="1493" x2="4320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4200" y1="1500" x2="4200" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4360" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4400" y1="1475" x2="4400" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="4387" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-2200</text>
		<text xml:space="preserve" x="4367" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="4479" y1="1493" x2="4479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4520" y1="1493" x2="4520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4559" y1="1493" x2="4559" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4640" y1="1493" x2="4640" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4679" y1="1493" x2="4679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4720" y1="1493" x2="4720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4600" y1="1500" x2="4600" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4760" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4800" y1="1475" x2="4800" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="4787" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-2100</text>
		<text xml:space="preserve" x="4767" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="4879" y1="1493" x2="4879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4920" y1="1493" x2="4920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4959" y1="1493" x2="4959" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5040" y1="1493" x2="5040" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5079" y1="1493" x2="5079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5120" y1="1493" x2="5120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5000" y1="1500" x2="5000" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5160" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5200" y1="1475" x2="5200" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="5187" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-2000</text>
		<text xml:space="preserve" x="5167" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="5279" y1="1493" x2="5279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5320" y1="1493" x2="5320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5359" y1="1493" x2="5359" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5440" y1="1493" x2="5440" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5479" y1="1493" x2="5479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5520" y1="1493" x2="5520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5400" y1="1500" x2="5400" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5560" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5600" y1="1475" x2="5600" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="5587" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-1900</text>
		<text xml:space="preserve" x="5567" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="5679" y1="1493" x2="5679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5720" y1="1493" x2="5720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5759" y1="1493" x2="5759" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5840" y1="1493" x2="5840" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5879" y1="1493" x2="5879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5920" y1="1493" x2="5920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5800" y1="1500" x2="5800" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5960" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6000" y1="1475" x2="6000" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="5987" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-1800</text>
		<text xml:space="preserve" x="5967" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="6079" y1="1493" x2="6079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6120" y1="1493" x2="6120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6159" y1="1493" x2="6159" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6240" y1="1493" x2="6240" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6279" y1="1493" x2="6279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6320" y1="1493" x2="6320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6200" y1="1500" x2="6200" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6360" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6400" y1="1475" x2="6400" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="6387" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-1700</text>
		<text xml:space="preserve" x="6367" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="6479" y1="1493" x2="6479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6520" y1="1493" x2="6520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6559" y1="1493" x2="6559" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6640" y1="1493" x2="6640" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6679" y1="1493" x2="6679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6720" y1="1493" x2="6720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6600" y1="1500" x2="6600" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6760" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6800" y1="1475" x2="6800" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="6787" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-1600</text>
		<text xml:space="preserve" x="6767" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="6879" y1="1493" x2="6879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6920" y1="1493" x2="6920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6959" y1="1493" x2="6959" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7040" y1="1493" x2="7040" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7079" y1="1493" x2="7079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7120" y1="1493" x2="7120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7000" y1="1500" x2="7000" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7160" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7200" y1="1475" x2="7200" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="7187" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-1500</text>
		<text xml:space="preserve" x="7167" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="7279" y1="1493" x2="7279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7320" y1="1493" x2="7320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7359" y1="1493" x2="7359" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7440" y1="1493" x2="7440" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7479" y1="1493" x2="7479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7520" y1="1493" x2="7520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7400" y1="1500" x2="7400" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7560" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7600" y1="1475" x2="7600" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="7587" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-1400</text>
		<text xml:space="preserve" x="7567" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="7679" y1="1493" x2="7679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7720" y1="1493" x2="7720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7759" y1="1493" x2="7759" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7840" y1="1493" x2="7840" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7879" y1="1493" x2="7879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7920" y1="1493" x2="7920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7800" y1="1500" x2="7800" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7960" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8000" y1="1475" x2="8000" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="7987" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-1300</text>
		<text xml:space="preserve" x="7967" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="8079" y1="1493" x2="8079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8120" y1="1493" x2="8120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8159" y1="1493" x2="8159" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8240" y1="1493" x2="8240" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8279" y1="1493" x2="8279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8320" y1="1493" x2="8320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8200" y1="1500" x2="8200" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8360" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8400" y1="1475" x2="8400" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="8387" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-1200</text>
		<text xml:space="preserve" x="8367" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="8479" y1="1493" x2="8479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8520" y1="1493" x2="8520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8559" y1="1493" x2="8559" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8640" y1="1493" x2="8640" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8679" y1="1493" x2="8679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8720" y1="1493" x2="8720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8600" y1="1500" x2="8600" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8760" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8800" y1="1475" x2="8800" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="8787" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-1100</text>
		<text xml:space="preserve" x="8767" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="8879" y1="1493" x2="8879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8920" y1="1493" x2="8920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8959" y1="1493" x2="8959" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9040" y1="1493" x2="9040" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9079" y1="1493" x2="9079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9120" y1="1493" x2="9120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9000" y1="1500" x2="9000" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9160" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9200" y1="1475" x2="9200" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="9187" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-1000</text>
		<text xml:space="preserve" x="9167" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="9279" y1="1493" x2="9279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9320" y1="1493" x2="9320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9359" y1="1493" x2="9359" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9440" y1="1493" x2="9440" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9479" y1="1493" x2="9479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9520" y1="1493" x2="9520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9400" y1="1500" x2="9400" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9560" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9600" y1="1475" x2="9600" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="9587" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-900</text>
		<text xml:space="preserve" x="9567" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="9679" y1="1493" x2="9679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9720" y1="1493" x2="9720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9759" y1="1493" x2="9759" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9840" y1="1493" x2="9840" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9879" y1="1493" x2="9879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9920" y1="1493" x2="9920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9800" y1="1500" x2="9800" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9960" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10000" y1="1475" x2="10000" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="9987" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-800</text>
		<text xml:space="preserve" x="9967" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="10079" y1="1493" x2="10079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10120" y1="1493" x2="10120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10159" y1="1493" x2="10159" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10240" y1="1493" x2="10240" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10279" y1="1493" x2="10279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10320" y1="1493" x2="10320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="10040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="10120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10200" y1="1500" x2="10200" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="10240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="10320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="10360" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10400" y1="1475" x2="10400" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="10387" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-700</text>
		<text xml:space="preserve" x="10367" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="10479" y1="1493" x2="10479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10520" y1="1493" x2="10520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10559" y1="1493" x2="10559" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10640" y1="1493" x2="10640" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10679" y1="1493" x2="10679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10720" y1="1493" x2="10720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="10440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="10520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10600" y1="1500" x2="10600" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="10640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="10720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="10760" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10800" y1="1475" x2="10800" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="10787" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-600</text>
		<text xml:space="preserve" x="10767" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="10879" y1="1493" x2="10879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10920" y1="1493" x2="10920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10959" y1="1493" x2="10959" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11040" y1="1493" x2="11040" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11079" y1="1493" x2="11079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11120" y1="1493" x2="11120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="10840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="10920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11000" y1="1500" x2="11000" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11160" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11200" y1="1475" x2="11200" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="11187" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-500</text>
		<text xml:space="preserve" x="11167" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="11279" y1="1493" x2="11279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11320" y1="1493" x2="11320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11359" y1="1493" x2="11359" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11440" y1="1493" x2="11440" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11479" y1="1493" x2="11479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11520" y1="1493" x2="11520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11400" y1="1500" x2="11400" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11560" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11600" y1="1475" x2="11600" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="11587" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-400</text>
		<text xml:space="preserve" x="11567" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="11679" y1="1493" x2="11679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11720" y1="1493" x2="11720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11759" y1="1493" x2="11759" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11840" y1="1493" x2="11840" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11879" y1="1493" x2="11879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11920" y1="1493" x2="11920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="11800" y1="1500" x2="11800" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="11960" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12000" y1="1475" x2="12000" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="11987" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-300</text>
		<text xml:space="preserve" x="11967" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="12079" y1="1493" x2="12079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12120" y1="1493" x2="12120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12159" y1="1493" x2="12159" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12240" y1="1493" x2="12240" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12279" y1="1493" x2="12279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12320" y1="1493" x2="12320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="12040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="12120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12200" y1="1500" x2="12200" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="12240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="12320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="12360" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12400" y1="1475" x2="12400" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="12387" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-200</text>
		<text xml:space="preserve" x="12367" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="12479" y1="1493" x2="12479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12520" y1="1493" x2="12520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12559" y1="1493" x2="12559" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12640" y1="1493" x2="12640" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12679" y1="1493" x2="12679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12720" y1="1493" x2="12720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="12440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="12520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12600" y1="1500" x2="12600" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="12640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="12720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="12760" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12800" y1="1475" x2="12800" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="12787" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-100</text>
		<text xml:space="preserve" x="12767" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="12879" y1="1493" x2="12879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12920" y1="1493" x2="12920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="12959" y1="1493" x2="12959" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13040" y1="1493" x2="13040" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13079" y1="1493" x2="13079" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13120" y1="1493" x2="13120" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="12840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="12920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13000" y1="1500" x2="13000" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13040" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13120" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13160" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13200" y1="1475" x2="13200" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="13187" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">0</text>
		<text xml:space="preserve" x="13167" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="13279" y1="1493" x2="13279" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13320" y1="1493" x2="13320" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13359" y1="1493" x2="13359" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13440" y1="1493" x2="13440" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13479" y1="1493" x2="13479" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13520" y1="1493" x2="13520" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13240" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13320" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13400" y1="1500" x2="13400" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13440" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13520" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13560" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13600" y1="1475" x2="13600" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="13587" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">100</text>
		<text xml:space="preserve" x="13567" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="13679" y1="1493" x2="13679" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13720" y1="1493" x2="13720" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13759" y1="1493" x2="13759" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13840" y1="1493" x2="13840" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13879" y1="1493" x2="13879" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13920" y1="1493" x2="13920" y2="1483" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13640" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13720" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="13800" y1="1500" x2="13800" y2="1475" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13840" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13920" y="1493" width="40" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="13960" y="1475" width="80" height="1500" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="14000" y1="1475" x2="14000" y2="1438" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="13987" y="1484" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">200</text>
		<text xml:space="preserve" x="13967" y="1495" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
	</g>
</svg>
