<?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="10000" height="2000">
	<title>Bio-Graf.de xml Export</title>
	<desc>Bio-Graf Editor 1.01 Registriert für Günther Stadtler   &amp;lt;Katholische Kirche 13.bge&amp;gt;</desc>
	<defs>
		<script type="text/ecmascript">
			<![CDATA[
var UalteObjektNr=-1;
var UBildHoehe=2000;
var UBildBreite=10000;
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_321 = document.getElementById("Legende_321");
  var Legende_346 = document.getElementById("Legende_346");
  var tskalam = skala.transform.baseVal.getItem(0);
  var tLegende_0 = Legende_0.transform.baseVal.getItem(0);
  var tLegende_321 = Legende_321.transform.baseVal.getItem(0);
  var tLegende_346 = Legende_346.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_321.setTranslate(scrollpos[0],0)} else
   { tLegende_321.setTranslate(0,0)};
  if (ULegendeAn == true) { tLegende_346.setTranslate(scrollpos[0],0)} else
   { tLegende_346.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="345" 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="341" 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="335" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-185" y="330" 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="347" 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="-187" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-191" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-182" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-181" y="354" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-184" y="371" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="-184" y="389" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="-162" y="371" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -29 Jahre</text>
			<text xml:space="preserve" x="-162" y="388" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 6 Jahre</text>
			<text xml:space="preserve" x="-184" y="412" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">35 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_2">
			<rect x="276" y="439" width="618" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="272" y="435" width="614" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="282" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Simon Petrus (aramäisch Keifa, ????)</text>
			<text xml:space="preserve" x="282" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Galiläa</text>
			<text xml:space="preserve" x="282" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">33(?)-67(?)</text>
			<text xml:space="preserve" x="282" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Jünger Jesu und Apostel, war laut altkirchlicher Tradition erster Bischof von Rom.</text>
			<text xml:space="preserve" x="282" y="508" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Jünger Jesu und Apostel, war laut altkirchlicher Tradition erster Bischof von Rom.</text>
			<rect x="276" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="272" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="281" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="282" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="282" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="61" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="57" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="66" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="67" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="64" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="64" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="86" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 33 Jahre</text>
			<text xml:space="preserve" x="86" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 67 Jahre</text>
			<text xml:space="preserve" x="64" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">34 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_3">
			<rect x="412" y="469" width="317" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="408" y="465" width="313" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="418" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Tuscien</text>
			<text xml:space="preserve" x="418" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">67(?)-79(?)</text>
			<text xml:space="preserve" x="418" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seine Historizität ist nicht gesichert.</text>
			<rect x="412" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="408" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="417" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="418" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="418" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="197" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="193" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="202" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="203" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="200" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="200" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="222" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 67 Jahre</text>
			<text xml:space="preserve" x="222" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 79 Jahre</text>
			<text xml:space="preserve" x="200" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_4">
			<rect x="460" y="499" width="877" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="456" y="495" width="873" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="466" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="466" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">79(?)-88(?)</text>
			<text xml:space="preserve" x="466" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seine Historizität ist nicht gesichert, angeblich führte er die Weihebestimmungen für Bischofs- und Priesterweihen ein.</text>
			<rect x="460" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="456" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="465" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="466" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="466" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="245" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="241" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="250" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="251" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="248" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="248" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="270" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 79 Jahre</text>
			<text xml:space="preserve" x="270" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 88 Jahre</text>
			<text xml:space="preserve" x="248" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_5">
			<rect x="496" y="529" width="1262" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="492" y="525" width="1258" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="502" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="502" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">88(?)-97(?)</text>
			<text xml:space="preserve" x="502" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er ist historisch fassbar, ebenso wie sein Aufenthalt in Rom, wo er geboren wurde. Ob er Bischof von Rom war, ist aber unsicher. Er ist der Verfasser zumindest eines Briefes.</text>
			<rect x="496" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="492" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="501" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="502" y="458" 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="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="281" y="459" 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="455" 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="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="287" y="458" 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="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="284" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="306" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 88 Jahre</text>
			<text xml:space="preserve" x="306" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 97 Jahre</text>
			<text xml:space="preserve" x="284" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_6">
			<rect x="532" y="559" width="485" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="528" y="555" width="481" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="538" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, vermutlich griechischer und jüdischer Herkunft</text>
			<text xml:space="preserve" x="538" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">97(?)-105(?)</text>
			<text xml:space="preserve" x="538" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Daten nicht gesichert</text>
			<rect x="532" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="528" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="537" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="538" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="538" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="317" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="313" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="322" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="323" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="320" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="320" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="342" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 97 Jahre</text>
			<text xml:space="preserve" x="342" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 105 Jahre</text>
			<text xml:space="preserve" x="320" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_7">
			<rect x="564" y="589" width="191" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="560" y="585" width="187" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="570" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="570" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">105(?)-115(?)</text>
			<text xml:space="preserve" x="570" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Daten nicht gesichert</text>
			<rect x="564" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="560" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="569" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="570" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="570" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="349" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="345" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="354" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="355" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="352" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="352" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="374" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 105 Jahre</text>
			<text xml:space="preserve" x="374" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 115 Jahre</text>
			<text xml:space="preserve" x="352" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_8">
			<rect x="604" y="619" width="989" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="600" y="615" width="985" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="610" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, vermutlich griech. Herkunft</text>
			<text xml:space="preserve" x="610" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">115(?)-125(?)</text>
			<text xml:space="preserve" x="610" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Biografische Daten nicht überliefert. Sein heute gebräuchlicher lat. Name deutet auf eine spätere Bezeichnung als 6. Papst nach Petrus.</text>
			<rect x="604" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="600" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="609" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="610" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="610" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="389" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="385" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="394" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="395" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="392" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="392" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="414" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 115 Jahre</text>
			<text xml:space="preserve" x="414" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 125 Jahre</text>
			<text xml:space="preserve" x="392" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_9">
			<rect x="644" y="649" width="1178" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="640" y="645" width="1174" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="650" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, griechischer Herkunft</text>
			<text xml:space="preserve" x="650" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">125(?)-136(?)</text>
			<text xml:space="preserve" x="650" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Daten unsicher. Er soll wichtige Traditionen wie die Passionszeit, die Weihnachtsmesse um Mitternacht und das Feiern von Ostern an einem Sonntag eingeführt haben.</text>
			<rect x="644" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="640" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="649" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="650" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="650" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="429" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="425" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="434" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="435" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="432" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="432" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="454" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 125 Jahre</text>
			<text xml:space="preserve" x="454" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 136 Jahre</text>
			<text xml:space="preserve" x="432" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_10">
			<rect x="696" y="679" width="492" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="692" y="675" width="488" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="702" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, möglicherweise aus Athen, griechischer Herkunft</text>
			<text xml:space="preserve" x="702" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">138-140(?)</text>
			<text xml:space="preserve" x="702" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Biografische Daten nicht gesichert</text>
			<rect x="696" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="692" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="701" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="702" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="702" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="481" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="477" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="486" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="487" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="484" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="484" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="506" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 138 Jahre</text>
			<text xml:space="preserve" x="506" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 140 Jahre</text>
			<text xml:space="preserve" x="484" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_11">
			<rect x="704" y="709" width="1493" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="700" y="705" width="1489" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="710" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Aquileia</text>
			<text xml:space="preserve" x="710" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">140(?)-155(?)</text>
			<text xml:space="preserve" x="710" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die biografischen Daten über ihn sind nicht gesichert. Es gibt Hinweise, dass er der erste von den Presbytern der römischen Gemeinde(n) gemeinsam gewählte Episkopos (Bischof) war. Er bekämpfte die Gnostiker.</text>
			<rect x="704" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="700" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="709" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="710" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="710" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="489" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="485" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="494" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="495" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="492" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="492" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="514" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 140 Jahre</text>
			<text xml:space="preserve" x="514" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 155 Jahre</text>
			<text xml:space="preserve" x="492" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_12">
			<rect x="764" y="439" width="1766" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="760" y="435" width="1762" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="770" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Syria, Homs</text>
			<text xml:space="preserve" x="770" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">155(?)-166(?)</text>
			<text xml:space="preserve" x="770" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die überlieferten biografischen Daten über ihn sind z. T. unglaubwürdig. Er verdammte den Montanismus als Häresie und bekämpfte Gnostizismus und Markionismus. Die Vorschrift, dass Priester keine langen Haare tragen dürfen, wird ihm zugeschrieben.</text>
			<rect x="764" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="760" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="769" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="770" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="770" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="549" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="545" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="554" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="555" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="552" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="552" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="574" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 155 Jahre</text>
			<text xml:space="preserve" x="574" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 166 Jahre</text>
			<text xml:space="preserve" x="552" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_13">
			<rect x="808" y="469" width="1024" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="804" y="465" width="1020" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="814" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Fondi</text>
			<text xml:space="preserve" x="814" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">166(?)-175(?)</text>
			<text xml:space="preserve" x="814" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Biografische Daten nicht gesichert, Überliefertes z. T. unglaubwürdig. Er bestimmte, dass Ehen ohne priesterlichen Segen nicht gültig seien.</text>
			<rect x="808" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="804" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="813" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="814" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="814" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="593" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="589" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="598" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="599" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="596" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="596" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="618" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 166 Jahre</text>
			<text xml:space="preserve" x="618" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 175 Jahre</text>
			<text xml:space="preserve" x="596" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_14">
			<rect x="844" y="499" width="527" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="840" y="495" width="523" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="850" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Nikopolis, griechischer Herkunft</text>
			<text xml:space="preserve" x="850" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">175(?)-189(?)</text>
			<text xml:space="preserve" x="850" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Biografische Daten nicht gesichert, Überliefertes z. T. unglaubwürdig</text>
			<rect x="844" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="840" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="849" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="850" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="850" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="629" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="625" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="634" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="635" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="632" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="632" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="654" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 175 Jahre</text>
			<text xml:space="preserve" x="654" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 189 Jahre</text>
			<text xml:space="preserve" x="632" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_15">
			<rect x="900" y="529" width="3432" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="896" y="525" width="3428" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="906" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, vermutlich aus Africa</text>
			<text xml:space="preserve" x="906" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">189(?)-199(?)</text>
			<text xml:space="preserve" x="906" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er versuchte vergeblich, innerhalb des römischen Episkopats dessen griechischen Ursprung zurückzudrängen. Viktor exkommunizierte ganze kleinasiatische Gemeinden, die das Osterfest wie gewohnt am 14. Nisan (Pessach) des jüdischen Kalenders feierten, während es im fernen Rom am Sonntag danach gefeiert wurde. Um die Gefahr eines Schismas zu vermeiden, nahm er dies aber wieder zurück. Außerdem bekämpfte er den Monarchianismus und schloss dessen führende Mitglieder von der Kirche aus.</text>
			<rect x="900" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="896" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="905" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="906" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="906" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="685" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="681" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="690" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="691" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="688" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="688" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="710" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 189 Jahre</text>
			<text xml:space="preserve" x="710" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 199 Jahre</text>
			<text xml:space="preserve" x="688" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_16">
			<rect x="940" y="559" width="1514" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="936" y="555" width="1510" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="946" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="946" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">199(?)-217(?)</text>
			<text xml:space="preserve" x="946" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Von ihm stammt die erste wörtlich überlieferte dogmatische Erklärung: "Ich weiß einen Gott, Jesus Christus, und außer ihm keinen anderen, der geboren ist und gelitten hat." Ansonsten ist wenig über ihn bekannt.</text>
			<rect x="940" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="936" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="945" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="946" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="946" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="725" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="721" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="730" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="731" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="728" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="728" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="750" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 199 Jahre</text>
			<text xml:space="preserve" x="750" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 217 Jahre</text>
			<text xml:space="preserve" x="728" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_17">
			<rect x="944" y="589" width="310" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="940" y="585" width="306" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="950" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">200</text>
			<text xml:space="preserve" x="950" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Belegt durch Eusebius von Caesarea.[6]</text>
			<rect x="944" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="940" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="949" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="950" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="950" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="729" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="725" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="734" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="735" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="732" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="732" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="754" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 200 Jahre</text>
			<text xml:space="preserve" x="754" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 201 Jahre</text>
			<text xml:space="preserve" x="732" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_18">
			<rect x="1012" y="619" width="2543" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1008" y="615" width="2539" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1018" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1018" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">217(?)-222(?)</text>
			<text xml:space="preserve" x="1018" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Zeitgenosse Hippolyt, der ihn aufgrund des während seines Episkopats eingeführten Ablasses verabscheute, berichtet, dass Calixt Sklave gewesen sei und aufgrund von kriminellen Geldgeschäften mehrmals verhaftet und sogar als Minenarbeiter eingesetzt worden sei. Er verfolgte den modalistischen Monarchianismus und exkommunizierte dessen Führer Sabellius.</text>
			<rect x="1012" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1008" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1017" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1018" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1018" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="797" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="793" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="802" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="803" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="800" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="800" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="822" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 217 Jahre</text>
			<text xml:space="preserve" x="822" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 222 Jahre</text>
			<text xml:space="preserve" x="800" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_19">
			<rect x="1012" y="649" width="2620" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1008" y="645" width="2616" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1018" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, mutmaßlich aus dem Ostteil des röm. Reiches stammend</text>
			<text xml:space="preserve" x="1018" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">217(?)-235(?)</text>
			<text xml:space="preserve" x="1018" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er verfasste zahlreiche geistliche Werke wie die Traditio Apostolica, Refutatio omnium haeresium, eine Streitschrift gegen Häretiker, eine Weltchronik und Hilfen zur Errechnung des Ostertermins. Ob er Gegenpapst war, ist nicht eindeutig bewiesen, genauso wie das Schisma, das er dadurch hätte auslösen müssen. Wenn ja, wäre er der erste und einzige heilige Gegenpapst.</text>
			<rect x="1012" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1008" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1017" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1018" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1018" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="797" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="793" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="802" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="803" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="800" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="800" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="822" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 217 Jahre</text>
			<text xml:space="preserve" x="822" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 235 Jahre</text>
			<text xml:space="preserve" x="800" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_20">
			<rect x="1064" y="709" width="1780" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1060" y="705" width="1776" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1070" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1070" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">230(?)-235</text>
			<text xml:space="preserve" x="1070" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nachdem er von Maximinus Thrax als Minenarbeiter nach Sardinien geschickt worden war, trat er als erster römischer Bischof von seinem Amt zurück. Aufgrund seines Todes in den Minen gilt er als erster Papst, dessen Martyrium historisch belegbar ist.</text>
			<rect x="1064" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1060" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1069" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1070" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1070" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="849" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="845" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="854" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="855" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="852" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="852" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="874" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 230 Jahre</text>
			<text xml:space="preserve" x="874" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 235 Jahre</text>
			<text xml:space="preserve" x="852" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_21">
			<rect x="1084" y="439" width="870" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1080" y="435" width="866" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1090" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom, griechischer Herkunft</text>
			<text xml:space="preserve" x="1090" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">235-236</text>
			<text xml:space="preserve" x="1090" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Monat 13 Tage</text>
			<text xml:space="preserve" x="1090" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er ist der erste historisch eindeutig gesicherte Bischof von Rom. Über seine kurze Amtszeit fehlen aber Informationen.</text>
			<rect x="1084" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1080" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1089" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1090" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1090" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="869" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="865" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="874" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="875" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="872" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="872" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="894" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 235 Jahre</text>
			<text xml:space="preserve" x="894" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 236 Jahre</text>
			<text xml:space="preserve" x="872" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_22">
			<rect x="1088" y="469" width="1668" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1084" y="465" width="1664" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1094" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1094" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">236-250</text>
			<text xml:space="preserve" x="1094" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre 10 Tage</text>
			<text xml:space="preserve" x="1094" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sehr wahrscheinlich, aber nicht eindeutig bewiesen, ist seine Neuordnung der Kirche und deren Ausbreitung ins heutige Frankreich. Er hielt engen Kontakt mit seinem Zeitgenossen Origenes und teilte Rom in sieben Diakonatsbezirke ein.</text>
			<rect x="1088" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1084" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1093" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1094" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1094" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="873" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="869" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="878" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="879" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="876" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="876" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="898" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 236 Jahre</text>
			<text xml:space="preserve" x="898" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 250 Jahre</text>
			<text xml:space="preserve" x="876" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_23">
			<rect x="1148" y="529" width="2130" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1144" y="525" width="2126" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1154" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Herkunft unsicher</text>
			<text xml:space="preserve" x="1154" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">251-258</text>
			<text xml:space="preserve" x="1154" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er ist der erste historisch greifbare Gegenpapst. Im Gegensatz zu seinem Gegner Cornelius vertrat er die Auffassung, dass abtrünnige Christen und schwere Sünder nie mehr in die Kirche zurückkehren dürften. Die durch ihn begründete Sekte der Novatianer bestand teilweise noch bis ins 5. Jahrhundert.</text>
			<rect x="1148" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1144" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1153" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1154" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1154" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="933" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="929" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="938" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="939" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="936" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="936" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="958" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 251 Jahre</text>
			<text xml:space="preserve" x="958" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 258 Jahre</text>
			<text xml:space="preserve" x="936" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_24">
			<rect x="1156" y="559" width="1052" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1152" y="555" width="1048" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1162" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1162" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">253-254</text>
			<text xml:space="preserve" x="1162" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Monate 8 Tage</text>
			<text xml:space="preserve" x="1162" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er führte die milde Praxis des Cornelius fort und wurde ebenso wie er von Trebonianus Gallus verbannt, konnte aber nach dessen Tod zurückkehren.</text>
			<rect x="1156" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1152" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1161" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1162" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1162" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="941" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="937" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="946" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="947" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="944" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="944" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="966" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 253 Jahre</text>
			<text xml:space="preserve" x="966" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 254 Jahre</text>
			<text xml:space="preserve" x="944" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_25">
			<rect x="1160" y="589" width="1927" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1156" y="585" width="1923" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1166" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom, griechischer Herkunft</text>
			<text xml:space="preserve" x="1166" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">254-257</text>
			<text xml:space="preserve" x="1166" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Auch er stand während seines vergleichsweise friedlichen Pontifikats im Konflikt mit Novatian, zerstritt sich jedoch zusätzlich im Ketzertaufstreit mit Theologen aus Nordafrika. Er setzte sich außerdem für die Unauflöslichkeit der Ehe ein und erfand den Verlobungsring.</text>
			<rect x="1160" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1156" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1165" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1166" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1166" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="945" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="941" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="950" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="951" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="948" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="948" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="970" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 254 Jahre</text>
			<text xml:space="preserve" x="970" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 257 Jahre</text>
			<text xml:space="preserve" x="948" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_26">
			<rect x="1172" y="619" width="1367" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1168" y="615" width="1363" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1178" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, griechischer Herkunft</text>
			<text xml:space="preserve" x="1178" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">257-258</text>
			<text xml:space="preserve" x="1178" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Monate 7 Tage</text>
			<text xml:space="preserve" x="1178" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er legte den Ketzertaufstreit bei und wurde auf Befehl von Kaiser Valerian getötet. Er war der erste römische Bischof, der einen Namen trug, den schon einer seiner Vorgänger getragen hatte.</text>
			<rect x="1172" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1168" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1177" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1178" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1178" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="957" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="953" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="962" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="963" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="960" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="960" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="982" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 257 Jahre</text>
			<text xml:space="preserve" x="982" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 258 Jahre</text>
			<text xml:space="preserve" x="960" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_27">
			<rect x="1184" y="649" width="1402" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1180" y="645" width="1398" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1190" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Magna Graecia</text>
			<text xml:space="preserve" x="1190" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">260-268</text>
			<text xml:space="preserve" x="1190" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er ordnete die Kirche neu und schloss einen Frieden mit Kaiser Gallienus. Er verurteilte den Subordinatianismus und den Sabellianismus. Ebenfalls korrespondierte er mit Dionysius von Alexandria.</text>
			<rect x="1184" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1180" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1189" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1190" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1190" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="969" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="965" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="974" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="975" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="972" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="972" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="994" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 260 Jahre</text>
			<text xml:space="preserve" x="994" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 268 Jahre</text>
			<text xml:space="preserve" x="972" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_28">
			<rect x="1220" y="679" width="842" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1216" y="675" width="838" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1226" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1226" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">269-274</text>
			<text xml:space="preserve" x="1226" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 11 Monate 25 Tage</text>
			<text xml:space="preserve" x="1226" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er soll das Gesetz zur Einsegnung von Kirchen erlassen und die Messen an den Gräbern Verstorbener gestattet haben.</text>
			<rect x="1220" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1216" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1225" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1226" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1226" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1005" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1001" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1010" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1011" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1008" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1008" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1030" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 269 Jahre</text>
			<text xml:space="preserve" x="1030" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 274 Jahre</text>
			<text xml:space="preserve" x="1008" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_29">
			<rect x="1244" y="709" width="744" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1240" y="705" width="740" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1250" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Dalmatia, Salona</text>
			<text xml:space="preserve" x="1250" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">275-283</text>
			<text xml:space="preserve" x="1250" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre 11 Monate 3 Tage</text>
			<text xml:space="preserve" x="1250" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Mögliche Daten über ihn sind ungesichert, nicht einmal die Dauer seiner Amtszeit ist unangezweifelt.</text>
			<rect x="1244" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1240" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1249" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1250" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1250" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1029" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1025" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1034" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1035" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1032" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1032" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1054" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 275 Jahre</text>
			<text xml:space="preserve" x="1054" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 283 Jahre</text>
			<text xml:space="preserve" x="1032" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_30">
			<rect x="1276" y="439" width="1906" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1272" y="435" width="1902" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1282" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Dalmatia</text>
			<text xml:space="preserve" x="1282" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">283-296</text>
			<text xml:space="preserve" x="1282" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre 4 Monate 5 Tage</text>
			<text xml:space="preserve" x="1282" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Trotz Verfolgungen erlebte die Christenheit unter seinem Episkopat eine ruhige Periode, in der zahlreiche neue Kirchen gebaut werden konnten. Er verfügte, dass ein zukünftiger Bischof zuvor Lektor, Exorzist, Akolyth, Subdiakon, Diakon und Priester gewesen sein muss.</text>
			<rect x="1276" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1272" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1281" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1282" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1282" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1061" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1057" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1066" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1067" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1064" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1064" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1086" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 283 Jahre</text>
			<text xml:space="preserve" x="1086" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 296 Jahre</text>
			<text xml:space="preserve" x="1064" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_31">
			<rect x="1328" y="469" width="1283" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1324" y="465" width="1279" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1334" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1334" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">296-304</text>
			<text xml:space="preserve" x="1334" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In seiner Amtszeit beginnt die Christenverfolgung unter Diokletian. Er war der erste Bischof von Rom, für den der Titel papa verwendet wurde, jedoch nicht als Selbstbezeichnung.</text>
			<rect x="1328" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1324" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1333" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1334" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1334" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1113" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1109" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1118" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1119" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1116" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1116" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1138" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 296 Jahre</text>
			<text xml:space="preserve" x="1138" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 304 Jahre</text>
			<text xml:space="preserve" x="1116" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_32">
			<rect x="1360" y="499" width="681" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1356" y="495" width="677" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1366" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">304-308(?)</text>
			<text xml:space="preserve" x="1366" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Während dieser vier Jahre erreichte die diokletianische Christenverfolgung ihren Höhepunkt.</text>
			<rect x="1360" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1356" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1365" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1366" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1366" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1145" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1141" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1150" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1151" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1148" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1148" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1170" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 304 Jahre</text>
			<text xml:space="preserve" x="1170" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 308 Jahre</text>
			<text xml:space="preserve" x="1148" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_33">
			<rect x="1376" y="529" width="2067" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1372" y="525" width="2063" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1382" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Herkunft umstritten</text>
			<text xml:space="preserve" x="1382" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">308(?)-309(?)</text>
			<text xml:space="preserve" x="1382" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er organisierte die Kirche nach der Verfolgung neu und trat dabei für die Bestrafung von während der Verfolgung abgefallenen Christen ein. Aufgrund daraus entstehender Gewalttätigkeiten innerhalb der Gemeinde wurde er von Kaiser Maxentius, der die Unruhen nicht billigte, aus Rom verbannt.</text>
			<rect x="1376" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1372" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1381" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1382" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1382" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1161" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1157" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1166" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1167" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1164" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1164" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1186" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 308 Jahre</text>
			<text xml:space="preserve" x="1186" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 309 Jahre</text>
			<text xml:space="preserve" x="1164" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_34">
			<rect x="1380" y="559" width="2389" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1376" y="555" width="2385" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1386" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, griechischer Herkunft</text>
			<text xml:space="preserve" x="1386" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">309(?)</text>
			<text xml:space="preserve" x="1386" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Während seines Episkopats setzten sich die blutigen Auseinandersetzungen fort. Im Gegensatz zu seinem Vorgänger plädierte er für eine Rückkehr von aus Angst um ihr Leben abgefallenen Christen, wurde aber ebenso verbannt. Einige Quellen datieren seine Amtszeit und seinen Tod auf das Jahr 310, wodurch die folgende Sedisvakanz entfiele.</text>
			<rect x="1380" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1376" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1385" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1386" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1386" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1165" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1161" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1170" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1171" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1168" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1168" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1190" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 309 Jahre</text>
			<text xml:space="preserve" x="1190" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 310 Jahre</text>
			<text xml:space="preserve" x="1168" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_35">
			<rect x="1380" y="589" width="926" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1376" y="585" width="922" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1386" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, griechischer Herkunft</text>
			<text xml:space="preserve" x="1386" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">309 oder 310</text>
			<text xml:space="preserve" x="1386" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst, wurde wahrscheinlich ebenfalls durch Maxentius nach Sizilien verbannt. Ansonsten ist fast nichts über ihn bekannt.</text>
			<rect x="1380" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1376" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1385" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1386" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1386" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1165" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1161" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1170" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1171" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1168" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1168" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1190" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 309 Jahre</text>
			<text xml:space="preserve" x="1190" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 310 Jahre</text>
			<text xml:space="preserve" x="1168" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_36">
			<rect x="1380" y="619" width="135" height="58" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1376" y="615" width="131" height="54" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1386" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">309(?)-310(?)</text>
			<rect x="1380" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1376" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1385" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1386" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1386" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1165" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1161" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1170" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1171" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1168" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1168" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1190" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 309 Jahre</text>
			<text xml:space="preserve" x="1190" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 310 Jahre</text>
			<text xml:space="preserve" x="1168" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_37">
			<rect x="1384" y="649" width="1969" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1380" y="645" width="1965" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1390" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom, angebliche Herkunft aus Africa unbestätigt[7]</text>
			<text xml:space="preserve" x="1390" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">310-314</text>
			<text xml:space="preserve" x="1390" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In seine Amtszeit fallen die Schlacht an der Milvischen Brücke, das Ende der Christenverfolgungen im Römischen Reich unter Konstantin I. in Form des Toleranzedikt des Galerius und der Mailänder Vereinbarung und der Erwerb des Lateran. Er bekämpfte Montanismus und Donatismus.</text>
			<rect x="1384" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1380" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1389" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1390" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1390" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1169" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1165" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1174" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1175" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1172" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1172" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1194" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 310 Jahre</text>
			<text xml:space="preserve" x="1194" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 314 Jahre</text>
			<text xml:space="preserve" x="1172" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_38">
			<rect x="1400" y="679" width="4034" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1396" y="675" width="4030" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1406" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Herkunft umstritten</text>
			<text xml:space="preserve" x="1406" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">314-335</text>
			<text xml:space="preserve" x="1406" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre 10 Monate 29 Tage</text>
			<text xml:space="preserve" x="1406" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Vollzug der Konstantinischen Wende, Kaiser Konstantins Inanspruchnahme des Christentums durch seine Selbstbezeichnung "Bischof der Bischöfe" wie auch das unter seiner Leitung 325 einberufene Erste Konzil von Nicäa als erstes ökumenisches Konzil, auf dem er ein einheitliches Glaubensbekenntnis durchsetzte und auf dem Silvester nicht erschien, sind als wichtige Ereignisse dessen Episkopats zu nennen.[8] Die angeblich von ihm entgegengenommene Konstantinische Schenkung erwies sich als historische Fälschung der Franken gleich nach Karls Kaiserkrönung im Jahre 800.</text>
			<rect x="1400" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1396" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1405" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1406" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1406" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1185" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1181" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1190" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1191" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1188" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1188" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1210" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 314 Jahre</text>
			<text xml:space="preserve" x="1210" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 335 Jahre</text>
			<text xml:space="preserve" x="1188" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_39">
			<rect x="1488" y="709" width="1199" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1484" y="705" width="1195" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1494" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1494" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">336</text>
			<text xml:space="preserve" x="1494" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Monate 19 Tage</text>
			<text xml:space="preserve" x="1494" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er hatte eine heftige aus dem Konzil von Nicäa resultierende Auseinandersetzung mit dem Arianismus (Arianischer Streit) zu bestehen, in die auch der Kaiser eingriff.</text>
			<rect x="1488" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1484" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1493" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1494" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1494" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1273" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1269" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1278" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1279" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1276" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1276" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1298" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 336 Jahre</text>
			<text xml:space="preserve" x="1298" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 337 Jahre</text>
			<text xml:space="preserve" x="1276" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_40">
			<rect x="1492" y="439" width="877" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1488" y="435" width="873" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1498" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1498" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">337-352</text>
			<text xml:space="preserve" x="1498" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre 2 Monate 6 Tage</text>
			<text xml:space="preserve" x="1498" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er ergriff Position für den von den Arianern verbannten Bischof von Alexandria Athanasius und gewährte ihm Exil in Rom.</text>
			<rect x="1492" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1488" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1497" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1498" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1498" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1277" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1273" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1282" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1283" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1280" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1280" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1302" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 337 Jahre</text>
			<text xml:space="preserve" x="1302" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 352 Jahre</text>
			<text xml:space="preserve" x="1280" y="426" 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="1552" y="469" width="1647" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1548" y="465" width="1643" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1558" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1558" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">352-366</text>
			<text xml:space="preserve" x="1558" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre 4 Monate 7 Tage</text>
			<text xml:space="preserve" x="1558" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Vertrat ursprünglich die Position seines Vorgängers, wurde aber von Kaiser Constantius II. zu Zugeständnissen gezwungen, nachdem dieser ihn zwischenzeitlich verbannt hatte. Er ist der erste nicht heiliggesprochene legitime Papst.</text>
			<rect x="1552" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1548" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1557" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1558" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1558" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1337" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1333" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1342" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1343" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1340" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1340" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1362" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 352 Jahre</text>
			<text xml:space="preserve" x="1362" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 366 Jahre</text>
			<text xml:space="preserve" x="1340" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_42">
			<rect x="1564" y="499" width="1451" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1560" y="495" width="1447" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1570" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom, Portus Romae</text>
			<text xml:space="preserve" x="1570" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">355-365</text>
			<text xml:space="preserve" x="1570" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Wurde als Arianer von Constantius II. nach der Vertreibung des Liberius zum römischen Bischof erhoben. Nach dessen Rückkehr aus dem Exil musste er ihm aber wegen seiner Unbeliebtheit beim Volk weichen.</text>
			<rect x="1564" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1560" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1569" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1570" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1570" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1349" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1345" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1354" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1355" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1352" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1352" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1374" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 355 Jahre</text>
			<text xml:space="preserve" x="1374" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 365 Jahre</text>
			<text xml:space="preserve" x="1352" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_43">
			<rect x="1608" y="529" width="2823" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1604" y="525" width="2819" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1614" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Idanha-a-Velha, heute zu Portugal</text>
			<text xml:space="preserve" x="1614" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">366-384</text>
			<text xml:space="preserve" x="1614" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre 2 Monate 10 Tage</text>
			<text xml:space="preserve" x="1614" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Obwohl er sich gegen den Minderheitskonkurrenten Ursinius behaupten musste, baute er erfolgreich seine Vormachtstellung als Nachfolger Petri aus, indem er die kirchliche Gerichtshoheit im Westen ausübte. Er verlangte einen gesetzlichen Zölibat und gab die lateinische Vulgata-Übersetzung der Bibel in Auftrag. Die Beilegung des Arianischen Streits fand 381 auf dem Konzil von Konstantinopel statt.</text>
			<rect x="1608" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1604" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1613" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1614" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1614" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1393" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1389" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1398" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1399" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1396" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1396" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1418" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 366 Jahre</text>
			<text xml:space="preserve" x="1418" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 384 Jahre</text>
			<text xml:space="preserve" x="1396" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_44">
			<rect x="1608" y="559" width="1836" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1604" y="555" width="1832" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1614" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1614" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">366-367</text>
			<text xml:space="preserve" x="1614" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er wurde von Minderheiten zum römischen Bischof gewählt und versuchte, seine Wahl mit Gewalt und Diplomatie durchzusetzen, scheiterte aber und wurde der Stadt verwiesen. Bis zu seinem Tod erhoben er und seine Anhänger weiter Anspruch auf den Bischofsstuhl.</text>
			<rect x="1608" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1604" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1613" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1614" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1614" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1393" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1389" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1398" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1399" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1396" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1396" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1418" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 366 Jahre</text>
			<text xml:space="preserve" x="1418" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 367 Jahre</text>
			<text xml:space="preserve" x="1396" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_45">
			<rect x="1680" y="589" width="2767" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1676" y="585" width="2763" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1686" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1686" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">384-399</text>
			<text xml:space="preserve" x="1686" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre ? Monate ? Tage</text>
			<text xml:space="preserve" x="1686" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er verwendete erstmals den Titel papa als Eigenbezeichnung und erließ Dekrete als Befehlsschreiben. Darüber hinaus bestimmte er, dass Bischöfe in Zukunft nur von mehreren Amtskollegen und mit päpstlicher Zustimmung geweiht werden durften. Bußstrafen wurden gemildert, der Zölibat verschärft und das Christentum durch Theodosius I. de facto zur Staatsreligion des Römischen Reiches erklärt.</text>
			<rect x="1680" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1676" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1685" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1686" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1686" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1465" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1461" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1470" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1471" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1468" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1468" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1490" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 384 Jahre</text>
			<text xml:space="preserve" x="1490" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 399 Jahre</text>
			<text xml:space="preserve" x="1468" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_46">
			<rect x="1740" y="619" width="1143" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1736" y="615" width="1139" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1746" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1746" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">399-401</text>
			<text xml:space="preserve" x="1746" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 22 Tage</text>
			<text xml:space="preserve" x="1746" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die einzigen von ihm erhaltenen Dokumente sind drei Briefe, in denen er im ausgebrochenen origenistischen Streit den Theologen Origenes (185-254) verurteilt.</text>
			<rect x="1740" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1736" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1745" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1746" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1746" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1525" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1521" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1530" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1531" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1528" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1528" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1550" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 399 Jahre</text>
			<text xml:space="preserve" x="1550" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 401 Jahre</text>
			<text xml:space="preserve" x="1528" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_47">
			<rect x="1748" y="649" width="1829" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1744" y="645" width="1825" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1754" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1754" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">401-417</text>
			<text xml:space="preserve" x="1754" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre 2 Monate 20 Tage</text>
			<text xml:space="preserve" x="1754" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Machtverlust des Weströmisches Reich wurde in seiner Amtszeit durch die Plünderung Roms (410) durch die Westgoten deutlich. Er verlangte weiterhin seine Vormachtstellung als Papst und Nachfolger Petri. Möglicherweise war er der Sohn seines Vorgängers.</text>
			<rect x="1748" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1744" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1753" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1754" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1754" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1533" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1529" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1538" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1539" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1536" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1536" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1558" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 401 Jahre</text>
			<text xml:space="preserve" x="1558" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 417 Jahre</text>
			<text xml:space="preserve" x="1536" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">16 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_48">
			<rect x="1812" y="679" width="1479" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1808" y="675" width="1475" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1818" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Mesoraca, griechischer Herkunft</text>
			<text xml:space="preserve" x="1818" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">417-418</text>
			<text xml:space="preserve" x="1818" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 9 Monate 8 Tage</text>
			<text xml:space="preserve" x="1818" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Versuchte durch die Errichtung eines Erzbistums in Arles seine Macht nach Gallien auszuweiten und lag mit der nordafrikanischen Kirche wegen der Handhabung der Lehren von Pelagius und Caelestius im Streit.</text>
			<rect x="1812" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1808" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1817" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1818" y="608" 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="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1597" y="609" 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="605" 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="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1603" y="608" 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="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1600" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1622" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 417 Jahre</text>
			<text xml:space="preserve" x="1622" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 418 Jahre</text>
			<text xml:space="preserve" x="1600" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_49">
			<rect x="1816" y="709" width="1367" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1812" y="705" width="1363" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1822" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1822" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">418-422</text>
			<text xml:space="preserve" x="1822" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 8 Monate 7 Tage</text>
			<text xml:space="preserve" x="1822" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Wurde als Presbyter nicht von den Diakonen gewählt, konnte sich aber mithilfe von Kaiser Honorius durchsetzen. War weiter im Konflikt mit der nordafrikanischen Kirche und dem Pelagianismus.</text>
			<rect x="1816" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1812" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1821" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1822" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1822" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1601" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1597" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1606" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1607" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1604" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1604" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1626" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 418 Jahre</text>
			<text xml:space="preserve" x="1626" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 422 Jahre</text>
			<text xml:space="preserve" x="1604" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_50">
			<rect x="1816" y="439" width="807" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1812" y="435" width="803" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1822" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1822" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">418-419</text>
			<text xml:space="preserve" x="1822" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Monate 7 Tage</text>
			<text xml:space="preserve" x="1822" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Wurde von einer Minderheit des römischen Klerus zum Gegenpapst gewählt und musste wenig später Rom verlassen.</text>
			<rect x="1816" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1812" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1821" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1822" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1822" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1601" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1597" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1606" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1607" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1604" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1604" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1626" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 418 Jahre</text>
			<text xml:space="preserve" x="1626" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 419 Jahre</text>
			<text xml:space="preserve" x="1604" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_51">
			<rect x="1832" y="469" width="219" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1828" y="465" width="215" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1838" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1838" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">422-432</text>
			<text xml:space="preserve" x="1838" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre 10 Monate 17 Tage</text>
			<text xml:space="preserve" x="1838" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Konzil von Ephesos, 431</text>
			<rect x="1832" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1828" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1837" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1838" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1838" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1617" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1613" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1622" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1623" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1620" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1620" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1642" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 422 Jahre</text>
			<text xml:space="preserve" x="1642" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 432 Jahre</text>
			<text xml:space="preserve" x="1620" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_52">
			<rect x="1872" y="499" width="205" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1868" y="495" width="201" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1878" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="1878" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">432-440</text>
			<text xml:space="preserve" x="1878" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre 1 Monat 19 Tage</text>
			<rect x="1872" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1868" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1877" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1878" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1878" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1657" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1653" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1662" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1663" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1660" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1660" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1682" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 432 Jahre</text>
			<text xml:space="preserve" x="1682" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 440 Jahre</text>
			<text xml:space="preserve" x="1660" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_53">
			<rect x="1904" y="529" width="485" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1900" y="525" width="481" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1910" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom (nach dem Liber Pontificalis) oder Tuscien</text>
			<text xml:space="preserve" x="1910" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">440-461</text>
			<text xml:space="preserve" x="1910" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre 1 Monat 12 Tage</text>
			<text xml:space="preserve" x="1910" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Konzil von Chalcedon, 451. 1754 zum Kirchenlehrer erhoben</text>
			<rect x="1904" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1900" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1909" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1910" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1910" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1689" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1685" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1694" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1695" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1692" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1692" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1714" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 440 Jahre</text>
			<text xml:space="preserve" x="1714" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 461 Jahre</text>
			<text xml:space="preserve" x="1692" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_54">
			<rect x="1988" y="559" width="226" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1984" y="555" width="222" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1994" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Sardinien</text>
			<text xml:space="preserve" x="1994" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">461-468</text>
			<text xml:space="preserve" x="1994" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre 3 Monate 10 Tage</text>
			<rect x="1988" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1984" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1993" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1994" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1994" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1773" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1769" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1778" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1779" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1776" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1776" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1798" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 461 Jahre</text>
			<text xml:space="preserve" x="1798" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 468 Jahre</text>
			<text xml:space="preserve" x="1776" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_55">
			<rect x="2016" y="589" width="261" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2012" y="585" width="257" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2022" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Latium, Tivoli</text>
			<text xml:space="preserve" x="2022" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">468-483</text>
			<text xml:space="preserve" x="2022" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre 7 Tage</text>
			<rect x="2016" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2012" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2021" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2022" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2022" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1801" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1797" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1806" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1807" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1804" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1804" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1826" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 468 Jahre</text>
			<text xml:space="preserve" x="1826" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 483 Jahre</text>
			<text xml:space="preserve" x="1804" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_56">
			<rect x="1861" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1857" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1866" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1867" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1864" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1864" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1886" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 483 Jahre</text>
			<text xml:space="preserve" x="1886" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 492 Jahre</text>
			<text xml:space="preserve" x="1864" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_57">
			<rect x="2112" y="649" width="338" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2108" y="645" width="334" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2118" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Vandalenreich), Sardinien</text>
			<text xml:space="preserve" x="2118" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">492-496</text>
			<text xml:space="preserve" x="2118" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 8 Monate 20 Tage</text>
			<rect x="2112" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2108" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2117" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2118" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2118" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1897" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1893" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1902" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1903" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1900" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1900" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1922" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 492 Jahre</text>
			<text xml:space="preserve" x="1922" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 496 Jahre</text>
			<text xml:space="preserve" x="1900" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_58">
			<rect x="2128" y="679" width="296" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2124" y="675" width="292" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2134" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Ostgotenreich), Rom</text>
			<text xml:space="preserve" x="2134" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">496-498</text>
			<text xml:space="preserve" x="2134" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 11 Monate 26 Tage</text>
			<rect x="2128" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2124" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2133" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2134" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2134" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1913" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1909" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1918" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1919" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1916" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1916" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1938" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 496 Jahre</text>
			<text xml:space="preserve" x="1938" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 498 Jahre</text>
			<text xml:space="preserve" x="1916" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_59">
			<rect x="1921" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1917" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1926" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1927" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1924" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1924" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1946" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 498 Jahre</text>
			<text xml:space="preserve" x="1946" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 514 Jahre</text>
			<text xml:space="preserve" x="1924" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">16 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_60">
			<rect x="2136" y="439" width="114" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2132" y="435" width="110" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2142" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">498-506</text>
			<text xml:space="preserve" x="2142" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="2136" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2132" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2141" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2142" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2142" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1921" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1917" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1926" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1927" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1924" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1924" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1946" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 498 Jahre</text>
			<text xml:space="preserve" x="1946" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 506 Jahre</text>
			<text xml:space="preserve" x="1924" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_61">
			<rect x="2200" y="469" width="394" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2196" y="465" width="390" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2206" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Ostgotenreich), Latium, Frosinone</text>
			<text xml:space="preserve" x="2206" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">514-523</text>
			<text xml:space="preserve" x="2206" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre 17 Tage</text>
			<rect x="2200" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2196" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2205" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2206" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2206" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="1985" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1981" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1990" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1991" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1988" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1988" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2010" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 514 Jahre</text>
			<text xml:space="preserve" x="2010" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 523 Jahre</text>
			<text xml:space="preserve" x="1988" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_62">
			<rect x="2236" y="499" width="324" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2232" y="495" width="320" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2242" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Ostgotenreich), Tuscien</text>
			<text xml:space="preserve" x="2242" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">523-526</text>
			<text xml:space="preserve" x="2242" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 9 Monate 5 Tage</text>
			<rect x="2236" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2232" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2241" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2242" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2242" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2021" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2017" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2026" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2027" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2024" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2024" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2046" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 523 Jahre</text>
			<text xml:space="preserve" x="2046" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 526 Jahre</text>
			<text xml:space="preserve" x="2024" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_63">
			<rect x="2248" y="529" width="387" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2244" y="525" width="383" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2254" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Ostgotenreich), Benevent/Samnium</text>
			<text xml:space="preserve" x="2254" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">526-530</text>
			<text xml:space="preserve" x="2254" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 2 Monate 10 Tage</text>
			<rect x="2248" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2244" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2253" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2254" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2254" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2655" y="531" width="86" height="81" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="2647" y="522" width="80" height="75" xlink:href="./Daten/ONr_63_QuickBild.jpg">
				<title>./Daten/ONr_63_QuickBild.jpg</title></image>
			<rect x="2644" y="522" width="86" height="78" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="2033" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2029" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2038" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2039" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2036" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2036" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2058" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 526 Jahre</text>
			<text xml:space="preserve" x="2058" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 530 Jahre</text>
			<text xml:space="preserve" x="2036" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_64">
			<rect x="2264" y="559" width="289" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2260" y="555" width="285" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2270" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Alexandrien</text>
			<text xml:space="preserve" x="2270" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">530</text>
			<text xml:space="preserve" x="2270" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">22 Tage</text>
			<text xml:space="preserve" x="2270" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Legitimität unklar, eher Gegenpapst</text>
			<rect x="2264" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2260" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2269" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2270" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2270" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2049" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2045" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2054" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2055" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2052" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2052" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2074" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 530 Jahre</text>
			<text xml:space="preserve" x="2074" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 531 Jahre</text>
			<text xml:space="preserve" x="2052" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_65">
			<rect x="2264" y="589" width="296" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2260" y="585" width="292" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2270" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Ostgotenreich), Rom</text>
			<text xml:space="preserve" x="2270" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">530-532</text>
			<text xml:space="preserve" x="2270" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 24 Tage</text>
			<text xml:space="preserve" x="2270" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Erster germanischer Papst (Ostgote).</text>
			<rect x="2264" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2260" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2269" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2270" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2270" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2049" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2045" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2054" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2055" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2052" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2052" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2074" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 530 Jahre</text>
			<text xml:space="preserve" x="2074" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 532 Jahre</text>
			<text xml:space="preserve" x="2052" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_66">
			<rect x="2276" y="619" width="464" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2272" y="615" width="460" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2282" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Mercurius</text>
			<text xml:space="preserve" x="2282" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Ostgotenreich), Rom</text>
			<text xml:space="preserve" x="2282" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">533-535</text>
			<text xml:space="preserve" x="2282" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 4 Monate 5 Tage</text>
			<text xml:space="preserve" x="2282" y="688" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Erster Papst, der nach seiner Wahl einen neuen Namen annahm.</text>
			<rect x="2276" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2272" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2281" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2282" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2282" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2061" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2057" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2066" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2067" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2064" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2064" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2086" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 533 Jahre</text>
			<text xml:space="preserve" x="2086" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 535 Jahre</text>
			<text xml:space="preserve" x="2064" y="606" 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="2284" y="649" width="296" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2280" y="645" width="292" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2290" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Ostgotenreich), Rom</text>
			<text xml:space="preserve" x="2290" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">535-536</text>
			<text xml:space="preserve" x="2290" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Monate 9 Tage</text>
			<rect x="2284" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2280" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2289" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2290" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2290" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2069" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2065" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2074" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2075" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2072" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2072" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2094" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 535 Jahre</text>
			<text xml:space="preserve" x="2094" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 536 Jahre</text>
			<text xml:space="preserve" x="2072" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_68">
			<rect x="2288" y="679" width="380" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2284" y="675" width="376" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2294" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Ostgotenreich), Latium, Frusino</text>
			<text xml:space="preserve" x="2294" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">536-537</text>
			<text xml:space="preserve" x="2294" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 5 Monate 3 Tage</text>
			<text xml:space="preserve" x="2294" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sohn des Hormisdas</text>
			<rect x="2288" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2284" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2293" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2294" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2294" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2073" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2069" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2078" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2079" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2076" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2076" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2098" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 536 Jahre</text>
			<text xml:space="preserve" x="2098" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 537 Jahre</text>
			<text xml:space="preserve" x="2076" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_69">
			<rect x="2292" y="709" width="282" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2288" y="705" width="278" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2298" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">537</text>
			<text xml:space="preserve" x="2298" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Monate</text>
			<text xml:space="preserve" x="2298" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst, später legitimer Papst</text>
			<rect x="2292" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2288" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2297" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2298" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2298" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2077" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2073" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2082" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2083" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2080" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2080" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2102" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 537 Jahre</text>
			<text xml:space="preserve" x="2102" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 538 Jahre</text>
			<text xml:space="preserve" x="2080" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_70">
			<rect x="2292" y="439" width="373" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2288" y="435" width="369" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2298" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Ostgotenreich), Rom</text>
			<text xml:space="preserve" x="2298" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">537-555</text>
			<text xml:space="preserve" x="2298" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre 2 Monate 9 Tage</text>
			<text xml:space="preserve" x="2298" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zunächst Zweites Konzil von Konstantinopel, 553</text>
			<rect x="2292" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2288" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2297" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2298" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2298" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2077" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2073" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2082" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2083" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2080" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2080" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2102" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 537 Jahre</text>
			<text xml:space="preserve" x="2102" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 555 Jahre</text>
			<text xml:space="preserve" x="2080" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_71">
			<rect x="2368" y="469" width="219" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2364" y="465" width="215" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2374" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="2374" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">556-561</text>
			<text xml:space="preserve" x="2374" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 10 Monate 15 Tage</text>
			<rect x="2368" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2364" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2373" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2374" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2374" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2153" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2149" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2158" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2159" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2156" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2156" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2178" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 556 Jahre</text>
			<text xml:space="preserve" x="2178" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 561 Jahre</text>
			<text xml:space="preserve" x="2156" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_72">
			<rect x="2388" y="499" width="226" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2384" y="495" width="222" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2394" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Catelinus</text>
			<text xml:space="preserve" x="2394" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="2394" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">561-574</text>
			<text xml:space="preserve" x="2394" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre 11 Monate 26 Tage</text>
			<rect x="2388" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2384" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2393" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2394" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2394" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2173" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2169" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2178" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2179" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2176" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2176" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2198" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 561 Jahre</text>
			<text xml:space="preserve" x="2198" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 574 Jahre</text>
			<text xml:space="preserve" x="2176" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_73">
			<rect x="2444" y="529" width="205" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2440" y="525" width="201" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2450" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom</text>
			<text xml:space="preserve" x="2450" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">575-579</text>
			<text xml:space="preserve" x="2450" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 1 Monat 28 Tage</text>
			<rect x="2444" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2440" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2449" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2450" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2450" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2229" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2225" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2234" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2235" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2232" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2232" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2254" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 575 Jahre</text>
			<text xml:space="preserve" x="2254" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 579 Jahre</text>
			<text xml:space="preserve" x="2232" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_74">
			<rect x="2460" y="559" width="338" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2456" y="555" width="334" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2466" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Rom, gotischer Abstammung</text>
			<text xml:space="preserve" x="2466" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">579-590</text>
			<text xml:space="preserve" x="2466" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre 2 Monate 12 Tage</text>
			<rect x="2460" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2456" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2465" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2466" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2466" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2245" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2241" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2250" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2251" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2248" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2248" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2270" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 579 Jahre</text>
			<text xml:space="preserve" x="2270" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 590 Jahre</text>
			<text xml:space="preserve" x="2248" y="546" 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="2044" y="775" width="6173" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2504" y="589" width="324" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2500" y="585" width="320" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2510" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Patrimonium Petri), Rom</text>
			<text xml:space="preserve" x="2510" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">590-604</text>
			<text xml:space="preserve" x="2510" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre 6 Monate 9 Tage</text>
			<text xml:space="preserve" x="2510" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1298 zum Kirchenlehrer erhoben</text>
			<rect x="2504" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2500" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2509" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2510" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2510" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2289" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2285" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2294" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2295" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2292" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2292" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2314" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 590 Jahre</text>
			<text xml:space="preserve" x="2314" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 604 Jahre</text>
			<text xml:space="preserve" x="2292" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_76">
			<rect x="2560" y="619" width="338" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2556" y="615" width="334" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2566" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Patrimonium Petri), Blera</text>
			<text xml:space="preserve" x="2566" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">604-606</text>
			<text xml:space="preserve" x="2566" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 2 Monate 9 Tage</text>
			<rect x="2560" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2556" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2565" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2566" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2566" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2345" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2341" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2350" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2351" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2348" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2348" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2370" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 604 Jahre</text>
			<text xml:space="preserve" x="2370" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 606 Jahre</text>
			<text xml:space="preserve" x="2348" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_77">
			<rect x="2572" y="649" width="324" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2568" y="645" width="320" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2578" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Patrimonium Petri), Rom</text>
			<text xml:space="preserve" x="2578" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">607</text>
			<text xml:space="preserve" x="2578" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Monate 24 Tage</text>
			<rect x="2572" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2568" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2577" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2578" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2578" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2357" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2353" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2362" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2363" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2360" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2360" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2382" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 607 Jahre</text>
			<text xml:space="preserve" x="2382" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 608 Jahre</text>
			<text xml:space="preserve" x="2360" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_78">
			<rect x="2576" y="679" width="296" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2572" y="675" width="292" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2582" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Langobardenreich, Valenia (Abruzzen)</text>
			<text xml:space="preserve" x="2582" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">608-615</text>
			<text xml:space="preserve" x="2582" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre 8 Monate 13 Tage</text>
			<rect x="2576" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2572" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2581" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2582" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2582" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2361" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2357" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2366" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2367" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2364" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2364" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2386" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 608 Jahre</text>
			<text xml:space="preserve" x="2386" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 615 Jahre</text>
			<text xml:space="preserve" x="2364" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_79">
			<rect x="2604" y="709" width="324" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2600" y="705" width="320" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2610" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Patrimonium Petri), Rom</text>
			<text xml:space="preserve" x="2610" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">615-618</text>
			<text xml:space="preserve" x="2610" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 20 Tage</text>
			<rect x="2604" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2600" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2609" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2610" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2610" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2389" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2385" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2394" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2395" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2392" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2392" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2414" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 615 Jahre</text>
			<text xml:space="preserve" x="2414" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 618 Jahre</text>
			<text xml:space="preserve" x="2392" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_80">
			<rect x="2620" y="439" width="212" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2616" y="435" width="208" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2626" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Neapel</text>
			<text xml:space="preserve" x="2626" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">619-625</text>
			<text xml:space="preserve" x="2626" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 10 Monate 2 Tage</text>
			<rect x="2620" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2616" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2625" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2626" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2626" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2405" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2401" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2410" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2411" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2408" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2408" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2430" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 619 Jahre</text>
			<text xml:space="preserve" x="2430" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 625 Jahre</text>
			<text xml:space="preserve" x="2408" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_81">
			<rect x="2644" y="469" width="1248" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2640" y="465" width="1244" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2650" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Langobarden­reich?), Kampanien</text>
			<text xml:space="preserve" x="2650" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">625-638</text>
			<text xml:space="preserve" x="2650" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre 11 Monate 15 Tage</text>
			<text xml:space="preserve" x="2650" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Auf dem 3. ökumenischen Konzil in Konstantinopel 680-681, 43 Jahre nach seinem Tod, wurden seine Schreiben nach Konstantinopel als Häresie wegen Monotheletismus verurteilt.</text>
			<rect x="2644" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2640" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2649" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2650" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2650" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3912" y="471" width="86" height="84" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="3904" y="462" width="80" height="78" xlink:href="./Daten/ONr_81_QuickBild.jpg">
				<title>./Daten/ONr_81_QuickBild.jpg</title></image>
			<rect x="3901" y="462" width="86" height="81" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="2429" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2425" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2434" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2435" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2432" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2432" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2454" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 625 Jahre</text>
			<text xml:space="preserve" x="2454" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 638 Jahre</text>
			<text xml:space="preserve" x="2432" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_82">
			<rect x="2696" y="499" width="149" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2692" y="495" width="145" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2702" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich</text>
			<text xml:space="preserve" x="2702" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">638-640</text>
			<text xml:space="preserve" x="2702" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Monate 5 Tage</text>
			<rect x="2696" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2692" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2701" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2702" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2702" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2481" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2477" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2486" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2487" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2484" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2484" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2506" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 638 Jahre</text>
			<text xml:space="preserve" x="2506" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 640 Jahre</text>
			<text xml:space="preserve" x="2484" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_83">
			<rect x="2704" y="529" width="275" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2700" y="525" width="271" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2710" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Dalmatien, Solin</text>
			<text xml:space="preserve" x="2710" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">640-642</text>
			<text xml:space="preserve" x="2710" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 3 Monate 18 Tage</text>
			<rect x="2704" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2700" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2709" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2710" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2710" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2489" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2485" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2494" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2495" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2492" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2492" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2514" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 640 Jahre</text>
			<text xml:space="preserve" x="2514" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 642 Jahre</text>
			<text xml:space="preserve" x="2492" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_84">
			<rect x="2712" y="559" width="387" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2708" y="555" width="383" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2718" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich, Jerusalem, griechischer Herkunft</text>
			<text xml:space="preserve" x="2718" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">642-649</text>
			<text xml:space="preserve" x="2718" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre 5 Monate 20 Tage</text>
			<rect x="2712" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2708" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2717" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2718" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2718" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2497" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2493" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2502" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2503" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2500" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2500" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2522" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 642 Jahre</text>
			<text xml:space="preserve" x="2522" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 649 Jahre</text>
			<text xml:space="preserve" x="2500" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_85">
			<rect x="2740" y="589" width="422" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2736" y="585" width="418" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2746" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Patrimonium Petri), Umbrien, bei Todi</text>
			<text xml:space="preserve" x="2746" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">649-653</text>
			<rect x="2740" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2736" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2745" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2746" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2746" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2525" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2521" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2530" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2531" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2528" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2528" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2550" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 649 Jahre</text>
			<text xml:space="preserve" x="2550" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 653 Jahre</text>
			<text xml:space="preserve" x="2528" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_86">
			<rect x="2760" y="619" width="324" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2756" y="615" width="320" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2766" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Patrimonium Petri), Rom</text>
			<text xml:space="preserve" x="2766" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">654-657</text>
			<text xml:space="preserve" x="2766" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 3 Monate 23 Tage</text>
			<rect x="2760" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2756" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2765" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2766" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2766" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2545" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2541" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2550" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2551" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2548" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2548" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2570" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 654 Jahre</text>
			<text xml:space="preserve" x="2570" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 657 Jahre</text>
			<text xml:space="preserve" x="2548" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_87">
			<rect x="2772" y="649" width="394" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2768" y="645" width="390" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2778" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Römisches Reich (Patrimonium Petri), Latium, Segni</text>
			<text xml:space="preserve" x="2778" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">657-672</text>
			<text xml:space="preserve" x="2778" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre 5 Monate 28 Tage</text>
			<rect x="2772" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2768" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2777" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2778" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2778" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2557" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2553" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2562" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2563" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2560" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2560" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2582" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 657 Jahre</text>
			<text xml:space="preserve" x="2582" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 672 Jahre</text>
			<text xml:space="preserve" x="2560" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_88">
			<rect x="2832" y="679" width="359" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2828" y="675" width="355" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2838" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich (Patrimonium Petri), Rom</text>
			<text xml:space="preserve" x="2838" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">672-676</text>
			<text xml:space="preserve" x="2838" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 2 Monate 6 Tage</text>
			<rect x="2832" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2828" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2837" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2838" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2838" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2617" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2613" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2622" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2623" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2620" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2620" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2642" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 672 Jahre</text>
			<text xml:space="preserve" x="2642" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 676 Jahre</text>
			<text xml:space="preserve" x="2620" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_89">
			<rect x="2848" y="709" width="359" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2844" y="705" width="355" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2854" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich (Patrimonium Petri), Rom</text>
			<text xml:space="preserve" x="2854" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">676-678</text>
			<text xml:space="preserve" x="2854" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 5 Monate 9 Tage</text>
			<rect x="2848" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2844" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2853" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2854" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2854" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2633" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2629" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2638" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2639" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2636" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2636" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2658" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 676 Jahre</text>
			<text xml:space="preserve" x="2658" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 678 Jahre</text>
			<text xml:space="preserve" x="2636" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_90">
			<rect x="2856" y="439" width="338" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2852" y="435" width="334" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2862" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich, Sizilien</text>
			<text xml:space="preserve" x="2862" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">678-681</text>
			<text xml:space="preserve" x="2862" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 6 Monate 14 Tage</text>
			<text xml:space="preserve" x="2862" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Drittes Konzil von Konstantinopel, 680-681</text>
			<rect x="2856" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2852" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2861" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2862" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2862" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2641" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2637" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2646" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2647" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2644" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2644" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2666" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 678 Jahre</text>
			<text xml:space="preserve" x="2666" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 681 Jahre</text>
			<text xml:space="preserve" x="2644" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_91">
			<rect x="2872" y="469" width="415" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2868" y="465" width="411" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2878" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich, Sizilien, griechischer Herkunft</text>
			<text xml:space="preserve" x="2878" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">682-683</text>
			<text xml:space="preserve" x="2878" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Monate 16 Tage</text>
			<rect x="2872" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2868" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2877" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2878" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2878" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2657" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2653" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2662" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2663" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2660" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2660" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2682" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 682 Jahre</text>
			<text xml:space="preserve" x="2682" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 683 Jahre</text>
			<text xml:space="preserve" x="2660" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_92">
			<rect x="2880" y="499" width="359" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2876" y="495" width="355" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2886" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich (Patrimonium Petri), Rom</text>
			<text xml:space="preserve" x="2886" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">684-685</text>
			<text xml:space="preserve" x="2886" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 9 Monate 16 Tage</text>
			<rect x="2880" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2876" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2885" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2886" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2886" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2665" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2661" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2670" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2671" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2668" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2668" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2690" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 684 Jahre</text>
			<text xml:space="preserve" x="2690" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 685 Jahre</text>
			<text xml:space="preserve" x="2668" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_93">
			<rect x="2884" y="529" width="415" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2880" y="525" width="411" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2890" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich, Syria, möglicherweise Antiochia</text>
			<text xml:space="preserve" x="2890" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">685-686</text>
			<text xml:space="preserve" x="2890" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 10 Tage</text>
			<rect x="2884" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2880" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2889" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2890" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2890" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2669" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2665" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2674" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2675" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2672" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2672" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2694" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 685 Jahre</text>
			<text xml:space="preserve" x="2694" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 686 Jahre</text>
			<text xml:space="preserve" x="2672" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_94">
			<rect x="2888" y="559" width="254" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2884" y="555" width="250" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2894" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich, Sizilien</text>
			<text xml:space="preserve" x="2894" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">686-687</text>
			<text xml:space="preserve" x="2894" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Monate</text>
			<rect x="2888" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2884" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2893" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2894" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2894" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2673" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2669" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2678" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2679" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2676" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2676" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2698" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 686 Jahre</text>
			<text xml:space="preserve" x="2698" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 687 Jahre</text>
			<text xml:space="preserve" x="2676" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_95">
			<rect x="2892" y="589" width="471" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2888" y="585" width="467" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2898" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich, Sizilien, Palermo, syrischer Abstammung</text>
			<text xml:space="preserve" x="2898" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">687-701</text>
			<text xml:space="preserve" x="2898" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre 8 Monate 24 Tage</text>
			<rect x="2892" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2888" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2897" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2898" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2898" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2677" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2673" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2682" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2683" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2680" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2680" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2702" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 687 Jahre</text>
			<text xml:space="preserve" x="2702" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 701 Jahre</text>
			<text xml:space="preserve" x="2680" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_96">
			<rect x="2892" y="619" width="114" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2888" y="615" width="110" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2898" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">687</text>
			<text xml:space="preserve" x="2898" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="2892" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2888" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2897" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2898" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2898" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2677" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2673" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2682" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2683" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2680" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2680" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2702" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 687 Jahre</text>
			<text xml:space="preserve" x="2702" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 688 Jahre</text>
			<text xml:space="preserve" x="2680" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_97">
			<rect x="2892" y="649" width="114" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2888" y="645" width="110" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2898" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">687-692</text>
			<text xml:space="preserve" x="2898" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="2892" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2888" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2897" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2898" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2898" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2677" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2673" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2682" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2683" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2680" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2680" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2702" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 687 Jahre</text>
			<text xml:space="preserve" x="2702" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 692 Jahre</text>
			<text xml:space="preserve" x="2680" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_98">
			<rect x="2948" y="679" width="247" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2944" y="675" width="243" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2954" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich, Ephesos</text>
			<text xml:space="preserve" x="2954" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">701-705</text>
			<text xml:space="preserve" x="2954" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 2 Monate 12 Tage</text>
			<rect x="2948" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2944" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2953" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2954" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2954" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2733" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2729" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2738" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2739" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2736" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2736" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2758" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 701 Jahre</text>
			<text xml:space="preserve" x="2758" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 705 Jahre</text>
			<text xml:space="preserve" x="2736" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_99">
			<rect x="2964" y="709" width="485" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2960" y="705" width="481" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2970" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich, Kalabrien, Rossano, griechischer Herkunft</text>
			<text xml:space="preserve" x="2970" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">705-707</text>
			<text xml:space="preserve" x="2970" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 7 Monate 17 Tage</text>
			<rect x="2964" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2960" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2969" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2970" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2970" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3469" y="711" width="84" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="3461" y="702" width="78" height="80" xlink:href="./Daten/ONr_99_QuickBild.jpg">
				<title>./Daten/ONr_99_QuickBild.jpg</title></image>
			<rect x="3458" y="702" width="84" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="2749" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2745" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2754" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2755" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2752" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2752" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2774" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 705 Jahre</text>
			<text xml:space="preserve" x="2774" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 707 Jahre</text>
			<text xml:space="preserve" x="2752" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_100">
			<rect x="2976" y="439" width="149" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2972" y="435" width="145" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2982" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kalifat, Syrien</text>
			<text xml:space="preserve" x="2982" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">708</text>
			<text xml:space="preserve" x="2982" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Tage</text>
			<rect x="2976" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2972" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2981" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2982" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2982" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2761" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2757" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2766" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2767" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2764" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2764" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2786" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 708 Jahre</text>
			<text xml:space="preserve" x="2786" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 709 Jahre</text>
			<text xml:space="preserve" x="2764" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_101">
			<rect x="2976" y="469" width="149" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2972" y="465" width="145" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2982" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kalifat, Syrien</text>
			<text xml:space="preserve" x="2982" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">708-715</text>
			<text xml:space="preserve" x="2982" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre 14 Tage</text>
			<rect x="2976" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2972" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2981" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2982" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2982" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2761" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2757" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2766" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2767" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2764" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2764" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2786" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 708 Jahre</text>
			<text xml:space="preserve" x="2786" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 715 Jahre</text>
			<text xml:space="preserve" x="2764" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_102">
			<rect x="3004" y="499" width="359" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3000" y="495" width="355" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3010" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich (Patrimonium Petri), Rom</text>
			<text xml:space="preserve" x="3010" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">715-731</text>
			<text xml:space="preserve" x="3010" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre 8 Monate 23 Tage</text>
			<rect x="3004" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3000" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3009" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3010" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3010" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2789" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2785" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2794" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2795" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2792" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2792" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2814" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 715 Jahre</text>
			<text xml:space="preserve" x="2814" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 731 Jahre</text>
			<text xml:space="preserve" x="2792" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">16 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_103">
			<rect x="3068" y="529" width="219" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3064" y="525" width="215" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3074" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kalifat, Syrien</text>
			<text xml:space="preserve" x="3074" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">731-741</text>
			<text xml:space="preserve" x="3074" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre 8 Monate 10 Tage</text>
			<rect x="3068" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3064" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3073" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3074" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3074" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3307" y="531" width="86" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="3299" y="522" width="80" height="80" xlink:href="./Daten/ONr_103_QuickBild.jpg">
				<title>./Daten/ONr_103_QuickBild.jpg</title></image>
			<rect x="3296" y="522" width="86" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="2853" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2849" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2858" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2859" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2856" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2856" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2878" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 731 Jahre</text>
			<text xml:space="preserve" x="2878" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 741 Jahre</text>
			<text xml:space="preserve" x="2856" y="516" 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="3108" y="559" width="534" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3104" y="555" width="530" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3114" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich, Kalabrien, Santa Severina, griechischer Herkunft</text>
			<text xml:space="preserve" x="3114" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">741-752</text>
			<text xml:space="preserve" x="3114" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre 3 Monate 12 Tage</text>
			<text xml:space="preserve" x="3114" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Krönung des Karolingers Pippin zum Frankenkönig (751)</text>
			<rect x="3108" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3104" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3113" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3114" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3114" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2893" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2889" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2898" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2899" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2896" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2896" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2918" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 741 Jahre</text>
			<text xml:space="preserve" x="2918" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 752 Jahre</text>
			<text xml:space="preserve" x="2896" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_105">
			<rect x="3152" y="589" width="737" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3148" y="585" width="733" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3158" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">752</text>
			<text xml:space="preserve" x="3158" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Tage </text>
			<text xml:space="preserve" x="3158" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Starb vor der Weihe und wird daher oft nicht gezählt, kürzestes Pontifikat der Geschichte (4 Tage).</text>
			<rect x="3152" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3148" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3157" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3158" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3158" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2937" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2933" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2942" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2943" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2940" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2940" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2962" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 752 Jahre</text>
			<text xml:space="preserve" x="2962" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 753 Jahre</text>
			<text xml:space="preserve" x="2940" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_106">
			<rect x="3152" y="619" width="324" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3148" y="615" width="320" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3158" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich (Patrimonium Petri)</text>
			<text xml:space="preserve" x="3158" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">752-757</text>
			<text xml:space="preserve" x="3158" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 1 Monat</text>
			<rect x="3152" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3148" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3157" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3158" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3158" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2937" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2933" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2942" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2943" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2940" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2940" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2962" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 752 Jahre</text>
			<text xml:space="preserve" x="2962" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 757 Jahre</text>
			<text xml:space="preserve" x="2940" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_107">
			<rect x="3172" y="649" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3168" y="645" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3178" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3178" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">757-767</text>
			<text xml:space="preserve" x="3178" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre 30 Tage</text>
			<rect x="3172" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3168" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3177" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3178" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3178" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2957" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2953" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2962" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2963" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2960" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2960" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2982" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 757 Jahre</text>
			<text xml:space="preserve" x="2982" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 767 Jahre</text>
			<text xml:space="preserve" x="2960" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_108">
			<rect x="3212" y="679" width="226" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3208" y="675" width="222" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3218" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Latium, Nepi</text>
			<text xml:space="preserve" x="3218" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">767-768</text>
			<text xml:space="preserve" x="3218" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="3212" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3208" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3217" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3218" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3218" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="2997" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2993" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3002" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3003" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3000" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3000" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3022" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 767 Jahre</text>
			<text xml:space="preserve" x="3022" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 768 Jahre</text>
			<text xml:space="preserve" x="3000" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_109">
			<rect x="3216" y="709" width="114" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3212" y="705" width="110" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3222" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">768</text>
			<text xml:space="preserve" x="3222" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="3216" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3212" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3221" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3222" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3222" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3001" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2997" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3006" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3007" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3004" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3004" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3026" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 768 Jahre</text>
			<text xml:space="preserve" x="3026" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 769 Jahre</text>
			<text xml:space="preserve" x="3004" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_110">
			<rect x="3216" y="439" width="254" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3212" y="435" width="250" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3222" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich, Sizilien</text>
			<text xml:space="preserve" x="3222" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">768-772</text>
			<text xml:space="preserve" x="3222" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 5 Monate 17 Tage</text>
			<rect x="3216" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3212" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3221" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3222" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3222" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3001" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2997" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3006" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3007" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3004" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3004" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3026" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 768 Jahre</text>
			<text xml:space="preserve" x="3026" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 772 Jahre</text>
			<text xml:space="preserve" x="3004" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_111">
			<rect x="3232" y="469" width="625" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3228" y="465" width="621" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3238" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3238" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">772-795</text>
			<text xml:space="preserve" x="3238" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">23 Jahre 10 Monate 24 Tage</text>
			<text xml:space="preserve" x="3238" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zweites Konzil von Nicäa (787), Fünftlängstes Pontifikat der Geschichte (8729 Tage)</text>
			<rect x="3232" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3228" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3237" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3238" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3238" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3017" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3013" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3022" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3023" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3020" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3020" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3042" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 772 Jahre</text>
			<text xml:space="preserve" x="3042" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 795 Jahre</text>
			<text xml:space="preserve" x="3020" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">23 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_112">
			<rect x="3324" y="499" width="660" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3320" y="495" width="656" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3330" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3330" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">795-816</text>
			<text xml:space="preserve" x="3330" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Jahre 5 Monate 17 Tage</text>
			<text xml:space="preserve" x="3330" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kaiserkrönung Karls des Großen (800), Elftlängstes Pontifikat der Geschichte (7474 Tage)</text>
			<rect x="3324" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3320" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3329" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3330" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3330" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4004" y="501" width="86" height="85" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="3996" y="492" width="80" height="79" xlink:href="./Daten/ONr_112_QuickBild.jpg">
				<title>./Daten/ONr_112_QuickBild.jpg</title></image>
			<rect x="3993" y="492" width="86" height="82" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="3109" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3105" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3114" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3115" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3112" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3112" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3134" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 795 Jahre</text>
			<text xml:space="preserve" x="3134" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 816 Jahre</text>
			<text xml:space="preserve" x="3112" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_113">
			<rect x="3408" y="529" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3404" y="525" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3414" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3414" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">816-817</text>
			<text xml:space="preserve" x="3414" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Monate 2 Tage</text>
			<rect x="3408" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3404" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3413" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3414" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3414" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3193" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3189" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3198" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3199" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3196" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3196" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3218" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 816 Jahre</text>
			<text xml:space="preserve" x="3218" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 817 Jahre</text>
			<text xml:space="preserve" x="3196" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_114">
			<rect x="3412" y="559" width="212" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3408" y="555" width="208" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3418" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3418" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">817-824</text>
			<text xml:space="preserve" x="3418" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre 3 Monate 20 Tage</text>
			<rect x="3412" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3408" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3417" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3418" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3418" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3644" y="561" width="61" height="85" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="3636" y="552" width="55" height="79" xlink:href="./Daten/ONr_114_QuickBild.jpg">
				<title>./Daten/ONr_114_QuickBild.jpg</title></image>
			<rect x="3633" y="552" width="61" height="82" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="3197" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3193" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3202" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3203" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3200" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3200" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3222" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 817 Jahre</text>
			<text xml:space="preserve" x="3222" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 824 Jahre</text>
			<text xml:space="preserve" x="3200" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_115">
			<rect x="3440" y="589" width="149" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3436" y="585" width="145" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3446" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">824-827</text>
			<text xml:space="preserve" x="3446" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 22 Tage</text>
			<rect x="3440" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3436" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3445" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3446" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3446" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3225" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3221" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3230" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3231" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3228" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3228" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3250" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 824 Jahre</text>
			<text xml:space="preserve" x="3250" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 827 Jahre</text>
			<text xml:space="preserve" x="3228" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_116">
			<rect x="3452" y="619" width="163" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3448" y="615" width="159" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3458" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3458" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">827</text>
			<rect x="3452" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3448" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3457" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3458" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3458" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3237" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3233" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3242" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3243" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3240" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3240" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3262" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 827 Jahre</text>
			<text xml:space="preserve" x="3262" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 828 Jahre</text>
			<text xml:space="preserve" x="3240" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_117">
			<rect x="3452" y="649" width="163" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3448" y="645" width="159" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3458" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3458" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">827-844</text>
			<rect x="3452" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3448" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3457" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3458" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3458" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3635" y="651" width="86" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="3627" y="642" width="80" height="80" xlink:href="./Daten/ONr_117_QuickBild.jpg">
				<title>./Daten/ONr_117_QuickBild.jpg</title></image>
			<rect x="3624" y="642" width="86" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="3237" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3233" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3242" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3243" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3240" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3240" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3262" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 827 Jahre</text>
			<text xml:space="preserve" x="3262" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 844 Jahre</text>
			<text xml:space="preserve" x="3240" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">17 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_118">
			<rect x="3520" y="679" width="114" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3516" y="675" width="110" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3526" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">844</text>
			<text xml:space="preserve" x="3526" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="3520" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3516" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3525" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3526" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3526" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3305" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3301" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3310" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3311" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3308" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3308" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3330" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 844 Jahre</text>
			<text xml:space="preserve" x="3330" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 845 Jahre</text>
			<text xml:space="preserve" x="3308" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_119">
			<rect x="3520" y="709" width="163" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3516" y="705" width="159" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3526" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3526" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">844-847</text>
			<rect x="3520" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3516" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3525" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3526" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3526" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3305" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3301" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3310" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3311" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3308" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3308" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3330" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 844 Jahre</text>
			<text xml:space="preserve" x="3330" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 847 Jahre</text>
			<text xml:space="preserve" x="3308" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_120">
			<rect x="3532" y="439" width="205" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3528" y="435" width="201" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3538" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3538" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">847-855</text>
			<text xml:space="preserve" x="3538" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre 3 Monate 7 Tage</text>
			<rect x="3532" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3528" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3537" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3538" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3538" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3757" y="441" width="86" height="82" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="3749" y="432" width="80" height="76" xlink:href="./Daten/ONr_120_QuickBild.jpg">
				<title>./Daten/ONr_120_QuickBild.jpg</title></image>
			<rect x="3746" y="432" width="86" height="79" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="3317" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3313" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3322" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3323" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3320" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3320" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3342" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 847 Jahre</text>
			<text xml:space="preserve" x="3342" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 855 Jahre</text>
			<text xml:space="preserve" x="3320" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_121">
			<rect x="3564" y="469" width="212" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3560" y="465" width="208" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3570" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3570" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">855-858</text>
			<text xml:space="preserve" x="3570" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 6 Monate 19 Tage</text>
			<rect x="3564" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3560" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3569" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3570" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3570" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3349" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3345" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3354" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3355" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3352" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3352" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3374" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 855 Jahre</text>
			<text xml:space="preserve" x="3374" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 858 Jahre</text>
			<text xml:space="preserve" x="3352" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_122">
			<rect x="3564" y="499" width="114" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3560" y="495" width="110" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3570" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">855</text>
			<text xml:space="preserve" x="3570" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Tage</text>
			<text xml:space="preserve" x="3570" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="3564" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3560" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3569" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3570" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3570" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3349" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3345" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3354" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3355" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3352" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3352" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3374" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 855 Jahre</text>
			<text xml:space="preserve" x="3374" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 856 Jahre</text>
			<text xml:space="preserve" x="3352" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_123">
			<rect x="3576" y="529" width="212" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3572" y="525" width="208" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3582" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3582" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">858-867</text>
			<text xml:space="preserve" x="3582" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre 6 Monate 20 Tage</text>
			<rect x="3576" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3572" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3581" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3582" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3582" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3361" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3357" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3366" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3367" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3364" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3364" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3386" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 858 Jahre</text>
			<text xml:space="preserve" x="3386" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 867 Jahre</text>
			<text xml:space="preserve" x="3364" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_124">
			<rect x="3612" y="559" width="338" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3608" y="555" width="334" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3618" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3618" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">867-872</text>
			<text xml:space="preserve" x="3618" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Viertes Konzil von Konstantinopel, 869-870</text>
			<rect x="3612" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3608" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3617" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3618" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3618" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3397" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3393" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3402" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3403" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3400" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3400" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3422" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 867 Jahre</text>
			<text xml:space="preserve" x="3422" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 872 Jahre</text>
			<text xml:space="preserve" x="3400" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_125">
			<rect x="3632" y="589" width="527" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3628" y="585" width="523" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3638" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3638" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">872-882</text>
			<text xml:space="preserve" x="3638" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre 2 Tage</text>
			<text xml:space="preserve" x="3638" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Erster gewaltsam zu Tode gekommener Papst seit der Christenverfolgung</text>
			<rect x="3632" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3628" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3637" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3638" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3638" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3417" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3413" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3422" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3423" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3420" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3420" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3442" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 872 Jahre</text>
			<text xml:space="preserve" x="3442" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 882 Jahre</text>
			<text xml:space="preserve" x="3420" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_126">
			<rect x="3672" y="619" width="205" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3668" y="615" width="201" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3678" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Gallese</text>
			<text xml:space="preserve" x="3678" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">882-884</text>
			<text xml:space="preserve" x="3678" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 4 Monate 29 Tage</text>
			<text xml:space="preserve" x="3678" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">fälschlich Martin II.</text>
			<rect x="3672" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3668" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3677" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3678" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3678" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3457" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3453" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3462" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3463" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3460" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3460" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3482" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 882 Jahre</text>
			<text xml:space="preserve" x="3482" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 884 Jahre</text>
			<text xml:space="preserve" x="3460" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_127">
			<rect x="3680" y="649" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3676" y="645" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3686" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3686" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">884-885</text>
			<text xml:space="preserve" x="3686" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 4 Monate</text>
			<rect x="3680" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3676" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3685" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3686" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3686" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3465" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3461" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3470" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3471" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3468" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3468" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3490" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 884 Jahre</text>
			<text xml:space="preserve" x="3490" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 885 Jahre</text>
			<text xml:space="preserve" x="3468" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_128">
			<rect x="3684" y="679" width="163" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3680" y="675" width="159" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3690" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3690" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">885-891</text>
			<rect x="3684" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3680" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3689" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3690" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3690" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3469" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3465" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3474" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3475" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3472" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3472" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3494" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 885 Jahre</text>
			<text xml:space="preserve" x="3494" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 891 Jahre</text>
			<text xml:space="preserve" x="3472" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_129">
			<rect x="3708" y="709" width="1647" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3704" y="705" width="1643" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3714" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Ostia</text>
			<text xml:space="preserve" x="3714" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">891-896</text>
			<text xml:space="preserve" x="3714" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 5 Monate 29 Tage</text>
			<text xml:space="preserve" x="3714" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Von Stephan VI. auf der Leichensynode 897 posthum als Häretiker verdammt, nach Leichenschändung wieder im Petersdom beigesetzt, 904 von Sergius III. ein zweites Mal exhumiert, erneut nach Leichenschändung im Petersdom beigesetzt.</text>
			<rect x="3708" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3704" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3713" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3714" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3714" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3493" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3489" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3498" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3499" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3496" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3496" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3518" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 891 Jahre</text>
			<text xml:space="preserve" x="3518" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 896 Jahre</text>
			<text xml:space="preserve" x="3496" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_130">
			<rect x="3728" y="439" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3724" y="435" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3734" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3734" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">896</text>
			<text xml:space="preserve" x="3734" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Tage</text>
			<rect x="3728" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3724" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3733" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3734" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3734" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3513" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3509" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3518" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3519" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3516" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3516" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3538" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 896 Jahre</text>
			<text xml:space="preserve" x="3538" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 896 Jahre</text>
			<text xml:space="preserve" x="3516" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">0 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_131">
			<rect x="3728" y="469" width="184" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3724" y="465" width="180" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3734" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">896-897</text>
			<text xml:space="preserve" x="3734" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Leichensynode in Rom</text>
			<rect x="3728" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3724" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3733" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3734" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3734" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3513" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3509" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3518" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3519" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3516" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3516" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3538" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 896 Jahre</text>
			<text xml:space="preserve" x="3538" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 897 Jahre</text>
			<text xml:space="preserve" x="3516" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_132">
			<rect x="3732" y="499" width="191" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3728" y="495" width="187" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3738" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Gallese</text>
			<text xml:space="preserve" x="3738" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">897</text>
			<rect x="3732" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3728" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3737" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3738" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3738" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3517" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3513" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3522" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3523" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3520" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3520" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3542" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 897 Jahre</text>
			<text xml:space="preserve" x="3542" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 898 Jahre</text>
			<text xml:space="preserve" x="3520" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_133">
			<rect x="3732" y="529" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3728" y="525" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3738" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3738" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">897</text>
			<text xml:space="preserve" x="3738" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Tage</text>
			<rect x="3732" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3728" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3737" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3738" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3738" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3517" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3513" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3522" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3523" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3520" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3520" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3542" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 897 Jahre</text>
			<text xml:space="preserve" x="3542" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 898 Jahre</text>
			<text xml:space="preserve" x="3520" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_134">
			<rect x="3736" y="559" width="184" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3732" y="555" width="180" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3742" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Tivoli</text>
			<text xml:space="preserve" x="3742" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">898-900</text>
			<rect x="3736" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3732" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3741" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3742" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3742" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3521" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3517" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3526" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3527" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3524" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3524" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3546" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 898 Jahre</text>
			<text xml:space="preserve" x="3546" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 900 Jahre</text>
			<text xml:space="preserve" x="3524" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_135">
			<rect x="3736" y="589" width="352" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3732" y="585" width="348" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3742" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">898</text>
			<text xml:space="preserve" x="3742" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst, später (904-911) regulärer Papst</text>
			<rect x="3736" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3732" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3741" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3742" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3742" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3521" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3517" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3526" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3527" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3524" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3524" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3546" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 898 Jahre</text>
			<text xml:space="preserve" x="3546" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 899 Jahre</text>
			<text xml:space="preserve" x="3524" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_136">
			<rect x="3744" y="619" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3740" y="615" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3750" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3750" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">900-903</text>
			<text xml:space="preserve" x="3750" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 6 Monate</text>
			<rect x="3744" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3740" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3749" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3750" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3750" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3529" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3525" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3534" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3535" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3532" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3532" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3554" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 900 Jahre</text>
			<text xml:space="preserve" x="3554" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 903 Jahre</text>
			<text xml:space="preserve" x="3532" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_137">
			<rect x="3756" y="649" width="275" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3752" y="645" width="271" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3762" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">903</text>
			<text xml:space="preserve" x="3762" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Monate</text>
			<text xml:space="preserve" x="3762" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Wurde von Christophorus gestürzt.</text>
			<rect x="3756" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3752" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3761" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3762" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3762" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3541" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3537" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3546" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3547" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3544" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3544" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3566" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 903 Jahre</text>
			<text xml:space="preserve" x="3566" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 904 Jahre</text>
			<text xml:space="preserve" x="3544" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_138">
			<rect x="3756" y="679" width="289" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3752" y="675" width="285" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3762" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">903-904</text>
			<text xml:space="preserve" x="3762" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Monate</text>
			<text xml:space="preserve" x="3762" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Legitimität unklar, eher Gegenpapst</text>
			<rect x="3756" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3752" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3761" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3762" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3762" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3541" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3537" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3546" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3547" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3544" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3544" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3566" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 903 Jahre</text>
			<text xml:space="preserve" x="3566" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 904 Jahre</text>
			<text xml:space="preserve" x="3544" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_139">
			<rect x="3760" y="709" width="212" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3756" y="705" width="208" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3766" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3766" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">904-911</text>
			<text xml:space="preserve" x="3766" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre 2 Monate 16 Tage</text>
			<rect x="3760" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3756" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3765" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3766" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3766" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3545" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3541" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3550" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3551" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3548" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3548" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3570" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 904 Jahre</text>
			<text xml:space="preserve" x="3570" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 911 Jahre</text>
			<text xml:space="preserve" x="3548" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_140">
			<rect x="3788" y="439" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3784" y="435" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3794" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3794" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">911-913</text>
			<text xml:space="preserve" x="3794" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 2 Monate</text>
			<rect x="3788" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3784" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3793" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3794" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3794" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3573" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3569" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3578" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3579" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3576" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3576" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3598" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 911 Jahre</text>
			<text xml:space="preserve" x="3598" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 913 Jahre</text>
			<text xml:space="preserve" x="3576" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_141">
			<rect x="3796" y="469" width="184" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3792" y="465" width="180" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3802" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Sabina</text>
			<text xml:space="preserve" x="3802" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">913-914</text>
			<rect x="3796" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3792" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3801" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3802" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3802" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3581" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3577" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3586" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3587" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3584" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3584" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3606" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 913 Jahre</text>
			<text xml:space="preserve" x="3606" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 914 Jahre</text>
			<text xml:space="preserve" x="3584" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_142">
			<rect x="3800" y="499" width="282" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3796" y="495" width="278" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3806" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Tossignano bei Imola</text>
			<text xml:space="preserve" x="3806" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">914-928</text>
			<text xml:space="preserve" x="3806" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre 2 Monate</text>
			<rect x="3800" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3796" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3805" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3806" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3806" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3585" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3581" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3590" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3591" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3588" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3588" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3610" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 914 Jahre</text>
			<text xml:space="preserve" x="3610" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 928 Jahre</text>
			<text xml:space="preserve" x="3588" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_143">
			<rect x="3856" y="529" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3852" y="525" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3862" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3862" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">928</text>
			<text xml:space="preserve" x="3862" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Monate</text>
			<rect x="3856" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3852" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3861" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3862" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3862" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3641" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3637" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3646" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3647" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3644" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3644" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3666" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 928 Jahre</text>
			<text xml:space="preserve" x="3666" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 929 Jahre</text>
			<text xml:space="preserve" x="3644" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_144">
			<rect x="3856" y="559" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3852" y="555" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3862" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3862" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">928-931</text>
			<text xml:space="preserve" x="3862" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 2 Monate</text>
			<rect x="3856" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3852" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3861" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3862" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3862" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3641" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3637" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3646" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3647" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3644" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3644" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3666" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 928 Jahre</text>
			<text xml:space="preserve" x="3666" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 931 Jahre</text>
			<text xml:space="preserve" x="3644" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_145">
			<rect x="3868" y="589" width="324" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3864" y="585" width="320" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3874" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3874" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">931-935</text>
			<text xml:space="preserve" x="3874" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Wahrscheinlich der Sohn von Sergius III.</text>
			<rect x="3868" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3864" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3873" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3874" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3874" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3653" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3649" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3658" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3659" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3656" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3656" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3678" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 931 Jahre</text>
			<text xml:space="preserve" x="3678" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 935 Jahre</text>
			<text xml:space="preserve" x="3656" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_146">
			<rect x="3888" y="619" width="212" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3884" y="615" width="208" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3894" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3894" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">936-939</text>
			<text xml:space="preserve" x="3894" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 6 Monate 10 Tage</text>
			<rect x="3888" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3884" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3893" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3894" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3894" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3673" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3669" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3678" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3679" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3676" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3676" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3698" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 936 Jahre</text>
			<text xml:space="preserve" x="3698" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 939 Jahre</text>
			<text xml:space="preserve" x="3676" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_147">
			<rect x="3900" y="649" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3896" y="645" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3906" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3906" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">939-942</text>
			<text xml:space="preserve" x="3906" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 3 Monate</text>
			<rect x="3900" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3896" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3905" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3906" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3906" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3685" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3681" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3690" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3691" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3688" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3688" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3710" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 939 Jahre</text>
			<text xml:space="preserve" x="3710" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 942 Jahre</text>
			<text xml:space="preserve" x="3688" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_148">
			<rect x="3912" y="679" width="198" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3908" y="675" width="194" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3918" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3918" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">942-946</text>
			<text xml:space="preserve" x="3918" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 7 Monate</text>
			<text xml:space="preserve" x="3918" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Fälschlich Martin III.</text>
			<rect x="3912" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3908" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3917" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3918" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3918" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3697" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3693" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3702" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3703" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3700" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3700" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3722" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 942 Jahre</text>
			<text xml:space="preserve" x="3722" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 946 Jahre</text>
			<text xml:space="preserve" x="3700" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_149">
			<rect x="3928" y="709" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3924" y="705" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3934" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3934" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">946-955</text>
			<text xml:space="preserve" x="3934" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre 7 Monate</text>
			<rect x="3928" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3924" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3933" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3934" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3934" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3713" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3709" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3718" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3719" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3716" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3716" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3738" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 946 Jahre</text>
			<text xml:space="preserve" x="3738" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 955 Jahre</text>
			<text xml:space="preserve" x="3716" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_150">
			<rect x="3964" y="439" width="3719" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3960" y="435" width="3715" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3970" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Octavian von Spoleto</text>
			<text xml:space="preserve" x="3970" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="3970" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">955-963</text>
			<text xml:space="preserve" x="3970" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre 4 Monate 28 Tage</text>
			<text xml:space="preserve" x="3970" y="508" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Einziger minderjähriger Papst. Bei einem inneritalienischen Konflikt wurde er unter Druck gesetzt, den Ostfranken Otto I. zu Hilfe zu rufen. Dieser erzwang vom Minderjährigen seine Krönung zu einem Kaiser des Römischen Reiches, ohne vorher die Legitimation durch den römischen Kaiser in Konstantinopel einzuholen. Johannes fügte sich, wandte sich aber nach dessen Abreise gegen ihn. Otto rückte militärisch in Rom ein, setzte eine Synode ein, und zwang sie, zum ersten Male in der römischen Geschichte den Bischof abzusetzen.</text>
			<rect x="3964" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3960" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3969" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3970" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3970" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3749" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3745" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3754" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3755" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3752" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3752" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3774" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 955 Jahre</text>
			<text xml:space="preserve" x="3774" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 963 Jahre</text>
			<text xml:space="preserve" x="3752" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_151">
			<rect x="3996" y="469" width="2172" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3992" y="465" width="2168" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4002" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4002" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">963-964</text>
			<text xml:space="preserve" x="4002" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Monate</text>
			<text xml:space="preserve" x="4002" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Unter militärischem Druck Otto I. wurde Leo entgegen Kanonischem Recht von einer Synode als Laie zum Papst gewählt. Gleich nach Ottos Abreise demonstrierte dieselbe Synode ihre Unabhängigkeit, setzte Leo als illegitim ab und bestätigte die Legitimität seines Vorgängers Johannes XII. als Bischof von Rom.</text>
			<rect x="3996" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3992" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4001" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4002" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4002" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3781" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3777" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3786" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3787" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3784" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3784" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3806" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 963 Jahre</text>
			<text xml:space="preserve" x="3806" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 964 Jahre</text>
			<text xml:space="preserve" x="3784" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_152">
			<rect x="4000" y="499" width="765" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3996" y="495" width="761" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4006" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Octavian von Spoleto</text>
			<text xml:space="preserve" x="4006" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4006" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">964</text>
			<text xml:space="preserve" x="4006" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Monate</text>
			<text xml:space="preserve" x="4006" y="568" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Im Januar 964 wurde er als legitimer Bischof von Rom wieder bestätigt. Nur vier Monate danach starb er.</text>
			<rect x="4000" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3996" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4005" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4006" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4006" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3785" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3781" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3790" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3791" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3788" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3788" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3810" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 964 Jahre</text>
			<text xml:space="preserve" x="3810" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 965 Jahre</text>
			<text xml:space="preserve" x="3788" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_153">
			<rect x="4000" y="529" width="597" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3996" y="525" width="593" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4006" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4006" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">964</text>
			<text xml:space="preserve" x="4006" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Monat 1 Tag</text>
			<text xml:space="preserve" x="4006" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Als Nachfolger von Johannes XII. gewählt, aber ebenfalls von Otto. I abgesetzt.</text>
			<rect x="4000" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3996" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4005" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4006" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4006" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3785" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3781" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3790" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3791" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3788" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3788" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3810" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 964 Jahre</text>
			<text xml:space="preserve" x="3810" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 965 Jahre</text>
			<text xml:space="preserve" x="3788" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_154">
			<rect x="4000" y="559" width="331" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3996" y="555" width="327" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4006" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4006" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">964-965</text>
			<text xml:space="preserve" x="4006" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Monate</text>
			<text xml:space="preserve" x="4006" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Wurde von Otto wieder in das Amt gehoben.</text>
			<rect x="4000" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3996" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4005" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4006" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4006" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3785" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3781" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3790" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3791" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3788" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3788" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3810" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 964 Jahre</text>
			<text xml:space="preserve" x="3810" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 965 Jahre</text>
			<text xml:space="preserve" x="3788" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_155">
			<rect x="4004" y="589" width="212" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4000" y="585" width="208" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4010" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4010" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">965-972</text>
			<text xml:space="preserve" x="4010" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre 11 Monate 5 Tage</text>
			<rect x="4004" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4000" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4009" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4010" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4010" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3789" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3785" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3794" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3795" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3792" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3792" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3814" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 965 Jahre</text>
			<text xml:space="preserve" x="3814" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 972 Jahre</text>
			<text xml:space="preserve" x="3792" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_156">
			<rect x="4036" y="619" width="163" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4032" y="615" width="159" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4042" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4042" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">973-974</text>
			<rect x="4036" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4032" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4041" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4042" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4042" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3821" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3817" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3826" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3827" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3824" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3824" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3846" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 973 Jahre</text>
			<text xml:space="preserve" x="3846" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 974 Jahre</text>
			<text xml:space="preserve" x="3824" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_157">
			<rect x="4040" y="649" width="163" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4036" y="645" width="159" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4046" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Franco Ferruci</text>
			<text xml:space="preserve" x="4046" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4046" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">974</text>
			<text xml:space="preserve" x="4046" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4040" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4036" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4045" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4046" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4046" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3825" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3821" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3830" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3831" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3828" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3828" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3850" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 974 Jahre</text>
			<text xml:space="preserve" x="3850" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 975 Jahre</text>
			<text xml:space="preserve" x="3828" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_158">
			<rect x="4040" y="679" width="163" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4036" y="675" width="159" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4046" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4046" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">974-983</text>
			<rect x="4040" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4036" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4045" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4046" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4046" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3825" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3821" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3830" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3831" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3828" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3828" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3850" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 974 Jahre</text>
			<text xml:space="preserve" x="3850" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 983 Jahre</text>
			<text xml:space="preserve" x="3828" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_159">
			<rect x="4076" y="709" width="324" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4072" y="705" width="320" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4082" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Petrus Canepanova</text>
			<text xml:space="preserve" x="4082" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Pavia</text>
			<text xml:space="preserve" x="4082" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">983-984</text>
			<rect x="4076" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4072" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4081" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4082" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4082" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3861" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3857" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3866" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3867" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3864" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3864" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3886" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 983 Jahre</text>
			<text xml:space="preserve" x="3886" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 984 Jahre</text>
			<text xml:space="preserve" x="3864" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_160">
			<rect x="4080" y="439" width="240" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4076" y="435" width="236" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4086" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Franco Ferruci</text>
			<text xml:space="preserve" x="4086" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4086" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">984-985</text>
			<text xml:space="preserve" x="4086" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">War zuvor bereits Gegenpapst</text>
			<rect x="4080" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4076" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4085" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4086" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4086" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3865" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3861" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3870" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3871" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3868" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3868" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3890" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 984 Jahre</text>
			<text xml:space="preserve" x="3890" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 985 Jahre</text>
			<text xml:space="preserve" x="3868" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_161">
			<rect x="4084" y="469" width="163" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4080" y="465" width="159" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4090" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4090" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">985-996</text>
			<rect x="4084" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4080" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4089" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4090" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4090" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3869" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3865" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3874" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3875" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3872" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3872" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3894" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 985 Jahre</text>
			<text xml:space="preserve" x="3894" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 996 Jahre</text>
			<text xml:space="preserve" x="3872" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_162">
			<rect x="4128" y="499" width="3810" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4124" y="495" width="3806" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4134" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bruno von Kärnten</text>
			<text xml:space="preserve" x="4134" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Stainach im Ennstal</text>
			<text xml:space="preserve" x="4134" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">996</text>
			<text xml:space="preserve" x="4134" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Monate</text>
			<text xml:space="preserve" x="4134" y="568" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Mit nur 24 Jahren erster deutschsprachiger Papst aus dem heutigen Österreich. In manchen Veröffentlichungen als erster deutscher Papst oder der erste und einzige österreichische Papst bezeichnet.[9][10][11] Erster nicht vom örtlichen Klerus und Volk gewählter Bischof, stattdessen unrechtmäßig von seinem Vetter, dem 14-jährigen Otto III., eingesetzt. Jener wurde sodann vom Papst zum Kaiser gekrönt. Gregor wurde gleich nach der Abreise Ottos von den Römern abgesetzt und ihr ehemaliger griechischer Kanzler Italiens zum Bischof gewählt.</text>
			<rect x="4128" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4124" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4133" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4134" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4134" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3913" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3909" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3918" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3919" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3916" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3916" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3938" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 996 Jahre</text>
			<text xml:space="preserve" x="3938" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 997 Jahre</text>
			<text xml:space="preserve" x="3916" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_163">
			<rect x="4128" y="529" width="2578" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4124" y="525" width="2574" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4134" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Johannes Philagathos</text>
			<text xml:space="preserve" x="4134" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Byzantinisches Reich, Rossano, griechischer Herkunft</text>
			<text xml:space="preserve" x="4134" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">996-998</text>
			<text xml:space="preserve" x="4134" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 5 Monate</text>
			<text xml:space="preserve" x="4134" y="598" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst. Bis heute letzter griechischer Bischof von Rom. Ein erfahrener Theologe, der von den Römern rechtmäßig zum Bischof gewählt wurde. Er war unter Otto II. Kanzler von Italien, Erzbischof, Abt und Lehrer von Otto III. und seinem Vetter Bruno (Gregor V.) gewesen. Er wurde von seinen Gegnern verstümmelt und in einem offiziellen Akt seines Amtes enthoben.</text>
			<rect x="4128" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4124" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4133" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4134" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4134" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3913" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3909" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3918" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3919" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3916" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3916" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3938" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 996 Jahre</text>
			<text xml:space="preserve" x="3938" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 998 Jahre</text>
			<text xml:space="preserve" x="3916" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_164">
			<rect x="4136" y="559" width="639" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4132" y="555" width="635" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4142" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bruno von Kärnten</text>
			<text xml:space="preserve" x="4142" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Stainach im Ennstal</text>
			<text xml:space="preserve" x="4142" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">998-999</text>
			<text xml:space="preserve" x="4142" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 1 Monat</text>
			<text xml:space="preserve" x="4142" y="628" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Von Otto III. abermals ohne Bischofswahl eingesetzter erster deutschsprachiger Papst.</text>
			<rect x="4136" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4132" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4141" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4142" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4142" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3921" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3917" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3926" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3927" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3924" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3924" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3946" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 998 Jahre</text>
			<text xml:space="preserve" x="3946" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 999 Jahre</text>
			<text xml:space="preserve" x="3924" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_165">
			<rect x="4140" y="589" width="303" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4136" y="585" width="299" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4146" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gerbert von Aurillac</text>
			<text xml:space="preserve" x="4146" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Westfrankenreich, Aquitanien, Belliac</text>
			<text xml:space="preserve" x="4146" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">999-1003</text>
			<text xml:space="preserve" x="4146" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 1 Monat 10 Tage</text>
			<rect x="4140" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4136" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4145" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4146" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4146" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3925" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3921" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3930" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3931" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3928" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3928" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3950" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 999 Jahre</text>
			<text xml:space="preserve" x="3950" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1003 Jahre</text>
			<text xml:space="preserve" x="3928" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_166">
			<rect x="4156" y="619" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4152" y="615" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4162" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovanni Sicco</text>
			<text xml:space="preserve" x="4162" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4162" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1003</text>
			<rect x="4156" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4152" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4161" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4162" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4162" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3941" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3937" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3946" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3947" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3944" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3944" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3966" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1003 Jahre</text>
			<text xml:space="preserve" x="3966" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1004 Jahre</text>
			<text xml:space="preserve" x="3944" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_167">
			<rect x="4156" y="649" width="205" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4152" y="645" width="201" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4162" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Johannes Fasanus</text>
			<text xml:space="preserve" x="4162" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rapagnano</text>
			<text xml:space="preserve" x="4162" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1003-1009</text>
			<rect x="4156" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4152" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4161" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4162" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4162" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3941" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3937" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3946" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3947" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3944" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3944" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3966" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1003 Jahre</text>
			<text xml:space="preserve" x="3966" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1009 Jahre</text>
			<text xml:space="preserve" x="3944" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_168">
			<rect x="4180" y="679" width="219" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4176" y="675" width="215" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4186" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pietro da Albano</text>
			<text xml:space="preserve" x="4186" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4186" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1009-1012</text>
			<text xml:space="preserve" x="4186" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 10 Monate 12 Tage</text>
			<rect x="4180" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4176" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4185" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4186" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4186" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3965" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3961" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3970" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3971" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3968" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3968" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3990" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1009 Jahre</text>
			<text xml:space="preserve" x="3990" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1012 Jahre</text>
			<text xml:space="preserve" x="3968" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_169">
			<rect x="4192" y="709" width="240" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4188" y="705" width="236" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4198" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Theophylakt II. von Tusculum</text>
			<text xml:space="preserve" x="4198" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom (Tusculum)</text>
			<text xml:space="preserve" x="4198" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1012-1024</text>
			<text xml:space="preserve" x="4198" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre 11 Monate</text>
			<rect x="4192" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4188" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4197" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4198" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4198" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3977" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3973" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3982" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3983" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3980" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3980" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4002" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1012 Jahre</text>
			<text xml:space="preserve" x="4002" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1024 Jahre</text>
			<text xml:space="preserve" x="3980" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_170">
			<rect x="4192" y="439" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4188" y="435" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4198" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4198" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1012</text>
			<text xml:space="preserve" x="4198" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4192" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4188" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4197" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4198" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4198" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="3977" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3973" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3982" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3983" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3980" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3980" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4002" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1012 Jahre</text>
			<text xml:space="preserve" x="4002" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1013 Jahre</text>
			<text xml:space="preserve" x="3980" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_171">
			<rect x="4240" y="469" width="240" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4236" y="465" width="236" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4246" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Romanus von Tusculum</text>
			<text xml:space="preserve" x="4246" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom (Tusculum)</text>
			<text xml:space="preserve" x="4246" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1024-1032</text>
			<rect x="4240" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4236" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4245" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4246" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4246" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4025" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4021" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4030" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4031" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4028" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4028" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4050" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1024 Jahre</text>
			<text xml:space="preserve" x="4050" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1032 Jahre</text>
			<text xml:space="preserve" x="4028" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_172">
			<rect x="4272" y="499" width="247" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4268" y="495" width="243" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4278" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Theophylakt III. von Tusculum</text>
			<text xml:space="preserve" x="4278" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom (Tusculum)</text>
			<text xml:space="preserve" x="4278" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1032-1044</text>
			<text xml:space="preserve" x="4278" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1. Pontifikat</text>
			<rect x="4272" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4268" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4277" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4278" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4278" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4057" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4053" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4062" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4063" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4060" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4060" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4082" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1032 Jahre</text>
			<text xml:space="preserve" x="4082" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1044 Jahre</text>
			<text xml:space="preserve" x="4060" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_173">
			<rect x="4324" y="529" width="170" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4320" y="525" width="166" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4330" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovani di Sabina</text>
			<text xml:space="preserve" x="4330" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4330" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1045</text>
			<text xml:space="preserve" x="4330" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Monat (?)</text>
			<text xml:space="preserve" x="4330" y="598" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Legitimität unklar</text>
			<rect x="4324" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4320" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4329" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4330" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4330" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4109" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4105" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4114" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4115" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4112" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4112" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4134" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1045 Jahre</text>
			<text xml:space="preserve" x="4134" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1046 Jahre</text>
			<text xml:space="preserve" x="4112" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_174">
			<rect x="4324" y="559" width="247" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4320" y="555" width="243" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4330" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Theophylakt III. von Tusculum</text>
			<text xml:space="preserve" x="4330" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom (Tusculum)</text>
			<text xml:space="preserve" x="4330" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1045</text>
			<text xml:space="preserve" x="4330" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2. Pontifikat</text>
			<rect x="4324" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4320" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4329" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4330" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4330" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4109" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4105" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4114" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4115" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4112" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4112" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4134" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1045 Jahre</text>
			<text xml:space="preserve" x="4134" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1046 Jahre</text>
			<text xml:space="preserve" x="4112" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_175">
			<rect x="4324" y="589" width="240" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4320" y="585" width="236" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4330" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Johannes Gratianus Pierleoni</text>
			<text xml:space="preserve" x="4330" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4330" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1045-1046</text>
			<text xml:space="preserve" x="4330" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 7 Monate 19 Tage</text>
			<rect x="4324" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4320" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4329" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4330" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4330" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4109" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4105" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4114" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4115" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4112" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4112" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4134" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1045 Jahre</text>
			<text xml:space="preserve" x="4134" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1046 Jahre</text>
			<text xml:space="preserve" x="4112" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_176">
			<rect x="4328" y="619" width="345" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4324" y="615" width="341" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4334" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Suitger, Graf von Morsleben und Hornburg</text>
			<text xml:space="preserve" x="4334" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Sachsen, Hornburg</text>
			<text xml:space="preserve" x="4334" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1046-1047</text>
			<text xml:space="preserve" x="4334" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Monate 15 Tage</text>
			<rect x="4328" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4324" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4333" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4334" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4334" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4113" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4109" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4118" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4119" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4116" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4116" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4138" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1046 Jahre</text>
			<text xml:space="preserve" x="4138" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1047 Jahre</text>
			<text xml:space="preserve" x="4116" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_177">
			<rect x="4332" y="649" width="275" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4328" y="645" width="271" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4338" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Theophylakt III. von Tusculum</text>
			<text xml:space="preserve" x="4338" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom (Tusculum)</text>
			<text xml:space="preserve" x="4338" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1047-1048</text>
			<text xml:space="preserve" x="4338" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3. Pontifikat, Legitimität unklar</text>
			<rect x="4332" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4328" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4337" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4338" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4338" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4117" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4113" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4122" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4123" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4120" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4120" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4142" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1047 Jahre</text>
			<text xml:space="preserve" x="4142" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1048 Jahre</text>
			<text xml:space="preserve" x="4120" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_178">
			<rect x="4336" y="679" width="408" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4332" y="675" width="404" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4342" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Poppo von Brixen</text>
			<text xml:space="preserve" x="4342" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Herzogtum Bayern, Pildenau</text>
			<text xml:space="preserve" x="4342" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1048</text>
			<text xml:space="preserve" x="4342" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">24 Tage</text>
			<rect x="4336" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4332" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4341" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4342" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4342" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4121" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4117" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4126" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4127" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4124" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4124" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4146" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1048 Jahre</text>
			<text xml:space="preserve" x="4146" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1049 Jahre</text>
			<text xml:space="preserve" x="4124" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_179">
			<rect x="4340" y="709" width="1122" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4336" y="705" width="1118" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4346" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bruno Graf von Egisheim-Dagsburg</text>
			<text xml:space="preserve" x="4346" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Herzogtum Schwaben, Eguisheim</text>
			<text xml:space="preserve" x="4346" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1049-1054</text>
			<text xml:space="preserve" x="4346" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 2 Monate 7 Tage</text>
			<text xml:space="preserve" x="4346" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Leitete durch seinen Bann über den Ökumenischen Patriarchen das Schisma von 1054 ein, in der römischen Kirche als Morgenländisches Schisma bezeichnet.[12]</text>
			<rect x="4340" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4336" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4345" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4346" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4346" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5482" y="711" width="86" height="79" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5474" y="702" width="80" height="73" xlink:href="./Daten/ONr_179_QuickBild.jpg">
				<title>./Daten/ONr_179_QuickBild.jpg</title></image>
			<rect x="5471" y="702" width="86" height="76" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4125" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4121" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4130" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4131" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4128" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4128" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4150" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1049 Jahre</text>
			<text xml:space="preserve" x="4150" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1054 Jahre</text>
			<text xml:space="preserve" x="4128" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_180">
			<rect x="4364" y="439" width="338" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4360" y="435" width="334" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4370" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gebhard von Eichstätt</text>
			<text xml:space="preserve" x="4370" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Herzogtum Bayern</text>
			<text xml:space="preserve" x="4370" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1055-1057</text>
			<text xml:space="preserve" x="4370" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 3 Monate 15 Tage</text>
			<rect x="4364" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4360" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4369" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4370" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4370" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4722" y="441" width="86" height="76" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="4714" y="432" width="80" height="70" xlink:href="./Daten/ONr_180_QuickBild.jpg">
				<title>./Daten/ONr_180_QuickBild.jpg</title></image>
			<rect x="4711" y="432" width="86" height="73" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4149" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4145" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4154" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4155" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4152" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4152" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4174" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1055 Jahre</text>
			<text xml:space="preserve" x="4174" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1057 Jahre</text>
			<text xml:space="preserve" x="4152" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_181">
			<rect x="4372" y="469" width="296" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4368" y="465" width="292" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4378" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Friedrich von Lothringen</text>
			<text xml:space="preserve" x="4378" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Lothringen</text>
			<text xml:space="preserve" x="4378" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1057-1058</text>
			<text xml:space="preserve" x="4378" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Monate 26 Tage</text>
			<rect x="4372" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4368" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4377" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4378" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4378" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4157" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4153" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4162" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4163" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4160" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4160" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4182" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1057 Jahre</text>
			<text xml:space="preserve" x="4182" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1058 Jahre</text>
			<text xml:space="preserve" x="4160" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_182">
			<rect x="4376" y="529" width="240" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4372" y="525" width="236" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4382" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovanni Mincio von Tusculum</text>
			<text xml:space="preserve" x="4382" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom (Tusculum)</text>
			<text xml:space="preserve" x="4382" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1058-1060</text>
			<text xml:space="preserve" x="4382" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4376" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4372" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4381" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4382" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4382" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4161" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4157" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4166" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4167" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4164" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4164" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4186" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1058 Jahre</text>
			<text xml:space="preserve" x="4186" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1060 Jahre</text>
			<text xml:space="preserve" x="4164" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_183">
			<rect x="4388" y="559" width="338" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4384" y="555" width="334" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4394" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Anselmo da Baggio</text>
			<text xml:space="preserve" x="4394" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Mailand</text>
			<text xml:space="preserve" x="4394" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1061-1073</text>
			<text xml:space="preserve" x="4394" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre 6 Monate 20 Tage</text>
			<rect x="4388" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4384" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4393" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4394" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4394" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4173" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4169" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4178" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4179" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4176" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4176" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4198" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1061 Jahre</text>
			<text xml:space="preserve" x="4198" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1073 Jahre</text>
			<text xml:space="preserve" x="4176" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_184">
			<rect x="4388" y="589" width="331" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4384" y="585" width="327" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4394" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pietro Cadalus von Parma</text>
			<text xml:space="preserve" x="4394" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Verona</text>
			<text xml:space="preserve" x="4394" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1061-1064</text>
			<text xml:space="preserve" x="4394" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4388" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4384" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4393" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4394" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4394" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4173" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4169" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4178" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4179" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4176" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4176" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4198" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1061 Jahre</text>
			<text xml:space="preserve" x="4198" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1064 Jahre</text>
			<text xml:space="preserve" x="4176" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_185">
			<rect x="4436" y="619" width="660" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4432" y="615" width="656" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4442" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Hildebrand von Sovana</text>
			<text xml:space="preserve" x="4442" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Sovana</text>
			<text xml:space="preserve" x="4442" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1073-1085</text>
			<text xml:space="preserve" x="4442" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre 1 Monat 3 Tage</text>
			<text xml:space="preserve" x="4442" y="688" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Belegte König Heinrich IV. mit dem Kirchenbann (Gang nach Canossa), Heiligsprechung 1606</text>
			<rect x="4436" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4432" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4441" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4442" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4442" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5116" y="621" width="73" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5108" y="612" width="67" height="80" xlink:href="./Daten/ONr_185_QuickBild.jpg">
				<title>./Daten/ONr_185_QuickBild.jpg</title></image>
			<rect x="5105" y="612" width="73" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4221" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4217" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4226" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4227" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4224" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4224" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4246" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1073 Jahre</text>
			<text xml:space="preserve" x="4246" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1085 Jahre</text>
			<text xml:space="preserve" x="4224" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_186">
			<rect x="4480" y="649" width="450" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4476" y="645" width="446" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4486" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Wibert von Ravenna</text>
			<text xml:space="preserve" x="4486" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Parma</text>
			<text xml:space="preserve" x="4486" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1084-1100</text>
			<text xml:space="preserve" x="4486" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wurde 1080 auf der Synode in Brixen zum Gegenpapst ernannt</text>
			<rect x="4480" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4476" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4485" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4486" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4486" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4950" y="651" width="84" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="4942" y="642" width="78" height="80" xlink:href="./Daten/ONr_186_QuickBild.jpg">
				<title>./Daten/ONr_186_QuickBild.jpg</title></image>
			<rect x="4939" y="642" width="84" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4265" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4261" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4270" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4271" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4268" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4268" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4290" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1084 Jahre</text>
			<text xml:space="preserve" x="4290" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1100 Jahre</text>
			<text xml:space="preserve" x="4268" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">16 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_187">
			<rect x="4488" y="679" width="247" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4484" y="675" width="243" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4494" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Dauferius</text>
			<text xml:space="preserve" x="4494" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Fürstentum Benevent, Benevent</text>
			<text xml:space="preserve" x="4494" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1086-1087</text>
			<text xml:space="preserve" x="4494" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 3 Monate 23 Tage</text>
			<text xml:space="preserve" x="4494" y="748" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Als Seliger 1887 bestätigt</text>
			<rect x="4488" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4484" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4493" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4494" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4494" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4755" y="681" width="86" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="4747" y="672" width="80" height="80" xlink:href="./Daten/ONr_187_QuickBild.jpg">
				<title>./Daten/ONr_187_QuickBild.jpg</title></image>
			<rect x="4744" y="672" width="86" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4273" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4269" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4278" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4279" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4276" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4276" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4298" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1086 Jahre</text>
			<text xml:space="preserve" x="4298" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1087 Jahre</text>
			<text xml:space="preserve" x="4276" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_188">
			<rect x="4496" y="709" width="436" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4492" y="705" width="432" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4502" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Odo de Chatillon</text>
			<text xml:space="preserve" x="4502" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich</text>
			<text xml:space="preserve" x="4502" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1088-1099</text>
			<text xml:space="preserve" x="4502" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre 4 Monate 17 Tage</text>
			<text xml:space="preserve" x="4502" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Rief zum ersten Kreuzzug auf, als Seliger 1881 bestätigt</text>
			<rect x="4496" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4492" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4501" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4502" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4502" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4281" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4277" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4286" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4287" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4284" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4284" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4306" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1088 Jahre</text>
			<text xml:space="preserve" x="4306" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1099 Jahre</text>
			<text xml:space="preserve" x="4284" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_189">
			<rect x="4540" y="439" width="282" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4536" y="435" width="278" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4546" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Raniero di Bieda</text>
			<text xml:space="preserve" x="4546" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Bleda di Santa Sofia</text>
			<text xml:space="preserve" x="4546" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1099-1118</text>
			<text xml:space="preserve" x="4546" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre 4 Monate 8 Tage</text>
			<rect x="4540" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4536" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4545" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4546" y="368" 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="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4325" y="369" 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="365" 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="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4331" y="368" 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="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4328" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4350" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1099 Jahre</text>
			<text xml:space="preserve" x="4350" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1118 Jahre</text>
			<text xml:space="preserve" x="4328" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">19 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_190">
			<rect x="4544" y="469" width="114" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4540" y="465" width="110" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4550" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Theoderich</text>
			<text xml:space="preserve" x="4550" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1100</text>
			<text xml:space="preserve" x="4550" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4544" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4540" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4549" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4550" y="398" 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="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4329" y="399" 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="395" 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="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4335" y="398" 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="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4332" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4354" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1100 Jahre</text>
			<text xml:space="preserve" x="4354" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1101 Jahre</text>
			<text xml:space="preserve" x="4332" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_191">
			<rect x="4552" y="499" width="163" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4548" y="495" width="159" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4558" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Albert von Sabina</text>
			<text xml:space="preserve" x="4558" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1102</text>
			<text xml:space="preserve" x="4558" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4552" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4548" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4557" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4558" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4558" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4337" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4333" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4342" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4343" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4340" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4340" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4362" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1102 Jahre</text>
			<text xml:space="preserve" x="4362" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1103 Jahre</text>
			<text xml:space="preserve" x="4340" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_192">
			<rect x="4564" y="529" width="114" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4560" y="525" width="110" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4570" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Maginulf</text>
			<text xml:space="preserve" x="4570" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1105-1111</text>
			<text xml:space="preserve" x="4570" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4564" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4560" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4569" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4570" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4570" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4349" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4345" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4354" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4355" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4352" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4352" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4374" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1105 Jahre</text>
			<text xml:space="preserve" x="4374" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1111 Jahre</text>
			<text xml:space="preserve" x="4352" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_193">
			<rect x="4616" y="559" width="205" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4612" y="555" width="201" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4622" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Johannes Coniulo</text>
			<text xml:space="preserve" x="4622" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Fürstentum Capua, Gaeta</text>
			<text xml:space="preserve" x="4622" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1118-1119</text>
			<rect x="4616" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4612" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4621" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4622" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4622" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4401" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4397" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4406" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4407" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4404" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4404" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4426" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1118 Jahre</text>
			<text xml:space="preserve" x="4426" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1119 Jahre</text>
			<text xml:space="preserve" x="4404" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_194">
			<rect x="4616" y="589" width="170" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4612" y="585" width="166" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4622" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Mauritius Burdinus</text>
			<text xml:space="preserve" x="4622" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1118-1121</text>
			<text xml:space="preserve" x="4622" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4616" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4612" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4621" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4622" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4622" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4401" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4397" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4406" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4407" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4404" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4404" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4426" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1118 Jahre</text>
			<text xml:space="preserve" x="4426" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1121 Jahre</text>
			<text xml:space="preserve" x="4404" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_195">
			<rect x="4620" y="619" width="415" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4616" y="615" width="411" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4626" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Guido Graf von Burgund</text>
			<text xml:space="preserve" x="4626" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Königreich Burgund, Quingey</text>
			<text xml:space="preserve" x="4626" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1119-1124</text>
			<text xml:space="preserve" x="4626" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 10 Monate 11 Tage</text>
			<text xml:space="preserve" x="4626" y="688" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Erstes Laterankonzil, 1123</text>
			<rect x="4620" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4616" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4625" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4626" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4626" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5055" y="621" width="86" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5047" y="612" width="80" height="80" xlink:href="./Daten/ONr_195_QuickBild.jpg">
				<title>./Daten/ONr_195_QuickBild.jpg</title></image>
			<rect x="5044" y="612" width="86" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4405" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4401" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4410" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4411" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4408" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4408" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4430" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1119 Jahre</text>
			<text xml:space="preserve" x="4430" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1124 Jahre</text>
			<text xml:space="preserve" x="4408" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_196">
			<rect x="4640" y="649" width="170" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4636" y="645" width="166" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4646" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Tebaldo Buccapecus</text>
			<text xml:space="preserve" x="4646" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4646" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1124</text>
			<text xml:space="preserve" x="4646" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Tag</text>
			<text xml:space="preserve" x="4646" y="718" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Papstelekt</text>
			<rect x="4640" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4636" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4645" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4646" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4646" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4425" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4421" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4430" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4431" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4428" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4428" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4450" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1124 Jahre</text>
			<text xml:space="preserve" x="4450" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1125 Jahre</text>
			<text xml:space="preserve" x="4428" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_197">
			<rect x="4640" y="679" width="205" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4636" y="675" width="201" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4646" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Lamberto</text>
			<text xml:space="preserve" x="4646" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Bologna</text>
			<text xml:space="preserve" x="4646" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1124-1130</text>
			<text xml:space="preserve" x="4646" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 1 Monat 29 Tage</text>
			<rect x="4640" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4636" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4645" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4646" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4646" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4425" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4421" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4430" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4431" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4428" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4428" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4450" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1124 Jahre</text>
			<text xml:space="preserve" x="4450" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1130 Jahre</text>
			<text xml:space="preserve" x="4428" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_198">
			<rect x="4664" y="709" width="233" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4660" y="705" width="229" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4670" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gregorio Papareschi</text>
			<text xml:space="preserve" x="4670" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4670" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1130-1143</text>
			<text xml:space="preserve" x="4670" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre 7 Monate 10 Tage</text>
			<text xml:space="preserve" x="4670" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zweites Laterankonzil, 1139</text>
			<rect x="4664" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4660" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4669" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4670" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4670" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4917" y="711" width="65" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="4909" y="702" width="59" height="80" xlink:href="./Daten/ONr_198_QuickBild.jpg">
				<title>./Daten/ONr_198_QuickBild.jpg</title></image>
			<rect x="4906" y="702" width="65" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4449" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4445" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4454" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4455" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4452" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4452" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4474" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1130 Jahre</text>
			<text xml:space="preserve" x="4474" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1143 Jahre</text>
			<text xml:space="preserve" x="4452" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_199">
			<rect x="4664" y="439" width="219" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4660" y="435" width="215" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4670" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pietro Pierleoni</text>
			<text xml:space="preserve" x="4670" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4670" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1130-1138</text>
			<text xml:space="preserve" x="4670" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre 11 Monate 11 Tage</text>
			<text xml:space="preserve" x="4670" y="508" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4664" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4660" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4669" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4670" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4670" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4449" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4445" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4454" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4455" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4452" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4452" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4474" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1130 Jahre</text>
			<text xml:space="preserve" x="4474" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1138 Jahre</text>
			<text xml:space="preserve" x="4452" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_200">
			<rect x="4696" y="469" width="226" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4692" y="465" width="222" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4702" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gregorio Conti von Ceccano</text>
			<text xml:space="preserve" x="4702" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1138</text>
			<text xml:space="preserve" x="4702" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4696" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4692" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4701" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4702" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4702" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4481" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4477" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4486" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4487" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4484" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4484" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4506" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1138 Jahre</text>
			<text xml:space="preserve" x="4506" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1139 Jahre</text>
			<text xml:space="preserve" x="4484" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_201">
			<rect x="4716" y="499" width="261" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4712" y="495" width="257" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4722" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Guido de Castello</text>
			<text xml:space="preserve" x="4722" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Città di Castello</text>
			<text xml:space="preserve" x="4722" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1143-1144</text>
			<text xml:space="preserve" x="4722" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Monate 13 Tage</text>
			<rect x="4716" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4712" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4721" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4722" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4722" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4501" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4497" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4506" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4507" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4504" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4504" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4526" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1143 Jahre</text>
			<text xml:space="preserve" x="4526" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1144 Jahre</text>
			<text xml:space="preserve" x="4504" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_202">
			<rect x="4720" y="529" width="247" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4716" y="525" width="243" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4726" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gerardo Caccianemici dal Orso</text>
			<text xml:space="preserve" x="4726" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Bologna</text>
			<text xml:space="preserve" x="4726" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1144-1145</text>
			<text xml:space="preserve" x="4726" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Monate 3 Tage</text>
			<rect x="4720" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4716" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4725" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4726" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4726" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4505" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4501" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4510" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4511" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4508" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4508" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4530" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1144 Jahre</text>
			<text xml:space="preserve" x="4530" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1145 Jahre</text>
			<text xml:space="preserve" x="4508" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_203">
			<rect x="4724" y="559" width="317" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4720" y="555" width="313" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4730" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bernhard</text>
			<text xml:space="preserve" x="4730" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Pisa</text>
			<text xml:space="preserve" x="4730" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1145-1153</text>
			<text xml:space="preserve" x="4730" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre 4 Monate 23 Tage</text>
			<text xml:space="preserve" x="4730" y="628" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Als Seliger 1872 bestätigt</text>
			<rect x="4724" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4720" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4729" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4730" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4730" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4509" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4505" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4514" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4515" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4512" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4512" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4534" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1145 Jahre</text>
			<text xml:space="preserve" x="4534" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1153 Jahre</text>
			<text xml:space="preserve" x="4512" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_204">
			<rect x="4756" y="589" width="247" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4752" y="585" width="243" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4762" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Corrado Demetri della Suburra</text>
			<text xml:space="preserve" x="4762" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4762" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1153-1154</text>
			<text xml:space="preserve" x="4762" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 4 Monate 21 Tage</text>
			<rect x="4756" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4752" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4761" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4762" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4762" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4541" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4537" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4546" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4547" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4544" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4544" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4566" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1153 Jahre</text>
			<text xml:space="preserve" x="4566" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1154 Jahre</text>
			<text xml:space="preserve" x="4544" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_205">
			<rect x="4760" y="619" width="282" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4756" y="615" width="278" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4766" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nikolas Breakspear</text>
			<text xml:space="preserve" x="4766" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Königreich England, Abbots Langley</text>
			<text xml:space="preserve" x="4766" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1154-1159</text>
			<text xml:space="preserve" x="4766" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 8 Monate 28 Tage</text>
			<text xml:space="preserve" x="4766" y="688" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Einziger englischer Papst</text>
			<rect x="4760" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4756" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4765" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4766" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4766" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4545" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4541" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4550" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4551" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4548" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4548" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4570" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1154 Jahre</text>
			<text xml:space="preserve" x="4570" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1159 Jahre</text>
			<text xml:space="preserve" x="4548" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_206">
			<rect x="4780" y="649" width="611" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4776" y="645" width="607" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4786" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Rolando Bandinelli</text>
			<text xml:space="preserve" x="4786" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Siena</text>
			<text xml:space="preserve" x="4786" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1159-1181</text>
			<text xml:space="preserve" x="4786" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre 11 Monate 23 Tage</text>
			<text xml:space="preserve" x="4786" y="718" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Drittes Laterankonzil, 1179, Siebtlängstes Pontifikat der Geschichte (8029 Tage).</text>
			<rect x="4780" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4776" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4785" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4786" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4786" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4565" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4561" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4570" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4571" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4568" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4568" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4590" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1159 Jahre</text>
			<text xml:space="preserve" x="4590" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1181 Jahre</text>
			<text xml:space="preserve" x="4568" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">22 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_207">
			<rect x="4780" y="679" width="212" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4776" y="675" width="208" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4786" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Octaviano de Montecello</text>
			<text xml:space="preserve" x="4786" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4786" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1159-1164</text>
			<text xml:space="preserve" x="4786" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 8 Monate 13 Tage</text>
			<text xml:space="preserve" x="4786" y="748" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4780" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4776" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4785" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4786" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4786" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4565" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4561" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4570" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4571" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4568" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4568" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4590" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1159 Jahre</text>
			<text xml:space="preserve" x="4590" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1164 Jahre</text>
			<text xml:space="preserve" x="4568" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_208">
			<rect x="4800" y="709" width="324" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4796" y="705" width="320" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4806" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Guido von Crema</text>
			<text xml:space="preserve" x="4806" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Crema</text>
			<text xml:space="preserve" x="4806" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1164-1168</text>
			<text xml:space="preserve" x="4806" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 4 Monate 29 Tage</text>
			<text xml:space="preserve" x="4806" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4800" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4796" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4805" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4806" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4806" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4585" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4581" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4590" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4591" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4588" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4588" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4610" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1164 Jahre</text>
			<text xml:space="preserve" x="4610" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1168 Jahre</text>
			<text xml:space="preserve" x="4588" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_209">
			<rect x="4816" y="439" width="331" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4812" y="435" width="327" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4822" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Johannes von Struma</text>
			<text xml:space="preserve" x="4822" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Arezzo</text>
			<text xml:space="preserve" x="4822" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1168-1178</text>
			<text xml:space="preserve" x="4822" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre 9 Monate 9 Tage</text>
			<text xml:space="preserve" x="4822" y="508" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4816" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4812" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4821" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4822" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4822" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4601" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4597" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4606" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4607" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4604" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4604" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4626" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1168 Jahre</text>
			<text xml:space="preserve" x="4626" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1178 Jahre</text>
			<text xml:space="preserve" x="4604" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_210">
			<rect x="4860" y="469" width="177" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4856" y="465" width="173" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4866" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Lando von Sezze</text>
			<text xml:space="preserve" x="4866" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Sezze</text>
			<text xml:space="preserve" x="4866" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1179-1180</text>
			<text xml:space="preserve" x="4866" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Monate (?)</text>
			<text xml:space="preserve" x="4866" y="538" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst</text>
			<rect x="4860" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4856" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4865" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4866" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4866" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4645" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4641" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4650" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4651" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4648" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4648" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4670" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1179 Jahre</text>
			<text xml:space="preserve" x="4670" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1180 Jahre</text>
			<text xml:space="preserve" x="4648" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_211">
			<rect x="4868" y="499" width="324" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4864" y="495" width="320" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4874" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ubaldo</text>
			<text xml:space="preserve" x="4874" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Lucca</text>
			<text xml:space="preserve" x="4874" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1181-1185</text>
			<text xml:space="preserve" x="4874" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 2 Monate 24 Tage</text>
			<rect x="4868" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4864" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4873" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4874" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4874" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5212" y="501" width="76" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5204" y="492" width="70" height="80" xlink:href="./Daten/ONr_211_QuickBild.jpg">
				<title>./Daten/ONr_211_QuickBild.jpg</title></image>
			<rect x="5201" y="492" width="76" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4653" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4649" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4658" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4659" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4656" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4656" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4678" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1181 Jahre</text>
			<text xml:space="preserve" x="4678" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1185 Jahre</text>
			<text xml:space="preserve" x="4656" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_212">
			<rect x="4884" y="529" width="338" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4880" y="525" width="334" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4890" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Humbert Crivelli</text>
			<text xml:space="preserve" x="4890" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Mailand</text>
			<text xml:space="preserve" x="4890" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1185-1187</text>
			<text xml:space="preserve" x="4890" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 10 Monate 25 Tage</text>
			<rect x="4884" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4880" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4889" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4890" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4890" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4669" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4665" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4674" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4675" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4672" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4672" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4694" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1185 Jahre</text>
			<text xml:space="preserve" x="4694" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1187 Jahre</text>
			<text xml:space="preserve" x="4672" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_213">
			<rect x="4892" y="559" width="177" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4888" y="555" width="173" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4898" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Albertus de Morra</text>
			<text xml:space="preserve" x="4898" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Fürstentum Benevent</text>
			<text xml:space="preserve" x="4898" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1187</text>
			<text xml:space="preserve" x="4898" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Monat 26 Tage</text>
			<rect x="4892" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4888" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4897" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4898" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4898" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4677" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4673" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4682" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4683" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4680" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4680" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4702" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1187 Jahre</text>
			<text xml:space="preserve" x="4702" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1188 Jahre</text>
			<text xml:space="preserve" x="4680" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_214">
			<rect x="4892" y="589" width="212" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4888" y="585" width="208" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4898" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Paolo Scolari</text>
			<text xml:space="preserve" x="4898" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4898" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1187-1191</text>
			<text xml:space="preserve" x="4898" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 3 Monate 11 Tage</text>
			<rect x="4892" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4888" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4897" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4898" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4898" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4677" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4673" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4682" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4683" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4680" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4680" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4702" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1187 Jahre</text>
			<text xml:space="preserve" x="4702" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1191 Jahre</text>
			<text xml:space="preserve" x="4680" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_215">
			<rect x="4908" y="619" width="205" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4904" y="615" width="201" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4914" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giacinto Bobone Orsini</text>
			<text xml:space="preserve" x="4914" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="4914" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1191-1198</text>
			<text xml:space="preserve" x="4914" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre 9 Monate 9 Tage</text>
			<rect x="4908" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4904" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4913" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4914" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4914" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5133" y="621" width="86" height="85" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5125" y="612" width="80" height="79" xlink:href="./Daten/ONr_215_QuickBild.jpg">
				<title>./Daten/ONr_215_QuickBild.jpg</title></image>
			<rect x="5122" y="612" width="86" height="82" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4693" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4689" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4698" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4699" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4696" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4696" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4718" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1191 Jahre</text>
			<text xml:space="preserve" x="4718" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1198 Jahre</text>
			<text xml:space="preserve" x="4696" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_216">
			<rect x="4936" y="649" width="261" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4932" y="645" width="257" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4942" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Lothar Conti di Segni</text>
			<text xml:space="preserve" x="4942" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Kastell Gavignano</text>
			<text xml:space="preserve" x="4942" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1198-1216</text>
			<text xml:space="preserve" x="4942" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre 6 Monate 8 Tage</text>
			<text xml:space="preserve" x="4942" y="718" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Viertes Laterankonzil, 1215</text>
			<rect x="4936" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4932" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4941" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4942" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4942" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5217" y="651" width="69" height="85" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5209" y="642" width="63" height="79" xlink:href="./Daten/ONr_216_QuickBild.jpg">
				<title>./Daten/ONr_216_QuickBild.jpg</title></image>
			<rect x="5206" y="642" width="69" height="82" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4721" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4717" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4726" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4727" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4724" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4724" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4746" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1198 Jahre</text>
			<text xml:space="preserve" x="4746" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1216 Jahre</text>
			<text xml:space="preserve" x="4724" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_217">
			<rect x="5008" y="679" width="548" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5004" y="675" width="544" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5014" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Cencio</text>
			<text xml:space="preserve" x="5014" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="5014" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1216-1227</text>
			<text xml:space="preserve" x="5014" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre 8 Monate</text>
			<text xml:space="preserve" x="5014" y="748" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">bestätigte die Ordensregeln der Dominikaner, Franziskaner und Karmeliten</text>
			<rect x="5008" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5004" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5013" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5014" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5014" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5576" y="681" width="86" height="84" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5568" y="672" width="80" height="78" xlink:href="./Daten/ONr_217_QuickBild.jpg">
				<title>./Daten/ONr_217_QuickBild.jpg</title></image>
			<rect x="5565" y="672" width="86" height="81" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4793" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4789" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4798" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4799" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4796" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4796" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4818" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1216 Jahre</text>
			<text xml:space="preserve" x="4818" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1227 Jahre</text>
			<text xml:space="preserve" x="4796" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_218">
			<rect x="5052" y="709" width="247" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5048" y="705" width="243" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5058" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ugolino Conti di Segni</text>
			<text xml:space="preserve" x="5058" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Anagni</text>
			<text xml:space="preserve" x="5058" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1227-1241</text>
			<text xml:space="preserve" x="5058" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre 5 Monate3 Tage</text>
			<text xml:space="preserve" x="5058" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Neffe von Papst Innozenz III.</text>
			<rect x="5052" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5048" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5057" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5058" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5058" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5319" y="711" width="86" height="82" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5311" y="702" width="80" height="76" xlink:href="./Daten/ONr_218_QuickBild.jpg">
				<title>./Daten/ONr_218_QuickBild.jpg</title></image>
			<rect x="5308" y="702" width="86" height="79" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4837" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4833" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4842" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4843" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4840" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4840" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4862" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1227 Jahre</text>
			<text xml:space="preserve" x="4862" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1241 Jahre</text>
			<text xml:space="preserve" x="4840" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_219">
			<rect x="5108" y="439" width="541" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5104" y="435" width="537" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5114" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Goffredo Castiglione</text>
			<text xml:space="preserve" x="5114" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Mailand</text>
			<text xml:space="preserve" x="5114" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1241</text>
			<text xml:space="preserve" x="5114" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">17 Tage</text>
			<text xml:space="preserve" x="5114" y="508" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Viertkürzestes Pontifikat der Geschichte (17 Tage), starb vor der Weihe</text>
			<rect x="5108" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5104" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5113" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5114" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5114" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4893" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4889" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4898" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4899" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4896" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4896" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4918" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1241 Jahre</text>
			<text xml:space="preserve" x="4918" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1242 Jahre</text>
			<text xml:space="preserve" x="4896" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_220">
			<rect x="5108" y="469" width="107" height="58" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5104" y="465" width="103" height="54" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5114" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1241-1243</text>
			<rect x="5108" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5104" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5113" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5114" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5114" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4893" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4889" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4898" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4899" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4896" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4896" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4918" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1241 Jahre</text>
			<text xml:space="preserve" x="4918" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1243 Jahre</text>
			<text xml:space="preserve" x="4896" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_221">
			<rect x="5116" y="499" width="324" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5112" y="495" width="320" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5122" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sinibald Fieschi</text>
			<text xml:space="preserve" x="5122" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Genua</text>
			<text xml:space="preserve" x="5122" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1243-1254</text>
			<text xml:space="preserve" x="5122" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre 5 Monate 12 Tage</text>
			<text xml:space="preserve" x="5122" y="568" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Erstes Konzil von Lyon, 1245</text>
			<rect x="5116" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5112" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5121" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5122" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5122" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5460" y="501" width="85" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5452" y="492" width="79" height="80" xlink:href="./Daten/ONr_221_QuickBild.jpg">
				<title>./Daten/ONr_221_QuickBild.jpg</title></image>
			<rect x="5449" y="492" width="85" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4901" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4897" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4906" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4907" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4904" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4904" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4926" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1243 Jahre</text>
			<text xml:space="preserve" x="4926" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1254 Jahre</text>
			<text xml:space="preserve" x="4904" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_222">
			<rect x="5160" y="529" width="226" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5156" y="525" width="222" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5166" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Rainald Graf Segni</text>
			<text xml:space="preserve" x="5166" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Anagni</text>
			<text xml:space="preserve" x="5166" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1254-1261</text>
			<text xml:space="preserve" x="5166" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre 5 Monate 13 Tage</text>
			<text xml:space="preserve" x="5166" y="598" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Neffe von Papst Gregor IX.</text>
			<rect x="5160" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5156" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5165" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5166" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5166" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4945" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4941" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4950" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4951" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4948" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4948" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4970" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1254 Jahre</text>
			<text xml:space="preserve" x="4970" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1261 Jahre</text>
			<text xml:space="preserve" x="4948" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_223">
			<rect x="5188" y="559" width="198" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5184" y="555" width="194" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5194" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Jacques Pantaléon</text>
			<text xml:space="preserve" x="5194" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich, Troyes</text>
			<text xml:space="preserve" x="5194" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1261-1264</text>
			<text xml:space="preserve" x="5194" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 1 Monat 3 Tage</text>
			<rect x="5188" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5184" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5193" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5194" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5194" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4973" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4969" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4978" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4979" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4976" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4976" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4998" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1261 Jahre</text>
			<text xml:space="preserve" x="4998" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1264 Jahre</text>
			<text xml:space="preserve" x="4976" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_224">
			<rect x="5204" y="589" width="261" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5200" y="585" width="257" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5210" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gui Foucois</text>
			<text xml:space="preserve" x="5210" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich, Saint-Gilles (Gard)</text>
			<text xml:space="preserve" x="5210" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1265-1268</text>
			<text xml:space="preserve" x="5210" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 9 Monate 24 Tage</text>
			<rect x="5204" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5200" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5209" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5210" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5210" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5485" y="591" width="86" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5477" y="582" width="80" height="80" xlink:href="./Daten/ONr_224_QuickBild.jpg">
				<title>./Daten/ONr_224_QuickBild.jpg</title></image>
			<rect x="5474" y="582" width="86" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4989" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4985" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4994" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4995" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4992" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4992" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5014" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1265 Jahre</text>
			<text xml:space="preserve" x="5014" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1268 Jahre</text>
			<text xml:space="preserve" x="4992" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_225">
			<rect x="5216" y="619" width="107" height="58" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5212" y="615" width="103" height="54" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5222" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1268-1271</text>
			<rect x="5216" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5212" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5221" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5222" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5222" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5001" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4997" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5006" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5007" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5004" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5004" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5026" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1268 Jahre</text>
			<text xml:space="preserve" x="5026" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1271 Jahre</text>
			<text xml:space="preserve" x="5004" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_226">
			<rect x="5228" y="649" width="443" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5224" y="645" width="439" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5234" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Tebaldo Visconti</text>
			<text xml:space="preserve" x="5234" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Piacenza</text>
			<text xml:space="preserve" x="5234" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1271-1276</text>
			<text xml:space="preserve" x="5234" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 4 Monate 9 Tage</text>
			<text xml:space="preserve" x="5234" y="718" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zweites Konzil von Lyon, 1274, als Seliger 1713 bestätigt</text>
			<rect x="5228" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5224" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5233" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5234" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5234" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5691" y="651" width="63" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5683" y="642" width="57" height="80" xlink:href="./Daten/ONr_226_QuickBild.jpg">
				<title>./Daten/ONr_226_QuickBild.jpg</title></image>
			<rect x="5680" y="642" width="63" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5013" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5009" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5018" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5019" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5016" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5016" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5038" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1271 Jahre</text>
			<text xml:space="preserve" x="5038" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1276 Jahre</text>
			<text xml:space="preserve" x="5016" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_227">
			<rect x="5248" y="679" width="275" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5244" y="675" width="271" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5254" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pierre de Tarentaise</text>
			<text xml:space="preserve" x="5254" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Savoyen</text>
			<text xml:space="preserve" x="5254" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1276</text>
			<text xml:space="preserve" x="5254" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Monate 1 Tag</text>
			<text xml:space="preserve" x="5254" y="748" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seligsprechung 1898</text>
			<rect x="5248" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5244" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5253" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5254" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5254" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5033" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5029" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5038" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5039" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5036" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5036" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5058" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1276 Jahre</text>
			<text xml:space="preserve" x="5058" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1277 Jahre</text>
			<text xml:space="preserve" x="5036" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_228">
			<rect x="5248" y="709" width="324" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5244" y="705" width="320" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5254" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ottobono Fieschi</text>
			<text xml:space="preserve" x="5254" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Genua</text>
			<text xml:space="preserve" x="5254" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1276</text>
			<text xml:space="preserve" x="5254" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">38 Tage</text>
			<text xml:space="preserve" x="5254" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Starb vor der Weihe</text>
			<rect x="5248" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5244" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5253" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5254" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5254" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5033" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5029" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5038" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5039" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5036" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5036" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5058" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1276 Jahre</text>
			<text xml:space="preserve" x="5058" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1277 Jahre</text>
			<text xml:space="preserve" x="5036" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_229">
			<rect x="5248" y="439" width="156" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5244" y="435" width="152" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5254" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Petrus Juliani</text>
			<text xml:space="preserve" x="5254" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Portugal</text>
			<text xml:space="preserve" x="5254" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1276-1277</text>
			<text xml:space="preserve" x="5254" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Monate 12 Tage</text>
			<rect x="5248" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5244" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5253" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5254" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5254" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5033" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5029" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5038" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5039" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5036" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5036" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5058" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1276 Jahre</text>
			<text xml:space="preserve" x="5058" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1277 Jahre</text>
			<text xml:space="preserve" x="5036" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_230">
			<rect x="5252" y="469" width="212" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5248" y="465" width="208" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5258" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovanni Gaetano Orsini</text>
			<text xml:space="preserve" x="5258" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="5258" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1277-1280</text>
			<text xml:space="preserve" x="5258" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 8 Monate 28 Tage</text>
			<rect x="5252" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5248" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5257" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5258" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5258" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5484" y="471" width="69" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5476" y="462" width="63" height="80" xlink:href="./Daten/ONr_230_QuickBild.jpg">
				<title>./Daten/ONr_230_QuickBild.jpg</title></image>
			<rect x="5473" y="462" width="69" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5037" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5033" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5042" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5043" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5040" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5040" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5062" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1277 Jahre</text>
			<text xml:space="preserve" x="5062" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1280 Jahre</text>
			<text xml:space="preserve" x="5040" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_231">
			<rect x="5268" y="499" width="198" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5264" y="495" width="194" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5274" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Simon de Brion</text>
			<text xml:space="preserve" x="5274" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich</text>
			<text xml:space="preserve" x="5274" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1281-1285</text>
			<text xml:space="preserve" x="5274" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 1 Monat 6 Tage</text>
			<rect x="5268" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5264" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5273" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5274" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5274" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5053" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5049" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5058" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5059" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5056" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5056" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5078" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1281 Jahre</text>
			<text xml:space="preserve" x="5078" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1285 Jahre</text>
			<text xml:space="preserve" x="5056" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_232">
			<rect x="5284" y="529" width="233" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5280" y="525" width="229" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5290" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giacomo Savelli</text>
			<text xml:space="preserve" x="5290" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="5290" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1285-1287</text>
			<text xml:space="preserve" x="5290" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 1 Tag</text>
			<text xml:space="preserve" x="5290" y="598" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Großneffe von Honorius III.</text>
			<rect x="5284" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5280" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5289" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5290" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5290" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5537" y="531" width="67" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5529" y="522" width="61" height="80" xlink:href="./Daten/ONr_232_QuickBild.jpg">
				<title>./Daten/ONr_232_QuickBild.jpg</title></image>
			<rect x="5526" y="522" width="67" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5069" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5065" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5074" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5075" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5072" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5072" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5094" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1285 Jahre</text>
			<text xml:space="preserve" x="5094" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1287 Jahre</text>
			<text xml:space="preserve" x="5072" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_233">
			<rect x="5296" y="559" width="205" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5292" y="555" width="201" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5302" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Girolamo Masci</text>
			<text xml:space="preserve" x="5302" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Lisciano</text>
			<text xml:space="preserve" x="5302" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1288-1292</text>
			<text xml:space="preserve" x="5302" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 1 Monat 13 Tage</text>
			<rect x="5296" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5292" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5301" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5302" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5302" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5521" y="561" width="82" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5513" y="552" width="76" height="80" xlink:href="./Daten/ONr_233_QuickBild.jpg">
				<title>./Daten/ONr_233_QuickBild.jpg</title></image>
			<rect x="5510" y="552" width="82" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5081" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5077" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5086" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5087" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5084" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5084" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5106" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1288 Jahre</text>
			<text xml:space="preserve" x="5106" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1292 Jahre</text>
			<text xml:space="preserve" x="5084" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_234">
			<rect x="5312" y="589" width="107" height="58" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5308" y="585" width="103" height="54" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5318" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1292-1294</text>
			<rect x="5312" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5308" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5317" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5318" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5318" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5097" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5093" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5102" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5103" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5100" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5100" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5122" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1292 Jahre</text>
			<text xml:space="preserve" x="5122" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1294 Jahre</text>
			<text xml:space="preserve" x="5100" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_235">
			<rect x="5320" y="619" width="611" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5316" y="615" width="607" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5326" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pietro del Murrone</text>
			<text xml:space="preserve" x="5326" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Königreich Sizilien, Sant''Angelo Limosano'</text>
			<text xml:space="preserve" x="5326" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1294</text>
			<text xml:space="preserve" x="5326" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Monate 5 Tage</text>
			<text xml:space="preserve" x="5326" y="688" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Überfordert vom Amt zurückgetreten, erster Eremit als Papst, Heiligsprechung 1313</text>
			<rect x="5320" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5316" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5325" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5326" y="548" 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="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5105" y="549" 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="545" 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="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5111" y="548" 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="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5108" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5130" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1294 Jahre</text>
			<text xml:space="preserve" x="5130" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1295 Jahre</text>
			<text xml:space="preserve" x="5108" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_236">
			<rect x="5320" y="649" width="247" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5316" y="645" width="243" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5326" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Benedetto Caetani</text>
			<text xml:space="preserve" x="5326" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="5326" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1294-1303</text>
			<text xml:space="preserve" x="5326" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre 9 Monate 17 Tage</text>
			<text xml:space="preserve" x="5326" y="718" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Neffe von Papst Alexander IV.</text>
			<rect x="5320" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5316" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5325" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5326" y="578" 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="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5587" y="651" width="86" height="77" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5579" y="642" width="80" height="71" xlink:href="./Daten/ONr_236_QuickBild.jpg">
				<title>./Daten/ONr_236_QuickBild.jpg</title></image>
			<rect x="5576" y="642" width="86" height="74" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5105" y="579" 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="575" 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="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5111" y="578" 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="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5108" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5130" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1294 Jahre</text>
			<text xml:space="preserve" x="5130" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1303 Jahre</text>
			<text xml:space="preserve" x="5108" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_237">
			<rect x="5356" y="679" width="338" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5352" y="675" width="334" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5362" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Niccolo di Boccasio</text>
			<text xml:space="preserve" x="5362" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Treviso</text>
			<text xml:space="preserve" x="5362" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1303-1304</text>
			<text xml:space="preserve" x="5362" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Monate 15 Tage</text>
			<text xml:space="preserve" x="5362" y="748" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Als Seliger 1736 bestätigt</text>
			<rect x="5356" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5352" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5361" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5362" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5362" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5714" y="681" width="86" height="66" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5706" y="672" width="80" height="60" xlink:href="./Daten/ONr_237_QuickBild.jpg">
				<title>./Daten/ONr_237_QuickBild.jpg</title></image>
			<rect x="5703" y="672" width="86" height="63" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5141" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5137" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5146" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5147" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5144" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5144" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5166" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1303 Jahre</text>
			<text xml:space="preserve" x="5166" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1304 Jahre</text>
			<text xml:space="preserve" x="5144" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_238">
			<rect x="5364" y="709" width="394" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5360" y="705" width="390" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5370" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bertrand de Got</text>
			<text xml:space="preserve" x="5370" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich</text>
			<text xml:space="preserve" x="5370" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1305-1314</text>
			<text xml:space="preserve" x="5370" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre 10 Monate 15 Tage</text>
			<text xml:space="preserve" x="5370" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seit 1309 in Avignon, Konzil von Vienne, 1311-1312</text>
			<rect x="5364" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5360" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5369" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5370" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5370" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5778" y="711" width="69" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5770" y="702" width="63" height="80" xlink:href="./Daten/ONr_238_QuickBild.jpg">
				<title>./Daten/ONr_238_QuickBild.jpg</title></image>
			<rect x="5767" y="702" width="69" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5149" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5145" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5154" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5155" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5152" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5152" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5174" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1305 Jahre</text>
			<text xml:space="preserve" x="5174" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1314 Jahre</text>
			<text xml:space="preserve" x="5152" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_239">
			<rect x="5400" y="439" width="107" height="58" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5396" y="435" width="103" height="54" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5406" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1314-1316</text>
			<rect x="5400" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5396" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5405" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5406" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5406" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5185" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5181" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5190" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5191" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5188" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5188" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5210" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1314 Jahre</text>
			<text xml:space="preserve" x="5210" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1316 Jahre</text>
			<text xml:space="preserve" x="5188" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_240">
			<rect x="5408" y="469" width="219" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5404" y="465" width="215" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5414" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Jacques Duèze</text>
			<text xml:space="preserve" x="5414" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich</text>
			<text xml:space="preserve" x="5414" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1316-1334</text>
			<text xml:space="preserve" x="5414" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre 3 Monate 29 Tage</text>
			<text xml:space="preserve" x="5414" y="538" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In Avignon</text>
			<rect x="5408" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5404" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5413" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5414" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5414" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5647" y="471" width="67" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5639" y="462" width="61" height="80" xlink:href="./Daten/ONr_240_QuickBild.jpg">
				<title>./Daten/ONr_240_QuickBild.jpg</title></image>
			<rect x="5636" y="462" width="67" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5193" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5189" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5198" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5199" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5196" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5196" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5218" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1316 Jahre</text>
			<text xml:space="preserve" x="5218" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1334 Jahre</text>
			<text xml:space="preserve" x="5196" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_241">
			<rect x="5456" y="499" width="247" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5452" y="495" width="243" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5462" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pietro Rainalducci</text>
			<text xml:space="preserve" x="5462" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Corvaro</text>
			<text xml:space="preserve" x="5462" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1328-1330</text>
			<text xml:space="preserve" x="5462" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 3 Monate 13 Tage</text>
			<text xml:space="preserve" x="5462" y="568" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst in Avignon und Rom</text>
			<rect x="5456" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5452" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5461" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5462" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5462" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5241" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5237" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5246" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5247" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5244" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5244" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5266" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1328 Jahre</text>
			<text xml:space="preserve" x="5266" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1330 Jahre</text>
			<text xml:space="preserve" x="5244" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_242">
			<rect x="5480" y="529" width="205" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5476" y="525" width="201" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5486" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Jacques Fournier</text>
			<text xml:space="preserve" x="5486" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich</text>
			<text xml:space="preserve" x="5486" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1334-1342</text>
			<text xml:space="preserve" x="5486" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre 4 Monate 5 Tage</text>
			<text xml:space="preserve" x="5486" y="598" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In Avignon</text>
			<rect x="5480" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5476" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5485" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5486" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5486" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5705" y="531" width="68" height="85" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5697" y="522" width="62" height="79" xlink:href="./Daten/ONr_242_QuickBild.jpg">
				<title>./Daten/ONr_242_QuickBild.jpg</title></image>
			<rect x="5694" y="522" width="68" height="82" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5265" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5261" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5270" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5271" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5268" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5268" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5290" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1334 Jahre</text>
			<text xml:space="preserve" x="5290" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1342 Jahre</text>
			<text xml:space="preserve" x="5268" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_243">
			<rect x="5512" y="559" width="219" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5508" y="555" width="215" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5518" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pierre Roger</text>
			<text xml:space="preserve" x="5518" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich</text>
			<text xml:space="preserve" x="5518" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1342-1352</text>
			<text xml:space="preserve" x="5518" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre 6 Monate 29 Tage</text>
			<text xml:space="preserve" x="5518" y="628" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In Avignon</text>
			<rect x="5512" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5508" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5517" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5518" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5518" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5751" y="561" width="69" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5743" y="552" width="63" height="80" xlink:href="./Daten/ONr_243_QuickBild.jpg">
				<title>./Daten/ONr_243_QuickBild.jpg</title></image>
			<rect x="5740" y="552" width="69" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5297" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5293" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5302" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5303" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5300" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5300" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5322" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1342 Jahre</text>
			<text xml:space="preserve" x="5322" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1353 Jahre</text>
			<text xml:space="preserve" x="5300" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_244">
			<rect x="5552" y="589" width="212" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5548" y="585" width="208" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5558" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Étienne Aubert</text>
			<text xml:space="preserve" x="5558" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich</text>
			<text xml:space="preserve" x="5558" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1352-1362</text>
			<text xml:space="preserve" x="5558" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre 8 Monate 25 Tage</text>
			<text xml:space="preserve" x="5558" y="658" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In Avignon</text>
			<rect x="5552" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5548" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5557" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5558" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5558" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5784" y="591" width="66" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5776" y="582" width="60" height="80" xlink:href="./Daten/ONr_244_QuickBild.jpg">
				<title>./Daten/ONr_244_QuickBild.jpg</title></image>
			<rect x="5773" y="582" width="66" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5337" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5333" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5342" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5343" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5340" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5340" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5362" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1352 Jahre</text>
			<text xml:space="preserve" x="5362" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1362 Jahre</text>
			<text xml:space="preserve" x="5340" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_245">
			<rect x="5552" y="619" width="310" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5548" y="615" width="306" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5558" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Guillaume de Grimoald</text>
			<text xml:space="preserve" x="5558" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich</text>
			<text xml:space="preserve" x="5558" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1362-1370</text>
			<text xml:space="preserve" x="5558" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre 2 Monate 21 Tage</text>
			<text xml:space="preserve" x="5558" y="688" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In Avignon, als Seliger 1870 bestätigt</text>
			<rect x="5552" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5548" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5557" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5558" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5558" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5882" y="621" width="65" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5874" y="612" width="59" height="80" xlink:href="./Daten/ONr_245_QuickBild.jpg">
				<title>./Daten/ONr_245_QuickBild.jpg</title></image>
			<rect x="5871" y="612" width="65" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5337" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5333" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5342" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5343" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5340" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5340" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5362" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1352 Jahre</text>
			<text xml:space="preserve" x="5362" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1370 Jahre</text>
			<text xml:space="preserve" x="5340" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_246">
			<rect x="5624" y="649" width="366" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5620" y="645" width="362" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5630" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pierre Roger de Beaufort</text>
			<text xml:space="preserve" x="5630" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich</text>
			<text xml:space="preserve" x="5630" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1370-1378</text>
			<text xml:space="preserve" x="5630" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre 2 Monate 27 Tage</text>
			<text xml:space="preserve" x="5630" y="718" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In Avignon, kehrte 1377 wieder nach Rom zurück</text>
			<rect x="5624" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5620" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5629" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5630" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5630" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6010" y="651" width="68" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6002" y="642" width="62" height="80" xlink:href="./Daten/ONr_246_QuickBild.jpg">
				<title>./Daten/ONr_246_QuickBild.jpg</title></image>
			<rect x="5999" y="642" width="68" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5409" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5405" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5414" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5415" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5412" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5412" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5434" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1370 Jahre</text>
			<text xml:space="preserve" x="5434" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1378 Jahre</text>
			<text xml:space="preserve" x="5412" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_247">
			<rect x="5656" y="679" width="702" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5652" y="675" width="698" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5662" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bartolomeo Prignano</text>
			<text xml:space="preserve" x="5662" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Königreich Neapel</text>
			<text xml:space="preserve" x="5662" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1378-1389</text>
			<text xml:space="preserve" x="5662" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre 6 Monate 8 Tage</text>
			<text xml:space="preserve" x="5662" y="748" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Letzter Papst, der nicht dem Kardinalskollegium angehörte, Beginn des Abendländischen Schismas</text>
			<rect x="5656" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5652" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5661" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5662" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5662" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6378" y="681" width="63" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6370" y="672" width="57" height="80" xlink:href="./Daten/ONr_247_QuickBild.jpg">
				<title>./Daten/ONr_247_QuickBild.jpg</title></image>
			<rect x="6367" y="672" width="63" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5441" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5437" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5446" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5447" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5444" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5444" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5466" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1378 Jahre</text>
			<text xml:space="preserve" x="5466" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1389 Jahre</text>
			<text xml:space="preserve" x="5444" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_248">
			<rect x="5656" y="709" width="226" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5652" y="705" width="222" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5662" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Robert Graf von Genf</text>
			<text xml:space="preserve" x="5662" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich</text>
			<text xml:space="preserve" x="5662" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1378-1394</text>
			<text xml:space="preserve" x="5662" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre 11 Monate 27 Tage</text>
			<text xml:space="preserve" x="5662" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst in Avignon</text>
			<rect x="5656" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5652" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5661" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5662" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5662" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5902" y="711" width="59" height="85" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5894" y="702" width="53" height="79" xlink:href="./Daten/ONr_248_QuickBild.jpg">
				<title>./Daten/ONr_248_QuickBild.jpg</title></image>
			<rect x="5891" y="702" width="59" height="82" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5441" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5437" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5446" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5447" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5444" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5444" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5466" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1378 Jahre</text>
			<text xml:space="preserve" x="5466" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1394 Jahre</text>
			<text xml:space="preserve" x="5444" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">16 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_249">
			<rect x="5700" y="439" width="394" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5696" y="435" width="390" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5706" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pietro Tomacelli</text>
			<text xml:space="preserve" x="5706" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Königreich Neapel</text>
			<text xml:space="preserve" x="5706" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1389-1404</text>
			<text xml:space="preserve" x="5706" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre 10 Monate 29 Tage</text>
			<text xml:space="preserve" x="5706" y="508" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Schlacht von Nikopolis (gilt als letzter Kreuzzug)</text>
			<rect x="5700" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5696" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5705" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5706" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5706" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6114" y="441" width="65" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6106" y="432" width="59" height="80" xlink:href="./Daten/ONr_249_QuickBild.jpg">
				<title>./Daten/ONr_249_QuickBild.jpg</title></image>
			<rect x="6103" y="432" width="65" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5485" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5481" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5490" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5491" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5488" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5488" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5510" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1389 Jahre</text>
			<text xml:space="preserve" x="5510" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1404 Jahre</text>
			<text xml:space="preserve" x="5488" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_250">
			<rect x="5720" y="469" width="247" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5716" y="465" width="243" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5726" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pedro Marinez de Luna y Gotor</text>
			<text xml:space="preserve" x="5726" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Aragonien</text>
			<text xml:space="preserve" x="5726" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1394-1423</text>
			<text xml:space="preserve" x="5726" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">22 Jahre 9 Monate 28 Tage</text>
			<text xml:space="preserve" x="5726" y="538" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst in Avignon</text>
			<rect x="5720" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5716" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5725" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5726" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5726" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5987" y="471" width="63" height="85" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5979" y="462" width="57" height="79" xlink:href="./Daten/ONr_250_QuickBild.jpg">
				<title>./Daten/ONr_250_QuickBild.jpg</title></image>
			<rect x="5976" y="462" width="63" height="82" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5505" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5501" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5510" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5511" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5508" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5508" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5530" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1394 Jahre</text>
			<text xml:space="preserve" x="5530" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1423 Jahre</text>
			<text xml:space="preserve" x="5508" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">29 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_251">
			<rect x="5760" y="499" width="191" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5756" y="495" width="187" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5766" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Cosimo dei Migliorati</text>
			<text xml:space="preserve" x="5766" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="5766" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1404-1406</text>
			<text xml:space="preserve" x="5766" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 19 Tage </text>
			<rect x="5760" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5756" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5765" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5766" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5766" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5971" y="501" width="86" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5963" y="492" width="80" height="80" xlink:href="./Daten/ONr_251_QuickBild.jpg">
				<title>./Daten/ONr_251_QuickBild.jpg</title></image>
			<rect x="5960" y="492" width="86" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5545" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5541" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5550" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5551" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5548" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5548" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5570" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1404 Jahre</text>
			<text xml:space="preserve" x="5570" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1406 Jahre</text>
			<text xml:space="preserve" x="5548" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_252">
			<rect x="5768" y="529" width="261" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5764" y="525" width="257" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5774" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Angelo Correr</text>
			<text xml:space="preserve" x="5774" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Republik Venedig</text>
			<text xml:space="preserve" x="5774" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1406-1415</text>
			<text xml:space="preserve" x="5774" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre 11 Monate 18 Tage</text>
			<text xml:space="preserve" x="5774" y="598" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Konzil von Konstanz (1414-1418)</text>
			<rect x="5768" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5764" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5773" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5774" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5774" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6049" y="531" width="86" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6041" y="522" width="80" height="80" xlink:href="./Daten/ONr_252_QuickBild.jpg">
				<title>./Daten/ONr_252_QuickBild.jpg</title></image>
			<rect x="6038" y="522" width="86" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5553" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5549" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5558" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5559" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5556" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5556" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5578" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1406 Jahre</text>
			<text xml:space="preserve" x="5578" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1415 Jahre</text>
			<text xml:space="preserve" x="5556" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_253">
			<rect x="5780" y="559" width="415" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5776" y="555" width="411" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5786" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pietro Philargi</text>
			<text xml:space="preserve" x="5786" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Republik Venedig, Kreta</text>
			<text xml:space="preserve" x="5786" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1409-1410</text>
			<text xml:space="preserve" x="5786" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Monate 7 Tage</text>
			<text xml:space="preserve" x="5786" y="628" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">seit dem 20. Jahrhundert als Gegenpapst gezählt, Pisa</text>
			<rect x="5780" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5776" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5785" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5786" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5786" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6215" y="561" width="59" height="85" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6207" y="552" width="53" height="79" xlink:href="./Daten/ONr_253_QuickBild.jpg">
				<title>./Daten/ONr_253_QuickBild.jpg</title></image>
			<rect x="6204" y="552" width="59" height="82" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5565" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5561" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5570" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5571" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5568" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5568" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5590" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1409 Jahre</text>
			<text xml:space="preserve" x="5590" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1410 Jahre</text>
			<text xml:space="preserve" x="5568" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_254">
			<rect x="5784" y="589" width="415" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5780" y="585" width="411" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5790" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Baldassare Cossa</text>
			<text xml:space="preserve" x="5790" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Königreich Neapel</text>
			<text xml:space="preserve" x="5790" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1410-1415</text>
			<text xml:space="preserve" x="5790" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 12 Tage</text>
			<text xml:space="preserve" x="5790" y="658" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seit dem 20. Jahrhundert als Gegenpapst gezählt, Pisa</text>
			<rect x="5784" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5780" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5789" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5790" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5790" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6219" y="591" width="76" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6211" y="582" width="70" height="80" xlink:href="./Daten/ONr_254_QuickBild.jpg">
				<title>./Daten/ONr_254_QuickBild.jpg</title></image>
			<rect x="6208" y="582" width="76" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5569" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5565" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5574" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5575" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5572" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5572" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5594" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1410 Jahre</text>
			<text xml:space="preserve" x="5594" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1415 Jahre</text>
			<text xml:space="preserve" x="5572" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_255">
			<rect x="5804" y="619" width="107" height="58" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5800" y="615" width="103" height="54" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5810" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1415-1417</text>
			<rect x="5804" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5800" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5809" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5810" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5810" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5589" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5585" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5594" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5595" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5592" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5592" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5614" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1415 Jahre</text>
			<text xml:space="preserve" x="5614" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1417 Jahre</text>
			<text xml:space="preserve" x="5592" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_256">
			<rect x="5812" y="649" width="366" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5808" y="645" width="362" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5818" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Oddo di Colonna</text>
			<text xml:space="preserve" x="5818" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Genazzano</text>
			<text xml:space="preserve" x="5818" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1417-1431</text>
			<text xml:space="preserve" x="5818" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre 3 Monate 9 Tage</text>
			<text xml:space="preserve" x="5818" y="718" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seine Wahl beendete das Abendländische Schisma</text>
			<rect x="5812" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5808" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5817" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5818" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5818" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6198" y="651" width="59" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6190" y="642" width="53" height="80" xlink:href="./Daten/ONr_256_QuickBild.jpg">
				<title>./Daten/ONr_256_QuickBild.jpg</title></image>
			<rect x="6187" y="642" width="59" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5597" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5593" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5602" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5603" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5600" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5600" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5622" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1417 Jahre</text>
			<text xml:space="preserve" x="5622" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1431 Jahre</text>
			<text xml:space="preserve" x="5600" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_257">
			<rect x="5836" y="679" width="226" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5832" y="675" width="222" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5842" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gil Sánchez Muñoz y Carbón</text>
			<text xml:space="preserve" x="5842" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Aragonien</text>
			<text xml:space="preserve" x="5842" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1423-1429</text>
			<text xml:space="preserve" x="5842" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre 1 Monat 16 Tage</text>
			<text xml:space="preserve" x="5842" y="748" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst in Avignon</text>
			<rect x="5836" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5832" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5841" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5842" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5842" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6082" y="681" width="86" height="60" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6074" y="672" width="80" height="54" xlink:href="./Daten/ONr_257_QuickBild.jpg">
				<title>./Daten/ONr_257_QuickBild.jpg</title></image>
			<rect x="6071" y="672" width="86" height="57" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5621" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5617" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5626" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5627" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5624" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5624" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5646" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1423 Jahre</text>
			<text xml:space="preserve" x="5646" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1429 Jahre</text>
			<text xml:space="preserve" x="5624" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_258">
			<rect x="5844" y="709" width="191" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5840" y="705" width="187" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5850" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bernard Garnier</text>
			<text xml:space="preserve" x="5850" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich</text>
			<text xml:space="preserve" x="5850" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1425-1430</text>
			<text xml:space="preserve" x="5850" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenpapst in Avignon</text>
			<rect x="5844" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5840" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5849" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5850" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5850" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="5629" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5625" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5634" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5635" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5632" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5632" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5654" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1425 Jahre</text>
			<text xml:space="preserve" x="5654" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1430 Jahre</text>
			<text xml:space="preserve" x="5632" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_259">
			<rect x="5868" y="439" width="345" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5864" y="435" width="341" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5874" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gabriele Condulmer</text>
			<text xml:space="preserve" x="5874" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Republik Venedig</text>
			<text xml:space="preserve" x="5874" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1431-1447</text>
			<text xml:space="preserve" x="5874" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre 11 Monate 20 Tage</text>
			<text xml:space="preserve" x="5874" y="508" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Konzil von Basel/Ferrara/Florenz, 1431-1449</text>
			<rect x="5868" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5864" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5873" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5874" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5874" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6233" y="441" width="73" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6225" y="432" width="67" height="80" xlink:href="./Daten/ONr_259_QuickBild.jpg">
				<title>./Daten/ONr_259_QuickBild.jpg</title></image>
			<rect x="6222" y="432" width="73" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5653" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5649" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5658" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5659" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5656" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5656" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5678" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1431 Jahre</text>
			<text xml:space="preserve" x="5678" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1447 Jahre</text>
			<text xml:space="preserve" x="5656" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">16 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_260">
			<rect x="5900" y="469" width="338" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5896" y="465" width="334" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5906" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Amadeus VIII. Herzog von Savoyen</text>
			<text xml:space="preserve" x="5906" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Savoyen</text>
			<text xml:space="preserve" x="5906" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1439-1449</text>
			<text xml:space="preserve" x="5906" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre 5 Monate 2 Tage</text>
			<text xml:space="preserve" x="5906" y="538" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Letzter Gegenpapst (Konzil von Basel)</text>
			<rect x="5900" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5896" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5905" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5906" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5906" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6258" y="471" width="74" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6250" y="462" width="68" height="80" xlink:href="./Daten/ONr_260_QuickBild.jpg">
				<title>./Daten/ONr_260_QuickBild.jpg</title></image>
			<rect x="6247" y="462" width="74" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5685" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5681" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5690" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5691" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5688" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5688" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5710" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1439 Jahre</text>
			<text xml:space="preserve" x="5710" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1449 Jahre</text>
			<text xml:space="preserve" x="5688" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_261">
			<rect x="5932" y="499" width="338" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5928" y="495" width="334" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5938" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Tommaso Parentucelli</text>
			<text xml:space="preserve" x="5938" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Sarzana</text>
			<text xml:space="preserve" x="5938" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1447-1455</text>
			<text xml:space="preserve" x="5938" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre 19 Tage</text>
			<text xml:space="preserve" x="5938" y="568" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Begründete die Vatikanische Bibliothek</text>
			<rect x="5932" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5928" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5937" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5938" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5938" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6290" y="501" width="65" height="85" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6282" y="492" width="59" height="79" xlink:href="./Daten/ONr_261_QuickBild.jpg">
				<title>./Daten/ONr_261_QuickBild.jpg</title></image>
			<rect x="6279" y="492" width="65" height="82" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5717" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5713" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5722" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5723" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5720" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5720" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5742" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1447 Jahre</text>
			<text xml:space="preserve" x="5742" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1455 Jahre</text>
			<text xml:space="preserve" x="5720" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_262">
			<rect x="5964" y="529" width="212" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5960" y="525" width="208" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5970" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Alfonso Borgia</text>
			<text xml:space="preserve" x="5970" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Aragonien</text>
			<text xml:space="preserve" x="5970" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1455-1458</text>
			<text xml:space="preserve" x="5970" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre 3 Monate 29 Tage</text>
			<rect x="5964" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5960" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5969" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5970" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5970" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6196" y="531" width="63" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6188" y="522" width="57" height="80" xlink:href="./Daten/ONr_262_QuickBild.jpg">
				<title>./Daten/ONr_262_QuickBild.jpg</title></image>
			<rect x="6185" y="522" width="63" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5749" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5745" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5754" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5755" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5752" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5752" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5774" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1455 Jahre</text>
			<text xml:space="preserve" x="5774" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1458 Jahre</text>
			<text xml:space="preserve" x="5752" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_263">
			<rect x="5976" y="559" width="331" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5972" y="555" width="327" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5982" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Enea Silvio Piccolomini</text>
			<text xml:space="preserve" x="5982" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Pienza</text>
			<text xml:space="preserve" x="5982" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1458-1464</text>
			<text xml:space="preserve" x="5982" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 11 Monate 27 Tage</text>
			<rect x="5976" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5972" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5981" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5982" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5982" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6327" y="561" width="59" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6319" y="552" width="53" height="80" xlink:href="./Daten/ONr_263_QuickBild.jpg">
				<title>./Daten/ONr_263_QuickBild.jpg</title></image>
			<rect x="6316" y="552" width="59" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5761" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5757" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5766" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5767" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5764" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5764" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5786" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1458 Jahre</text>
			<text xml:space="preserve" x="5786" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1464 Jahre</text>
			<text xml:space="preserve" x="5764" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_264">
			<rect x="6000" y="589" width="219" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5996" y="585" width="215" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6006" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pietro Barbo</text>
			<text xml:space="preserve" x="6006" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Republik Venedig</text>
			<text xml:space="preserve" x="6006" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1464-1471</text>
			<text xml:space="preserve" x="6006" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre 10 Monate 26 Tage</text>
			<text xml:space="preserve" x="6006" y="658" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Neffe von Eugen IV.</text>
			<rect x="6000" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5996" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6005" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6006" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6006" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6239" y="591" width="66" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6231" y="582" width="60" height="80" xlink:href="./Daten/ONr_264_QuickBild.jpg">
				<title>./Daten/ONr_264_QuickBild.jpg</title></image>
			<rect x="6228" y="582" width="66" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5785" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5781" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5790" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5791" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5788" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5788" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5810" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1464 Jahre</text>
			<text xml:space="preserve" x="5810" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1471 Jahre</text>
			<text xml:space="preserve" x="5788" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_265">
			<rect x="6028" y="619" width="436" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6024" y="615" width="432" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6034" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Francesco della Rovere</text>
			<text xml:space="preserve" x="6034" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Ligurien</text>
			<text xml:space="preserve" x="6034" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1471-1484</text>
			<text xml:space="preserve" x="6034" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre 3 Tage</text>
			<text xml:space="preserve" x="6034" y="688" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ließ die nach ihm benannte Sixtinische Kapelle errichten</text>
			<rect x="6028" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6024" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6033" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6034" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6034" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6484" y="621" width="86" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6476" y="612" width="80" height="80" xlink:href="./Daten/ONr_265_QuickBild.jpg">
				<title>./Daten/ONr_265_QuickBild.jpg</title></image>
			<rect x="6473" y="612" width="86" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5813" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5809" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5818" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5819" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5816" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5816" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5838" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1471 Jahre</text>
			<text xml:space="preserve" x="5838" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1484 Jahre</text>
			<text xml:space="preserve" x="5816" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_266">
			<rect x="6080" y="649" width="387" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6076" y="645" width="383" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6086" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovanni Battista Cibo</text>
			<text xml:space="preserve" x="6086" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Republik Genua</text>
			<text xml:space="preserve" x="6086" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1484-1492</text>
			<text xml:space="preserve" x="6086" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre 10 Monate 26 Tage</text>
			<rect x="6080" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6076" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6085" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6086" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6086" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6487" y="651" width="340" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6479" y="642" width="334" height="480" xlink:href="./Daten/ONr_266_QuickBild.jpg">
				<title>./Daten/ONr_266_QuickBild.jpg</title></image>
			<rect x="6476" y="642" width="340" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5865" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5861" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5870" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5871" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5868" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5868" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5890" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1484 Jahre</text>
			<text xml:space="preserve" x="5890" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1492 Jahre</text>
			<text xml:space="preserve" x="5868" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_267">
			<rect x="6112" y="679" width="632" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6108" y="675" width="628" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6118" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Rodrigo Borgia</text>
			<text xml:space="preserve" x="6118" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Aragonien</text>
			<text xml:space="preserve" x="6118" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1492-1503</text>
			<text xml:space="preserve" x="6118" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre 8 Tage</text>
			<text xml:space="preserve" x="6118" y="748" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Neffe von Calixt III., exkommunizierte den angeblichen Propheten Girolamo Savonarola</text>
			<rect x="6112" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6108" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6117" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6118" y="608" 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="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6764" y="681" width="369" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6756" y="672" width="363" height="480" xlink:href="./Daten/ONr_267_QuickBild.jpg">
				<title>./Daten/ONr_267_QuickBild.jpg</title></image>
			<rect x="6753" y="672" width="369" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5897" y="609" 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="605" 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="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5903" y="608" 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="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5900" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5922" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1492 Jahre</text>
			<text xml:space="preserve" x="5922" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1503 Jahre</text>
			<text xml:space="preserve" x="5900" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_268">
			<rect x="6156" y="709" width="422" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6152" y="705" width="418" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6162" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Francesco Todeschini Piccolomini</text>
			<text xml:space="preserve" x="6162" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Stadtrepublik Siena</text>
			<text xml:space="preserve" x="6162" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1503</text>
			<text xml:space="preserve" x="6162" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">27 Tage</text>
			<text xml:space="preserve" x="6162" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Neffe von Pius II.</text>
			<rect x="6156" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6152" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6161" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6162" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6162" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6598" y="711" width="68" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6590" y="702" width="62" height="80" xlink:href="./Daten/ONr_268_QuickBild.jpg">
				<title>./Daten/ONr_268_QuickBild.jpg</title></image>
			<rect x="6587" y="702" width="68" height="83" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5941" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5937" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5946" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5947" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5944" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5944" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5966" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1503 Jahre</text>
			<text xml:space="preserve" x="5966" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1504 Jahre</text>
			<text xml:space="preserve" x="5944" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_269">
			<rect x="6156" y="439" width="1269" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6152" y="435" width="1265" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6162" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giuliano della Rovere</text>
			<text xml:space="preserve" x="6162" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Republik Genua</text>
			<text xml:space="preserve" x="6162" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1503-1513</text>
			<text xml:space="preserve" x="6162" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre 3 Monate 19 Tage</text>
			<text xml:space="preserve" x="6162" y="508" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Neffe von Sixtus IV., Fünftes Laterankonzil, 1512-1517. Er begründete im Jahre 1506 die päpstliche Leibwache Schweizergarde Am 18. April 1506 begann er den Bau des Petersdoms.</text>
			<rect x="6156" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6152" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6161" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6162" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6162" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7445" y="441" width="357" height="484" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7437" y="432" width="351" height="478" xlink:href="./Daten/ONr_269_QuickBild.jpg">
				<title>./Daten/ONr_269_QuickBild.jpg</title></image>
			<rect x="7434" y="432" width="357" height="481" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5941" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5937" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5946" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5947" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5944" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5944" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5966" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1503 Jahre</text>
			<text xml:space="preserve" x="5966" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1513 Jahre</text>
			<text xml:space="preserve" x="5944" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_270">
			<rect x="6196" y="469" width="415" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6192" y="465" width="411" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6202" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Giovanni de'' Medici'</text>
			<text xml:space="preserve" x="6202" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Republik Florenz</text>
			<text xml:space="preserve" x="6202" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1513-1521</text>
			<text xml:space="preserve" x="6202" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre 8 Monate 20 Tage</text>
			<text xml:space="preserve" x="6202" y="538" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Starb hoch verschuldet, exkommunizierte Martin Luther</text>
			<rect x="6196" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6192" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6201" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6202" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6202" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6631" y="471" width="369" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6623" y="462" width="363" height="480" xlink:href="./Daten/ONr_270_QuickBild.jpg">
				<title>./Daten/ONr_270_QuickBild.jpg</title></image>
			<rect x="6620" y="462" width="369" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5981" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5977" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5986" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5987" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5984" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5984" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6006" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1513 Jahre</text>
			<text xml:space="preserve" x="6006" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1521 Jahre</text>
			<text xml:space="preserve" x="5984" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_271">
			<rect x="6232" y="499" width="856" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6228" y="495" width="852" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6238" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Adriaan Florisz Boeyens</text>
			<text xml:space="preserve" x="6238" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Burgundische Niederlande, Utrecht</text>
			<text xml:space="preserve" x="6238" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1522-1523</text>
			<text xml:space="preserve" x="6238" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 8 Monate 5 Tage</text>
			<text xml:space="preserve" x="6238" y="568" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Einziger niederländischer Papst,[13] für 455 Jahre bis zur Wahl Johannes Pauls II. letzter nicht-italienischer Papst</text>
			<rect x="6232" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6228" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6237" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6238" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6238" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7108" y="501" width="382" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7100" y="492" width="376" height="479" xlink:href="./Daten/ONr_271_QuickBild.jpg">
				<title>./Daten/ONr_271_QuickBild.jpg</title></image>
			<rect x="7097" y="492" width="382" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6017" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6013" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6022" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6023" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6020" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6020" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6042" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1522 Jahre</text>
			<text xml:space="preserve" x="6042" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1523 Jahre</text>
			<text xml:space="preserve" x="6020" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_272">
			<rect x="6236" y="529" width="1738" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6232" y="525" width="1734" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6242" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Giulio de'' Medici'</text>
			<text xml:space="preserve" x="6242" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Republik Florenz</text>
			<text xml:space="preserve" x="6242" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1523-1534</text>
			<text xml:space="preserve" x="6242" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre 10 Monate 6 Tage</text>
			<text xml:space="preserve" x="6242" y="598" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Cousin von Leo X., 1527 "Sacco di Roma". Kam dem Wunsch König Heinrichs VIII. von England nicht nach, dessen Ehe mit Katharina von Aragon zu annullieren, woraufhin Heinrich die Church of England gründete und sich vom römischen Primat lossagte</text>
			<rect x="6236" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6232" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6241" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6242" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6242" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7994" y="531" width="402" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7986" y="522" width="396" height="479" xlink:href="./Daten/ONr_272_QuickBild.jpg">
				<title>./Daten/ONr_272_QuickBild.jpg</title></image>
			<rect x="7983" y="522" width="402" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6021" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6017" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6026" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6027" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6024" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6024" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6046" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1523 Jahre</text>
			<text xml:space="preserve" x="6046" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1534 Jahre</text>
			<text xml:space="preserve" x="6024" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_273">
			<rect x="6280" y="559" width="436" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6276" y="555" width="432" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6286" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Alessandro Farnese</text>
			<text xml:space="preserve" x="6286" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Canino</text>
			<text xml:space="preserve" x="6286" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1534-1549</text>
			<text xml:space="preserve" x="6286" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre 28 Tage</text>
			<text xml:space="preserve" x="6286" y="628" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Beginn Konzil von Trient, 1. Sitzungsperiode (1545-1547)</text>
			<rect x="6280" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6276" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6285" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6286" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6286" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6736" y="561" width="373" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6728" y="552" width="367" height="479" xlink:href="./Daten/ONr_273_QuickBild.jpg">
				<title>./Daten/ONr_273_QuickBild.jpg</title></image>
			<rect x="6725" y="552" width="373" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6065" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6061" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6070" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6071" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6068" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6068" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6090" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1534 Jahre</text>
			<text xml:space="preserve" x="6090" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1549 Jahre</text>
			<text xml:space="preserve" x="6068" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_274">
			<rect x="6344" y="589" width="387" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6340" y="585" width="383" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6350" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovan Maria Giocci</text>
			<text xml:space="preserve" x="6350" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat, Rom</text>
			<text xml:space="preserve" x="6350" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1550-1555</text>
			<text xml:space="preserve" x="6350" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 1 Monat 18 Tage</text>
			<text xml:space="preserve" x="6350" y="658" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Konzil von Trient, 2. Sitzungsperiode (1551-1552)</text>
			<rect x="6344" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6340" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6349" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6350" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6350" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6751" y="591" width="388" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6743" y="582" width="382" height="480" xlink:href="./Daten/ONr_274_QuickBild.jpg">
				<title>./Daten/ONr_274_QuickBild.jpg</title></image>
			<rect x="6740" y="582" width="388" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6129" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6125" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6134" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6135" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6132" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6132" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6154" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1550 Jahre</text>
			<text xml:space="preserve" x="6154" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1555 Jahre</text>
			<text xml:space="preserve" x="6132" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_275">
			<rect x="6364" y="619" width="422" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6360" y="615" width="418" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6370" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Marcello Cervini</text>
			<text xml:space="preserve" x="6370" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Herzogtum Urbino</text>
			<text xml:space="preserve" x="6370" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1555</text>
			<text xml:space="preserve" x="6370" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">22 Tage</text>
			<text xml:space="preserve" x="6370" y="688" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Letzter Papst, der unter seinem Geburtsnamen regierte.</text>
			<rect x="6364" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6360" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6369" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6370" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6370" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6806" y="621" width="333" height="487" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6798" y="612" width="327" height="481" xlink:href="./Daten/ONr_275_QuickBild.jpg">
				<title>./Daten/ONr_275_QuickBild.jpg</title></image>
			<rect x="6795" y="612" width="333" height="484" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6149" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6145" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6154" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6155" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6152" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6152" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6174" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1555 Jahre</text>
			<text xml:space="preserve" x="6174" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1556 Jahre</text>
			<text xml:space="preserve" x="6152" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_276">
			<rect x="6364" y="649" width="415" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6360" y="645" width="411" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6370" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gian Pietro Carafa</text>
			<text xml:space="preserve" x="6370" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Herzogtum Savoyen</text>
			<text xml:space="preserve" x="6370" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1555-1559</text>
			<text xml:space="preserve" x="6370" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 2 Monate 26 Tage</text>
			<text xml:space="preserve" x="6370" y="718" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ersterscheinung des Index librorum prohibitorum 1559.</text>
			<rect x="6364" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6360" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6369" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6370" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6370" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6799" y="651" width="388" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6791" y="642" width="382" height="479" xlink:href="./Daten/ONr_276_QuickBild.jpg">
				<title>./Daten/ONr_276_QuickBild.jpg</title></image>
			<rect x="6788" y="642" width="388" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6149" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6145" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6154" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6155" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6152" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6152" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6174" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1555 Jahre</text>
			<text xml:space="preserve" x="6174" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1559 Jahre</text>
			<text xml:space="preserve" x="6152" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_277">
			<rect x="6380" y="679" width="422" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6376" y="675" width="418" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6386" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovanni Angelo Medici</text>
			<text xml:space="preserve" x="6386" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Herzogtum Mailand</text>
			<text xml:space="preserve" x="6386" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1559-1565</text>
			<text xml:space="preserve" x="6386" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 11 Monate 13 Tage</text>
			<text xml:space="preserve" x="6386" y="748" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ende Konzil von Trient, 3. Sitzungsperiode (1561-1563)</text>
			<rect x="6380" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6376" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6385" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6386" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6386" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6822" y="681" width="357" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6814" y="672" width="351" height="480" xlink:href="./Daten/ONr_277_QuickBild.jpg">
				<title>./Daten/ONr_277_QuickBild.jpg</title></image>
			<rect x="6811" y="672" width="357" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6165" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6161" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6170" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6171" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6168" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6168" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6190" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1559 Jahre</text>
			<text xml:space="preserve" x="6190" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1565 Jahre</text>
			<text xml:space="preserve" x="6168" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_278">
			<rect x="6408" y="709" width="408" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6404" y="705" width="404" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6414" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Antonio Michele Ghislieri</text>
			<text xml:space="preserve" x="6414" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Herzogtum Savoyen</text>
			<text xml:space="preserve" x="6414" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1566-1572</text>
			<text xml:space="preserve" x="6414" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre 3 Monate 28 Tage</text>
			<text xml:space="preserve" x="6414" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiligsprechung 1712</text>
			<rect x="6408" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6404" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6413" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6414" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6414" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6836" y="711" width="363" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6828" y="702" width="357" height="480" xlink:href="./Daten/ONr_278_QuickBild.jpg">
				<title>./Daten/ONr_278_QuickBild.jpg</title></image>
			<rect x="6825" y="702" width="363" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6193" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6189" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6198" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6199" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6196" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6196" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6218" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1566 Jahre</text>
			<text xml:space="preserve" x="6218" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1572 Jahre</text>
			<text xml:space="preserve" x="6196" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_279">
			<rect x="6432" y="439" width="415" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6428" y="435" width="411" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6438" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ugo Buoncompagni</text>
			<text xml:space="preserve" x="6438" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Herrschaft Bologna</text>
			<text xml:space="preserve" x="6438" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1572-1585</text>
			<text xml:space="preserve" x="6438" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre 10 Monate 28 Tage</text>
			<text xml:space="preserve" x="6438" y="508" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Führte 1582 den Gregorianischen Kalender ein</text>
			<rect x="6432" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6428" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6437" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6438" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6438" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6867" y="441" width="406" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6859" y="432" width="400" height="480" xlink:href="./Daten/ONr_279_QuickBild.jpg">
				<title>./Daten/ONr_279_QuickBild.jpg</title></image>
			<rect x="6856" y="432" width="406" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6217" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6213" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6222" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6223" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6220" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6220" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6242" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1572 Jahre</text>
			<text xml:space="preserve" x="6242" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1585 Jahre</text>
			<text xml:space="preserve" x="6220" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_280">
			<rect x="6484" y="469" width="1220" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6480" y="465" width="1216" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6490" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Felice Peretti di Montalto</text>
			<text xml:space="preserve" x="6490" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Herzogtum Urbino</text>
			<text xml:space="preserve" x="6490" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1585-1590</text>
			<text xml:space="preserve" x="6490" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 4 Monate 3 Tage</text>
			<text xml:space="preserve" x="6490" y="538" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Führte drastische Reformen ein, u. a. hohe Strafen für Ehebruch, und generierte dadurch hohe Einnahmen, am Ende seines Pontifikats einer der reichsten Herrscher Europas</text>
			<rect x="6484" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6480" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6489" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6490" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6490" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7724" y="471" width="364" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7716" y="462" width="358" height="480" xlink:href="./Daten/ONr_280_QuickBild.jpg">
				<title>./Daten/ONr_280_QuickBild.jpg</title></image>
			<rect x="7713" y="462" width="364" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6269" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6265" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6274" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6275" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6272" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6272" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6294" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1585 Jahre</text>
			<text xml:space="preserve" x="6294" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1590 Jahre</text>
			<text xml:space="preserve" x="6272" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_281">
			<rect x="6504" y="499" width="268" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6500" y="495" width="264" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6510" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovanni Battista Castagna</text>
			<text xml:space="preserve" x="6510" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="6510" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1590</text>
			<text xml:space="preserve" x="6510" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Tage</text>
			<text xml:space="preserve" x="6510" y="568" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Starb vor der Krönung an Malaria</text>
			<rect x="6504" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6500" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6509" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6510" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6510" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6792" y="501" width="372" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6784" y="492" width="366" height="479" xlink:href="./Daten/ONr_281_QuickBild.jpg">
				<title>./Daten/ONr_281_QuickBild.jpg</title></image>
			<rect x="6781" y="492" width="372" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6289" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6285" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6294" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6295" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6292" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6292" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6314" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1590 Jahre</text>
			<text xml:space="preserve" x="6314" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1591 Jahre</text>
			<text xml:space="preserve" x="6292" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_282">
			<rect x="6504" y="529" width="408" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6500" y="525" width="404" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6510" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Niccolò Sfondrati</text>
			<text xml:space="preserve" x="6510" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Herzogtum Mailand</text>
			<text xml:space="preserve" x="6510" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1590-1591</text>
			<text xml:space="preserve" x="6510" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Monate 11 Tage</text>
			<rect x="6504" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6500" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6509" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6510" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6510" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6932" y="531" width="372" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6924" y="522" width="366" height="479" xlink:href="./Daten/ONr_282_QuickBild.jpg">
				<title>./Daten/ONr_282_QuickBild.jpg</title></image>
			<rect x="6921" y="522" width="372" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6289" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6285" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6294" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6295" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6292" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6292" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6314" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1590 Jahre</text>
			<text xml:space="preserve" x="6314" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1591 Jahre</text>
			<text xml:space="preserve" x="6292" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_283">
			<rect x="6508" y="559" width="240" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6504" y="555" width="236" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6514" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovanni Antonio Facchinetti</text>
			<text xml:space="preserve" x="6514" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="6514" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1591</text>
			<text xml:space="preserve" x="6514" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Monate 1 Tag</text>
			<rect x="6508" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6504" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6513" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6514" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6514" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6768" y="561" width="306" height="390" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6760" y="552" width="300" height="384" xlink:href="./Daten/ONr_283_QuickBild.jpg">
				<title>./Daten/ONr_283_QuickBild.jpg</title></image>
			<rect x="6757" y="552" width="306" height="387" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6293" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6289" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6298" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6299" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6296" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6296" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6318" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1591 Jahre</text>
			<text xml:space="preserve" x="6318" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1592 Jahre</text>
			<text xml:space="preserve" x="6296" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_284">
			<rect x="6512" y="589" width="401" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6508" y="585" width="397" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6518" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ippolito Aldobrandini</text>
			<text xml:space="preserve" x="6518" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Herzogtum Urbino</text>
			<text xml:space="preserve" x="6518" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1592-1605</text>
			<text xml:space="preserve" x="6518" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre 1 Monat 5 Tage</text>
			<text xml:space="preserve" x="6518" y="658" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ließ 1600 Giordano Bruno hinrichten</text>
			<rect x="6512" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6508" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6517" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6518" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6518" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6933" y="591" width="351" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6925" y="582" width="345" height="480" xlink:href="./Daten/ONr_284_QuickBild.jpg">
				<title>./Daten/ONr_284_QuickBild.jpg</title></image>
			<rect x="6922" y="582" width="351" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6297" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6293" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6302" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6303" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6300" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6300" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6322" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1592 Jahre</text>
			<text xml:space="preserve" x="6322" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1605 Jahre</text>
			<text xml:space="preserve" x="6300" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_285">
			<rect x="6564" y="619" width="401" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6560" y="615" width="397" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6570" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Alessandro Ottaviano de'' Medici'</text>
			<text xml:space="preserve" x="6570" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Republik Florenz</text>
			<text xml:space="preserve" x="6570" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1605</text>
			<text xml:space="preserve" x="6570" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">26 Tage</text>
			<rect x="6564" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6560" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6569" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6570" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6570" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6985" y="621" width="304" height="366" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6977" y="612" width="298" height="360" xlink:href="./Daten/ONr_285_QuickBild.jpg">
				<title>./Daten/ONr_285_QuickBild.jpg</title></image>
			<rect x="6974" y="612" width="304" height="363" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6349" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6345" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6354" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6355" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6352" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6352" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6374" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1605 Jahre</text>
			<text xml:space="preserve" x="6374" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1606 Jahre</text>
			<text xml:space="preserve" x="6352" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_286">
			<rect x="6564" y="649" width="219" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6560" y="645" width="215" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6570" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Camillo Borghese</text>
			<text xml:space="preserve" x="6570" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="6570" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1605-1621</text>
			<text xml:space="preserve" x="6570" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre 8 Monate 12 Tage</text>
			<rect x="6564" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6560" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6569" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6570" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6570" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6803" y="651" width="310" height="484" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6795" y="642" width="304" height="478" xlink:href="./Daten/ONr_286_QuickBild.jpg">
				<title>./Daten/ONr_286_QuickBild.jpg</title></image>
			<rect x="6792" y="642" width="310" height="481" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6349" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6345" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6354" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6355" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6352" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6352" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6374" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1605 Jahre</text>
			<text xml:space="preserve" x="6374" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1621 Jahre</text>
			<text xml:space="preserve" x="6352" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">16 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_287">
			<rect x="6628" y="679" width="212" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6624" y="675" width="208" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6634" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Alessandro Ludovisi</text>
			<text xml:space="preserve" x="6634" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="6634" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1621-1623</text>
			<text xml:space="preserve" x="6634" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 4 Monate 29 Tage</text>
			<rect x="6628" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6624" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6633" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6634" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6634" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6860" y="681" width="357" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6852" y="672" width="351" height="479" xlink:href="./Daten/ONr_287_QuickBild.jpg">
				<title>./Daten/ONr_287_QuickBild.jpg</title></image>
			<rect x="6849" y="672" width="357" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6413" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6409" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6418" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6419" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6416" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6416" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6438" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1621 Jahre</text>
			<text xml:space="preserve" x="6438" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1623 Jahre</text>
			<text xml:space="preserve" x="6416" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_288">
			<rect x="6636" y="709" width="401" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6632" y="705" width="397" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6642" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Maffeo Barberini</text>
			<text xml:space="preserve" x="6642" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Republik Florenz</text>
			<text xml:space="preserve" x="6642" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1623-1644</text>
			<text xml:space="preserve" x="6642" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Jahre 11 Monate 23 Tage</text>
			<text xml:space="preserve" x="6642" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Verurteilung Galileo Galileis.</text>
			<rect x="6636" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6632" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6641" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6642" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6642" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7057" y="711" width="307" height="484" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7049" y="702" width="301" height="478" xlink:href="./Daten/ONr_288_QuickBild.jpg">
				<title>./Daten/ONr_288_QuickBild.jpg</title></image>
			<rect x="7046" y="702" width="307" height="481" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6421" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6417" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6426" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6427" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6424" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6424" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6446" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1623 Jahre</text>
			<text xml:space="preserve" x="6446" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1644 Jahre</text>
			<text xml:space="preserve" x="6424" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_289">
			<rect x="6720" y="439" width="226" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6716" y="435" width="222" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6726" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovanni Battista Pamphilj</text>
			<text xml:space="preserve" x="6726" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="6726" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1644-1655</text>
			<text xml:space="preserve" x="6726" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre 3 Monate 23 Tage</text>
			<text xml:space="preserve" x="6726" y="508" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Westfälischer Friede 1648</text>
			<rect x="6720" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6716" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6725" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6726" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6726" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="6966" y="441" width="402" height="487" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6958" y="432" width="396" height="481" xlink:href="./Daten/ONr_289_QuickBild.jpg">
				<title>./Daten/ONr_289_QuickBild.jpg</title></image>
			<rect x="6955" y="432" width="402" height="484" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6505" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6501" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6510" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6511" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6508" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6508" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6530" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1644 Jahre</text>
			<text xml:space="preserve" x="6530" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1655 Jahre</text>
			<text xml:space="preserve" x="6508" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_290">
			<rect x="6764" y="469" width="408" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6760" y="465" width="404" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6770" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Fabio Chigi</text>
			<text xml:space="preserve" x="6770" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Herzogtum Toskana</text>
			<text xml:space="preserve" x="6770" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1655-1667</text>
			<text xml:space="preserve" x="6770" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre 1 Monat 15 Tage</text>
			<rect x="6764" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6760" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6769" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6770" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6770" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7192" y="471" width="393" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7184" y="462" width="387" height="479" xlink:href="./Daten/ONr_290_QuickBild.jpg">
				<title>./Daten/ONr_290_QuickBild.jpg</title></image>
			<rect x="7181" y="462" width="393" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6549" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6545" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6554" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6555" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6552" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6552" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6574" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1655 Jahre</text>
			<text xml:space="preserve" x="6574" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1667 Jahre</text>
			<text xml:space="preserve" x="6552" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_291">
			<rect x="6812" y="499" width="408" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6808" y="495" width="404" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6818" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giulio Rospigliosi</text>
			<text xml:space="preserve" x="6818" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Herzogtum Toskana</text>
			<text xml:space="preserve" x="6818" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1667-1669</text>
			<text xml:space="preserve" x="6818" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 5 Monate 19 Tage</text>
			<rect x="6812" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6808" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6817" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6818" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6818" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7240" y="501" width="361" height="484" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7232" y="492" width="355" height="478" xlink:href="./Daten/ONr_291_QuickBild.jpg">
				<title>./Daten/ONr_291_QuickBild.jpg</title></image>
			<rect x="7229" y="492" width="361" height="481" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6597" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6593" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6602" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6603" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6600" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6600" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6622" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1667 Jahre</text>
			<text xml:space="preserve" x="6622" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1669 Jahre</text>
			<text xml:space="preserve" x="6600" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_292">
			<rect x="6824" y="529" width="212" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6820" y="525" width="208" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6830" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Emilio Altieri</text>
			<text xml:space="preserve" x="6830" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="6830" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1670-1676</text>
			<text xml:space="preserve" x="6830" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre 2 Monate 23 Tage</text>
			<rect x="6824" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6820" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6829" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6830" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6830" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7056" y="531" width="382" height="484" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7048" y="522" width="376" height="478" xlink:href="./Daten/ONr_292_QuickBild.jpg">
				<title>./Daten/ONr_292_QuickBild.jpg</title></image>
			<rect x="7045" y="522" width="382" height="481" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6609" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6605" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6614" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6615" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6612" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6612" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6634" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1670 Jahre</text>
			<text xml:space="preserve" x="6634" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1676 Jahre</text>
			<text xml:space="preserve" x="6612" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_293">
			<rect x="6848" y="559" width="408" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6844" y="555" width="404" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6854" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Benedetto Odescalchi</text>
			<text xml:space="preserve" x="6854" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Herzogtum Mailand</text>
			<text xml:space="preserve" x="6854" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1676-1689</text>
			<text xml:space="preserve" x="6854" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre 10 Monate 22 Tage</text>
			<text xml:space="preserve" x="6854" y="628" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seligsprechung 1956</text>
			<rect x="6848" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6844" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6853" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6854" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6854" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7276" y="561" width="391" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7268" y="552" width="385" height="480" xlink:href="./Daten/ONr_293_QuickBild.jpg">
				<title>./Daten/ONr_293_QuickBild.jpg</title></image>
			<rect x="7265" y="552" width="391" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6633" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6629" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6638" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6639" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6636" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6636" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6658" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1676 Jahre</text>
			<text xml:space="preserve" x="6658" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1689 Jahre</text>
			<text xml:space="preserve" x="6636" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">13 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_294">
			<rect x="6900" y="589" width="205" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6896" y="585" width="201" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6906" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pietro Ottoboni</text>
			<text xml:space="preserve" x="6906" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Republik Venedig</text>
			<text xml:space="preserve" x="6906" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1689-1691</text>
			<text xml:space="preserve" x="6906" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 3 Monate 26 Tage</text>
			<rect x="6900" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6896" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6905" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6906" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6906" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7125" y="591" width="357" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7117" y="582" width="351" height="480" xlink:href="./Daten/ONr_294_QuickBild.jpg">
				<title>./Daten/ONr_294_QuickBild.jpg</title></image>
			<rect x="7114" y="582" width="357" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6685" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6681" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6690" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6691" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6688" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6688" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6710" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1689 Jahre</text>
			<text xml:space="preserve" x="6710" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1691 Jahre</text>
			<text xml:space="preserve" x="6688" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_295">
			<rect x="6908" y="619" width="212" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6904" y="615" width="208" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6914" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Antonio Pignatelli</text>
			<text xml:space="preserve" x="6914" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Königreich Neapel</text>
			<text xml:space="preserve" x="6914" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1691-1700</text>
			<text xml:space="preserve" x="6914" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre 2 Monate 15 Tage</text>
			<rect x="6908" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6904" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6913" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6914" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6914" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7140" y="621" width="423" height="487" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7132" y="612" width="417" height="481" xlink:href="./Daten/ONr_295_QuickBild.jpg">
				<title>./Daten/ONr_295_QuickBild.jpg</title></image>
			<rect x="7129" y="612" width="423" height="484" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6693" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6689" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6698" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6699" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6696" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6696" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6718" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1691 Jahre</text>
			<text xml:space="preserve" x="6718" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1700 Jahre</text>
			<text xml:space="preserve" x="6696" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_296">
			<rect x="6944" y="649" width="261" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6940" y="645" width="257" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6950" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovanni Francesco Albani</text>
			<text xml:space="preserve" x="6950" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="6950" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1700-1721</text>
			<text xml:space="preserve" x="6950" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Jahre 3 Monate 24 Tage</text>
			<text xml:space="preserve" x="6950" y="718" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Erster albanischstämmiger Papst</text>
			<rect x="6944" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6940" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6949" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6950" y="578" 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="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7225" y="651" width="327" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7217" y="642" width="321" height="479" xlink:href="./Daten/ONr_296_QuickBild.jpg">
				<title>./Daten/ONr_296_QuickBild.jpg</title></image>
			<rect x="7214" y="642" width="327" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6729" y="579" 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="575" 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="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6735" y="578" 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="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6732" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6754" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1700 Jahre</text>
			<text xml:space="preserve" x="6754" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1721 Jahre</text>
			<text xml:space="preserve" x="6732" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_297">
			<rect x="7028" y="679" width="212" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7024" y="675" width="208" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7034" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Michelangelo dei Conti</text>
			<text xml:space="preserve" x="7034" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="7034" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1721-1724</text>
			<text xml:space="preserve" x="7034" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 9 Monate 25 Tage</text>
			<rect x="7028" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7024" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7033" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7034" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7034" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7260" y="681" width="354" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7252" y="672" width="348" height="479" xlink:href="./Daten/ONr_297_QuickBild.jpg">
				<title>./Daten/ONr_297_QuickBild.jpg</title></image>
			<rect x="7249" y="672" width="354" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6813" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6809" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6818" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6819" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6816" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6816" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6838" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1721 Jahre</text>
			<text xml:space="preserve" x="6838" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1724 Jahre</text>
			<text xml:space="preserve" x="6816" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_298">
			<rect x="7040" y="709" width="534" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7036" y="705" width="530" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7046" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pietro Francesco Orsini</text>
			<text xml:space="preserve" x="7046" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Königreich Neapel</text>
			<text xml:space="preserve" x="7046" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1724-1730</text>
			<text xml:space="preserve" x="7046" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 8 Monate 23 Tage</text>
			<text xml:space="preserve" x="7046" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seligsprechungsverfahren eröffnet, seit 1931 ehrwürdiger Diener Gottes</text>
			<rect x="7040" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7036" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7045" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7046" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7046" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7594" y="711" width="363" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7586" y="702" width="357" height="479" xlink:href="./Daten/ONr_298_QuickBild.jpg">
				<title>./Daten/ONr_298_QuickBild.jpg</title></image>
			<rect x="7583" y="702" width="363" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6825" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6821" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6830" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6831" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6828" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6828" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6850" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1724 Jahre</text>
			<text xml:space="preserve" x="6850" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1730 Jahre</text>
			<text xml:space="preserve" x="6828" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_299">
			<rect x="7064" y="439" width="408" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7060" y="435" width="404" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7070" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Lorenzo Corsini</text>
			<text xml:space="preserve" x="7070" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Italien, Herzogtum Toskana</text>
			<text xml:space="preserve" x="7070" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1730-1740</text>
			<text xml:space="preserve" x="7070" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre 6 Monate 24 Tage</text>
			<rect x="7064" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7060" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7069" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7070" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7070" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7492" y="441" width="393" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7484" y="432" width="387" height="479" xlink:href="./Daten/ONr_299_QuickBild.jpg">
				<title>./Daten/ONr_299_QuickBild.jpg</title></image>
			<rect x="7481" y="432" width="393" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6849" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6845" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6854" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6855" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6852" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6852" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6874" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1730 Jahre</text>
			<text xml:space="preserve" x="6874" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1740 Jahre</text>
			<text xml:space="preserve" x="6852" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_300">
			<rect x="7104" y="469" width="380" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7100" y="465" width="376" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7110" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Prospero Lorenzo Lambertini</text>
			<text xml:space="preserve" x="7110" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="7110" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1740-1758</text>
			<text xml:space="preserve" x="7110" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">17 Jahre 8 Monate 16 Tage</text>
			<text xml:space="preserve" x="7110" y="538" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">erster Papst, der eine Enzyklika veröffentlichte</text>
			<rect x="7104" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7100" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7109" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7110" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7110" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7504" y="471" width="421" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7496" y="462" width="415" height="480" xlink:href="./Daten/ONr_300_QuickBild.jpg">
				<title>./Daten/ONr_300_QuickBild.jpg</title></image>
			<rect x="7493" y="462" width="421" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6889" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6885" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6894" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6895" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6892" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6892" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6914" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1740 Jahre</text>
			<text xml:space="preserve" x="6914" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1758 Jahre</text>
			<text xml:space="preserve" x="6892" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">18 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_301">
			<rect x="7176" y="499" width="233" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7172" y="495" width="229" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7182" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Carlo della Torre Rezzonico</text>
			<text xml:space="preserve" x="7182" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Republik Venedig</text>
			<text xml:space="preserve" x="7182" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1758-1769</text>
			<text xml:space="preserve" x="7182" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre 6 Monate 27 Tage</text>
			<rect x="7176" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7172" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7181" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7182" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7182" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7429" y="501" width="351" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7421" y="492" width="345" height="480" xlink:href="./Daten/ONr_301_QuickBild.jpg">
				<title>./Daten/ONr_301_QuickBild.jpg</title></image>
			<rect x="7418" y="492" width="351" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6961" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6957" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6966" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6967" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6964" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6964" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6986" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1758 Jahre</text>
			<text xml:space="preserve" x="6986" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1769 Jahre</text>
			<text xml:space="preserve" x="6964" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_302">
			<rect x="7220" y="529" width="296" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7216" y="525" width="292" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7226" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovanni Vincenzo Antonio Ganganelli</text>
			<text xml:space="preserve" x="7226" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="7226" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1769-1774</text>
			<text xml:space="preserve" x="7226" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 4 Monate 3 Tage</text>
			<text xml:space="preserve" x="7226" y="598" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Verbot des Jesuitenordens 1773</text>
			<rect x="7220" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7216" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7225" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7226" y="458" 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="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7536" y="531" width="400" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7528" y="522" width="394" height="480" xlink:href="./Daten/ONr_302_QuickBild.jpg">
				<title>./Daten/ONr_302_QuickBild.jpg</title></image>
			<rect x="7525" y="522" width="400" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7005" y="459" 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="455" 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="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7011" y="458" 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="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7008" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7030" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1769 Jahre</text>
			<text xml:space="preserve" x="7030" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1774 Jahre</text>
			<text xml:space="preserve" x="7008" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_303">
			<rect x="7244" y="559" width="1024" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7240" y="555" width="1020" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7250" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovanni Angelo Graf Braschi</text>
			<text xml:space="preserve" x="7250" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="7250" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1775-1799</text>
			<text xml:space="preserve" x="7250" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">24 Jahre 6 Monate 14 Tage</text>
			<text xml:space="preserve" x="7250" y="628" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1796 von den französischen Besetzern verbannt, anschließend nach Frankreich deportiert. Viertlängstes Pontifikat der Geschichte (8962 Tage).</text>
			<rect x="7244" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7240" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7249" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7250" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7250" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8288" y="561" width="351" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8280" y="552" width="345" height="480" xlink:href="./Daten/ONr_303_QuickBild.jpg">
				<title>./Daten/ONr_303_QuickBild.jpg</title></image>
			<rect x="8277" y="552" width="351" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7029" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7025" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7034" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7035" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7032" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7032" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7054" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1775 Jahre</text>
			<text xml:space="preserve" x="7054" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1799 Jahre</text>
			<text xml:space="preserve" x="7032" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">24 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_304">
			<rect x="7344" y="589" width="1220" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7340" y="585" width="1216" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7350" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Luigi Barnaba Niccolò Maria Graf Chiaramonti</text>
			<text xml:space="preserve" x="7350" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="7350" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1800-1823</text>
			<text xml:space="preserve" x="7350" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">23 Jahre 5 Monate 6 Tage</text>
			<text xml:space="preserve" x="7350" y="658" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Konkordat von 1801, wurde 1808 bis 1814 von Napoleon Bonaparte festgehalten. Restauration des Jesuitenordens 1814. Sechstlängstes Pontifikat der Geschichte (8560 Tage).</text>
			<rect x="7344" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7340" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7349" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7350" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7350" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8584" y="591" width="406" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8576" y="582" width="400" height="479" xlink:href="./Daten/ONr_304_QuickBild.jpg">
				<title>./Daten/ONr_304_QuickBild.jpg</title></image>
			<rect x="8573" y="582" width="406" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7129" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7125" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7134" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7135" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7132" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7132" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7154" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1800 Jahre</text>
			<text xml:space="preserve" x="7154" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1823 Jahre</text>
			<text xml:space="preserve" x="7132" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">23 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_305">
			<rect x="7436" y="619" width="254" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7432" y="615" width="250" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7442" y="632" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Annibale Sermattei della Genga</text>
			<text xml:space="preserve" x="7442" y="646" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="7442" y="660" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1823-1829</text>
			<text xml:space="preserve" x="7442" y="674" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre 4 Monate 13 Tage</text>
			<rect x="7436" y="549" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7432" y="545" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7441" y="539" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7442" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7442" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7710" y="621" width="388" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7702" y="612" width="382" height="480" xlink:href="./Daten/ONr_305_QuickBild.jpg">
				<title>./Daten/ONr_305_QuickBild.jpg</title></image>
			<rect x="7699" y="612" width="388" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7221" y="549" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7217" y="545" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7226" y="539" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7227" y="548" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7224" y="565" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7224" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7246" y="565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1823 Jahre</text>
			<text xml:space="preserve" x="7246" y="582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1829 Jahre</text>
			<text xml:space="preserve" x="7224" y="606" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_306">
			<rect x="7460" y="649" width="247" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7456" y="645" width="243" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7466" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Francesco Saverio Castiglioni</text>
			<text xml:space="preserve" x="7466" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="7466" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1829-1830</text>
			<text xml:space="preserve" x="7466" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahr 7 Monate 30 Tage</text>
			<rect x="7460" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7456" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7465" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7466" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7466" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7727" y="651" width="357" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7719" y="642" width="351" height="480" xlink:href="./Daten/ONr_306_QuickBild.jpg">
				<title>./Daten/ONr_306_QuickBild.jpg</title></image>
			<rect x="7716" y="642" width="357" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7245" y="579" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7241" y="575" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7250" y="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7251" y="578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7248" y="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7248" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7270" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1829 Jahre</text>
			<text xml:space="preserve" x="7270" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1830 Jahre</text>
			<text xml:space="preserve" x="7248" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_307">
			<rect x="7468" y="679" width="394" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7464" y="675" width="390" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7474" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bartolomeo Alberto Cappellari</text>
			<text xml:space="preserve" x="7474" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Republik Venedig</text>
			<text xml:space="preserve" x="7474" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1831-1846</text>
			<text xml:space="preserve" x="7474" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre 3 Monate 30 Tage</text>
			<text xml:space="preserve" x="7474" y="748" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Letzter Nicht-Bischof, der zum Papst gewählt wurde</text>
			<rect x="7468" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7464" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7473" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7474" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7474" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="7882" y="681" width="357" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7874" y="672" width="351" height="480" xlink:href="./Daten/ONr_307_QuickBild.jpg">
				<title>./Daten/ONr_307_QuickBild.jpg</title></image>
			<rect x="7871" y="672" width="357" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7253" y="609" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7249" y="605" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7258" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7259" y="608" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7256" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7256" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7278" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1831 Jahre</text>
			<text xml:space="preserve" x="7278" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1846 Jahre</text>
			<text xml:space="preserve" x="7256" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_308">
			<rect x="7528" y="709" width="898" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7524" y="705" width="894" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7534" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giovanni Maria Mastai-Ferretti</text>
			<text xml:space="preserve" x="7534" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenstaat</text>
			<text xml:space="preserve" x="7534" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1846-1878</text>
			<text xml:space="preserve" x="7534" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">31 Jahre 7 Monate 25 Tage</text>
			<text xml:space="preserve" x="7534" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Längstes nachweisbares Pontifikat der Geschichte (11560 Tage), Erstes Vatikanisches Konzil, 1869-1870, Seligsprechung 2000</text>
			<rect x="7528" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7524" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7533" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7534" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7534" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8446" y="711" width="387" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8438" y="702" width="381" height="480" xlink:href="./Daten/ONr_308_QuickBild.jpg">
				<title>./Daten/ONr_308_QuickBild.jpg</title></image>
			<rect x="8435" y="702" width="387" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7313" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7309" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7318" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7319" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7316" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7316" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7338" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1846 Jahre</text>
			<text xml:space="preserve" x="7338" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1878 Jahre</text>
			<text xml:space="preserve" x="7316" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">32 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_309">
			<rect x="7656" y="439" width="1129" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7652" y="435" width="1125" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7662" y="452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Vincenzo Gioacchino Pecci</text>
			<text xml:space="preserve" x="7662" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Frankreich, Département Rome, Carpineto Romano</text>
			<text xml:space="preserve" x="7662" y="480" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1878-1903</text>
			<text xml:space="preserve" x="7662" y="494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">25 Jahre 5 Monate</text>
			<text xml:space="preserve" x="7662" y="508" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sozialenzyklika Rerum Novarum 1891. Drittlängstes Pontifikat der Geschichte (9281 Tage), soweit bekannt ältester amtierender Papst (93 Jahre und 4 Monate).</text>
			<rect x="7656" y="369" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7652" y="365" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7661" y="359" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7662" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7662" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8805" y="441" width="325" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8797" y="432" width="319" height="479" xlink:href="./Daten/ONr_309_QuickBild.jpg">
				<title>./Daten/ONr_309_QuickBild.jpg</title></image>
			<rect x="8794" y="432" width="325" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7441" y="369" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7437" y="365" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7446" y="359" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7447" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7444" y="385" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7444" y="403" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7466" y="385" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1878 Jahre</text>
			<text xml:space="preserve" x="7466" y="402" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1903 Jahre</text>
			<text xml:space="preserve" x="7444" y="426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">25 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_310">
			<rect x="7756" y="469" width="317" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7752" y="465" width="313" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7762" y="482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giuseppe Melchiorre Sarto</text>
			<text xml:space="preserve" x="7762" y="496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kaisertum Österreich, Lombardo-Venetien</text>
			<text xml:space="preserve" x="7762" y="510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1903-1914</text>
			<text xml:space="preserve" x="7762" y="524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre 16 Tage</text>
			<text xml:space="preserve" x="7762" y="538" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiligsprechung 1954</text>
			<rect x="7756" y="399" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7752" y="395" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7761" y="389" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7762" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7762" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8093" y="471" width="388" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8085" y="462" width="382" height="479" xlink:href="./Daten/ONr_310_QuickBild.jpg">
				<title>./Daten/ONr_310_QuickBild.jpg</title></image>
			<rect x="8082" y="462" width="388" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7541" y="399" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7537" y="395" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7546" y="389" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7547" y="398" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7544" y="415" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7544" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7566" y="415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1903 Jahre</text>
			<text xml:space="preserve" x="7566" y="432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1914 Jahre</text>
			<text xml:space="preserve" x="7544" y="456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_311">
			<rect x="7800" y="499" width="387" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7796" y="495" width="383" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7806" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Giacomo della Chiesa</text>
			<text xml:space="preserve" x="7806" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Königreich Sardinien</text>
			<text xml:space="preserve" x="7806" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1914-1922</text>
			<text xml:space="preserve" x="7806" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre 4 Monate 19 Tage</text>
			<text xml:space="preserve" x="7806" y="568" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Promulgation des ersten Codex Iuris Canonici 1917</text>
			<rect x="7800" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7796" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7805" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7806" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7806" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8207" y="501" width="352" height="484" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8199" y="492" width="346" height="478" xlink:href="./Daten/ONr_311_QuickBild.jpg">
				<title>./Daten/ONr_311_QuickBild.jpg</title></image>
			<rect x="8196" y="492" width="352" height="481" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7585" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7581" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7590" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7591" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7588" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7588" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7610" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1914 Jahre</text>
			<text xml:space="preserve" x="7610" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1922 Jahre</text>
			<text xml:space="preserve" x="7588" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_312">
			<rect x="7832" y="529" width="317" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7828" y="525" width="313" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7838" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Achille Ambrogio Damiano Ratti</text>
			<text xml:space="preserve" x="7838" y="556" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kaisertum Österreich, Lombardo-Venetien</text>
			<text xml:space="preserve" x="7838" y="570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1922-1939</text>
			<text xml:space="preserve" x="7838" y="584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">17 Jahre 4 Tage</text>
			<text xml:space="preserve" x="7838" y="598" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Lateranverträge 1929</text>
			<rect x="7832" y="459" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7828" y="455" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7837" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7838" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7838" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8169" y="531" width="360" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8161" y="522" width="354" height="480" xlink:href="./Daten/ONr_312_QuickBild.jpg">
				<title>./Daten/ONr_312_QuickBild.jpg</title></image>
			<rect x="8158" y="522" width="360" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7617" y="459" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7613" y="455" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7622" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7623" y="458" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7620" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7620" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7642" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1922 Jahre</text>
			<text xml:space="preserve" x="7642" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1939 Jahre</text>
			<text xml:space="preserve" x="7620" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">17 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_313">
			<rect x="7900" y="559" width="576" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7896" y="555" width="572" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7906" y="572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Eugenio Maria Giuseppe Giovanni Pacelli</text>
			<text xml:space="preserve" x="7906" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Italien</text>
			<text xml:space="preserve" x="7906" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1939-1958</text>
			<text xml:space="preserve" x="7906" y="614" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">19 Jahre 7 Monate 7 Tage</text>
			<text xml:space="preserve" x="7906" y="628" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seligsprechungsverfahren 1965 eröffnet, seit 2009 Ehrwürdiger Diener Gottes.</text>
			<rect x="7900" y="489" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7896" y="485" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7905" y="479" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7906" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7906" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8496" y="561" width="384" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8488" y="552" width="378" height="480" xlink:href="./Daten/ONr_313_QuickBild.jpg">
				<title>./Daten/ONr_313_QuickBild.jpg</title></image>
			<rect x="8485" y="552" width="384" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7685" y="489" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7681" y="485" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7690" y="479" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7691" y="488" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7688" y="505" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7688" y="523" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7710" y="505" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1939 Jahre</text>
			<text xml:space="preserve" x="7710" y="522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1958 Jahre</text>
			<text xml:space="preserve" x="7688" y="546" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">19 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_314">
			<rect x="7976" y="589" width="828" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7972" y="585" width="824" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7982" y="602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Angelo Giuseppe Roncalli</text>
			<text xml:space="preserve" x="7982" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Italien</text>
			<text xml:space="preserve" x="7982" y="630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1958-1963</text>
			<text xml:space="preserve" x="7982" y="644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4 Jahre 7 Monate 6 Tage</text>
			<text xml:space="preserve" x="7982" y="658" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Beginn Zweites Vatikanisches Konzil 1962, Seligsprechung 2000. Die Heiligsprechung fand am 27. April 2014 statt.</text>
			<rect x="7976" y="519" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7972" y="515" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7981" y="509" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7982" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7982" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8824" y="591" width="310" height="485" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8816" y="582" width="304" height="479" xlink:href="./Daten/ONr_314_QuickBild.jpg">
				<title>./Daten/ONr_314_QuickBild.jpg</title></image>
			<rect x="8813" y="582" width="310" height="482" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7761" y="519" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7757" y="515" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7766" y="509" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7767" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7764" y="535" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7764" y="553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7786" y="535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1958 Jahre</text>
			<text xml:space="preserve" x="7786" y="552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1963 Jahre</text>
			<text xml:space="preserve" x="7764" y="576" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">5 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_315">
			<rect x="7781" y="553" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7777" y="549" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7786" y="543" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7787" y="552" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7784" y="569" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7784" y="587" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7806" y="569" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1963 Jahre</text>
			<text xml:space="preserve" x="7806" y="586" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1978 Jahre</text>
			<text xml:space="preserve" x="7784" y="610" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_316">
			<rect x="8056" y="649" width="674" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8052" y="645" width="670" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8062" y="662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Albino Luciani</text>
			<text xml:space="preserve" x="8062" y="676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Italien</text>
			<text xml:space="preserve" x="8062" y="690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1978</text>
			<text xml:space="preserve" x="8062" y="704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">33 Tage</text>
			<text xml:space="preserve" x="8062" y="718" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Starb 33 Tage nach der Wahl, erster Papst mit Doppelnamen und einziger, </text>
			<text xml:space="preserve" x="8062" y="732" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der die Ordnungszahl "I." in seinen Namen aufnahm, Seligsprechungsverfahren 2003 eröffnet,</text>
			<text xml:space="preserve" x="8062" y="746" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seligsprechung für September 2022 vorgesehen.</text>
			<rect x="8056" y="579" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8052" y="575" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8061" y="569" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8062" y="578" 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="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8750" y="651" width="399" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8742" y="642" width="393" height="480" xlink:href="./Daten/ONr_316_QuickBild.jpg">
				<title>./Daten/ONr_316_QuickBild.jpg</title></image>
			<rect x="8739" y="642" width="399" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7841" y="579" 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="575" 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="569" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7847" y="578" 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="595" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7844" y="613" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7866" y="595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1978 Jahre</text>
			<text xml:space="preserve" x="7866" y="612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1979 Jahre</text>
			<text xml:space="preserve" x="7844" y="636" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_317">
			<rect x="8056" y="679" width="590" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8052" y="675" width="586" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8062" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Karol Józef Wojty?a</text>
			<text xml:space="preserve" x="8062" y="706" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Polen</text>
			<text xml:space="preserve" x="8062" y="720" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1978-2005</text>
			<text xml:space="preserve" x="8062" y="734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">26 Jahre 5 Monate 17 Tage</text>
			<text xml:space="preserve" x="8062" y="748" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">erster polnischer Papst, erster nicht-italienischer Papst seit 1523, </text>
			<text xml:space="preserve" x="8062" y="762" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Seligsprechung 1. Mai 2011. Die Heiligsprechung fand am 27. April 2014 statt. </text>
			<text xml:space="preserve" x="8062" y="776" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zweitlängstes Pontifikat der Geschichte (9666 Tage).</text>
			<rect x="8056" y="609" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8052" y="605" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8061" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8062" y="608" 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="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8666" y="681" width="330" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8658" y="672" width="324" height="480" xlink:href="./Daten/ONr_317_QuickBild.jpg">
				<title>./Daten/ONr_317_QuickBild.jpg</title></image>
			<rect x="8655" y="672" width="330" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7841" y="609" 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="605" 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="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7847" y="608" 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="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7844" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7866" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1978 Jahre</text>
			<text xml:space="preserve" x="7866" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2005 Jahre</text>
			<text xml:space="preserve" x="7844" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">27 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_318">
			<rect x="8164" y="709" width="730" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8160" y="705" width="726" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8170" y="722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Joseph Aloisius Ratzinger</text>
			<text xml:space="preserve" x="8170" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Deutschland</text>
			<text xml:space="preserve" x="8170" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2005-2013</text>
			<text xml:space="preserve" x="8170" y="764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">7 Jahre 10 Monate 9 Tage</text>
			<text xml:space="preserve" x="8170" y="778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Einziger Papst mit deutscher Staatsangehörigkeit. </text>
			<text xml:space="preserve" x="8170" y="792" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Verzichtete zum 28. Februar 2013 auf das Amt, soweit bekannt der "Papst" mit dem </text>
			<text xml:space="preserve" x="8170" y="806" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">höchsten Lebensalter der Kirchengeschichte (bislang 95 Jahre und 7 Tage), allerdings nicht im Amt.</text>
			<rect x="8164" y="639" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8160" y="635" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8169" y="629" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8170" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8170" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8914" y="711" width="325" height="484" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8906" y="702" width="319" height="478" xlink:href="./Daten/ONr_318_QuickBild.jpg">
				<title>./Daten/ONr_318_QuickBild.jpg</title></image>
			<rect x="8903" y="702" width="325" height="481" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7949" y="639" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7945" y="635" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7954" y="629" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7955" y="638" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7952" y="655" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7952" y="673" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7974" y="655" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2005 Jahre</text>
			<text xml:space="preserve" x="7974" y="672" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2013 Jahre</text>
			<text xml:space="preserve" x="7952" y="696" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">8 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_319">
			<rect x="8196" y="438" width="639" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8192" y="434" width="635" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8202" y="451" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Jorge Mario Bergoglio</text>
			<text xml:space="preserve" x="8202" y="465" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Argentinien</text>
			<text xml:space="preserve" x="8202" y="479" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">seit 2013</text>
			<text xml:space="preserve" x="8202" y="493" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre und 41 Tage (dauert an)</text>
			<text xml:space="preserve" x="8202" y="507" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Erster lateinamerikanischer Papst, erster Papst, der dem Orden der Jesuiten angehört.</text>
			<rect x="8196" y="368" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8192" y="364" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8201" y="358" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8202" y="367" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8202" y="384" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="8855" y="440" width="331" height="484" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8847" y="431" width="325" height="478" xlink:href="./Daten/ONr_319_QuickBild.jpg">
				<title>./Daten/ONr_319_QuickBild.jpg</title></image>
			<rect x="8844" y="431" width="331" height="481" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7981" y="368" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7977" y="364" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7986" y="358" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7987" y="367" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7984" y="384" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7984" y="402" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8006" y="384" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2013 Jahre</text>
			<text xml:space="preserve" x="8006" y="401" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2022 Jahre</text>
			<text xml:space="preserve" x="7984" y="425" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">9 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_320">
			<rect x="4376" y="499" width="415" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4372" y="495" width="411" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4382" y="512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gerhard von Burgund</text>
			<text xml:space="preserve" x="4382" y="526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heiliges Römisches Reich, Königreich Burgund, Savoyen</text>
			<text xml:space="preserve" x="4382" y="540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1058&#8211;1061</text>
			<text xml:space="preserve" x="4382" y="554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2 Jahre 7 Monate 21 Tage</text>
			<rect x="4376" y="429" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4372" y="425" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4381" y="419" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4382" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4382" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_P%C3%A4pste</text>
			<rect x="4811" y="501" width="86" height="81" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="4803" y="492" width="80" height="75" xlink:href="./Daten/ONr_320_QuickBild.jpg">
				<title>./Daten/ONr_320_QuickBild.jpg</title></image>
			<rect x="4800" y="492" width="86" height="78" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4161" y="429" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4157" y="425" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4166" y="419" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4167" y="428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4164" y="445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4164" y="463" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4186" y="445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1058 Jahre</text>
			<text xml:space="preserve" x="4186" y="462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1061 Jahre</text>
			<text xml:space="preserve" x="4164" y="486" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_321">
			<rect x="-191" y="-21" 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="-25" 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="-31" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-185" y="-22" 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="-5" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 0 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_323">
			<rect x="7624" y="113" width="646" height="226" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7620" y="109" width="642" height="222" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7630" y="126" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Akzeptiert von	</text>
			<text xml:space="preserve" x="7630" y="140" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">römisch-katholische Kirche</text>
			<text xml:space="preserve" x="7630" y="154" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="7630" y="168" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Einberufen von	Papst Pius IX.</text>
			<text xml:space="preserve" x="7630" y="182" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Präsidium	</text>
			<text xml:space="preserve" x="7630" y="196" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Papst Pius IX.</text>
			<text xml:space="preserve" x="7630" y="210" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="7630" y="224" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Teilnehmer	792 Kleriker</text>
			<text xml:space="preserve" x="7630" y="238" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Themen	</text>
			<text xml:space="preserve" x="7630" y="252" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Rationalismus, Fideismus, Liberalismus, Materialismus; Inspiration des Geschriebenen; </text>
			<text xml:space="preserve" x="7630" y="266" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Unfehlbarkeit des Papstes</text>
			<text xml:space="preserve" x="7630" y="280" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Dokumente:</text>
			<text xml:space="preserve" x="7630" y="294" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Dei Filius, Pastor Aeternus</text>
			<rect x="7624" y="43" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7620" y="39" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7629" y="33" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7630" 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="7630" y="59" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Erstes_Vatikanisches_Konzil</text>
			<rect x="7409" y="43" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7405" y="39" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7414" y="33" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7415" 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="7412" y="59" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7412" y="77" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7434" y="59" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1869 Jahre</text>
			<text xml:space="preserve" x="7434" y="76" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1870 Jahre</text>
			<text xml:space="preserve" x="7412" y="100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_325">
			<rect x="1423" y="83" width="982" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1419" y="79" width="978" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1429" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Thema: Trinität, Gottheit Christi, Arianismus bzw. arianischer Streit</text>
			<text xml:space="preserve" x="1429" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Eusebius von Nikomedia Eusebius von Caesarea Alexander von Alexandria Athanasius Arius'</text>
			<text xml:space="preserve" x="1429" y="124" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Beschlüsse/Folgen: Bekenntnis von Nicäa: Wesensgleichheit von Gottvater und Sohn (????????? (homoousios))[1], Regelung des Osterdatums</text>
			<rect x="1423" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1419" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1428" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1429" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1429" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="1208" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1204" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1213" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1214" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1233" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 325 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_326">
			<rect x="1620" y="83" width="604" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1616" y="79" width="600" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1626" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Thema: Trinität, Gottheit des Hl. Geistes, arianischer Streit</text>
			<text xml:space="preserve" x="1626" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Gregor von Nazianz Gregor von Nyssa'</text>
			<text xml:space="preserve" x="1626" y="124" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Beschlüsse/Folgen: Nicäno-Konstantinopolitanum: "wahrer Gott von wahrem Gott"[2]</text>
			<rect x="1620" y="13" width="514" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1616" y="9" width="510" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1625" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1626" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1626" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien </text>
			<rect x="1405" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1401" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1410" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1411" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1430" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 381 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_327">
			<rect x="1847" y="83" width="716" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1843" y="79" width="712" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1853" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Thema: Christologie, Christus nur eine Person, Maria als Gottesgebärerin</text>
			<text xml:space="preserve" x="1853" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: CyrillNestoriusCoelestin I. Ibas von Edessa'</text>
			<text xml:space="preserve" x="1853" y="124" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Beschlüsse/Folgen: Verurteilung des Nestorianismus, Abspaltung der Assyrischen Kirche des Ostens</text>
			<rect x="1847" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1843" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1852" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1853" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1853" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="1632" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1628" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1637" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1638" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1657" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 431 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_328">
			<rect x="1921" y="83" width="1409" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1917" y="79" width="1405" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1927" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Thema: Christologie</text>
			<text xml:space="preserve" x="1927" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Eutyches Flavian Dioskoros Leo der Große'</text>
			<text xml:space="preserve" x="1927" y="124" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Beschlüsse/Folgen: Zwei-Naturen-Lehre: Jesus ist "wahrhaft Gott und wahrhaft Mensch" und zwar "unvermischt und unverändert, ungeteilt und ungetrennt"[3] Abspaltung der altorientalischen Kirchen'</text>
			<rect x="1921" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1917" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1926" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1927" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1927" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="1706" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1702" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1711" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1712" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1731" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 451 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_329">
			<rect x="2305" y="83" width="387" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2301" y="79" width="383" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2311" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Thema: Dreikapitelstreit, evtl. Origenismusstreit</text>
			<text xml:space="preserve" x="2311" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Vigilius Justinian I.'</text>
			<text xml:space="preserve" x="2311" y="124" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Beschlüsse/Folgen: Verurteilung der Drei Kapitel</text>
			<rect x="2305" y="13" width="514" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2301" y="9" width="510" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2310" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2311" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2311" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien </text>
			<rect x="2090" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2086" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2095" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2096" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2115" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 553 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_330">
			<rect x="2810" y="83" width="394" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2806" y="79" width="390" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2816" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Thema: monotheletischer Streit</text>
			<text xml:space="preserve" x="2816" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Maximus Confessor Agatho Konstantin I.'</text>
			<text xml:space="preserve" x="2816" y="124" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Beschlüsse/Folgen Abspaltung der Maroniten</text>
			<rect x="2810" y="13" width="514" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2806" y="9" width="510" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2815" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2816" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2816" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien </text>
			<rect x="2595" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2591" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2600" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2601" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2620" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 680 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_331">
			<rect x="3268" y="83" width="660" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3264" y="79" width="656" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3274" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Thema: Byzantinischer Bilderstreit</text>
			<text xml:space="preserve" x="3274" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Personen: Leo III.  Irene Hadrian I.</text>
			<text xml:space="preserve" x="3274" y="124" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Beschlüsse/Folgen: Ikonenverehrung unter gewissen Bedingungen als rechtgläubig anerkannt</text>
			<rect x="3268" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3264" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3273" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3274" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="3274" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="3053" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3049" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3058" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3059" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3078" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 787 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_332">
			<rect x="3569" y="83" width="282" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3565" y="79" width="278" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="3575" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Photius-Schisma</text>
			<text xml:space="preserve" x="3575" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Nikolaus I. Photios I.'</text>
			<rect x="3569" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3565" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3574" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3575" y="12" 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="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="3354" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3350" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3359" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3360" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3379" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 869 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_333">
			<rect x="4609" y="83" width="226" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4605" y="79" width="222" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4615" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Investiturstreit, Kreuzzug</text>
			<text xml:space="preserve" x="4615" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Personen: Calixt II.</text>
			<rect x="4609" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4605" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4614" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4615" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4615" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="4394" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4390" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4399" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4400" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4419" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1123 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_334">
			<rect x="4670" y="83" width="198" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4666" y="79" width="194" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4676" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Arnold von Brescia</text>
			<text xml:space="preserve" x="4676" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Personen: Innozenz II.</text>
			<rect x="4670" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4666" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4675" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4676" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4676" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="4455" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4451" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4460" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4461" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4480" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1139 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_335">
			<rect x="4827" y="83" width="212" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4823" y="79" width="208" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4833" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Albigenser, Waldenser</text>
			<text xml:space="preserve" x="4833" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Personen: Alexander III.</text>
			<rect x="4827" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4823" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4832" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4833" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4833" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="4612" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4608" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4617" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4618" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4637" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1179 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_336">
			<rect x="4974" y="83" width="828" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4970" y="79" width="824" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4980" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Kreuzzug, Umgang mit Häretikern Ehehindernisse, kirchliche Trauung Schisma, Analogienlehre Transsubstantiation'</text>
			<text xml:space="preserve" x="4980" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Innozenz III. Dominikus'</text>
			<rect x="4974" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4970" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4979" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4980" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4980" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="4759" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4755" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4764" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4765" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4784" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1215 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_337">
			<rect x="5106" y="83" width="429" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5102" y="79" width="425" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5112" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Friedrich II., Kreuzzug</text>
			<text xml:space="preserve" x="5112" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Innozenz IV. Balduin II. Ludwig der Heilige'</text>
			<rect x="5106" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5102" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5111" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5112" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5112" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="4891" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4887" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4896" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4897" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4916" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1245 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_338">
			<rect x="5219" y="83" width="2081" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5215" y="79" width="2077" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5225" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Unionskonzil, d. h. versuchte Versöhnung der katholischen mit der östlich-orthodoxen Kirche: Zwei Streitpunkte waren das poenis purgatoriae/purgatorium[4], das im Konzil zum ersten Mal lehramtlich genannt wurde und das Hervorgehen des Heiligen Geistes vom Vater und vom Sohn (Filioque[5]).'</text>
			<text xml:space="preserve" x="5225" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Gregor X. Bonaventura'</text>
			<rect x="5219" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5215" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5224" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5225" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5225" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="5004" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5000" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5009" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5010" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5029" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1274 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_339">
			<rect x="5337" y="83" width="429" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5333" y="79" width="425" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5343" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Aufhebung des Templerordens, Bestätigung Fronleichnam</text>
			<text xml:space="preserve" x="5343" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Clemens V. Philipp IV. Eduard II. Jakob II.'</text>
			<rect x="5337" y="13" width="514" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5333" y="9" width="510" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5342" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5343" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5343" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien </text>
			<rect x="5122" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5118" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5127" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5128" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5147" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1311 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_340">
			<rect x="5776" y="83" width="737" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5772" y="79" width="733" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5782" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Jan Hus, Wyclif Konziliarismus Ende des Großen Abendländischen Schismas durch die Wahl Martins V.'</text>
			<text xml:space="preserve" x="5782" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Gregor XII. Martin V. Sigismund (HRR)'</text>
			<rect x="5776" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5772" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5781" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5782" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5782" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="5561" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5557" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5566" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5567" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5586" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1414 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_341">
			<rect x="5772" y="121" width="954" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5768" y="117" width="950" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5778" y="134" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Religionsfriede mit den Anhängern von Jan Hus Theologische Union mit der griechisch-orthodoxen Kirche, die nicht rezipiert wurde'</text>
			<text xml:space="preserve" x="5778" y="148" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Eugen IV. Nikolaus Cusanus Bessarion'</text>
			<rect x="5772" y="51" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5768" y="47" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5777" y="41" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5778" y="50" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5778" y="67" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="5557" y="51" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5553" y="47" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5562" y="41" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5563" y="50" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5582" y="67" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1431 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_342">
			<rect x="6165" y="83" width="1073" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6161" y="79" width="1069" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6171" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Reformvorschläge um bischöfliche Macht gegenüber der päpstlichen auszubauen. Das Konzil diente als Zugeständnis gegenüber der konziliaren Bewegung.</text>
			<text xml:space="preserve" x="6171" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Julius II. Leo X.'</text>
			<rect x="6165" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6161" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6170" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6171" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6171" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="5950" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5946" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5955" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5956" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5975" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1512 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_343">
			<rect x="6306" y="83" width="2627" height="72" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6302" y="79" width="2623" height="68" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6312" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Gegenreformation und katholische Reform, Dekret über die Erbsünde, Dekret über die Rechtfertigung (göttliche Gnade und menschliche Kooperation, entgegen dem reformatorischen Prinzip sola gratia), Dekret über die Sakramente, Residenzpflicht für Bischöfe, Einrichtung von Priesterseminaren. Plan zur Erarbeitung eines einheitlichen Messbuches (Missale Romanum von 1570)'</text>
			<text xml:space="preserve" x="6312" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Personen: Paul III. Julius III. Marcellus II. Paul IV. Pius IV. Karl V. Ferdinand I. Karl Borromäus'</text>
			<rect x="6306" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6302" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6311" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6312" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6312" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="6091" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6087" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6096" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6097" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6116" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1545 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_344">
			<rect x="7590" y="83" width="394" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7586" y="79" width="390" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7596" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Unfehlbarkeit und Jurisdiktionsprimat des Papstes </text>
			<text xml:space="preserve" x="7596" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Personen: Pius IX. etwa 700 Konzilsväter </text>
			<text xml:space="preserve" x="7596" y="124" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Von 1869  bis 1870 </text>
			<rect x="7590" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7586" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7595" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7596" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7596" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="7375" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7371" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7380" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7381" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7400" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1869 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_345">
			<rect x="7952" y="83" width="1066" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7948" y="79" width="1062" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7958" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Liturgiereform Dialog mit Andersgläubigen Apostolat der Laien Kirche in der Welt von heute Ekklesiologie Religionsfreiheit</text>
			<text xml:space="preserve" x="7958" y="110" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Johannes XXIII. Paul VI. insgesamt etwa 2500 Konzilsväter, sowie 315-450 theologische Berater, darüber hinaus auch Beobachter aus anderen Kirchen </text>
			<text xml:space="preserve" x="7958" y="124" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Von 1962 bis 1965 </text>
			<rect x="7952" y="13" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7948" y="9" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7957" y="3" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7958" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7958" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Liste_der_%C3%B6kumenischen_Konzilien</text>
			<rect x="7737" y="13" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7733" y="9" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7742" y="3" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7743" y="12" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7762" y="29" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1962 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_322">
			<rect x="7780" y="43" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7776" y="39" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7785" y="33" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7786" 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="7783" y="59" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7783" y="77" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7805" y="59" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1962 Jahre</text>
			<text xml:space="preserve" x="7805" y="76" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1965 Jahre</text>
			<text xml:space="preserve" x="7783" y="100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_346">
			<rect x="-191" y="696" 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="692" 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="686" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-185" y="695" 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="712" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 0 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_347">
			<rect x="2044" y="775" width="6173" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="2067" y="773" width="695" height="184" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2063" y="769" width="691" height="180" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2073" y="786" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Benedikt von Nursia (italienisch Benedetto di Norcia; * um 480 in Nursia, heute Norcia bei </text>
			<text xml:space="preserve" x="2073" y="800" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Spoleto in der Provinz Perugia, im umbrischen Apennin; &#8224; 21. März 547 auf dem Monte Cassino)</text>
			<text xml:space="preserve" x="2073" y="814" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">war ein Einsiedler, Abt und Ordensgründer. Er lebte in der Zeit des Übergangs von der </text>
			<text xml:space="preserve" x="2073" y="828" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Spätantike zum Frühmittelalter. Um 529 gründete er die Abtei Montecassino bei Neapel in einem</text>
			<text xml:space="preserve" x="2073" y="842" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Apollotempel, die als Stammkloster des Benediktinerordens (lateinisch Ordo Sancti Benedicti, </text>
			<text xml:space="preserve" x="2073" y="856" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">OSB) gilt. Auf Benedikt geht das nach ihm benannte benediktinische Mönchtum zurück, </text>
			<text xml:space="preserve" x="2073" y="870" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dessen Regel &#8211; die Regula Benedicti &#8211; von ihm nach 529 (um 540) als Klosterregularium </text>
			<text xml:space="preserve" x="2073" y="884" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">verfasst wurde. In der orthodoxen, armenischen und katholischen Kirche wird er als Heiliger </text>
			<text xml:space="preserve" x="2073" y="898" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">verehrt, auch in der evangelischen, anglikanischen und altkatholischen Kirche gilt er als </text>
			<text xml:space="preserve" x="2073" y="912" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">bedeutender Glaubenszeuge.</text>
			<rect x="2067" y="703" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2063" y="699" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2072" y="693" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2073" 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="2073" y="719" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Benedikt_von_Nursia</text>
			<rect x="2782" y="775" width="226" height="356" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="2774" y="766" width="220" height="350" xlink:href="./Daten/ONr_347_QuickBild.jpg">
				<title>./Daten/ONr_347_QuickBild.jpg</title></image>
			<rect x="2771" y="766" width="226" height="353" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="1852" 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="1848" 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="1857" y="693" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1858" 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="1855" y="719" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1855" y="737" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1877" y="719" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 480 Jahre</text>
			<text xml:space="preserve" x="1877" y="736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 547 Jahre</text>
			<text xml:space="preserve" x="1855" y="760" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">67 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_348">
			<rect x="2480" y="560" width="56" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="15" ry="15"/>
			<rect x="2043" y="744" width="268" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="2068" y="804" width="681" height="254" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2064" y="800" width="677" height="250" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2074" y="817" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Benedikt von Nursia erlangte mit seiner Klostergründung von Montecassino (um etwa 529) </text>
			<text xml:space="preserve" x="2074" y="831" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">historische Bedeutung. Der Gründervater des Benediktinerordens verpflichtete die bisher </text>
			<text xml:space="preserve" x="2074" y="845" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wandernden Mönche zur ständigen Anwesenheit im Kloster.</text>
			<text xml:space="preserve" x="2074" y="859" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die benediktinische Mönchsgemeinschaft versteht sich als Familie, die sich dem Abt &#8211; dem </text>
			<text xml:space="preserve" x="2074" y="873" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Leiter des Klosters &#8211; freiwillig unterwirft. Eine gemeinsame Tagesordnung wird gemäß dem </text>
			<text xml:space="preserve" x="2074" y="887" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">benediktinischen Ideal "Ora et labora" (Beten und Arbeiten) durch die Arbeit und das </text>
			<text xml:space="preserve" x="2074" y="901" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Stundengebet strukturiert.</text>
			<text xml:space="preserve" x="2074" y="915" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="2074" y="929" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Benedikts Ordensregel ("Regula Benedicti") wurde durch Papst Gregor den Großen als </text>
			<text xml:space="preserve" x="2074" y="943" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">richtungsweisend für die Ordensleute bewertet. Die Regel durchdrang alle Bereiche des </text>
			<text xml:space="preserve" x="2074" y="957" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">klösterlichen Lebens und wurde von nun an monastisches Vorbild für die abendländischen </text>
			<text xml:space="preserve" x="2074" y="971" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Klöster.</text>
			<text xml:space="preserve" x="2074" y="985" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="2074" y="999" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Benedikt setzte den Grundstein für ein Ordenswesen, das die Klöster im Mittelalter und der </text>
			<text xml:space="preserve" x="2074" y="1013" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">frühen Neuzeit zu geistigen Zentren des europäischen Abendlandes erhob.</text>
			<rect x="2068" y="734" width="708" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2064" y="730" width="704" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2073" y="724" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2074" y="733" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2074" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://www.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</text>
			<rect x="2769" y="806" width="306" height="205" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="2761" y="797" width="300" height="199" xlink:href="./Daten/ONr_348_QuickBild.jpg">
				<title>./Daten/ONr_348_QuickBild.jpg</title></image>
			<rect x="2758" y="797" width="306" height="202" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="1853" y="734" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1849" y="730" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1858" y="724" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1859" y="733" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1856" y="750" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1856" y="768" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1878" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 481 Jahre</text>
			<text xml:space="preserve" x="1878" y="767" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2024 Jahre</text>
			<text xml:space="preserve" x="1856" y="791" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1543 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_349">
			<rect x="4232" y="938" width="332" height="23" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4320" y="906" width="236" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4480" y="874" width="252" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4536" y="854" width="723" height="282" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4532" y="850" width="719" height="278" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4542" y="867" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Durch das benediktinische Gebot der Arbeit mehrten die Klöster ihr Wissen und setzen es </text>
			<text xml:space="preserve" x="4542" y="881" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gleichzeitig für ihren Erhalt ein. Das führte dazu, dass Klöster oft zu erheblichem Einfluss und </text>
			<text xml:space="preserve" x="4542" y="895" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Reichtum gelangten. Bald entstanden in den Klosterschulen und Bibliotheken Kunstwerke und </text>
			<text xml:space="preserve" x="4542" y="909" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Buchmalereien von unschätzbarem Wert.</text>
			<text xml:space="preserve" x="4542" y="923" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4542" y="937" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Das rief unter manchen Benediktinern Bestürzung hervor, weil sie die benediktinischen </text>
			<text xml:space="preserve" x="4542" y="951" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gebote der Einfachheit verletzt sahen. Im Jahr 1098 gründete Robert von Molesme im </text>
			<text xml:space="preserve" x="4542" y="965" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Stammkloster Cîteaux den Orden der reformierten Benediktiner: die Zisterzienser, die unter </text>
			<text xml:space="preserve" x="4542" y="979" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bernhard von Clairvaux ihre Blütezeit erfuhren.</text>
			<text xml:space="preserve" x="4542" y="993" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4542" y="1007" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Anfangs zeichnete sich der Orden der Zisterzienser durch besondere Strenge und Einfachheit </text>
			<text xml:space="preserve" x="4542" y="1021" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">in der Lebensweise aus. Doch auch bei ihnen führte nach fast 200 Jahren die vorbildliche </text>
			<text xml:space="preserve" x="4542" y="1035" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bodenbewirtschaftung zu großem Reichtum. Maßgeblich waren die Zisterzienser an der </text>
			<text xml:space="preserve" x="4542" y="1049" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Missionierung und Christianisierung der slawischen Länder östlich der Elbe beteiligt, verloren </text>
			<text xml:space="preserve" x="4542" y="1063" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">aber bis zum 19. Jahrhundert den entscheidenden Teil ihres Besitzes.</text>
			<text xml:space="preserve" x="4542" y="1077" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4542" y="1091" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heute konzentriert sich die Arbeit der Zisterzienser auf Seelsorge und Unterricht.</text>
			<rect x="4536" y="784" width="708" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4532" y="780" width="704" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4541" y="774" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4542" y="783" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4542" y="800" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://www.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</text>
			<rect x="5279" y="856" width="710" height="402" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5271" y="847" width="704" height="396" xlink:href="./Daten/ONr_349_QuickBild.jpg">
				<title>./Daten/ONr_349_QuickBild.jpg</title></image>
			<rect x="5268" y="847" width="710" height="399" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4321" y="784" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4317" y="780" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4326" y="774" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4327" y="783" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4324" y="800" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4324" y="818" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4346" y="800" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1098 Jahre</text>
			<text xml:space="preserve" x="4346" y="817" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2024 Jahre</text>
			<text xml:space="preserve" x="4324" y="841" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">926 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_350">
			<rect x="4512" y="825" width="3704" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4256" y="967" width="688" height="366" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4252" y="963" width="684" height="362" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4262" y="980" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Robert wurde um das Jahr 1029 geboren; er entstammte einer Adelsfamilie aus der </text>
			<text xml:space="preserve" x="4262" y="994" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Champagne. Im Alter von fünfzehn trat er in das Benediktinerkloster von Montier-la-Celle in </text>
			<text xml:space="preserve" x="4262" y="1008" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der Nähe von Troyes ein, dort wurde er später Prior[1]. Um 1070 wurde er schließlich zum </text>
			<text xml:space="preserve" x="4262" y="1022" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Abt von Saint-Michel-de-Tonnerre in Grafschaft und Bistum Auxerre im Norden des Burgund </text>
			<text xml:space="preserve" x="4262" y="1036" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ernannt. Die dortigen Mönche waren für ihre Laxheit bekannt und weigerten sich, </text>
			<text xml:space="preserve" x="4262" y="1050" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">seine Reformversuche anzunehmen. Infolgedessen kehrte Robert nach Montier-la-Celle zurück. </text>
			<text xml:space="preserve" x="4262" y="1064" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1072 wurde er zum Prior von Saint-Aiyoul ernannt.</text>
			<text xml:space="preserve" x="4262" y="1078" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4262" y="1092" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Eine Gruppe von sieben Eremiten, die im Wald von Collan in der Nähe von Michel-de-Tonnerre </text>
			<text xml:space="preserve" x="4262" y="1106" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">lebten, wollten Robert dazu überreden, ihr Abt zu werden. Zwei von ihnen reisten deshalb </text>
			<text xml:space="preserve" x="4262" y="1120" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">nach Rom und holten von Papst Gregor VII. die Erlaubnis ein, Robert zu ihrem geistlichen </text>
			<text xml:space="preserve" x="4262" y="1134" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Führer zu machen. 1074 führte Robert die Eremiten schließlich in das monastische Leben </text>
			<text xml:space="preserve" x="4262" y="1148" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ein und gründete mit ihnen ein Jahr später, also 1075, das Kloster Molesme, ebenfalls im </text>
			<text xml:space="preserve" x="4262" y="1162" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Norden des Burgund, nahe der Grenze zur Champagne. Das frühe Kloster befand sich im </text>
			<text xml:space="preserve" x="4262" y="1176" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Wald und bestand aus Holzhütten und einer Kapelle, die der Heiligen Dreifaltigkeit geweiht </text>
			<text xml:space="preserve" x="4262" y="1190" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">war.</text>
			<text xml:space="preserve" x="4262" y="1204" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4262" y="1218" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bereits wenige Jahrzehnte später, 1098, gab es 35 von Molesme abhängige Priorate sowie </text>
			<text xml:space="preserve" x="4262" y="1232" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">einige Nonnenklöster, die sich mit dem Konvent identifizierten. Der gute Ruf brachte der </text>
			<text xml:space="preserve" x="4262" y="1246" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gemeinschaft von Molesme immer mehr Neuzugänge. Die Adeligen der Gegend waren </text>
			<text xml:space="preserve" x="4262" y="1260" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">großzügig in ihren Zuwendungen an das Kloster; die vielen Landschenkungen ließen es reich </text>
			<text xml:space="preserve" x="4262" y="1274" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">werden. Robert wurde zunehmend unzufrieden mit den Entwicklungen im Konvent und </text>
			<text xml:space="preserve" x="4262" y="1288" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">verließ das Kloster zweimal: Beide Male wurde er vom Papst zurückberufen.</text>
			<rect x="4256" y="897" width="370" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4252" y="893" width="366" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4261" y="887" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4262" y="896" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4262" y="913" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Robert_von_Molesme</text>
			<rect x="4964" y="969" width="226" height="162" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="4956" y="960" width="220" height="156" xlink:href="./Daten/ONr_350_QuickBild.jpg">
				<title>./Daten/ONr_350_QuickBild.jpg</title></image>
			<rect x="4953" y="960" width="226" height="159" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4041" y="897" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4037" y="893" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4046" y="887" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4047" y="896" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4044" y="913" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4044" y="931" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4066" y="913" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1028 Jahre</text>
			<text xml:space="preserve" x="4066" y="930" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1111 Jahre</text>
			<text xml:space="preserve" x="4044" y="954" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">83 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_351">
			<rect x="4512" y="825" width="3704" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4344" y="935" width="702" height="380" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4340" y="931" width="698" height="376" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4350" y="948" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Alberich (Aubry) von Cîteaux (* um 1050 in Frankreich; &#8224; 26. Januar 1109 in Cîteaux) war </text>
			<text xml:space="preserve" x="4350" y="962" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Prior im Benediktinerkloster Molesme (Diözese Langres). Zusammen mit Robert von Molesme, </text>
			<text xml:space="preserve" x="4350" y="976" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Stephan Harding und anderen gründete er am 21. März 1098 das Reformkloster Cîteaux bei </text>
			<text xml:space="preserve" x="4350" y="990" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Dijon. Als Abt Robert von Molesme 1099 nach Molesme zurückkehrte, wurde Alberich zweiter </text>
			<text xml:space="preserve" x="4350" y="1004" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Abt des Klosters Cîteaux.</text>
			<text xml:space="preserve" x="4350" y="1018" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4350" y="1032" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bei Papst Paschalis II. erreichte er die Unabhängigkeit des Reformklosters vom Mutterkloster </text>
			<text xml:space="preserve" x="4350" y="1046" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Molesme. Durch Paschalis&#8217; Bulle Desiderium quod (19. November 1102[1]) &#8211; auch einfach das </text>
			<text xml:space="preserve" x="4350" y="1060" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">römische Privileg genannt &#8211; hat Alberich seine andauernde Lebensleistung vollbracht: </text>
			<text xml:space="preserve" x="4350" y="1074" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nun steht die noch kleine und schwache Gründung unter päpstlichem Schutz. Der Aufwand </text>
			<text xml:space="preserve" x="4350" y="1088" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dafür war groß: Empfehlungsschreiben mussten von zwei Kardinälen eingeholt werden, </text>
			<text xml:space="preserve" x="4350" y="1102" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">damit waren zwei Visitationen verbunden. Zwei Mönche mussten die 1500 km Reise nach </text>
			<text xml:space="preserve" x="4350" y="1116" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Rom machen und dann 200 km weiter nach Troia in Süditalien reisen.</text>
			<text xml:space="preserve" x="4350" y="1130" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4350" y="1144" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Als zweiter Abt in Cîteaux und Verhandlungspartner hinter Desiderium quod gilt Alberich als </text>
			<text xml:space="preserve" x="4350" y="1158" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">einer der drei Begründer des Zisterzienserordens. Er setzte das Reformwerk des hl. Robert </text>
			<text xml:space="preserve" x="4350" y="1172" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">von Molesme bezüglich Kleidung, Nahrung, Liturgie und klösterlichem Leben in Cîteaux fort. </text>
			<text xml:space="preserve" x="4350" y="1186" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er führte das weiße Chorgewand als Ausdruck der Reinheit, Einfachheit und Armut ein. </text>
			<text xml:space="preserve" x="4350" y="1200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Hagiographie überliefert, dass die Jungfrau Maria ihm die weiße Kukulle überreichte; </text>
			<text xml:space="preserve" x="4350" y="1214" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">innerhalb des Ordens wurde dieses Ereignis mit dem liturgischen Gedenktag Descensio BMV </text>
			<text xml:space="preserve" x="4350" y="1228" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">in Cistercium am 5. August gefeiert. Alberich wird mit dem Chorgewand (manchmal auch in </text>
			<text xml:space="preserve" x="4350" y="1242" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Form eines Skapuliers) zu Füßen Marias kniend, mit dem römischen Privileg oder auch als einer </text>
			<text xml:space="preserve" x="4350" y="1256" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der drei ersten Äbte dargestellt.</text>
			<text xml:space="preserve" x="4350" y="1270" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<rect x="4344" y="865" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4340" y="861" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4349" y="855" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4350" y="864" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4350" y="881" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Alberich_von_C%C3%AEteaux</text>
			<rect x="5066" y="937" width="256" height="187" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5058" y="928" width="250" height="181" xlink:href="./Daten/ONr_351_QuickBild.jpg">
				<title>./Daten/ONr_351_QuickBild.jpg</title></image>
			<rect x="5055" y="928" width="256" height="184" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4129" y="865" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4125" y="861" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4134" y="855" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4135" y="864" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4132" y="881" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4132" y="899" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4154" y="881" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1050 Jahre</text>
			<text xml:space="preserve" x="4154" y="898" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1109 Jahre</text>
			<text xml:space="preserve" x="4132" y="922" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">59 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_352">
			<rect x="4512" y="825" width="3704" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4504" y="903" width="709" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4500" y="899" width="705" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4510" y="916" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der heilige Bernhard von Clairvaux (* um 1090 auf Burg Fontaine-lès-Dijon bei Dijon; &#8224; 20. </text>
			<text xml:space="preserve" x="4510" y="930" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">August 1153 in Clairvaux bei Troyes), latinisiert Sanctus Bernardus, war ein mittelalterlicher </text>
			<text xml:space="preserve" x="4510" y="944" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Abt, Kreuzzugsprediger, Kirchenlehrer und frühscholastischer Mystiker. Er gilt als einer der </text>
			<text xml:space="preserve" x="4510" y="958" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">bedeutendsten Mönche des Zisterzienserordens, für dessen Ausbreitung über ganz Europa </text>
			<text xml:space="preserve" x="4510" y="972" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">er verantwortlich war.</text>
			<rect x="4504" y="833" width="398" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4500" y="829" width="394" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4509" y="823" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4510" y="832" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4510" y="849" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Bernhard_von_Clairvaux</text>
			<rect x="5233" y="905" width="214" height="256" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5225" y="896" width="208" height="250" xlink:href="./Daten/ONr_352_QuickBild.jpg">
				<title>./Daten/ONr_352_QuickBild.jpg</title></image>
			<rect x="5222" y="896" width="214" height="253" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4289" y="833" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4285" y="829" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4294" y="823" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4295" y="832" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4292" y="849" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4292" y="867" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4314" y="849" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1090 Jahre</text>
			<text xml:space="preserve" x="4314" y="866" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1153 Jahre</text>
			<text xml:space="preserve" x="4292" y="890" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">63 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_353">
			<rect x="6659" y="875" width="1564" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6649" y="769" width="681" height="128" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6645" y="765" width="677" height="124" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6655" y="782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Armand Jean Le Bouthillier de Rancé (* 9. Januar 1626 in Paris; &#8224; 27. Oktober 1700 in La </text>
			<text xml:space="preserve" x="6655" y="796" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Trappe) war ein französischer Adliger und Mönch. Er kann zwar nicht als &#8222;Gründer&#8220; der </text>
			<text xml:space="preserve" x="6655" y="810" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Trappisten gelten, aber er führte Reformbestrebungen im Zisterzienserorden fort und </text>
			<text xml:space="preserve" x="6655" y="824" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">verbreitete sie unter Gleichgesinnten, die im 17. Jahrhundert zu einer starken Gruppierung </text>
			<text xml:space="preserve" x="6655" y="838" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wurden. Sie spalteten sich 1892 ab und gründeten den Trappistenorden.[1]</text>
			<text xml:space="preserve" x="6655" y="852" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<rect x="6649" y="699" width="528" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6645" y="695" width="524" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6654" y="689" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6655" y="698" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6655" y="715" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Armand_Jean_Le_Bouthillier_de_Ranc%C3%A9</text>
			<rect x="7350" y="771" width="306" height="458" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7342" y="762" width="300" height="452" xlink:href="./Daten/ONr_353_QuickBild.jpg">
				<title>./Daten/ONr_353_QuickBild.jpg</title></image>
			<rect x="7339" y="762" width="306" height="455" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6434" y="699" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6430" y="695" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6439" y="689" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6440" y="698" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6437" y="715" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6437" y="733" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6459" y="715" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1626 Jahre</text>
			<text xml:space="preserve" x="6459" y="732" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1701 Jahre</text>
			<text xml:space="preserve" x="6437" y="756" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">75 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_354">
			<rect x="6625" y="740" width="299" height="23" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6683" y="904" width="702" height="184" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6679" y="900" width="698" height="180" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6689" y="917" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Zisterzienser der strengeren Observanz, umgangssprachlich auch Trappisten genannt </text>
			<text xml:space="preserve" x="6689" y="931" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(nach dem französischen Kloster La Trappe), sind ein Orden in der römisch-katholischen Kirche.</text>
			<text xml:space="preserve" x="6689" y="945" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Orden (lat. Ordo Cisterciensis strictioris observantiae, Ordenskürzel OCSO, zuvor Ordo </text>
			<text xml:space="preserve" x="6689" y="959" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Cisterciensium reformatorum Beatae Virginis Mariae de Trappa, Ordenskürzel OCR) entstand </text>
			<text xml:space="preserve" x="6689" y="973" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">892 durch Teilung des Zisterzienserordens und steht Frauen und Männern offen. </text>
			<text xml:space="preserve" x="6689" y="987" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Schwestern des Ordens bezeichnet man auch als Trappistinnen. Bekannt sind die </text>
			<text xml:space="preserve" x="6689" y="1001" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Trappisten für ihre Abgeschiedenheit, ihre monastische Askese und ihre Vorliebe für </text>
			<text xml:space="preserve" x="6689" y="1015" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">körperliche Arbeit.</text>
			<text xml:space="preserve" x="6689" y="1029" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="6689" y="1043" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Generalabt der Trappisten ist seit 11. Februar 2022 Bernardus Peeters.</text>
			<rect x="6683" y="834" width="514" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6679" y="830" width="510" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6688" y="824" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6689" y="833" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6689" y="850" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Zisterzienser_der_strengeren_Observanz</text>
			<rect x="6468" y="834" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6464" y="830" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6473" y="824" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6474" y="833" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6471" y="850" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6471" y="868" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6493" y="850" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1634 Jahre</text>
			<text xml:space="preserve" x="6493" y="867" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2025 Jahre</text>
			<text xml:space="preserve" x="6471" y="891" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">391 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_355">
			<rect x="4844" y="876" width="183" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4981" y="955" width="639" height="170" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4977" y="951" width="635" height="166" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4987" y="968" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Franziskanische Orden sind verschiedene vornehmlich römisch-katholische </text>
			<text xml:space="preserve" x="4987" y="982" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ordensgemeinschaften, die sich an den von Franziskus von Assisi (1181/1182 bis 1226) </text>
			<text xml:space="preserve" x="4987" y="996" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">für die von ihm gegründeten Orden verfassten Ordensregeln orientieren.</text>
			<text xml:space="preserve" x="4987" y="1010" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4987" y="1024" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zu den bedeutendsten franziskanischen Theologen und Philosophen des 13. und 14. </text>
			<text xml:space="preserve" x="4987" y="1038" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Jahrhunderts gehörten Antonius von Padua, Alexander von Hales, Bonaventura von </text>
			<text xml:space="preserve" x="4987" y="1052" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bagnoregio, Roger Bacon, Johannes Duns Scotus und Wilhelm von Ockham. Der </text>
			<text xml:space="preserve" x="4987" y="1066" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Franziskaner-Publizist Thomas Murner war ein Gegner Martin Luthers in der </text>
			<text xml:space="preserve" x="4987" y="1080" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Reformationszeit.</text>
			<rect x="4981" y="885" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4977" y="881" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4986" y="875" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4987" y="884" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4987" y="901" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Franziskanische_Orden</text>
			<rect x="5640" y="957" width="710" height="402" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5632" y="948" width="704" height="396" xlink:href="./Daten/ONr_355_QuickBild.jpg">
				<title>./Daten/ONr_355_QuickBild.jpg</title></image>
			<rect x="5629" y="948" width="710" height="399" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4766" y="885" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4762" y="881" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4771" y="875" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4772" y="884" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4769" y="901" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4769" y="919" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4791" y="901" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1209 Jahre</text>
			<text xml:space="preserve" x="4791" y="918" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2024 Jahre</text>
			<text xml:space="preserve" x="4769" y="942" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">815 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_356">
			<rect x="4957" y="926" width="3260" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4868" y="905" width="709" height="394" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4864" y="901" width="705" height="390" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4874" y="918" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Franz von Assisi (auch Franziskus von Assisi, lateinisch Franciscus de Assisio oder Franciscus </text>
			<text xml:space="preserve" x="4874" y="932" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Assisiensis; * 1181 oder 1182 in Assisi, Italien als Giovanni di Pietro di Bernardone; &#8224; 3. </text>
			<text xml:space="preserve" x="4874" y="946" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Oktober 1226 in der Portiuncula-Kapelle unterhalb der Stadt) war der Begründer des </text>
			<text xml:space="preserve" x="4874" y="960" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ordens der Minderbrüder (Ordo fratrum minorum, Franziskaner) und Mitbegründer der </text>
			<text xml:space="preserve" x="4874" y="974" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Klarissen. Er wird in der römisch-katholischen Kirche als Heiliger verehrt. Hinsichtlich des </text>
			<text xml:space="preserve" x="4874" y="988" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Quellenumfangs zu Leben und Wirken gehört Franziskus zu den am besten dokumentierten </text>
			<text xml:space="preserve" x="4874" y="1002" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Persönlichkeiten des Mittelalters.</text>
			<text xml:space="preserve" x="4874" y="1016" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4874" y="1030" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Franziskus lebte nach dem Vorbild Jesu Christi (sogenannte imitatio Christi). Diese </text>
			<text xml:space="preserve" x="4874" y="1044" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Lebensweise zog gleichgesinnte Gefährten an, was zur Gründung der Minderen Brüder </text>
			<text xml:space="preserve" x="4874" y="1058" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">führte, deren Orden rasch wuchs. Trotz großer Widerstände während der ersten Jahre </text>
			<text xml:space="preserve" x="4874" y="1072" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">seines Wirkens wurde er von der katholischen Kirche schon zwei Jahre nach seinem Tode </text>
			<text xml:space="preserve" x="4874" y="1086" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">heiliggesprochen. Der von Franziskus gegründete Orden breitete sich binnen weniger </text>
			<text xml:space="preserve" x="4874" y="1100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Jahre in ganz Europa aus, im Heiligen Römischen Reich etwa bis zur Ostsee, wo bereits </text>
			<text xml:space="preserve" x="4874" y="1114" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1230 eine Niederlassung in Riga gegründet wurde.</text>
			<text xml:space="preserve" x="4874" y="1128" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4874" y="1142" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die starke Verbreitung eines in 53 kurze Kapitel eingeteilten Florilegium über das Leben des </text>
			<text xml:space="preserve" x="4874" y="1156" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Franz von Assisi, das sogenannte Fioretti, hat als Andachtsbuch im 19. und 20. Jahrhundert </text>
			<text xml:space="preserve" x="4874" y="1170" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">das Bild des Franziskus in der Bevölkerung lange geprägt. In den letzten Jahrzehnten </text>
			<text xml:space="preserve" x="4874" y="1184" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">versuchen viele Autoren, ein gemäßigteres, menschlicheres und weniger legendenhaftes Bild </text>
			<text xml:space="preserve" x="4874" y="1198" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">von der Person des Franziskus zu vermitteln.</text>
			<text xml:space="preserve" x="4874" y="1212" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4874" y="1226" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sein Gedenktag ist in der römisch-katholischen, der alt-katholischen, der anglikanischen und </text>
			<text xml:space="preserve" x="4874" y="1240" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">einigen evangelischen Kirchen am 4. Oktober, in der evangelischen Kirche in Deutschland </text>
			<text xml:space="preserve" x="4874" y="1254" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der 3. Oktober.</text>
			<rect x="4868" y="835" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4864" y="831" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4873" y="825" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4874" y="834" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4874" y="851" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Franz_von_Assisi</text>
			<rect x="5597" y="907" width="221" height="306" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5589" y="898" width="215" height="300" xlink:href="./Daten/ONr_356_QuickBild.jpg">
				<title>./Daten/ONr_356_QuickBild.jpg</title></image>
			<rect x="5586" y="898" width="221" height="303" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4653" y="835" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4649" y="831" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4658" y="825" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4659" y="834" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4656" y="851" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4656" y="869" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4678" y="851" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1181 Jahre</text>
			<text xml:space="preserve" x="4678" y="868" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1226 Jahre</text>
			<text xml:space="preserve" x="4656" y="892" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">45 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_357">
			<rect x="6088" y="872" width="240" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6256" y="1004" width="625" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6252" y="1000" width="621" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6262" y="1017" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Orden der Kapuziner-Mönche wurde von Matthäus von Bascio (1492-1552) ins Leben </text>
			<text xml:space="preserve" x="6262" y="1031" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gerufen und 1528 von Papst Clemens VII. bestätigt. Der katholische Bettelorden der </text>
			<text xml:space="preserve" x="6262" y="1045" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kapuziner ist ein strengerer Unterzweig der Franziskaner.</text>
			<rect x="6256" y="934" width="708" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6252" y="930" width="704" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6261" y="924" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6262" y="933" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6262" y="950" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://www.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</text>
			<rect x="6041" y="934" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6037" y="930" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6046" y="924" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6047" y="933" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6044" y="950" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6044" y="968" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6066" y="950" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1528 Jahre</text>
			<text xml:space="preserve" x="6066" y="967" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2024 Jahre</text>
			<text xml:space="preserve" x="6044" y="991" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">496 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_358">
			<rect x="6232" y="975" width="1984" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6112" y="901" width="625" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6108" y="897" width="621" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6118" y="914" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Orden der Kapuziner-Mönche wurde von Matthäus von Bascio (1492-1552) ins Leben </text>
			<text xml:space="preserve" x="6118" y="928" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gerufen und 1528 von Papst Clemens VII. bestätigt. Der katholische Bettelorden der </text>
			<text xml:space="preserve" x="6118" y="942" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kapuziner ist ein strengerer Unterzweig der </text>
			<text xml:space="preserve" x="6118" y="956" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Franziskaner.</text>
			<rect x="6112" y="831" width="708" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6108" y="827" width="704" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6117" y="821" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6118" y="830" 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="847" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://www.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</text>
			<rect x="6757" y="903" width="176" height="244" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6749" y="894" width="170" height="238" xlink:href="./Daten/ONr_358_QuickBild.jpg">
				<title>./Daten/ONr_358_QuickBild.jpg</title></image>
			<rect x="6746" y="894" width="176" height="241" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5897" y="831" 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="827" 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="821" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5903" y="830" 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="847" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5900" y="865" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5922" y="847" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1492 Jahre</text>
			<text xml:space="preserve" x="5922" y="864" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1552 Jahre</text>
			<text xml:space="preserve" x="5900" y="888" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">60 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_359">
			<rect x="1536" y="950" width="304" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5120" y="1054" width="688" height="198" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5116" y="1050" width="684" height="194" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="5126" y="1067" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Augustinische Orden im engeren Sinn sind Orden in der römisch-katholischen Kirche, die sich </text>
			<text xml:space="preserve" x="5126" y="1081" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">auf den Kirchenlehrer Augustinus von Hippo berufen. Im weiteren Sinn sind alle </text>
			<text xml:space="preserve" x="5126" y="1095" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ordensgemeinschaften gemeint, die die Augustinusregel übernommen haben.</text>
			<text xml:space="preserve" x="5126" y="1109" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="5126" y="1123" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Augustinus von Hippo (354&#8211;430), ein Heiliger und Kirchenvater der römisch-katholischen </text>
			<text xml:space="preserve" x="5126" y="1137" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirche, gründete selbst keinen Orden, sondern inspirierte über seine Schriften </text>
			<text xml:space="preserve" x="5126" y="1151" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ordensgründungen in späterer Zeit. Zu den Grundzügen seines Wesens, </text>
			<text xml:space="preserve" x="5126" y="1165" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wie sie sich in der Augustinusregel (etwa 497) äußerten, gehörten &#8222;Gottinnigkeit und </text>
			<text xml:space="preserve" x="5126" y="1179" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nächstenliebe&#8220;, &#8222;evangelische Armut und Demut&#8220;, &#8222;selbstlose Dienstbereitschaft, Geduld und </text>
			<text xml:space="preserve" x="5126" y="1193" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Herzensgüte&#8220;.[1] Einige hundert Jahre später wurde insbesondere seine Betonung des </text>
			<text xml:space="preserve" x="5126" y="1207" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">evangelischen Rates der Armut als Antwort auf drängende kirchliche Probleme empfunden.</text>
			<rect x="5120" y="984" width="708" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5116" y="980" width="704" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5125" y="974" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5126" y="983" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5126" y="1000" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://www.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</text>
			<rect x="5828" y="1056" width="226" height="270" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5820" y="1047" width="220" height="264" xlink:href="./Daten/ONr_359_QuickBild.jpg">
				<title>./Daten/ONr_359_QuickBild.jpg</title></image>
			<rect x="5817" y="1047" width="226" height="267" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4905" y="984" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4901" y="980" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4910" y="974" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4911" y="983" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4908" y="1000" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4908" y="1018" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4930" y="1000" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1244 Jahre</text>
			<text xml:space="preserve" x="4930" y="1017" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2024 Jahre</text>
			<text xml:space="preserve" x="4908" y="1041" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">780 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_360">
			<rect x="5096" y="1025" width="3120" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="1560" y="979" width="716" height="590" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1556" y="975" width="712" height="586" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="1566" y="992" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Augustinus von Hippo, meist ohne Zusatz Augustinus oder Augustin, gelegentlich auch </text>
			<text xml:space="preserve" x="1566" y="1006" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Augustinus von Thagaste oder (wohl nicht authentisch) Aurelius Augustinus </text>
			<text xml:space="preserve" x="1566" y="1020" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(* 13. November 354 in Tagaste, heute Souk Ahras, Algerien; &#8224; 28. August 430 in Hippo </text>
			<text xml:space="preserve" x="1566" y="1034" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Regius nahe dem heutigen Annaba, Algerien), war ein römischer Bischof und Kirchenlehrer. </text>
			<text xml:space="preserve" x="1566" y="1048" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er gilt neben Hieronymus, Ambrosius von Mailand und Papst Gregor dem Großen als einer </text>
			<text xml:space="preserve" x="1566" y="1062" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der vier lateinischen Kirchenväter des patristischen Zeitalters der Alten Kirche, deren Konsens </text>
			<text xml:space="preserve" x="1566" y="1076" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">in dogmatischen und exegetischen Fragen kanonische (verbindliche) Geltung zugesprochen </text>
			<text xml:space="preserve" x="1566" y="1090" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wurde.</text>
			<text xml:space="preserve" x="1566" y="1104" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kritische Schriften gegen konkurrierende christliche Sekten und polytheistische </text>
			<text xml:space="preserve" x="1566" y="1118" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Glaubensvorstellungen, Antijudaismus (Tractatus adversus Judaeos), der Glaube an </text>
			<text xml:space="preserve" x="1566" y="1132" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gerechte Gotteskriege und eine körperfeindliche Sexualethik wirkten bis zur Neuzeit nach. </text>
			<text xml:space="preserve" x="1566" y="1146" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Augustinus war zunächst Rhetor in Tagaste, Karthago, Rom und Mailand. Nachdem er </text>
			<text xml:space="preserve" x="1566" y="1160" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">jahrelang Manichäer gewesen war, ließ er sich unter dem Einfluss der Predigten des Bischofs </text>
			<text xml:space="preserve" x="1566" y="1174" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ambrosius von Mailand im Jahr 387 christlich taufen; von 395 bis zu seinem Tod 430 war er </text>
			<text xml:space="preserve" x="1566" y="1188" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bischof von Hippo Regius. Sein Gedenktag im liturgischen Kalender der römisch-katholischen </text>
			<text xml:space="preserve" x="1566" y="1202" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirche ist wie auch bei den evangelischen und anglikanischen Kirchen der 28. August.</text>
			<text xml:space="preserve" x="1566" y="1216" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="1566" y="1230" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Augustinus schuf ein überaus umfangreiches Werk theologischer, exegetischer und </text>
			<text xml:space="preserve" x="1566" y="1244" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">homiletischer Schriften, die zu einem großen Teil erhalten sind und eine außergewöhnlich </text>
			<text xml:space="preserve" x="1566" y="1258" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">breite und nachhaltige Rezeptions- und Wirkungsgeschichte hervorriefen.[1] </text>
			<text xml:space="preserve" x="1566" y="1272" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Diese Schriften sind zwar nicht frei von Widersprüchen, die er auch in seinen aus dieser </text>
			<text xml:space="preserve" x="1566" y="1286" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Einsicht heraus vorgelegten Überarbeitungen (Retractationes) nicht vollständig zu beheben </text>
			<text xml:space="preserve" x="1566" y="1300" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">vermochte. Das hinderte ihn dennoch nicht, sie gleichwohl als eine Einheit zu betrachten; </text>
			<text xml:space="preserve" x="1566" y="1314" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">den christlichen Glauben sah er als Grundlage aller Erkenntnis an (crede, ut intelligas: </text>
			<text xml:space="preserve" x="1566" y="1328" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">&#8222;glaube, damit du erkennst&#8220;). Das Werk Bekenntnisse (Confessiones) gehört zu den </text>
			<text xml:space="preserve" x="1566" y="1342" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">einflussreichsten autobiographischen Texten der Weltliteratur. Augustinus&#8217; Philosophie </text>
			<text xml:space="preserve" x="1566" y="1356" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">enthält von Platon stammende, jedoch im christlichen Sinn modifizierte Elemente. Hierzu </text>
			<text xml:space="preserve" x="1566" y="1370" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gehören insbesondere die Dreiteilung der Wirklichkeit in die Welt des höchsten Seins, die nur </text>
			<text xml:space="preserve" x="1566" y="1384" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dem Geist zugänglich ist, die Geist-Seele des Menschen und die niedere Welt des Werdens, </text>
			<text xml:space="preserve" x="1566" y="1398" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die den Sinnen zugänglich ist. Die erste Biografie des Augustinus stammt von Possidius von </text>
			<text xml:space="preserve" x="1566" y="1412" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Calama, der ihn als Schüler noch gut kannte.</text>
			<text xml:space="preserve" x="1566" y="1426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="1566" y="1440" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Als einer der einflussreichsten Theologen und Philosophen der christlichen Spätantike bzw. </text>
			<text xml:space="preserve" x="1566" y="1454" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der Patristik prägte er das Denken des Abendlandes. In der orthodoxen Kirche dagegen blieb </text>
			<text xml:space="preserve" x="1566" y="1468" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">er praktisch unbekannt; als seine Lehre im 14. Jahrhundert durch griechische Übersetzungen </text>
			<text xml:space="preserve" x="1566" y="1482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">auch in Konstantinopel bekannt wurde, stieß sie auf Ablehnung, soweit sie nicht ohnehin dem </text>
			<text xml:space="preserve" x="1566" y="1496" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Konsens anderer Kirchenväter entsprach. Seine Theologie beeinflusste die Lehre fast aller </text>
			<text xml:space="preserve" x="1566" y="1510" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">westlichen Kirchen, ob katholisch oder evangelisch. Der Begriff Augustinismus kennzeichnet </text>
			<text xml:space="preserve" x="1566" y="1524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">seine Rezeption in Religion, Philosophie und Geschichtswissenschaft.</text>
			<rect x="1560" y="909" width="384" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1556" y="905" width="380" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1565" y="899" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1566" y="908" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="1566" y="925" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Augustinus_von_Hippo</text>
			<rect x="2296" y="981" width="226" height="381" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="2288" y="972" width="220" height="375" xlink:href="./Daten/ONr_360_QuickBild.jpg">
				<title>./Daten/ONr_360_QuickBild.jpg</title></image>
			<rect x="2285" y="972" width="226" height="378" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="1345" y="909" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="1341" y="905" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="1350" y="899" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="1351" y="908" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="1348" y="925" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="1348" y="943" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="1370" y="925" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 354 Jahre</text>
			<text xml:space="preserve" x="1370" y="942" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 430 Jahre</text>
			<text xml:space="preserve" x="1348" y="966" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">76 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_361">
			<rect x="4800" y="1029" width="206" height="24" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4968" y="1103" width="709" height="254" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4964" y="1099" width="705" height="250" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4974" y="1116" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Dominikus Guzmán wurde 1170 in Kastilien (Spanien) geboren und studierte Theologie in </text>
			<text xml:space="preserve" x="4974" y="1130" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Palencia. In Toulouse kam er in Kontakt mit den Albigensern, die sich radikal von der Kirche </text>
			<text xml:space="preserve" x="4974" y="1144" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">losgesagt hatten und nach eigenen Vorstellungen das Evangelium lebten und verkündeten.</text>
			<text xml:space="preserve" x="4974" y="1158" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4974" y="1172" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Dominikus erkannte, dass viele Missstände in der katholischen Kirche seiner Zeit von schlechter</text>
			<text xml:space="preserve" x="4974" y="1186" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">klerikaler Bildung und Ausbildung herrührten. Eine fundierte theologische Ausbildung der </text>
			<text xml:space="preserve" x="4974" y="1200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Dominikaner, die zunächst nach der Regel der Augustiner lebten, sollte die Häretiker </text>
			<text xml:space="preserve" x="4974" y="1214" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">("Ketzer") rein argumentativ von ihrem Irrglauben abbringen und auf den rechten Weg der </text>
			<text xml:space="preserve" x="4974" y="1228" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirche zurückführen.</text>
			<text xml:space="preserve" x="4974" y="1242" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4974" y="1256" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ordensziel ist daher bis heute das Apostolat des Wortes in Predigt und Lehre. Die solide </text>
			<text xml:space="preserve" x="4974" y="1270" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ausbildung und unbedingte Nähe zu Kirche und Papsttum sind Ursache dafür, dass </text>
			<text xml:space="preserve" x="4974" y="1284" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">besonders die Dominikaner mit der Jahrhunderte währenden Inquisition betraut wurden </text>
			<text xml:space="preserve" x="4974" y="1298" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und den oft blutigen Kampf der Kirche gegen die Häresie ("Ketzerei") führten, ein Umstand, </text>
			<text xml:space="preserve" x="4974" y="1312" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der dem Ruf des Dominikaner-Ordens abträglich war.</text>
			<rect x="4968" y="1033" width="708" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4964" y="1029" width="704" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4973" y="1023" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4974" y="1032" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4974" y="1049" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://www.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</text>
			<rect x="5697" y="1105" width="156" height="171" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5689" y="1096" width="150" height="165" xlink:href="./Daten/ONr_361_QuickBild.jpg">
				<title>./Daten/ONr_361_QuickBild.jpg</title></image>
			<rect x="5686" y="1096" width="156" height="168" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4753" y="1033" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4749" y="1029" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4758" y="1023" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4759" y="1032" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4756" y="1049" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4756" y="1067" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4778" y="1049" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1206 Jahre</text>
			<text xml:space="preserve" x="4778" y="1066" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2024 Jahre</text>
			<text xml:space="preserve" x="4756" y="1090" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">818 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_362">
			<rect x="4944" y="1074" width="3272" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4609" y="988" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4605" y="984" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4614" y="978" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4615" y="987" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4612" y="1004" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4612" y="1022" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4634" y="1004" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1170 Jahre</text>
			<text xml:space="preserve" x="4634" y="1021" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1221 Jahre</text>
			<text xml:space="preserve" x="4612" y="1045" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">51 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_363">
			<rect x="4332" y="1076" width="317" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4480" y="1154" width="688" height="394" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4476" y="1150" width="684" height="390" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4486" y="1167" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Kartäuser sind wohl der strengste Orden der katholischen Kirche. Die Gemeinschaft der </text>
			<text xml:space="preserve" x="4486" y="1181" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kartäuser führt sich und ihren Namen auf das Kloster von Chartreuse (Kartause) zurück. </text>
			<text xml:space="preserve" x="4486" y="1195" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ordensgründer war Bruno von Köln (1030), der sich in die Einsamkeit von La Chartreuse </text>
			<text xml:space="preserve" x="4486" y="1209" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">zurückzog, um dort ein Büßerleben zu führen.</text>
			<text xml:space="preserve" x="4486" y="1223" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4486" y="1237" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Kartäuser verstehen sich als organisierte Eremiten, die sich allein zum Abhalten </text>
			<text xml:space="preserve" x="4486" y="1251" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gemeinsamer Gottesdienste treffen und in Leid und Tod liebevoll zur Seite stehen. Das </text>
			<text xml:space="preserve" x="4486" y="1265" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gelübde dieses rein kontemplativen Ordens verpflichtet zu Einsamkeit, Schweigen und zur </text>
			<text xml:space="preserve" x="4486" y="1279" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Stille.</text>
			<text xml:space="preserve" x="4486" y="1293" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="4486" y="1307" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Kartäuser (lateinisch Ordo Cartusiensis, Ordenskürzel OCart) sind ein Orden in der </text>
			<text xml:space="preserve" x="4486" y="1321" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">römisch-katholischen Kirche, der die eremitische mit der zönobitischen Lebensweise </text>
			<text xml:space="preserve" x="4486" y="1335" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">verbindet. Der Orden geht auf den heiligen Bruno von Köln zurück. Der Wahlspruch der </text>
			<text xml:space="preserve" x="4486" y="1349" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kartäuser lautet Stat crux dum volvitur orbis (Das Kreuz steht fest, während die Welt sich </text>
			<text xml:space="preserve" x="4486" y="1363" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dreht).</text>
			<text xml:space="preserve" x="4486" y="1377" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gründung</text>
			<text xml:space="preserve" x="4486" y="1391" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1084 zog sich der heilige Bruno von Köln, der Begründer des Kartäuserordens, mit sechs </text>
			<text xml:space="preserve" x="4486" y="1405" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gefährten in die Chartreuse zurück, eine einsame Gebirgsgegend bei Grenoble in Frankreich. </text>
			<text xml:space="preserve" x="4486" y="1419" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Das Land wurde ihnen vom heiligen Hugo (um 1053&#8211;1132), dem damaligen Bischof von </text>
			<text xml:space="preserve" x="4486" y="1433" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Grenoble, aufgrund einer Vision zur Verfügung gestellt. Er hatte im Traum gesehen, </text>
			<text xml:space="preserve" x="4486" y="1447" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wie sich in La Chartreuse sieben Sterne niederließen. Bruno und seine Gefährten bauten sich </text>
			<text xml:space="preserve" x="4486" y="1461" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">kleine Eremitagen sowie die für ein Kloster notwendigen Gemeinschaftsräume und eine Kirche. </text>
			<text xml:space="preserve" x="4486" y="1475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Alle Räume wurden durch einen Kreuzgang verbunden. Bald schlossen sich ihnen weitere </text>
			<text xml:space="preserve" x="4486" y="1489" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Männer an. Die Gemeinschaft wuchs und La Grande Chartreuse, die Große Kartause, das </text>
			<text xml:space="preserve" x="4486" y="1503" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Mutterkloster des Kartäuserordens, entstand und gab dem Orden seinen Namen.</text>
			<rect x="4480" y="1084" width="708" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4476" y="1080" width="704" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4485" y="1074" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4486" y="1083" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4486" y="1100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://www.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</text>
			<rect x="5188" y="1156" width="226" height="171" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5180" y="1147" width="220" height="165" xlink:href="./Daten/ONr_363_QuickBild.jpg">
				<title>./Daten/ONr_363_QuickBild.jpg</title></image>
			<rect x="5177" y="1147" width="226" height="168" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4265" y="1084" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4261" y="1080" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4270" y="1074" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4271" y="1083" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4268" y="1100" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4268" y="1118" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4290" y="1100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1084 Jahre</text>
			<text xml:space="preserve" x="4290" y="1117" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2024 Jahre</text>
			<text xml:space="preserve" x="4268" y="1141" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">940 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_364">
			<rect x="4456" y="1125" width="3760" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4356" y="1105" width="674" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4352" y="1101" width="670" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="4362" y="1118" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Hugo von Grenoble (französisch Hugues, italienisch Ugo; * 1053 in Châteauneuf-sur-Isère </text>
			<text xml:space="preserve" x="4362" y="1132" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">bei Valence; &#8224; 1. April 1132 in Grenoble) war ein französischer Bischof. Er wurde im Jahr </text>
			<text xml:space="preserve" x="4362" y="1146" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1134 heiliggesprochen; sein Gedenktag ist der </text>
			<text xml:space="preserve" x="4362" y="1160" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1. April.</text>
			<rect x="4356" y="1035" width="362" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4352" y="1031" width="358" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4361" y="1025" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4362" y="1034" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4362" y="1051" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://de.wikipedia.org/wiki/Hugo_von_Grenoble</text>
			<rect x="5050" y="1107" width="226" height="296" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5042" y="1098" width="220" height="290" xlink:href="./Daten/ONr_364_QuickBild.jpg">
				<title>./Daten/ONr_364_QuickBild.jpg</title></image>
			<rect x="5039" y="1098" width="226" height="293" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4141" y="1035" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4137" y="1031" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4146" y="1025" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4147" y="1034" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4144" y="1051" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4144" y="1069" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4166" y="1051" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1053 Jahre</text>
			<text xml:space="preserve" x="4166" y="1068" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1132 Jahre</text>
			<text xml:space="preserve" x="4144" y="1092" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">79 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_365">
			<rect x="6084" y="1208" width="262" height="25" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6280" y="1204" width="716" height="170" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6276" y="1200" width="712" height="166" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6286" y="1217" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Jesuitenorden wurde 1534 von dem Spanier Ignatius von Loyola gegründet und 1540 </text>
			<text xml:space="preserve" x="6286" y="1231" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">von Rom anerkannt. Die Ordensbrüder, die ihrem Leiter ("Provinzial") unbedingten </text>
			<text xml:space="preserve" x="6286" y="1245" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gehorsam schulden, erhielten im Europa des 16. Jahrhunderts rasch Zulauf und waren in der </text>
			<text xml:space="preserve" x="6286" y="1259" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Krisenzeit der Reformation das entscheidende Instrument der Gegenreformation, über das </text>
			<text xml:space="preserve" x="6286" y="1273" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der Papst verfügte.</text>
			<text xml:space="preserve" x="6286" y="1287" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die hoch gebildeten Jesuiten, die selbst in vielen Ländern erstklassige Bildungszentren und </text>
			<text xml:space="preserve" x="6286" y="1301" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Schulen leiteten, waren und sind bis heute als Missionare in Asien, Afrika und Amerika tätig. </text>
			<text xml:space="preserve" x="6286" y="1315" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Inzwischen engagieren sich Jesuiten besonders für Arme und Benachteiligte in der Dritten </text>
			<text xml:space="preserve" x="6286" y="1329" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Welt, für den Aufbau der Völkerverständigung und den Dialog zwischen Christen und Nichtchristen.</text>
			<rect x="6280" y="1134" width="708" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6276" y="1130" width="704" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6285" y="1124" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6286" y="1133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6286" y="1150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://www.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</text>
			<rect x="7016" y="1206" width="176" height="211" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7008" y="1197" width="170" height="205" xlink:href="./Daten/ONr_365_QuickBild.jpg">
				<title>./Daten/ONr_365_QuickBild.jpg</title></image>
			<rect x="7005" y="1197" width="176" height="208" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6065" y="1134" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6061" y="1130" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6070" y="1124" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6071" y="1133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6068" y="1150" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6068" y="1168" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6090" y="1150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1534 Jahre</text>
			<text xml:space="preserve" x="6090" y="1167" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2024 Jahre</text>
			<text xml:space="preserve" x="6068" y="1191" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">490 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_366">
			<rect x="6256" y="1175" width="1960" height="25" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6108" y="1237" width="681" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6104" y="1233" width="677" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="6114" y="1250" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ignatius von Loyola SJ (mittelalterlich-spanisch Íñigo López de Loyola, später </text>
			<text xml:space="preserve" x="6114" y="1264" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Umbenennung in Ignacio de Loyola;[1] * 1491 auf Schloss Loyola bei Azpeitia, </text>
			<text xml:space="preserve" x="6114" y="1278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Baskenland (Guipúzkoa), Königreich Kastilien; &#8224; 31. Juli 1556 in Rom) war Mitbegründer der </text>
			<text xml:space="preserve" x="6114" y="1292" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">später als Jesuitenorden bekannten Gesellschaft Jesu (lateinisch Societas Jesu, SJ). </text>
			<text xml:space="preserve" x="6114" y="1306" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ignatius von Loyola wurde im Jahr 1622 heiliggesprochen.</text>
			<rect x="6108" y="1167" width="708" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6104" y="1163" width="704" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6113" y="1157" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6114" y="1166" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6114" y="1183" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">https://www.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</text>
			<rect x="6809" y="1239" width="176" height="235" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6801" y="1230" width="170" height="229" xlink:href="./Daten/ONr_366_QuickBild.jpg">
				<title>./Daten/ONr_366_QuickBild.jpg</title></image>
			<rect x="6798" y="1230" width="176" height="232" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5893" y="1167" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5889" y="1163" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5898" y="1157" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5899" y="1166" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5896" y="1183" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5896" y="1201" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5918" y="1183" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1491 Jahre</text>
			<text xml:space="preserve" x="5918" y="1200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1556 Jahre</text>
			<text xml:space="preserve" x="5896" y="1224" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">65 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_257">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_258">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_259">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_260">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_261">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_262">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_263">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_264">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_265">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_266">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_267">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_268">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_269">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_270">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_271">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_272">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_273">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_274">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_275">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_276">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_277">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_278">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_279">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_280">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_281">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_282">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_283">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_284">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_285">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_286">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_287">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_288">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_289">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_290">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_291">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_292">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_293">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_294">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_295">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_296">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_297">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_298">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_299">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_300">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_301">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_302">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_303">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_304">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_305">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_306">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_307">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_308">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_309">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_310">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_311">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_312">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_313">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_314">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_315">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_316">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_317">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_318">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_319">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_320">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_321">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_323">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_325">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_326">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_327">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_328">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_329">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_330">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_331">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_332">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_333">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_334">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_335">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_336">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_337">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_338">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_339">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_340">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_341">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_342">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_343">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_344">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_345">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_322">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_346">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_347">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_348">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_349">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_350">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_351">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_352">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_353">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_354">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_355">
			<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.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_356">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_357">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_358">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_359">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_360">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_361">
			<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.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_362">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_363">
			<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.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</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/Kart%C3%A4user</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_364">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_365">
			<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.planet-wissen.de/kultur/religion/ordensleute/pwieordenslexikon100.html#Benediktiner</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/Kart%C3%A4user</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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_366">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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="10000" height="2000" fill="rgb(255,255,225)" stroke="rgb(255,255,225)" stroke-width="0" onclick="SymbolZeigen(-1,0,0)"/>
	<line x1="0" y1="25" x2="10000" y2="25" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="50" x2="10000" y2="50" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="75" x2="10000" y2="75" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="100" x2="10000" y2="100" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="125" x2="10000" y2="125" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="150" x2="10000" y2="150" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="175" x2="10000" y2="175" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="200" x2="10000" y2="200" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="225" x2="10000" y2="225" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="250" x2="10000" y2="250" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="275" x2="10000" y2="275" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="300" x2="10000" y2="300" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="325" x2="10000" y2="325" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="350" x2="10000" y2="350" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="375" x2="10000" y2="375" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="400" x2="10000" y2="400" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="425" x2="10000" y2="425" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="450" x2="10000" y2="450" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="475" x2="10000" y2="475" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="500" x2="10000" y2="500" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="525" x2="10000" y2="525" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="550" x2="10000" y2="550" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="575" x2="10000" y2="575" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="600" x2="10000" y2="600" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="625" x2="10000" y2="625" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="650" x2="10000" y2="650" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="675" x2="10000" y2="675" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="700" x2="10000" y2="700" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="725" x2="10000" y2="725" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="750" x2="10000" y2="750" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="775" x2="10000" y2="775" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="800" x2="10000" y2="800" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="825" x2="10000" y2="825" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="850" x2="10000" y2="850" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="875" x2="10000" y2="875" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="900" x2="10000" y2="900" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="925" x2="10000" y2="925" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="950" x2="10000" y2="950" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="975" x2="10000" y2="975" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1000" x2="10000" y2="1000" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1025" x2="10000" y2="1025" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1050" x2="10000" y2="1050" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1075" x2="10000" y2="1075" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1100" x2="10000" y2="1100" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1125" x2="10000" y2="1125" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1150" x2="10000" y2="1150" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1175" x2="10000" y2="1175" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1200" x2="10000" y2="1200" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1225" x2="10000" y2="1225" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1250" x2="10000" y2="1250" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1275" x2="10000" y2="1275" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1300" x2="10000" y2="1300" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1325" x2="10000" y2="1325" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1350" x2="10000" y2="1350" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1375" x2="10000" y2="1375" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1400" x2="10000" y2="1400" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1425" x2="10000" y2="1425" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1450" x2="10000" y2="1450" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1475" x2="10000" y2="1475" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1500" x2="10000" y2="1500" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1525" x2="10000" y2="1525" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1550" x2="10000" y2="1550" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1575" x2="10000" y2="1575" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1600" x2="10000" y2="1600" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1625" x2="10000" y2="1625" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1650" x2="10000" y2="1650" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1675" x2="10000" y2="1675" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1700" x2="10000" y2="1700" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1725" x2="10000" y2="1725" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1750" x2="10000" y2="1750" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1775" x2="10000" y2="1775" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1800" x2="10000" y2="1800" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1825" x2="10000" y2="1825" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1850" x2="10000" y2="1850" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1875" x2="10000" y2="1875" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1900" x2="10000" y2="1900" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1925" x2="10000" y2="1925" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1950" x2="10000" y2="1950" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1975" x2="10000" y2="1975" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2000" x2="10000" y2="2000" stroke="rgb(160,160,160)" stroke-width="1"/>
	<rect x="4" y="410" width="140" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(1,4,410)"/>
	<rect x="4" y="410" width="140" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(1,4,410)"/>
	<text xml:space="preserve" x="12" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(1,4,410)"></text>
	<text xml:space="preserve" x="-1" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="139" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="252" y="410" width="136" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(2,252,410)"/>
	<rect x="252" y="410" width="136" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(2,252,410)"/>
	<text xml:space="preserve" x="260" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(2,252,410)">Petrus (hl.)</text>
	<polygon points="247,422 257,422 252,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="247" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="383" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="388" y="440" width="48" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(3,388,440)"/>
	<rect x="388" y="440" width="48" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(3,388,440)"/>
	<text xml:space="preserve" x="396" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(3,388,440)">Linus (hl.)</text>
	<polygon points="383,452 393,452 388,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="383" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="431" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="436" y="470" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(4,436,470)"/>
	<rect x="436" y="470" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(4,436,470)"/>
	<text xml:space="preserve" x="444" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(4,436,470)">Anaklet (hl.)</text>
	<polygon points="431,482 441,482 436,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="431" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="467" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="472" y="500" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(5,472,500)"/>
	<rect x="472" y="500" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(5,472,500)"/>
	<text xml:space="preserve" x="480" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(5,472,500)">Clemens I. (hl.)</text>
	<polygon points="467,512 477,512 472,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="467" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="503" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="508" y="530" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(6,508,530)"/>
	<rect x="508" y="530" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(6,508,530)"/>
	<text xml:space="preserve" x="516" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(6,508,530)">Evaristus (hl.)</text>
	<polygon points="503,542 513,542 508,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="503" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="535" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="540" y="560" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(7,540,560)"/>
	<rect x="540" y="560" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(7,540,560)"/>
	<text xml:space="preserve" x="548" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(7,540,560)">Alexander I. (hl.)</text>
	<polygon points="535,572 545,572 540,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="535" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="575" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="580" y="590" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(8,580,590)"/>
	<rect x="580" y="590" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(8,580,590)"/>
	<text xml:space="preserve" x="588" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(8,580,590)">Xistus I., (hl.) (lat.) Sixtus I.</text>
	<polygon points="575,602 585,602 580,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="575" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="615" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="620" y="620" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(9,620,620)"/>
	<rect x="620" y="620" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(9,620,620)"/>
	<text xml:space="preserve" x="628" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(9,620,620)">Telesphorus (hl.)</text>
	<polygon points="615,632 625,632 620,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="615" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="659" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="672" y="650" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(10,672,650)"/>
	<rect x="672" y="650" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(10,672,650)"/>
	<text xml:space="preserve" x="680" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(10,672,650)">Hyginus (hl.)</text>
	<polygon points="667,662 677,662 672,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="667" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="675" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="680" y="680" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(11,680,680)"/>
	<rect x="680" y="680" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(11,680,680)"/>
	<text xml:space="preserve" x="688" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(11,680,680)">Pius I. (hl.)</text>
	<polygon points="675,692 685,692 680,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="675" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="735" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="740" y="410" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(12,740,410)"/>
	<rect x="740" y="410" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(12,740,410)"/>
	<text xml:space="preserve" x="748" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(12,740,410)">Anicetus (hl.)</text>
	<polygon points="735,422 745,422 740,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="735" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="779" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="784" y="440" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(13,784,440)"/>
	<rect x="784" y="440" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(13,784,440)"/>
	<text xml:space="preserve" x="792" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(13,784,440)">Soterus (hl.)</text>
	<polygon points="779,452 789,452 784,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="779" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="815" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="820" y="470" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(14,820,470)"/>
	<rect x="820" y="470" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(14,820,470)"/>
	<text xml:space="preserve" x="828" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(14,820,470)">Eleutherus (hl.)</text>
	<polygon points="815,482 825,482 820,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="815" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="871" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="876" y="500" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(15,876,500)"/>
	<rect x="876" y="500" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(15,876,500)"/>
	<text xml:space="preserve" x="884" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(15,876,500)">Viktor I. (hl.)</text>
	<polygon points="871,512 881,512 876,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="871" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="911" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="916" y="530" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(16,916,530)"/>
	<rect x="916" y="530" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(16,916,530)"/>
	<text xml:space="preserve" x="924" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(16,916,530)">Zephyrinus (hl.)</text>
	<polygon points="911,542 921,542 916,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="911" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="983" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="920" y="560" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(17,920,560)"/>
	<rect x="920" y="560" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(17,920,560)"/>
	<text xml:space="preserve" x="928" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(17,920,560)">   Natalis</text>
	<polygon points="915,572 925,572 920,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="915" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="919" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="988" y="590" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(18,988,590)"/>
	<rect x="988" y="590" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(18,988,590)"/>
	<text xml:space="preserve" x="996" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(18,988,590)">Calixt I. (hl.)</text>
	<polygon points="983,602 993,602 988,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="983" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1003" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="988" y="620" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(19,988,620)"/>
	<rect x="988" y="620" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(19,988,620)"/>
	<text xml:space="preserve" x="996" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(19,988,620)">   Hippolyt (hl.)</text>
	<polygon points="983,632 993,632 988,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="983" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1055" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1040" y="680" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(20,1040,680)"/>
	<rect x="1040" y="680" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(20,1040,680)"/>
	<text xml:space="preserve" x="1048" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(20,1040,680)">Pontianus (hl.)</text>
	<polygon points="1035,692 1045,692 1040,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1035" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1055" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1060" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(21,1060,410)"/>
	<rect x="1060" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(21,1060,410)"/>
	<text xml:space="preserve" x="1068" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(21,1060,410)">Anterus (hl.)</text>
	<polygon points="1055,422 1065,422 1060,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1055" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1059" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1064" y="440" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(22,1064,440)"/>
	<rect x="1064" y="440" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(22,1064,440)"/>
	<text xml:space="preserve" x="1072" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(22,1064,440)">Fabianus (hl.)</text>
	<polygon points="1059,452 1069,452 1064,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1059" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1115" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1124" y="500" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(23,1124,500)"/>
	<rect x="1124" y="500" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(23,1124,500)"/>
	<text xml:space="preserve" x="1132" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(23,1124,500)">   Novatian</text>
	<polygon points="1119,512 1129,512 1124,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1119" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1147" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1132" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(24,1132,530)"/>
	<rect x="1132" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(24,1132,530)"/>
	<text xml:space="preserve" x="1140" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(24,1132,530)">Lucius I. (hl.)</text>
	<polygon points="1127,542 1137,542 1132,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1127" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1131" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1136" y="560" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(25,1136,560)"/>
	<rect x="1136" y="560" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(25,1136,560)"/>
	<text xml:space="preserve" x="1144" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(25,1136,560)">Stephan I. (hl.)</text>
	<polygon points="1131,572 1141,572 1136,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1131" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1143" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1148" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(26,1148,590)"/>
	<rect x="1148" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(26,1148,590)"/>
	<text xml:space="preserve" x="1156" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(26,1148,590)">Sixtus II. (hl.)</text>
	<polygon points="1143,602 1153,602 1148,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1143" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1147" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1160" y="620" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(27,1160,620)"/>
	<rect x="1160" y="620" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(27,1160,620)"/>
	<text xml:space="preserve" x="1168" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(27,1160,620)">Dionysius (hl.)</text>
	<polygon points="1155,632 1165,632 1160,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1155" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1187" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1196" y="650" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(28,1196,650)"/>
	<rect x="1196" y="650" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(28,1196,650)"/>
	<text xml:space="preserve" x="1204" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(28,1196,650)">Felix I. (hl.)</text>
	<polygon points="1191,662 1201,662 1196,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1191" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1211" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1220" y="680" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(29,1220,680)"/>
	<rect x="1220" y="680" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(29,1220,680)"/>
	<text xml:space="preserve" x="1228" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(29,1220,680)">Eutychianus (hl.)</text>
	<polygon points="1215,692 1225,692 1220,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1215" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1247" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1252" y="410" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(30,1252,410)"/>
	<rect x="1252" y="410" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(30,1252,410)"/>
	<text xml:space="preserve" x="1260" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(30,1252,410)">Cajus (hl.)</text>
	<polygon points="1247,422 1257,422 1252,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1247" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1299" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1304" y="440" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(31,1304,440)"/>
	<rect x="1304" y="440" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(31,1304,440)"/>
	<text xml:space="preserve" x="1312" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(31,1304,440)">Marcellinus (hl.)</text>
	<polygon points="1299,452 1309,452 1304,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1299" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1331" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1336" y="470" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(32,1336,470)"/>
	<rect x="1336" y="470" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(32,1336,470)"/>
	<text xml:space="preserve" x="1344" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(32,1336,470)">(Sedisvakanz, 4 Jahre)</text>
	<polygon points="1331,482 1341,482 1336,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1331" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1347" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1352" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(33,1352,500)"/>
	<rect x="1352" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(33,1352,500)"/>
	<text xml:space="preserve" x="1360" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(33,1352,500)">Marcellus I. (hl.)</text>
	<polygon points="1347,512 1357,512 1352,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1347" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1351" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1356" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(34,1356,530)"/>
	<rect x="1356" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(34,1356,530)"/>
	<text xml:space="preserve" x="1364" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(34,1356,530)">Eusebius (hl.)</text>
	<polygon points="1351,542 1361,542 1356,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1351" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1355" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1356" y="560" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(35,1356,560)"/>
	<rect x="1356" y="560" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(35,1356,560)"/>
	<text xml:space="preserve" x="1364" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(35,1356,560)">   Heraklius</text>
	<polygon points="1351,572 1361,572 1356,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1351" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1355" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1356" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(36,1356,590)"/>
	<rect x="1356" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(36,1356,590)"/>
	<text xml:space="preserve" x="1364" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(36,1356,590)">(Sedisvakanz, 1 Jahr)</text>
	<polygon points="1351,602 1361,602 1356,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1351" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1355" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1360" y="620" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(37,1360,620)"/>
	<rect x="1360" y="620" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(37,1360,620)"/>
	<text xml:space="preserve" x="1368" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(37,1360,620)">Miltiades (hl.)</text>
	<polygon points="1355,632 1365,632 1360,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1355" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1371" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1376" y="650" width="84" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(38,1376,650)"/>
	<rect x="1376" y="650" width="84" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(38,1376,650)"/>
	<text xml:space="preserve" x="1384" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(38,1376,650)">Silvester I. (hl.)</text>
	<polygon points="1371,662 1381,662 1376,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1371" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1455" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1464" y="680" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(39,1464,680)"/>
	<rect x="1464" y="680" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(39,1464,680)"/>
	<text xml:space="preserve" x="1472" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(39,1464,680)">Marcus (hl.)</text>
	<polygon points="1459,692 1469,692 1464,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1459" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1463" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1468" y="410" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(40,1468,410)"/>
	<rect x="1468" y="410" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(40,1468,410)"/>
	<text xml:space="preserve" x="1476" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(40,1468,410)">Julius I. (hl.)</text>
	<polygon points="1463,422 1473,422 1468,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1463" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1523" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1528" y="440" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(41,1528,440)"/>
	<rect x="1528" y="440" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(41,1528,440)"/>
	<text xml:space="preserve" x="1536" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(41,1528,440)">Liberius</text>
	<polygon points="1523,452 1533,452 1528,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1523" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1579" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1540" y="470" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(42,1540,470)"/>
	<rect x="1540" y="470" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(42,1540,470)"/>
	<text xml:space="preserve" x="1548" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(42,1540,470)">   Felix II.</text>
	<polygon points="1535,482 1545,482 1540,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1535" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1575" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1584" y="500" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(43,1584,500)"/>
	<rect x="1584" y="500" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(43,1584,500)"/>
	<text xml:space="preserve" x="1592" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(43,1584,500)">Damasus I. (hl.)</text>
	<polygon points="1579,512 1589,512 1584,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1579" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1651" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1584" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(44,1584,530)"/>
	<rect x="1584" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(44,1584,530)"/>
	<text xml:space="preserve" x="1592" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(44,1584,530)">   Ursinus</text>
	<polygon points="1579,542 1589,542 1584,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1579" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1583" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1656" y="560" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(45,1656,560)"/>
	<rect x="1656" y="560" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(45,1656,560)"/>
	<text xml:space="preserve" x="1664" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(45,1656,560)">Siricius (hl.)</text>
	<polygon points="1651,572 1661,572 1656,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1651" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1711" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1716" y="590" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(46,1716,590)"/>
	<rect x="1716" y="590" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(46,1716,590)"/>
	<text xml:space="preserve" x="1724" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(46,1716,590)">Anastasius I. (hl.)</text>
	<polygon points="1711,602 1721,602 1716,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1711" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1719" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1724" y="620" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(47,1724,620)"/>
	<rect x="1724" y="620" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(47,1724,620)"/>
	<text xml:space="preserve" x="1732" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(47,1724,620)">Innozenz I. (hl.)</text>
	<polygon points="1719,632 1729,632 1724,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1719" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1783" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1788" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(48,1788,650)"/>
	<rect x="1788" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(48,1788,650)"/>
	<text xml:space="preserve" x="1796" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(48,1788,650)">Zosimus (hl.)</text>
	<polygon points="1783,662 1793,662 1788,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1783" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1787" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1792" y="680" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(49,1792,680)"/>
	<rect x="1792" y="680" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(49,1792,680)"/>
	<text xml:space="preserve" x="1800" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(49,1792,680)">Bonifatius I. (hl.)</text>
	<polygon points="1787,692 1797,692 1792,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1787" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1803" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1792" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(50,1792,410)"/>
	<rect x="1792" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(50,1792,410)"/>
	<text xml:space="preserve" x="1800" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(50,1792,410)">   Eulalius</text>
	<polygon points="1787,422 1797,422 1792,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1787" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1791" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1808" y="440" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(51,1808,440)"/>
	<rect x="1808" y="440" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(51,1808,440)"/>
	<text xml:space="preserve" x="1816" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(51,1808,440)">Coelestin I. (hl.)</text>
	<polygon points="1803,452 1813,452 1808,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1803" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1843" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1848" y="470" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(52,1848,470)"/>
	<rect x="1848" y="470" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(52,1848,470)"/>
	<text xml:space="preserve" x="1856" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(52,1848,470)">Sixtus III. (hl.)</text>
	<polygon points="1843,482 1853,482 1848,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1843" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1875" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1880" y="500" width="84" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(53,1880,500)"/>
	<rect x="1880" y="500" width="84" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(53,1880,500)"/>
	<text xml:space="preserve" x="1888" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(53,1880,500)">Leo I. (hl.)</text>
	<polygon points="1875,512 1885,512 1880,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1875" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1959" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1964" y="530" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(54,1964,530)"/>
	<rect x="1964" y="530" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(54,1964,530)"/>
	<text xml:space="preserve" x="1972" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(54,1964,530)">Hilarius (hl.)</text>
	<polygon points="1959,542 1969,542 1964,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1959" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1987" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1992" y="560" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(55,1992,560)"/>
	<rect x="1992" y="560" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(55,1992,560)"/>
	<text xml:space="preserve" x="2000" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(55,1992,560)">Simplicius (hl.)</text>
	<polygon points="1987,572 1997,572 1992,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1987" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2047" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2052" y="590" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(56,2052,590)"/>
	<rect x="2052" y="590" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(56,2052,590)"/>
	<text xml:space="preserve" x="2060" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(56,2052,590)">Felix II. (III.) (hl.)</text>
	<text xml:space="preserve" x="2047" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2083" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2088" y="620" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(57,2088,620)"/>
	<rect x="2088" y="620" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(57,2088,620)"/>
	<text xml:space="preserve" x="2096" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(57,2088,620)">Gelasius I. (hl.)</text>
	<polygon points="2083,632 2093,632 2088,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2083" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2099" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2104" y="650" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(58,2104,650)"/>
	<rect x="2104" y="650" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(58,2104,650)"/>
	<text xml:space="preserve" x="2112" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(58,2104,650)">Anastasius II.</text>
	<polygon points="2099,662 2109,662 2104,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2099" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2107" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2112" y="680" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(59,2112,680)"/>
	<rect x="2112" y="680" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(59,2112,680)"/>
	<text xml:space="preserve" x="2120" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(59,2112,680)">Symmachus (hl.)</text>
	<text xml:space="preserve" x="2107" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2171" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2112" y="410" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(60,2112,410)"/>
	<rect x="2112" y="410" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(60,2112,410)"/>
	<text xml:space="preserve" x="2120" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(60,2112,410)">   Laurentius</text>
	<polygon points="2107,422 2117,422 2112,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2107" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2139" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2176" y="440" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(61,2176,440)"/>
	<rect x="2176" y="440" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(61,2176,440)"/>
	<text xml:space="preserve" x="2184" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(61,2176,440)">Hormisdas (hl.)</text>
	<polygon points="2171,452 2181,452 2176,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2171" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2207" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2212" y="470" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(62,2212,470)"/>
	<rect x="2212" y="470" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(62,2212,470)"/>
	<text xml:space="preserve" x="2220" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(62,2212,470)">Johannes I. (hl.)</text>
	<polygon points="2207,482 2217,482 2212,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2207" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2219" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2224" y="500" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(63,2224,500)"/>
	<rect x="2224" y="500" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(63,2224,500)"/>
	<text xml:space="preserve" x="2232" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(63,2224,500)">Felix III. (IV.) (hl.)</text>
	<polygon points="2219,512 2229,512 2224,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2219" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2235" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2240" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(64,2240,530)"/>
	<rect x="2240" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(64,2240,530)"/>
	<text xml:space="preserve" x="2248" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(64,2240,530)">   Dioskur</text>
	<polygon points="2235,542 2245,542 2240,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2235" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2239" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2240" y="560" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(65,2240,560)"/>
	<rect x="2240" y="560" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(65,2240,560)"/>
	<text xml:space="preserve" x="2248" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(65,2240,560)">Bonifatius II.</text>
	<polygon points="2235,572 2245,572 2240,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2235" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2243" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2252" y="590" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(66,2252,590)"/>
	<rect x="2252" y="590" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(66,2252,590)"/>
	<text xml:space="preserve" x="2260" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(66,2252,590)">Johannes II.</text>
	<polygon points="2247,602 2257,602 2252,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2247" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2255" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2260" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(67,2260,620)"/>
	<rect x="2260" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(67,2260,620)"/>
	<text xml:space="preserve" x="2268" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(67,2260,620)">Agapitus I. (hl.)</text>
	<polygon points="2255,632 2265,632 2260,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2255" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2259" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2264" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(68,2264,650)"/>
	<rect x="2264" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(68,2264,650)"/>
	<text xml:space="preserve" x="2272" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(68,2264,650)">Silverius (hl.)</text>
	<polygon points="2259,662 2269,662 2264,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2259" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2263" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2268" y="680" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(69,2268,680)"/>
	<rect x="2268" y="680" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(69,2268,680)"/>
	<text xml:space="preserve" x="2276" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(69,2268,680)">   Vigilius</text>
	<polygon points="2263,692 2273,692 2268,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2263" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2267" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2268" y="410" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(70,2268,410)"/>
	<rect x="2268" y="410" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(70,2268,410)"/>
	<text xml:space="preserve" x="2276" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(70,2268,410)">Vigilius</text>
	<polygon points="2263,422 2273,422 2268,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2263" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2335" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2344" y="440" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(71,2344,440)"/>
	<rect x="2344" y="440" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(71,2344,440)"/>
	<text xml:space="preserve" x="2352" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(71,2344,440)">Pelagius I.</text>
	<polygon points="2339,452 2349,452 2344,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2339" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2359" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2364" y="470" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(72,2364,470)"/>
	<rect x="2364" y="470" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(72,2364,470)"/>
	<text xml:space="preserve" x="2372" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(72,2364,470)">Johannes III.</text>
	<polygon points="2359,482 2369,482 2364,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2359" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2411" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2420" y="500" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(73,2420,500)"/>
	<rect x="2420" y="500" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(73,2420,500)"/>
	<text xml:space="preserve" x="2428" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(73,2420,500)">Benedikt I.</text>
	<polygon points="2415,512 2425,512 2420,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2415" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2431" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2436" y="530" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(74,2436,530)"/>
	<rect x="2436" y="530" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(74,2436,530)"/>
	<text xml:space="preserve" x="2444" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(74,2436,530)">Pelagius II.</text>
	<polygon points="2431,542 2441,542 2436,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2431" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2475" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2480" y="560" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(75,2480,560)"/>
	<rect x="2480" y="560" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(75,2480,560)"/>
	<text xml:space="preserve" x="2488" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(75,2480,560)">Gregor I. (hl.)</text>
	<polygon points="2475,572 2485,572 2480,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2475" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2531" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2536" y="590" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(76,2536,590)"/>
	<rect x="2536" y="590" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(76,2536,590)"/>
	<text xml:space="preserve" x="2544" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(76,2536,590)">Sabinianus</text>
	<polygon points="2531,602 2541,602 2536,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2531" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2539" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2548" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(77,2548,620)"/>
	<rect x="2548" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(77,2548,620)"/>
	<text xml:space="preserve" x="2556" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(77,2548,620)">Bonifatius III.</text>
	<polygon points="2543,632 2553,632 2548,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2543" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2547" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2552" y="650" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(78,2552,650)"/>
	<rect x="2552" y="650" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(78,2552,650)"/>
	<text xml:space="preserve" x="2560" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(78,2552,650)">Bonifatius IV. (hl.)</text>
	<polygon points="2547,662 2557,662 2552,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2547" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2575" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2580" y="680" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(79,2580,680)"/>
	<rect x="2580" y="680" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(79,2580,680)"/>
	<text xml:space="preserve" x="2588" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(79,2580,680)">Adeodatus I. (hl.)</text>
	<polygon points="2575,692 2585,692 2580,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2575" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2587" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2596" y="410" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(80,2596,410)"/>
	<rect x="2596" y="410" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(80,2596,410)"/>
	<text xml:space="preserve" x="2604" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(80,2596,410)">Bonifatius V.</text>
	<polygon points="2591,422 2601,422 2596,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2591" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2615" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2620" y="440" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(81,2620,440)"/>
	<rect x="2620" y="440" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(81,2620,440)"/>
	<text xml:space="preserve" x="2628" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(81,2620,440)">Honorius I.</text>
	<polygon points="2615,452 2625,452 2620,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2615" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2667" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2672" y="470" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(82,2672,470)"/>
	<rect x="2672" y="470" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(82,2672,470)"/>
	<text xml:space="preserve" x="2680" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(82,2672,470)">Severinus</text>
	<polygon points="2667,482 2677,482 2672,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2667" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2675" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2680" y="500" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(83,2680,500)"/>
	<rect x="2680" y="500" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(83,2680,500)"/>
	<text xml:space="preserve" x="2688" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(83,2680,500)">Johannes IV.</text>
	<polygon points="2675,512 2685,512 2680,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2675" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2683" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2688" y="530" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(84,2688,530)"/>
	<rect x="2688" y="530" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(84,2688,530)"/>
	<text xml:space="preserve" x="2696" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(84,2688,530)">Theodor I.</text>
	<polygon points="2683,542 2693,542 2688,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2683" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2711" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2716" y="560" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(85,2716,560)"/>
	<rect x="2716" y="560" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(85,2716,560)"/>
	<text xml:space="preserve" x="2724" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(85,2716,560)">Martin I. (hl.)</text>
	<polygon points="2711,572 2721,572 2716,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2711" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2727" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2736" y="590" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(86,2736,590)"/>
	<rect x="2736" y="590" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(86,2736,590)"/>
	<text xml:space="preserve" x="2744" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(86,2736,590)">Eugen I. (hl.)</text>
	<polygon points="2731,602 2741,602 2736,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2731" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2743" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2748" y="620" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(87,2748,620)"/>
	<rect x="2748" y="620" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(87,2748,620)"/>
	<text xml:space="preserve" x="2756" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(87,2748,620)">Vitalian (hl.)</text>
	<polygon points="2743,632 2753,632 2748,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2743" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2803" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2808" y="650" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(88,2808,650)"/>
	<rect x="2808" y="650" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(88,2808,650)"/>
	<text xml:space="preserve" x="2816" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(88,2808,650)">Adeodatus II.</text>
	<polygon points="2803,662 2813,662 2808,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2803" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2819" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2824" y="680" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(89,2824,680)"/>
	<rect x="2824" y="680" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(89,2824,680)"/>
	<text xml:space="preserve" x="2832" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(89,2824,680)">Donus</text>
	<polygon points="2819,692 2829,692 2824,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2819" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2827" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2832" y="410" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(90,2832,410)"/>
	<rect x="2832" y="410" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(90,2832,410)"/>
	<text xml:space="preserve" x="2840" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(90,2832,410)">Agatho (hl.)</text>
	<polygon points="2827,422 2837,422 2832,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2827" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2839" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2848" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(91,2848,440)"/>
	<rect x="2848" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(91,2848,440)"/>
	<text xml:space="preserve" x="2856" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(91,2848,440)">Leo II. (hl.)</text>
	<polygon points="2843,452 2853,452 2848,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2843" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2847" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2856" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(92,2856,470)"/>
	<rect x="2856" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(92,2856,470)"/>
	<text xml:space="preserve" x="2864" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(92,2856,470)">Benedikt II. (hl.)</text>
	<polygon points="2851,482 2861,482 2856,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2851" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2855" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2860" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(93,2860,500)"/>
	<rect x="2860" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(93,2860,500)"/>
	<text xml:space="preserve" x="2868" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(93,2860,500)">Johannes V.</text>
	<polygon points="2855,512 2865,512 2860,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2855" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2859" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2864" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(94,2864,530)"/>
	<rect x="2864" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(94,2864,530)"/>
	<text xml:space="preserve" x="2872" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(94,2864,530)">Konon</text>
	<polygon points="2859,542 2869,542 2864,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2859" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2863" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2868" y="560" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(95,2868,560)"/>
	<rect x="2868" y="560" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(95,2868,560)"/>
	<text xml:space="preserve" x="2876" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(95,2868,560)">Sergius I. (hl.)</text>
	<polygon points="2863,572 2873,572 2868,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2863" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2919" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2868" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(96,2868,590)"/>
	<rect x="2868" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(96,2868,590)"/>
	<text xml:space="preserve" x="2876" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(96,2868,590)">   Theodor II.</text>
	<polygon points="2863,602 2873,602 2868,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2863" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2867" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2868" y="620" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(97,2868,620)"/>
	<rect x="2868" y="620" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(97,2868,620)"/>
	<text xml:space="preserve" x="2876" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(97,2868,620)">   Paschalis I.</text>
	<polygon points="2863,632 2873,632 2868,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2863" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2883" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2924" y="650" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(98,2924,650)"/>
	<rect x="2924" y="650" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(98,2924,650)"/>
	<text xml:space="preserve" x="2932" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(98,2924,650)">Johannes VI.</text>
	<polygon points="2919,662 2929,662 2924,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2919" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2935" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2940" y="680" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(99,2940,680)"/>
	<rect x="2940" y="680" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(99,2940,680)"/>
	<text xml:space="preserve" x="2948" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(99,2940,680)">Johannes VII.</text>
	<polygon points="2935,692 2945,692 2940,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2935" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2943" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2952" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(100,2952,410)"/>
	<rect x="2952" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(100,2952,410)"/>
	<text xml:space="preserve" x="2960" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(100,2952,410)">Sisinnius</text>
	<polygon points="2947,422 2957,422 2952,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2947" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2951" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2952" y="440" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(101,2952,440)"/>
	<rect x="2952" y="440" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(101,2952,440)"/>
	<text xml:space="preserve" x="2960" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(101,2952,440)">Konstantin I.</text>
	<polygon points="2947,452 2957,452 2952,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2947" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2975" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2980" y="470" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(102,2980,470)"/>
	<rect x="2980" y="470" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(102,2980,470)"/>
	<text xml:space="preserve" x="2988" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(102,2980,470)">Gregor II. (hl.)</text>
	<polygon points="2975,482 2985,482 2980,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2975" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3039" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3044" y="500" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(103,3044,500)"/>
	<rect x="3044" y="500" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(103,3044,500)"/>
	<text xml:space="preserve" x="3052" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(103,3044,500)">Gregor III. (hl.)</text>
	<polygon points="3039,512 3049,512 3044,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3039" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3079" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3084" y="530" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(104,3084,530)"/>
	<rect x="3084" y="530" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(104,3084,530)"/>
	<text xml:space="preserve" x="3092" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(104,3084,530)">Zacharias (hl.)</text>
	<polygon points="3079,542 3089,542 3084,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3079" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3123" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3128" y="560" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(105,3128,560)"/>
	<rect x="3128" y="560" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(105,3128,560)"/>
	<text xml:space="preserve" x="3136" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(105,3128,560)">Stephan (II.)</text>
	<polygon points="3123,572 3133,572 3128,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3123" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3127" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3128" y="590" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(106,3128,590)"/>
	<rect x="3128" y="590" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(106,3128,590)"/>
	<text xml:space="preserve" x="3136" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(106,3128,590)">Stephan II. (III.)</text>
	<polygon points="3123,602 3133,602 3128,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3123" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3143" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3148" y="620" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(107,3148,620)"/>
	<rect x="3148" y="620" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(107,3148,620)"/>
	<text xml:space="preserve" x="3156" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(107,3148,620)">Paul I. (hl.)</text>
	<polygon points="3143,632 3153,632 3148,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3143" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3183" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3188" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(108,3188,650)"/>
	<rect x="3188" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(108,3188,650)"/>
	<text xml:space="preserve" x="3196" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(108,3188,650)">   Konstantin II.</text>
	<polygon points="3183,662 3193,662 3188,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3183" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3187" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3192" y="680" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(109,3192,680)"/>
	<rect x="3192" y="680" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(109,3192,680)"/>
	<text xml:space="preserve" x="3200" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(109,3192,680)">   Philipp</text>
	<polygon points="3187,692 3197,692 3192,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3187" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3191" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3192" y="410" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(110,3192,410)"/>
	<rect x="3192" y="410" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(110,3192,410)"/>
	<text xml:space="preserve" x="3200" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(110,3192,410)">Stephan III. (IV.)</text>
	<polygon points="3187,422 3197,422 3192,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3187" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3203" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3208" y="440" width="92" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(111,3208,440)"/>
	<rect x="3208" y="440" width="92" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(111,3208,440)"/>
	<text xml:space="preserve" x="3216" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(111,3208,440)">Hadrian I.</text>
	<polygon points="3203,452 3213,452 3208,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3203" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3295" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3300" y="470" width="84" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(112,3300,470)"/>
	<rect x="3300" y="470" width="84" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(112,3300,470)"/>
	<text xml:space="preserve" x="3308" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(112,3300,470)">Leo III. (hl.)</text>
	<polygon points="3295,482 3305,482 3300,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3295" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3379" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3384" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(113,3384,500)"/>
	<rect x="3384" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(113,3384,500)"/>
	<text xml:space="preserve" x="3392" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(113,3384,500)">Stephan IV. (V.)</text>
	<polygon points="3379,512 3389,512 3384,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3379" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3383" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3388" y="530" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(114,3388,530)"/>
	<rect x="3388" y="530" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(114,3388,530)"/>
	<text xml:space="preserve" x="3396" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(114,3388,530)">Paschalis I. (hl.)</text>
	<polygon points="3383,542 3393,542 3388,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3383" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3411" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3416" y="560" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(115,3416,560)"/>
	<rect x="3416" y="560" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(115,3416,560)"/>
	<text xml:space="preserve" x="3424" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(115,3416,560)">Eugen II.</text>
	<polygon points="3411,572 3421,572 3416,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3411" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3423" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3428" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(116,3428,590)"/>
	<rect x="3428" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(116,3428,590)"/>
	<text xml:space="preserve" x="3436" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(116,3428,590)">Valentin</text>
	<polygon points="3423,602 3433,602 3428,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3423" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3427" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3428" y="620" width="68" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(117,3428,620)"/>
	<rect x="3428" y="620" width="68" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(117,3428,620)"/>
	<text xml:space="preserve" x="3436" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(117,3428,620)">Gregor IV.</text>
	<polygon points="3423,632 3433,632 3428,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3423" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3491" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3496" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(118,3496,650)"/>
	<rect x="3496" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(118,3496,650)"/>
	<text xml:space="preserve" x="3504" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(118,3496,650)">   Johannes VIII.</text>
	<polygon points="3491,662 3501,662 3496,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3491" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3495" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3496" y="680" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(119,3496,680)"/>
	<rect x="3496" y="680" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(119,3496,680)"/>
	<text xml:space="preserve" x="3504" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(119,3496,680)">Sergius II.</text>
	<polygon points="3491,692 3501,692 3496,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3491" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3503" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3508" y="410" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(120,3508,410)"/>
	<rect x="3508" y="410" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(120,3508,410)"/>
	<text xml:space="preserve" x="3516" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(120,3508,410)">Leo IV. (hl.)</text>
	<polygon points="3503,422 3513,422 3508,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3503" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3535" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3540" y="440" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(121,3540,440)"/>
	<rect x="3540" y="440" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(121,3540,440)"/>
	<text xml:space="preserve" x="3548" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(121,3540,440)">Benedikt III.</text>
	<polygon points="3535,452 3545,452 3540,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3535" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3547" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3540" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(122,3540,470)"/>
	<rect x="3540" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(122,3540,470)"/>
	<text xml:space="preserve" x="3548" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(122,3540,470)">   Anastasius III.</text>
	<polygon points="3535,482 3545,482 3540,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3535" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3539" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3552" y="500" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(123,3552,500)"/>
	<rect x="3552" y="500" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(123,3552,500)"/>
	<text xml:space="preserve" x="3560" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(123,3552,500)">Nikolaus I. (hl.)</text>
	<polygon points="3547,512 3557,512 3552,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3547" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3583" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3588" y="530" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(124,3588,530)"/>
	<rect x="3588" y="530" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(124,3588,530)"/>
	<text xml:space="preserve" x="3596" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(124,3588,530)">Hadrian II.</text>
	<polygon points="3583,542 3593,542 3588,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3583" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3603" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3608" y="560" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(125,3608,560)"/>
	<rect x="3608" y="560" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(125,3608,560)"/>
	<text xml:space="preserve" x="3616" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(125,3608,560)">Johannes VIII.</text>
	<polygon points="3603,572 3613,572 3608,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3603" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3643" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3648" y="590" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(126,3648,590)"/>
	<rect x="3648" y="590" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(126,3648,590)"/>
	<text xml:space="preserve" x="3656" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(126,3648,590)">Marinus I.</text>
	<polygon points="3643,602 3653,602 3648,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3643" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3651" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3656" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(127,3656,620)"/>
	<rect x="3656" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(127,3656,620)"/>
	<text xml:space="preserve" x="3664" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(127,3656,620)">Hadrian III. (hl.)</text>
	<polygon points="3651,632 3661,632 3656,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3651" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3655" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3660" y="650" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(128,3660,650)"/>
	<rect x="3660" y="650" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(128,3660,650)"/>
	<text xml:space="preserve" x="3668" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(128,3660,650)">Stephan V. (VI.)</text>
	<polygon points="3655,662 3665,662 3660,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3655" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3679" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3684" y="680" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(129,3684,680)"/>
	<rect x="3684" y="680" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(129,3684,680)"/>
	<text xml:space="preserve" x="3692" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(129,3684,680)">Formosus</text>
	<polygon points="3679,692 3689,692 3684,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3679" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3699" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3704" y="410" width="0" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(130,3704,410)"/>
	<rect x="3704" y="410" width="0" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(130,3704,410)"/>
	<text xml:space="preserve" x="3712" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(130,3704,410)">Bonifatius VI.</text>
	<polygon points="3699,422 3709,422 3704,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3699" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3699" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3704" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(131,3704,440)"/>
	<rect x="3704" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(131,3704,440)"/>
	<text xml:space="preserve" x="3712" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(131,3704,440)">Stephan VI. (VII.)</text>
	<polygon points="3699,452 3709,452 3704,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3699" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3703" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3708" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(132,3708,470)"/>
	<rect x="3708" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(132,3708,470)"/>
	<text xml:space="preserve" x="3716" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(132,3708,470)">Romanus</text>
	<polygon points="3703,482 3713,482 3708,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3703" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3707" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3708" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(133,3708,500)"/>
	<rect x="3708" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(133,3708,500)"/>
	<text xml:space="preserve" x="3716" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(133,3708,500)">Theodor II.</text>
	<polygon points="3703,512 3713,512 3708,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3703" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3707" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3712" y="530" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(134,3712,530)"/>
	<rect x="3712" y="530" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(134,3712,530)"/>
	<text xml:space="preserve" x="3720" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(134,3712,530)">Johannes IX.</text>
	<polygon points="3707,542 3717,542 3712,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3707" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3715" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3712" y="560" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(135,3712,560)"/>
	<rect x="3712" y="560" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(135,3712,560)"/>
	<text xml:space="preserve" x="3720" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(135,3712,560)">   Sergius III.</text>
	<polygon points="3707,572 3717,572 3712,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3707" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3711" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3720" y="590" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(136,3720,590)"/>
	<rect x="3720" y="590" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(136,3720,590)"/>
	<text xml:space="preserve" x="3728" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(136,3720,590)">Benedikt IV.</text>
	<polygon points="3715,602 3725,602 3720,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3715" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3727" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3732" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(137,3732,620)"/>
	<rect x="3732" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(137,3732,620)"/>
	<text xml:space="preserve" x="3740" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(137,3732,620)">Leo V.</text>
	<polygon points="3727,632 3737,632 3732,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3727" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3731" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3732" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(138,3732,650)"/>
	<rect x="3732" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(138,3732,650)"/>
	<text xml:space="preserve" x="3740" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(138,3732,650)">   Christophorus</text>
	<polygon points="3727,662 3737,662 3732,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3727" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3731" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3736" y="680" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(139,3736,680)"/>
	<rect x="3736" y="680" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(139,3736,680)"/>
	<text xml:space="preserve" x="3744" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(139,3736,680)">Sergius III.</text>
	<polygon points="3731,692 3741,692 3736,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3731" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3759" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3764" y="410" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(140,3764,410)"/>
	<rect x="3764" y="410" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(140,3764,410)"/>
	<text xml:space="preserve" x="3772" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(140,3764,410)">Anastasius III.</text>
	<polygon points="3759,422 3769,422 3764,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3759" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3767" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3772" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(141,3772,440)"/>
	<rect x="3772" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(141,3772,440)"/>
	<text xml:space="preserve" x="3780" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(141,3772,440)">Lando</text>
	<polygon points="3767,452 3777,452 3772,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3767" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3771" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3776" y="470" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(142,3776,470)"/>
	<rect x="3776" y="470" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(142,3776,470)"/>
	<text xml:space="preserve" x="3784" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(142,3776,470)">Johannes X.</text>
	<polygon points="3771,482 3781,482 3776,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3771" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3827" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3832" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(143,3832,500)"/>
	<rect x="3832" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(143,3832,500)"/>
	<text xml:space="preserve" x="3840" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(143,3832,500)">Leo VI.</text>
	<polygon points="3827,512 3837,512 3832,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3827" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3831" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3832" y="530" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(144,3832,530)"/>
	<rect x="3832" y="530" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(144,3832,530)"/>
	<text xml:space="preserve" x="3840" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(144,3832,530)">Stephan VII. (VIII.)</text>
	<polygon points="3827,542 3837,542 3832,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3827" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3839" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3844" y="560" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(145,3844,560)"/>
	<rect x="3844" y="560" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(145,3844,560)"/>
	<text xml:space="preserve" x="3852" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(145,3844,560)">Johannes XI.</text>
	<polygon points="3839,572 3849,572 3844,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3839" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3855" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3864" y="590" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(146,3864,590)"/>
	<rect x="3864" y="590" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(146,3864,590)"/>
	<text xml:space="preserve" x="3872" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(146,3864,590)">Leo VII.</text>
	<polygon points="3859,602 3869,602 3864,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3859" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3871" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3876" y="620" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(147,3876,620)"/>
	<rect x="3876" y="620" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(147,3876,620)"/>
	<text xml:space="preserve" x="3884" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(147,3876,620)">Stephan VIII. (IX.)</text>
	<polygon points="3871,632 3881,632 3876,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3871" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3883" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3888" y="650" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(148,3888,650)"/>
	<rect x="3888" y="650" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(148,3888,650)"/>
	<text xml:space="preserve" x="3896" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(148,3888,650)">Marinus II.</text>
	<polygon points="3883,662 3893,662 3888,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3883" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3899" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3904" y="680" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(149,3904,680)"/>
	<rect x="3904" y="680" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(149,3904,680)"/>
	<text xml:space="preserve" x="3912" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(149,3904,680)">Agapitus II.</text>
	<polygon points="3899,692 3909,692 3904,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3899" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3935" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3940" y="410" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(150,3940,410)"/>
	<rect x="3940" y="410" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(150,3940,410)"/>
	<text xml:space="preserve" x="3948" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(150,3940,410)">Johannes XII.</text>
	<polygon points="3935,422 3945,422 3940,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3935" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3967" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3972" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(151,3972,440)"/>
	<rect x="3972" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(151,3972,440)"/>
	<text xml:space="preserve" x="3980" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(151,3972,440)">Leo VIII.</text>
	<polygon points="3967,452 3977,452 3972,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3967" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3971" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3976" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(152,3976,470)"/>
	<rect x="3976" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(152,3976,470)"/>
	<text xml:space="preserve" x="3984" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(152,3976,470)">Johannes XII.</text>
	<polygon points="3971,482 3981,482 3976,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3971" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3975" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3976" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(153,3976,500)"/>
	<rect x="3976" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(153,3976,500)"/>
	<text xml:space="preserve" x="3984" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(153,3976,500)">Benedikt V.</text>
	<polygon points="3971,512 3981,512 3976,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3971" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3975" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3976" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(154,3976,530)"/>
	<rect x="3976" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(154,3976,530)"/>
	<text xml:space="preserve" x="3984" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(154,3976,530)">Leo VIII.</text>
	<polygon points="3971,542 3981,542 3976,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3971" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="3975" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="3980" y="560" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(155,3980,560)"/>
	<rect x="3980" y="560" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(155,3980,560)"/>
	<text xml:space="preserve" x="3988" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(155,3980,560)">Johannes XIII.</text>
	<polygon points="3975,572 3985,572 3980,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3975" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4003" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4012" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(156,4012,590)"/>
	<rect x="4012" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(156,4012,590)"/>
	<text xml:space="preserve" x="4020" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(156,4012,590)">Benedikt VI.</text>
	<polygon points="4007,602 4017,602 4012,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4007" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4011" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4016" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(157,4016,620)"/>
	<rect x="4016" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(157,4016,620)"/>
	<text xml:space="preserve" x="4024" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(157,4016,620)">   Bonifatius VII.</text>
	<polygon points="4011,632 4021,632 4016,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4011" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4015" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4016" y="650" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(158,4016,650)"/>
	<rect x="4016" y="650" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(158,4016,650)"/>
	<text xml:space="preserve" x="4024" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(158,4016,650)">Benedikt VII.</text>
	<polygon points="4011,662 4021,662 4016,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4011" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4047" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4052" y="680" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(159,4052,680)"/>
	<rect x="4052" y="680" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(159,4052,680)"/>
	<text xml:space="preserve" x="4060" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(159,4052,680)">Johannes XIV.</text>
	<polygon points="4047,692 4057,692 4052,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4047" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4051" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4056" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(160,4056,410)"/>
	<rect x="4056" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(160,4056,410)"/>
	<text xml:space="preserve" x="4064" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(160,4056,410)">Bonifatius VII.</text>
	<polygon points="4051,422 4061,422 4056,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4051" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4055" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4060" y="440" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(161,4060,440)"/>
	<rect x="4060" y="440" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(161,4060,440)"/>
	<text xml:space="preserve" x="4068" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(161,4060,440)">Johannes XV.</text>
	<polygon points="4055,452 4065,452 4060,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4055" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4099" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4104" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(162,4104,470)"/>
	<rect x="4104" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(162,4104,470)"/>
	<text xml:space="preserve" x="4112" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(162,4104,470)">Gregor V.</text>
	<polygon points="4099,482 4109,482 4104,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4099" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4103" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4104" y="500" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(163,4104,500)"/>
	<rect x="4104" y="500" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(163,4104,500)"/>
	<text xml:space="preserve" x="4112" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(163,4104,500)">   Johannes XVI.</text>
	<polygon points="4099,512 4109,512 4104,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4099" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4107" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4112" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(164,4112,530)"/>
	<rect x="4112" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(164,4112,530)"/>
	<text xml:space="preserve" x="4120" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(164,4112,530)">Gregor V.</text>
	<polygon points="4107,542 4117,542 4112,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4107" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4111" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4116" y="560" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(165,4116,560)"/>
	<rect x="4116" y="560" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(165,4116,560)"/>
	<text xml:space="preserve" x="4124" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(165,4116,560)">Silvester II.</text>
	<polygon points="4111,572 4121,572 4116,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4111" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4127" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4132" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(166,4132,590)"/>
	<rect x="4132" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(166,4132,590)"/>
	<text xml:space="preserve" x="4140" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(166,4132,590)">Johannes XVII.</text>
	<polygon points="4127,602 4137,602 4132,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4127" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4131" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4132" y="620" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(167,4132,620)"/>
	<rect x="4132" y="620" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(167,4132,620)"/>
	<text xml:space="preserve" x="4140" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(167,4132,620)">Johannes XVIII.</text>
	<polygon points="4127,632 4137,632 4132,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4127" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4151" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4156" y="650" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(168,4156,650)"/>
	<rect x="4156" y="650" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(168,4156,650)"/>
	<text xml:space="preserve" x="4164" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(168,4156,650)">Sergius IV.</text>
	<polygon points="4151,662 4161,662 4156,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4151" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4163" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4168" y="680" width="48" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(169,4168,680)"/>
	<rect x="4168" y="680" width="48" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(169,4168,680)"/>
	<text xml:space="preserve" x="4176" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(169,4168,680)">Benedikt VIII.</text>
	<polygon points="4163,692 4173,692 4168,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4163" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4211" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4168" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(170,4168,410)"/>
	<rect x="4168" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(170,4168,410)"/>
	<text xml:space="preserve" x="4176" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(170,4168,410)">   Gregor VI.</text>
	<polygon points="4163,422 4173,422 4168,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4163" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4167" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4216" y="440" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(171,4216,440)"/>
	<rect x="4216" y="440" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(171,4216,440)"/>
	<text xml:space="preserve" x="4224" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(171,4216,440)">Johannes XIX.</text>
	<polygon points="4211,452 4221,452 4216,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4211" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4243" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4248" y="470" width="48" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(172,4248,470)"/>
	<rect x="4248" y="470" width="48" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(172,4248,470)"/>
	<text xml:space="preserve" x="4256" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(172,4248,470)">Benedikt IX.</text>
	<polygon points="4243,482 4253,482 4248,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4243" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4291" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4300" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(173,4300,500)"/>
	<rect x="4300" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(173,4300,500)"/>
	<text xml:space="preserve" x="4308" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(173,4300,500)">Silvester III.</text>
	<polygon points="4295,512 4305,512 4300,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4295" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4299" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4300" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(174,4300,530)"/>
	<rect x="4300" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(174,4300,530)"/>
	<text xml:space="preserve" x="4308" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(174,4300,530)">Benedikt IX.</text>
	<polygon points="4295,542 4305,542 4300,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4295" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4299" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4300" y="560" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(175,4300,560)"/>
	<rect x="4300" y="560" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(175,4300,560)"/>
	<text xml:space="preserve" x="4308" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(175,4300,560)">Gregor VI.</text>
	<polygon points="4295,572 4305,572 4300,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4295" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4299" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4304" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(176,4304,590)"/>
	<rect x="4304" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(176,4304,590)"/>
	<text xml:space="preserve" x="4312" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(176,4304,590)">Clemens II.</text>
	<polygon points="4299,602 4309,602 4304,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4299" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4303" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4308" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(177,4308,620)"/>
	<rect x="4308" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(177,4308,620)"/>
	<text xml:space="preserve" x="4316" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(177,4308,620)">Benedikt IX.</text>
	<polygon points="4303,632 4313,632 4308,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4303" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4307" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4312" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(178,4312,650)"/>
	<rect x="4312" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(178,4312,650)"/>
	<text xml:space="preserve" x="4320" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(178,4312,650)">Damasus II.</text>
	<polygon points="4307,662 4317,662 4312,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4307" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4311" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4316" y="680" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(179,4316,680)"/>
	<rect x="4316" y="680" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(179,4316,680)"/>
	<text xml:space="preserve" x="4324" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(179,4316,680)">Leo IX. (hl.)</text>
	<polygon points="4311,692 4321,692 4316,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4311" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4331" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4340" y="410" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(180,4340,410)"/>
	<rect x="4340" y="410" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(180,4340,410)"/>
	<text xml:space="preserve" x="4348" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(180,4340,410)">Viktor II.</text>
	<polygon points="4335,422 4345,422 4340,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4335" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4343" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4348" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(181,4348,440)"/>
	<rect x="4348" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(181,4348,440)"/>
	<text xml:space="preserve" x="4356" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(181,4348,440)">Stephan IX. (X.)</text>
	<polygon points="4343,452 4353,452 4348,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4343" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4347" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4352" y="500" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(182,4352,500)"/>
	<rect x="4352" y="500" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(182,4352,500)"/>
	<text xml:space="preserve" x="4360" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(182,4352,500)">   Benedikt X.</text>
	<polygon points="4347,512 4357,512 4352,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4347" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4355" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4364" y="530" width="48" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(183,4364,530)"/>
	<rect x="4364" y="530" width="48" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(183,4364,530)"/>
	<text xml:space="preserve" x="4372" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(183,4364,530)">Alexander II.</text>
	<polygon points="4359,542 4369,542 4364,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4359" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4407" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4364" y="560" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(184,4364,560)"/>
	<rect x="4364" y="560" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(184,4364,560)"/>
	<text xml:space="preserve" x="4372" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(184,4364,560)">Honorius II.</text>
	<polygon points="4359,572 4369,572 4364,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4359" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4371" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4412" y="590" width="48" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(185,4412,590)"/>
	<rect x="4412" y="590" width="48" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(185,4412,590)"/>
	<text xml:space="preserve" x="4420" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(185,4412,590)">Gregor VII. (hl.)</text>
	<polygon points="4407,602 4417,602 4412,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4407" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4455" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4456" y="620" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(186,4456,620)"/>
	<rect x="4456" y="620" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(186,4456,620)"/>
	<text xml:space="preserve" x="4464" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(186,4456,620)">Clemens III.</text>
	<polygon points="4451,632 4461,632 4456,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4451" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4515" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4464" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(187,4464,650)"/>
	<rect x="4464" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(187,4464,650)"/>
	<text xml:space="preserve" x="4472" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(187,4464,650)">Viktor III. (sel.)</text>
	<polygon points="4459,662 4469,662 4464,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4459" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4463" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4472" y="680" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(188,4472,680)"/>
	<rect x="4472" y="680" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(188,4472,680)"/>
	<text xml:space="preserve" x="4480" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(188,4472,680)">Urban II. (sel.)</text>
	<polygon points="4467,692 4477,692 4472,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4467" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4511" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4516" y="410" width="76" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(189,4516,410)"/>
	<rect x="4516" y="410" width="76" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(189,4516,410)"/>
	<text xml:space="preserve" x="4524" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(189,4516,410)">Paschalis II.</text>
	<polygon points="4511,422 4521,422 4516,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4511" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4587" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4520" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(190,4520,440)"/>
	<rect x="4520" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(190,4520,440)"/>
	<text xml:space="preserve" x="4528" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(190,4520,440)">   Theodoricus</text>
	<polygon points="4515,452 4525,452 4520,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4515" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4519" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4528" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(191,4528,470)"/>
	<rect x="4528" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(191,4528,470)"/>
	<text xml:space="preserve" x="4536" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(191,4528,470)">   Albertus</text>
	<polygon points="4523,482 4533,482 4528,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4523" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4527" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4540" y="500" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(192,4540,500)"/>
	<rect x="4540" y="500" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(192,4540,500)"/>
	<text xml:space="preserve" x="4548" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(192,4540,500)">   Silvester IV.</text>
	<polygon points="4535,512 4545,512 4540,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4535" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4559" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4592" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(193,4592,530)"/>
	<rect x="4592" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(193,4592,530)"/>
	<text xml:space="preserve" x="4600" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(193,4592,530)">Gelasius II.</text>
	<polygon points="4587,542 4597,542 4592,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4587" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4591" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4592" y="560" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(194,4592,560)"/>
	<rect x="4592" y="560" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(194,4592,560)"/>
	<text xml:space="preserve" x="4600" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(194,4592,560)">   Gregor VIII.</text>
	<polygon points="4587,572 4597,572 4592,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4587" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4599" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4596" y="590" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(195,4596,590)"/>
	<rect x="4596" y="590" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(195,4596,590)"/>
	<text xml:space="preserve" x="4604" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(195,4596,590)">Calixt II.</text>
	<polygon points="4591,602 4601,602 4596,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4591" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4611" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4616" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(196,4616,620)"/>
	<rect x="4616" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(196,4616,620)"/>
	<text xml:space="preserve" x="4624" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(196,4616,620)">   Coelestin II.</text>
	<polygon points="4611,632 4621,632 4616,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4611" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4615" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4616" y="650" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(197,4616,650)"/>
	<rect x="4616" y="650" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(197,4616,650)"/>
	<text xml:space="preserve" x="4624" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(197,4616,650)">Honorius II.</text>
	<polygon points="4611,662 4621,662 4616,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4611" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4635" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4640" y="680" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(198,4640,680)"/>
	<rect x="4640" y="680" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(198,4640,680)"/>
	<text xml:space="preserve" x="4648" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(198,4640,680)">Innozenz II.</text>
	<polygon points="4635,692 4645,692 4640,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4635" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4687" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4640" y="410" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(199,4640,410)"/>
	<rect x="4640" y="410" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(199,4640,410)"/>
	<text xml:space="preserve" x="4648" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(199,4640,410)">   Anaklet II.</text>
	<polygon points="4635,422 4645,422 4640,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4635" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4667" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4672" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(200,4672,440)"/>
	<rect x="4672" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(200,4672,440)"/>
	<text xml:space="preserve" x="4680" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(200,4672,440)">   Viktor IV.</text>
	<polygon points="4667,452 4677,452 4672,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4667" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4671" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4692" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(201,4692,470)"/>
	<rect x="4692" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(201,4692,470)"/>
	<text xml:space="preserve" x="4700" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(201,4692,470)">Coelestin II.</text>
	<polygon points="4687,482 4697,482 4692,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4687" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4691" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4696" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(202,4696,500)"/>
	<rect x="4696" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(202,4696,500)"/>
	<text xml:space="preserve" x="4704" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(202,4696,500)">Lucius II.</text>
	<polygon points="4691,512 4701,512 4696,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4691" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4695" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4700" y="530" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(203,4700,530)"/>
	<rect x="4700" y="530" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(203,4700,530)"/>
	<text xml:space="preserve" x="4708" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(203,4700,530)">Eugen III. (sel.)</text>
	<polygon points="4695,542 4705,542 4700,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4695" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4727" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4732" y="560" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(204,4732,560)"/>
	<rect x="4732" y="560" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(204,4732,560)"/>
	<text xml:space="preserve" x="4740" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(204,4732,560)">Anastasius IV.</text>
	<polygon points="4727,572 4737,572 4732,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4727" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4731" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4736" y="590" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(205,4736,590)"/>
	<rect x="4736" y="590" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(205,4736,590)"/>
	<text xml:space="preserve" x="4744" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(205,4736,590)">Hadrian IV.</text>
	<polygon points="4731,602 4741,602 4736,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4731" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4751" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4756" y="620" width="88" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(206,4756,620)"/>
	<rect x="4756" y="620" width="88" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(206,4756,620)"/>
	<text xml:space="preserve" x="4764" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(206,4756,620)">Alexander III.</text>
	<polygon points="4751,632 4761,632 4756,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4751" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4839" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4756" y="650" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(207,4756,650)"/>
	<rect x="4756" y="650" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(207,4756,650)"/>
	<text xml:space="preserve" x="4764" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(207,4756,650)">   Viktor IV.</text>
	<polygon points="4751,662 4761,662 4756,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4751" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4771" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4776" y="680" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(208,4776,680)"/>
	<rect x="4776" y="680" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(208,4776,680)"/>
	<text xml:space="preserve" x="4784" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(208,4776,680)">   Paschalis III.</text>
	<polygon points="4771,692 4781,692 4776,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4771" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4787" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4792" y="410" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(209,4792,410)"/>
	<rect x="4792" y="410" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(209,4792,410)"/>
	<text xml:space="preserve" x="4800" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(209,4792,410)">   Calixt III.</text>
	<polygon points="4787,422 4797,422 4792,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4787" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4827" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4836" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(210,4836,440)"/>
	<rect x="4836" y="440" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(210,4836,440)"/>
	<text xml:space="preserve" x="4844" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(210,4836,440)">   Innozenz III.</text>
	<polygon points="4831,452 4841,452 4836,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4831" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4835" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4844" y="470" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(211,4844,470)"/>
	<rect x="4844" y="470" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(211,4844,470)"/>
	<text xml:space="preserve" x="4852" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(211,4844,470)">Lucius III.</text>
	<polygon points="4839,482 4849,482 4844,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4839" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4855" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4860" y="500" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(212,4860,500)"/>
	<rect x="4860" y="500" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(212,4860,500)"/>
	<text xml:space="preserve" x="4868" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(212,4860,500)">Urban III.</text>
	<polygon points="4855,512 4865,512 4860,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4855" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4863" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4868" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(213,4868,530)"/>
	<rect x="4868" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(213,4868,530)"/>
	<text xml:space="preserve" x="4876" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(213,4868,530)">Gregor VIII.</text>
	<polygon points="4863,542 4873,542 4868,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4863" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4867" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4868" y="560" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(214,4868,560)"/>
	<rect x="4868" y="560" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(214,4868,560)"/>
	<text xml:space="preserve" x="4876" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(214,4868,560)">Clemens III.</text>
	<polygon points="4863,572 4873,572 4868,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4863" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4879" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4884" y="590" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(215,4884,590)"/>
	<rect x="4884" y="590" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(215,4884,590)"/>
	<text xml:space="preserve" x="4892" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(215,4884,590)">Coelestin III.</text>
	<polygon points="4879,602 4889,602 4884,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4879" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4907" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4912" y="620" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(216,4912,620)"/>
	<rect x="4912" y="620" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(216,4912,620)"/>
	<text xml:space="preserve" x="4920" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(216,4912,620)">Innozenz III.</text>
	<polygon points="4907,632 4917,632 4912,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4907" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4979" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4984" y="650" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(217,4984,650)"/>
	<rect x="4984" y="650" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(217,4984,650)"/>
	<text xml:space="preserve" x="4992" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(217,4984,650)">Honorius III.</text>
	<polygon points="4979,662 4989,662 4984,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4979" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5023" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5028" y="680" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(218,5028,680)"/>
	<rect x="5028" y="680" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(218,5028,680)"/>
	<text xml:space="preserve" x="5036" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(218,5028,680)">Gregor IX.</text>
	<polygon points="5023,692 5033,692 5028,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5023" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5079" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5084" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(219,5084,410)"/>
	<rect x="5084" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(219,5084,410)"/>
	<text xml:space="preserve" x="5092" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(219,5084,410)">Coelestin IV.</text>
	<polygon points="5079,422 5089,422 5084,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5079" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5083" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5084" y="440" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(220,5084,440)"/>
	<rect x="5084" y="440" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(220,5084,440)"/>
	<text xml:space="preserve" x="5092" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(220,5084,440)">(Sedisvakanz, 2 Jahre)</text>
	<polygon points="5079,452 5089,452 5084,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5079" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5087" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5092" y="470" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(221,5092,470)"/>
	<rect x="5092" y="470" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(221,5092,470)"/>
	<text xml:space="preserve" x="5100" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(221,5092,470)">Innozenz IV.</text>
	<polygon points="5087,482 5097,482 5092,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5087" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5131" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5136" y="500" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(222,5136,500)"/>
	<rect x="5136" y="500" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(222,5136,500)"/>
	<text xml:space="preserve" x="5144" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(222,5136,500)">Alexander IV.</text>
	<polygon points="5131,512 5141,512 5136,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5131" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5159" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5164" y="530" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(223,5164,530)"/>
	<rect x="5164" y="530" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(223,5164,530)"/>
	<text xml:space="preserve" x="5172" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(223,5164,530)">Urban IV.</text>
	<polygon points="5159,542 5169,542 5164,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5159" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5171" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5180" y="560" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(224,5180,560)"/>
	<rect x="5180" y="560" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(224,5180,560)"/>
	<text xml:space="preserve" x="5188" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(224,5180,560)">Clemens IV.</text>
	<polygon points="5175,572 5185,572 5180,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5175" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5187" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5192" y="590" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(225,5192,590)"/>
	<rect x="5192" y="590" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(225,5192,590)"/>
	<text xml:space="preserve" x="5200" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(225,5192,590)">(Sedisvakanz, 3 Jahre)</text>
	<polygon points="5187,602 5197,602 5192,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5187" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5199" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5204" y="620" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(226,5204,620)"/>
	<rect x="5204" y="620" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(226,5204,620)"/>
	<text xml:space="preserve" x="5212" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(226,5204,620)">Gregor X. (sel.)</text>
	<polygon points="5199,632 5209,632 5204,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5199" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5219" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5224" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(227,5224,650)"/>
	<rect x="5224" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(227,5224,650)"/>
	<text xml:space="preserve" x="5232" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(227,5224,650)">Innozenz V. (sel.)</text>
	<polygon points="5219,662 5229,662 5224,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5219" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5223" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5224" y="680" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(228,5224,680)"/>
	<rect x="5224" y="680" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(228,5224,680)"/>
	<text xml:space="preserve" x="5232" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(228,5224,680)">Hadrian V.</text>
	<polygon points="5219,692 5229,692 5224,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5219" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5223" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5224" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(229,5224,410)"/>
	<rect x="5224" y="410" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(229,5224,410)"/>
	<text xml:space="preserve" x="5232" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(229,5224,410)">Johannes XXI.</text>
	<polygon points="5219,422 5229,422 5224,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5219" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5223" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5228" y="440" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(230,5228,440)"/>
	<rect x="5228" y="440" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(230,5228,440)"/>
	<text xml:space="preserve" x="5236" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(230,5228,440)">Nikolaus III.</text>
	<polygon points="5223,452 5233,452 5228,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5223" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5235" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5244" y="470" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(231,5244,470)"/>
	<rect x="5244" y="470" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(231,5244,470)"/>
	<text xml:space="preserve" x="5252" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(231,5244,470)">Martin IV.</text>
	<polygon points="5239,482 5249,482 5244,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5239" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5255" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5260" y="500" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(232,5260,500)"/>
	<rect x="5260" y="500" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(232,5260,500)"/>
	<text xml:space="preserve" x="5268" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(232,5260,500)">Honorius IV.</text>
	<polygon points="5255,512 5265,512 5260,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5255" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5263" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5272" y="530" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(233,5272,530)"/>
	<rect x="5272" y="530" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(233,5272,530)"/>
	<text xml:space="preserve" x="5280" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(233,5272,530)">Nikolaus IV.</text>
	<polygon points="5267,542 5277,542 5272,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5267" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5283" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5288" y="560" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(234,5288,560)"/>
	<rect x="5288" y="560" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(234,5288,560)"/>
	<text xml:space="preserve" x="5296" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(234,5288,560)">(Sedisvakanz, 2 Jahre)</text>
	<polygon points="5283,572 5293,572 5288,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5283" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5291" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5296" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(235,5296,590)"/>
	<rect x="5296" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(235,5296,590)"/>
	<text xml:space="preserve" x="5304" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(235,5296,590)">Coelestin V. (hl.)</text>
	<polygon points="5291,602 5301,602 5296,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5291" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5295" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5296" y="620" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(236,5296,620)"/>
	<rect x="5296" y="620" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(236,5296,620)"/>
	<text xml:space="preserve" x="5304" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(236,5296,620)">Bonifatius VIII.</text>
	<polygon points="5291,632 5301,632 5296,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5291" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5327" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5332" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(237,5332,650)"/>
	<rect x="5332" y="650" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(237,5332,650)"/>
	<text xml:space="preserve" x="5340" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(237,5332,650)">Benedikt XI. (sel.)</text>
	<polygon points="5327,662 5337,662 5332,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5327" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5331" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5340" y="680" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(238,5340,680)"/>
	<rect x="5340" y="680" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(238,5340,680)"/>
	<text xml:space="preserve" x="5348" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(238,5340,680)">Clemens V.</text>
	<polygon points="5335,692 5345,692 5340,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5335" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5371" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5376" y="410" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(239,5376,410)"/>
	<rect x="5376" y="410" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(239,5376,410)"/>
	<text xml:space="preserve" x="5384" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(239,5376,410)">(Sedisvakanz, 2½ Jahre)</text>
	<polygon points="5371,422 5381,422 5376,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5371" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5379" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5384" y="440" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(240,5384,440)"/>
	<rect x="5384" y="440" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(240,5384,440)"/>
	<text xml:space="preserve" x="5392" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(240,5384,440)">Johannes XXII.</text>
	<polygon points="5379,452 5389,452 5384,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5379" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5451" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5432" y="470" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(241,5432,470)"/>
	<rect x="5432" y="470" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(241,5432,470)"/>
	<text xml:space="preserve" x="5440" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(241,5432,470)">   Nikolaus V.</text>
	<polygon points="5427,482 5437,482 5432,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5427" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5435" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5456" y="500" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(242,5456,500)"/>
	<rect x="5456" y="500" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(242,5456,500)"/>
	<text xml:space="preserve" x="5464" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(242,5456,500)">Benedikt XII.</text>
	<polygon points="5451,512 5461,512 5456,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5451" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5483" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5488" y="530" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(243,5488,530)"/>
	<rect x="5488" y="530" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(243,5488,530)"/>
	<text xml:space="preserve" x="5496" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(243,5488,530)">Clemens VI.</text>
	<polygon points="5483,542 5493,542 5488,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5483" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5527" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5528" y="560" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(244,5528,560)"/>
	<rect x="5528" y="560" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(244,5528,560)"/>
	<text xml:space="preserve" x="5536" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(244,5528,560)">Innozenz VI.</text>
	<polygon points="5523,572 5533,572 5528,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5523" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5563" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5528" y="590" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(245,5528,590)"/>
	<rect x="5528" y="590" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(245,5528,590)"/>
	<text xml:space="preserve" x="5536" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(245,5528,590)">Urban V. (sel.)</text>
	<polygon points="5523,602 5533,602 5528,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5523" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5595" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5600" y="620" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(246,5600,620)"/>
	<rect x="5600" y="620" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(246,5600,620)"/>
	<text xml:space="preserve" x="5608" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(246,5600,620)">Gregor XI.</text>
	<polygon points="5595,632 5605,632 5600,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5595" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5627" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5632" y="650" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(247,5632,650)"/>
	<rect x="5632" y="650" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(247,5632,650)"/>
	<text xml:space="preserve" x="5640" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(247,5632,650)">Urban VI.</text>
	<polygon points="5627,662 5637,662 5632,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5627" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5671" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5632" y="680" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(248,5632,680)"/>
	<rect x="5632" y="680" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(248,5632,680)"/>
	<text xml:space="preserve" x="5640" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(248,5632,680)">   Clemens VII.</text>
	<polygon points="5627,692 5637,692 5632,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5627" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5691" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5676" y="410" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(249,5676,410)"/>
	<rect x="5676" y="410" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(249,5676,410)"/>
	<text xml:space="preserve" x="5684" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(249,5676,410)">Bonifatius IX.</text>
	<polygon points="5671,422 5681,422 5676,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5671" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5731" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5696" y="440" width="116" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(250,5696,440)"/>
	<rect x="5696" y="440" width="116" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(250,5696,440)"/>
	<text xml:space="preserve" x="5704" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(250,5696,440)">   Benedikt XIII.</text>
	<polygon points="5691,452 5701,452 5696,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5691" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5807" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5736" y="470" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(251,5736,470)"/>
	<rect x="5736" y="470" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(251,5736,470)"/>
	<text xml:space="preserve" x="5744" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(251,5736,470)">Innozenz VII.</text>
	<polygon points="5731,482 5741,482 5736,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5731" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5739" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5744" y="500" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(252,5744,500)"/>
	<rect x="5744" y="500" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(252,5744,500)"/>
	<text xml:space="preserve" x="5752" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(252,5744,500)">Gregor XII.</text>
	<polygon points="5739,512 5749,512 5744,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5739" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5775" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5756" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(253,5756,530)"/>
	<rect x="5756" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(253,5756,530)"/>
	<text xml:space="preserve" x="5764" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(253,5756,530)">   Alexander V.</text>
	<polygon points="5751,542 5761,542 5756,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5751" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5755" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5760" y="560" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(254,5760,560)"/>
	<rect x="5760" y="560" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(254,5760,560)"/>
	<text xml:space="preserve" x="5768" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(254,5760,560)">   Johannes XXIII.</text>
	<polygon points="5755,572 5765,572 5760,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5755" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5775" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5780" y="590" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(255,5780,590)"/>
	<rect x="5780" y="590" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(255,5780,590)"/>
	<text xml:space="preserve" x="5788" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(255,5780,590)">(Sedisvakanz, 2 Jahre)</text>
	<polygon points="5775,602 5785,602 5780,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5775" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5783" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5788" y="620" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(256,5788,620)"/>
	<rect x="5788" y="620" width="56" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(256,5788,620)"/>
	<text xml:space="preserve" x="5796" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(256,5788,620)">Martin V.</text>
	<polygon points="5783,632 5793,632 5788,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5783" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5839" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5812" y="650" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(257,5812,650)"/>
	<rect x="5812" y="650" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(257,5812,650)"/>
	<text xml:space="preserve" x="5820" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(257,5812,650)">   Clemens VIII.</text>
	<polygon points="5807,662 5817,662 5812,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5807" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5831" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5820" y="680" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(258,5820,680)"/>
	<rect x="5820" y="680" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(258,5820,680)"/>
	<text xml:space="preserve" x="5828" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(258,5820,680)">   Benedikt XIV.</text>
	<polygon points="5815,692 5825,692 5820,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5815" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5835" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5844" y="410" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(259,5844,410)"/>
	<rect x="5844" y="410" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(259,5844,410)"/>
	<text xml:space="preserve" x="5852" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(259,5844,410)">Eugen IV.</text>
	<polygon points="5839,422 5849,422 5844,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5839" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5903" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5876" y="440" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(260,5876,440)"/>
	<rect x="5876" y="440" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(260,5876,440)"/>
	<text xml:space="preserve" x="5884" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(260,5876,440)">   Felix V.</text>
	<polygon points="5871,452 5881,452 5876,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5871" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5911" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5908" y="470" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(261,5908,470)"/>
	<rect x="5908" y="470" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(261,5908,470)"/>
	<text xml:space="preserve" x="5916" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(261,5908,470)">Nikolaus V.</text>
	<polygon points="5903,482 5913,482 5908,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5903" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5935" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5940" y="500" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(262,5940,500)"/>
	<rect x="5940" y="500" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(262,5940,500)"/>
	<text xml:space="preserve" x="5948" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(262,5940,500)">Calixt III.</text>
	<polygon points="5935,512 5945,512 5940,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5935" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5947" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5952" y="530" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(263,5952,530)"/>
	<rect x="5952" y="530" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(263,5952,530)"/>
	<text xml:space="preserve" x="5960" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(263,5952,530)">Pius II.</text>
	<polygon points="5947,542 5957,542 5952,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5947" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5971" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5976" y="560" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(264,5976,560)"/>
	<rect x="5976" y="560" width="28" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(264,5976,560)"/>
	<text xml:space="preserve" x="5984" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(264,5976,560)">Paul II.</text>
	<polygon points="5971,572 5981,572 5976,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5971" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5999" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6004" y="590" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(265,6004,590)"/>
	<rect x="6004" y="590" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(265,6004,590)"/>
	<text xml:space="preserve" x="6012" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(265,6004,590)">Sixtus IV.</text>
	<polygon points="5999,602 6009,602 6004,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5999" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6051" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6056" y="620" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(266,6056,620)"/>
	<rect x="6056" y="620" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(266,6056,620)"/>
	<text xml:space="preserve" x="6064" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(266,6056,620)">Innozenz VIII.</text>
	<polygon points="6051,632 6061,632 6056,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6051" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6083" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6088" y="650" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(267,6088,650)"/>
	<rect x="6088" y="650" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(267,6088,650)"/>
	<text xml:space="preserve" x="6096" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(267,6088,650)">Alexander VI.</text>
	<polygon points="6083,662 6093,662 6088,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6083" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6127" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6132" y="680" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(268,6132,680)"/>
	<rect x="6132" y="680" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(268,6132,680)"/>
	<text xml:space="preserve" x="6140" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(268,6132,680)">Pius III.</text>
	<polygon points="6127,692 6137,692 6132,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6127" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6131" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6132" y="410" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(269,6132,410)"/>
	<rect x="6132" y="410" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(269,6132,410)"/>
	<text xml:space="preserve" x="6140" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(269,6132,410)">Julius II.</text>
	<polygon points="6127,422 6137,422 6132,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6127" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6167" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6172" y="440" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(270,6172,440)"/>
	<rect x="6172" y="440" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(270,6172,440)"/>
	<text xml:space="preserve" x="6180" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(270,6172,440)">Leo X.</text>
	<polygon points="6167,452 6177,452 6172,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6167" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6199" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6208" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(271,6208,470)"/>
	<rect x="6208" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(271,6208,470)"/>
	<text xml:space="preserve" x="6216" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(271,6208,470)">Hadrian VI.</text>
	<polygon points="6203,482 6213,482 6208,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6203" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6207" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6212" y="500" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(272,6212,500)"/>
	<rect x="6212" y="500" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(272,6212,500)"/>
	<text xml:space="preserve" x="6220" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(272,6212,500)">Clemens VII.</text>
	<polygon points="6207,512 6217,512 6212,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6207" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6251" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6256" y="530" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(273,6256,530)"/>
	<rect x="6256" y="530" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(273,6256,530)"/>
	<text xml:space="preserve" x="6264" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(273,6256,530)">Paul III.</text>
	<polygon points="6251,542 6261,542 6256,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6251" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6311" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6320" y="560" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(274,6320,560)"/>
	<rect x="6320" y="560" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(274,6320,560)"/>
	<text xml:space="preserve" x="6328" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(274,6320,560)">Julius III.</text>
	<polygon points="6315,572 6325,572 6320,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6315" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6335" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6340" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(275,6340,590)"/>
	<rect x="6340" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(275,6340,590)"/>
	<text xml:space="preserve" x="6348" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(275,6340,590)">Marcellus II.</text>
	<polygon points="6335,602 6345,602 6340,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6335" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6339" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6340" y="620" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(276,6340,620)"/>
	<rect x="6340" y="620" width="16" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(276,6340,620)"/>
	<text xml:space="preserve" x="6348" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(276,6340,620)">Paul IV.</text>
	<polygon points="6335,632 6345,632 6340,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6335" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6351" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6356" y="650" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(277,6356,650)"/>
	<rect x="6356" y="650" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(277,6356,650)"/>
	<text xml:space="preserve" x="6364" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(277,6356,650)">Pius IV.</text>
	<polygon points="6351,662 6361,662 6356,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6351" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6375" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6384" y="680" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(278,6384,680)"/>
	<rect x="6384" y="680" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(278,6384,680)"/>
	<text xml:space="preserve" x="6392" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(278,6384,680)">Pius V. (hl.)</text>
	<polygon points="6379,692 6389,692 6384,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6379" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6403" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6408" y="410" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(279,6408,410)"/>
	<rect x="6408" y="410" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(279,6408,410)"/>
	<text xml:space="preserve" x="6416" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(279,6408,410)">Gregor XIII.</text>
	<polygon points="6403,422 6413,422 6408,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6403" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6455" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6460" y="440" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(280,6460,440)"/>
	<rect x="6460" y="440" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(280,6460,440)"/>
	<text xml:space="preserve" x="6468" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(280,6460,440)">Sixtus V.</text>
	<polygon points="6455,452 6465,452 6460,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6455" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6475" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6480" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(281,6480,470)"/>
	<rect x="6480" y="470" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(281,6480,470)"/>
	<text xml:space="preserve" x="6488" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(281,6480,470)">Urban VII.</text>
	<polygon points="6475,482 6485,482 6480,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6475" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6479" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6480" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(282,6480,500)"/>
	<rect x="6480" y="500" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(282,6480,500)"/>
	<text xml:space="preserve" x="6488" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(282,6480,500)">Gregor XIV.</text>
	<polygon points="6475,512 6485,512 6480,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6475" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6479" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6484" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(283,6484,530)"/>
	<rect x="6484" y="530" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(283,6484,530)"/>
	<text xml:space="preserve" x="6492" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(283,6484,530)">Innozenz IX.</text>
	<polygon points="6479,542 6489,542 6484,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6479" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6483" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6488" y="560" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(284,6488,560)"/>
	<rect x="6488" y="560" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(284,6488,560)"/>
	<text xml:space="preserve" x="6496" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(284,6488,560)">Clemens VIII.</text>
	<polygon points="6483,572 6493,572 6488,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6483" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6535" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6540" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(285,6540,590)"/>
	<rect x="6540" y="590" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(285,6540,590)"/>
	<text xml:space="preserve" x="6548" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(285,6540,590)">Leo XI.</text>
	<polygon points="6535,602 6545,602 6540,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6535" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6539" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6540" y="620" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(286,6540,620)"/>
	<rect x="6540" y="620" width="64" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(286,6540,620)"/>
	<text xml:space="preserve" x="6548" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(286,6540,620)">Paul V.</text>
	<polygon points="6535,632 6545,632 6540,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6535" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6599" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6604" y="650" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(287,6604,650)"/>
	<rect x="6604" y="650" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(287,6604,650)"/>
	<text xml:space="preserve" x="6612" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(287,6604,650)">Gregor XV.</text>
	<polygon points="6599,662 6609,662 6604,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6599" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6607" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6612" y="680" width="84" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(288,6612,680)"/>
	<rect x="6612" y="680" width="84" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(288,6612,680)"/>
	<text xml:space="preserve" x="6620" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(288,6612,680)">Urban VIII.</text>
	<polygon points="6607,692 6617,692 6612,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6607" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6691" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6696" y="410" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(289,6696,410)"/>
	<rect x="6696" y="410" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(289,6696,410)"/>
	<text xml:space="preserve" x="6704" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(289,6696,410)">Innozenz X.</text>
	<polygon points="6691,422 6701,422 6696,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6691" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6735" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6740" y="440" width="48" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(290,6740,440)"/>
	<rect x="6740" y="440" width="48" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(290,6740,440)"/>
	<text xml:space="preserve" x="6748" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(290,6740,440)">Alexander VII.</text>
	<polygon points="6735,452 6745,452 6740,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6735" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6783" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6788" y="470" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(291,6788,470)"/>
	<rect x="6788" y="470" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(291,6788,470)"/>
	<text xml:space="preserve" x="6796" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(291,6788,470)">Clemens IX.</text>
	<polygon points="6783,482 6793,482 6788,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6783" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6791" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6800" y="500" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(292,6800,500)"/>
	<rect x="6800" y="500" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(292,6800,500)"/>
	<text xml:space="preserve" x="6808" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(292,6800,500)">Clemens X.</text>
	<polygon points="6795,512 6805,512 6800,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6795" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6819" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6824" y="530" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(293,6824,530)"/>
	<rect x="6824" y="530" width="52" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(293,6824,530)"/>
	<text xml:space="preserve" x="6832" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(293,6824,530)">Innozenz XI. (sel.)</text>
	<polygon points="6819,542 6829,542 6824,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6819" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6871" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6876" y="560" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(294,6876,560)"/>
	<rect x="6876" y="560" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(294,6876,560)"/>
	<text xml:space="preserve" x="6884" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(294,6876,560)">Alexander VIII.</text>
	<polygon points="6871,572 6881,572 6876,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6871" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6879" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6884" y="590" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(295,6884,590)"/>
	<rect x="6884" y="590" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(295,6884,590)"/>
	<text xml:space="preserve" x="6892" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(295,6884,590)">Innozenz XII.</text>
	<polygon points="6879,602 6889,602 6884,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6879" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6915" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6920" y="620" width="84" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(296,6920,620)"/>
	<rect x="6920" y="620" width="84" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(296,6920,620)"/>
	<text xml:space="preserve" x="6928" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(296,6920,620)">Clemens XI.</text>
	<polygon points="6915,632 6925,632 6920,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6915" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6999" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7004" y="650" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(297,7004,650)"/>
	<rect x="7004" y="650" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(297,7004,650)"/>
	<text xml:space="preserve" x="7012" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(297,7004,650)">Innozenz XIII.</text>
	<polygon points="6999,662 7009,662 7004,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6999" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7011" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7016" y="680" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(298,7016,680)"/>
	<rect x="7016" y="680" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(298,7016,680)"/>
	<text xml:space="preserve" x="7024" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(298,7016,680)">Benedikt XIII.</text>
	<polygon points="7011,692 7021,692 7016,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7011" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7035" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7040" y="410" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(299,7040,410)"/>
	<rect x="7040" y="410" width="40" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(299,7040,410)"/>
	<text xml:space="preserve" x="7048" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(299,7040,410)">Clemens XII.</text>
	<polygon points="7035,422 7045,422 7040,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7035" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7075" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7080" y="440" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(300,7080,440)"/>
	<rect x="7080" y="440" width="72" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(300,7080,440)"/>
	<text xml:space="preserve" x="7088" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(300,7080,440)">Benedikt XIV.</text>
	<polygon points="7075,452 7085,452 7080,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7075" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7147" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7152" y="470" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(301,7152,470)"/>
	<rect x="7152" y="470" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(301,7152,470)"/>
	<text xml:space="preserve" x="7160" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(301,7152,470)">Clemens XIII.</text>
	<polygon points="7147,482 7157,482 7152,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7147" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7191" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7196" y="500" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(302,7196,500)"/>
	<rect x="7196" y="500" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(302,7196,500)"/>
	<text xml:space="preserve" x="7204" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(302,7196,500)">Clemens XIV.</text>
	<polygon points="7191,512 7201,512 7196,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7191" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7211" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7220" y="530" width="96" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(303,7220,530)"/>
	<rect x="7220" y="530" width="96" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(303,7220,530)"/>
	<text xml:space="preserve" x="7228" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(303,7220,530)">Pius VI.</text>
	<polygon points="7215,542 7225,542 7220,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7215" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7311" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7320" y="560" width="92" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(304,7320,560)"/>
	<rect x="7320" y="560" width="92" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(304,7320,560)"/>
	<text xml:space="preserve" x="7328" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(304,7320,560)">Pius VII.</text>
	<polygon points="7315,572 7325,572 7320,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7315" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7407" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7412" y="590" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(305,7412,590)"/>
	<rect x="7412" y="590" width="24" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(305,7412,590)"/>
	<text xml:space="preserve" x="7420" y="604" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(305,7412,590)">Leo XII.</text>
	<polygon points="7407,602 7417,602 7412,608 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7407" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7431" y="603" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7436" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(306,7436,620)"/>
	<rect x="7436" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(306,7436,620)"/>
	<text xml:space="preserve" x="7444" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(306,7436,620)">Pius VIII.</text>
	<polygon points="7431,632 7441,632 7436,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7431" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7435" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7444" y="650" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(307,7444,650)"/>
	<rect x="7444" y="650" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(307,7444,650)"/>
	<text xml:space="preserve" x="7452" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(307,7444,650)">Gregor XVI.</text>
	<polygon points="7439,662 7449,662 7444,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7439" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7499" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7504" y="680" width="128" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(308,7504,680)"/>
	<rect x="7504" y="680" width="128" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(308,7504,680)"/>
	<text xml:space="preserve" x="7512" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(308,7504,680)">Pius IX. (sel.)</text>
	<polygon points="7499,692 7509,692 7504,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7499" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7627" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7632" y="410" width="100" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(309,7632,410)"/>
	<rect x="7632" y="410" width="100" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(309,7632,410)"/>
	<text xml:space="preserve" x="7640" y="424" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(309,7632,410)">Leo XIII.</text>
	<polygon points="7627,422 7637,422 7632,428 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7627" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7727" y="423" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7732" y="440" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(310,7732,440)"/>
	<rect x="7732" y="440" width="44" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(310,7732,440)"/>
	<text xml:space="preserve" x="7740" y="454" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(310,7732,440)">Pius X. (hl.)</text>
	<polygon points="7727,452 7737,452 7732,458 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7727" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7771" y="453" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7776" y="470" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(311,7776,470)"/>
	<rect x="7776" y="470" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(311,7776,470)"/>
	<text xml:space="preserve" x="7784" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(311,7776,470)">Benedikt XV.</text>
	<polygon points="7771,482 7781,482 7776,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7771" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7803" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7808" y="500" width="68" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(312,7808,500)"/>
	<rect x="7808" y="500" width="68" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(312,7808,500)"/>
	<text xml:space="preserve" x="7816" y="514" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(312,7808,500)">Pius XI.</text>
	<polygon points="7803,512 7813,512 7808,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7803" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7871" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7876" y="530" width="76" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(313,7876,530)"/>
	<rect x="7876" y="530" width="76" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(313,7876,530)"/>
	<text xml:space="preserve" x="7884" y="544" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(313,7876,530)">Pius XII.</text>
	<polygon points="7871,542 7881,542 7876,548 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7871" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7947" y="543" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7952" y="560" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(314,7952,560)"/>
	<rect x="7952" y="560" width="20" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(314,7952,560)"/>
	<text xml:space="preserve" x="7960" y="574" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(314,7952,560)">Johannes XXIII. (hl.)</text>
	<polygon points="7947,572 7957,572 7952,578 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7947" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7967" y="573" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7972" y="594" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(315,7972,594)"/>
	<rect x="7972" y="594" width="60" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(315,7972,594)"/>
	<text xml:space="preserve" x="7980" y="608" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(315,7972,594)">Paul VI. (hl.)</text>
	<text xml:space="preserve" x="7967" y="607" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8027" y="607" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8032" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(316,8032,620)"/>
	<rect x="8032" y="620" width="4" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(316,8032,620)"/>
	<text xml:space="preserve" x="8040" y="634" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(316,8032,620)">Johannes Paul I.</text>
	<polygon points="8027,632 8037,632 8032,638 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8027" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8031" y="633" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8032" y="650" width="108" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(317,8032,650)"/>
	<rect x="8032" y="650" width="108" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(317,8032,650)"/>
	<text xml:space="preserve" x="8040" y="664" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(317,8032,650)">Johannes Paul II. (hl.)</text>
	<polygon points="8027,662 8037,662 8032,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8027" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8135" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8140" y="680" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(318,8140,680)"/>
	<rect x="8140" y="680" width="32" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(318,8140,680)"/>
	<text xml:space="preserve" x="8148" y="694" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(318,8140,680)">Benedikt XVI.</text>
	<polygon points="8135,692 8145,692 8140,698 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8135" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8167" y="693" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8193" y="409" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(204,204,255)" stroke-width="0"/>
	<rect x="8239" y="409" width="18" height="20" fill="rgb(204,204,255)" stroke="rgb(204,204,255)" stroke-width="0"/>
	<rect x="8270" y="409" width="8" height="20" fill="rgb(204,204,255)" stroke="rgb(204,204,255)" stroke-width="0"/>
	<rect x="8294" y="409" width="3" height="20" fill="rgb(204,204,255)" stroke="rgb(204,204,255)" stroke-width="0"/>
	<rect x="8316" y="409" width="2" height="20" fill="rgb(204,204,255)" stroke="rgb(204,204,255)" stroke-width="0"/>
	<rect x="8172" y="409" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(319,8172,409)"/>
	<rect x="8172" y="409" width="36" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(319,8172,409)"/>
	<text xml:space="preserve" x="8180" y="423" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(319,8172,409)">Franziskus</text>
	<polygon points="8167,421 8177,421 8172,427 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8167" y="422" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8203" y="422" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4352" y="470" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(320,4352,470)"/>
	<rect x="4352" y="470" width="12" height="20" fill="rgb(204,204,255)" stroke="rgb(0,0,0)" stroke-width="0" rx="15" ry="15" onclick="SymbolZeigen(320,4352,470)"/>
	<text xml:space="preserve" x="4360" y="484" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(320,4352,470)">Nikolaus II.</text>
	<polygon points="4347,482 4357,482 4352,488 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4347" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4359" y="483" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7600" y="84" width="3" height="20" fill="rgb(147,201,255)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(323,7600,84)"/>
	<image x="7608" y="104" width="340" height="211" xlink:href="./Daten/ONr_323_Bild.jpg">
		<title>./Daten/ONr_323_Bild.jpg</title></image>
	<text xml:space="preserve" x="7608" y="100" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(323,7600,84)">Erstes Vatikanisches Konzil</text>
	<polygon points="7595,96 7605,96 7600,102 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="1399" y="54" width="42" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(325,1399,54)"/>
	<text xml:space="preserve" x="1407" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(325,1399,54)">Nicäa I</text>
	<line x1="1420" y1="79" x2="1420" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="1394,61 1404,61 1399,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="1596" y="54" width="96" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(326,1596,54)"/>
	<text xml:space="preserve" x="1604" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(326,1596,54)">Konstantinopel I</text>
	<line x1="1644" y1="79" x2="1644" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="1591,61 1601,61 1596,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="1823" y="54" width="42" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(327,1823,54)"/>
	<text xml:space="preserve" x="1831" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(327,1823,54)">Ephesos</text>
	<line x1="1844" y1="79" x2="1844" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="1818,61 1828,61 1823,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="1897" y="54" width="54" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(328,1897,54)"/>
	<text xml:space="preserve" x="1905" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(328,1897,54)">Chalcedon</text>
	<line x1="1924" y1="79" x2="1924" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="1892,61 1902,61 1897,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="2281" y="54" width="102" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(329,2281,54)"/>
	<text xml:space="preserve" x="2289" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(329,2281,54)">Konstantinopel II</text>
	<line x1="2332" y1="79" x2="2332" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="2276,61 2286,61 2281,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="2786" y="54" width="108" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(330,2786,54)"/>
	<text xml:space="preserve" x="2794" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(330,2786,54)">Konstantinopel III</text>
	<line x1="2840" y1="79" x2="2840" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="2781,61 2791,61 2786,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="3244" y="54" width="48" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(331,3244,54)"/>
	<text xml:space="preserve" x="3252" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(331,3244,54)">Nicäa II</text>
	<line x1="3268" y1="79" x2="3268" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="3239,61 3249,61 3244,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="3545" y="54" width="102" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(332,3545,54)"/>
	<text xml:space="preserve" x="3553" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(332,3545,54)">Konstantinopel IV</text>
	<line x1="3596" y1="79" x2="3596" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="3540,61 3550,61 3545,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="4585" y="54" width="54" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(333,4585,54)"/>
	<text xml:space="preserve" x="4593" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(333,4585,54)">Lateran I</text>
	<line x1="4612" y1="79" x2="4612" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="4580,61 4590,61 4585,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="4646" y="54" width="60" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(334,4646,54)"/>
	<text xml:space="preserve" x="4654" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(334,4646,54)">Lateran II</text>
	<line x1="4676" y1="79" x2="4676" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="4641,61 4651,61 4646,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="4803" y="54" width="66" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(335,4803,54)"/>
	<text xml:space="preserve" x="4811" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(335,4803,54)">Lateran III</text>
	<line x1="4836" y1="79" x2="4836" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="4798,61 4808,61 4803,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="4950" y="54" width="60" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(336,4950,54)"/>
	<text xml:space="preserve" x="4958" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(336,4950,54)">Lateran IV</text>
	<line x1="4980" y1="79" x2="4980" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="4945,61 4955,61 4950,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="5082" y="54" width="36" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(337,5082,54)"/>
	<text xml:space="preserve" x="5090" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(337,5082,54)">Lyon I</text>
	<line x1="5100" y1="79" x2="5100" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5077,61 5087,61 5082,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="5195" y="54" width="42" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(338,5195,54)"/>
	<text xml:space="preserve" x="5203" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(338,5195,54)">Lyon II</text>
	<line x1="5216" y1="79" x2="5216" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5190,61 5200,61 5195,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="5313" y="54" width="102" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(339,5313,54)"/>
	<text xml:space="preserve" x="5321" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(339,5313,54)">Konzil von Vienne</text>
	<line x1="5364" y1="79" x2="5364" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5308,61 5318,61 5313,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="5752" y="54" width="48" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(340,5752,54)"/>
	<text xml:space="preserve" x="5760" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(340,5752,54)">Konstanz</text>
	<line x1="5776" y1="79" x2="5776" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5747,61 5757,61 5752,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="5748" y="92" width="192" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(341,5748,92)"/>
	<text xml:space="preserve" x="5756" y="110" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(341,5748,92)">Konzil von Basel/Ferrara/Florenz</text>
	<line x1="5844" y1="117" x2="5844" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5743,99 5753,99 5748,105 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6141" y="54" width="54" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(342,6141,54)"/>
	<text xml:space="preserve" x="6149" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(342,6141,54)">Lateran V</text>
	<line x1="6168" y1="79" x2="6168" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6136,61 6146,61 6141,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6282" y="54" width="36" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(343,6282,54)"/>
	<text xml:space="preserve" x="6290" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(343,6282,54)">Trient</text>
	<line x1="6300" y1="79" x2="6300" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6277,61 6287,61 6282,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7566" y="54" width="60" height="25" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(344,7566,54)"/>
	<text xml:space="preserve" x="7574" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(344,7566,54)">Vatikan I </text>
	<line x1="7596" y1="79" x2="7596" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7561,61 7571,61 7566,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7928" y="54" width="80" height="23" fill="rgb(255,231,206)" stroke="rgb(0,0,0)" stroke-width="0" rx="20" ry="20" onclick="SymbolZeigen(345,7928,54)"/>
	<text xml:space="preserve" x="7936" y="72" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(345,7928,54)">Vatikan II </text>
	<line x1="7968" y1="77" x2="7968" y2="2000" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7923,61 7933,61 7928,67 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7971" y="84" width="13" height="20" fill="rgb(147,201,255)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(322,7971,84)"/>
	<image x="7979" y="104" width="220" height="221" xlink:href="./Daten/ONr_322_Bild.jpg">
		<title>./Daten/ONr_322_Bild.jpg</title></image>
	<text xml:space="preserve" x="7979" y="98" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(322,7971,84)">Zweites Vatikanisches Konzil</text>
	<rect x="2043" y="744" width="268" height="20" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(347,2043,744)"/>
	<rect x="2043" y="744" width="268" height="20" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(347,2043,744)"/>
	<text xml:space="preserve" x="2051" y="758" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(347,2043,744)">Benedikt von Nursia</text>
	<polygon points="2038,756 2048,756 2043,762 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2038" y="757" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2306" y="757" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8207" y="775" width="36" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8253" y="775" width="18" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8284" y="775" width="8" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8308" y="775" width="3" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8330" y="775" width="2" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="2044" y="775" width="6173" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(348,2044,775)"/>
	<rect x="2044" y="775" width="6173" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(348,2044,775)"/>
	<text xml:space="preserve" x="2052" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="2352" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="2652" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="2952" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="3252" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="3552" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="3852" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="4152" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="4452" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="4752" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="5052" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="5352" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="5652" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="5952" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="6252" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="6552" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="6852" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="7152" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="7452" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="7752" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<text xml:space="preserve" x="8052" y="789" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(348,2044,775)">Benediktiner                                        +++</text>
	<polygon points="2039,787 2049,787 2044,793 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2039" y="788" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8212" y="788" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8206" y="825" width="36" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8252" y="825" width="18" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8283" y="825" width="8" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8307" y="825" width="3" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8329" y="825" width="2" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="4512" y="825" width="3704" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(349,4512,825)"/>
	<rect x="4512" y="825" width="3704" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(349,4512,825)"/>
	<text xml:space="preserve" x="4520" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<text xml:space="preserve" x="4820" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<text xml:space="preserve" x="5120" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<text xml:space="preserve" x="5420" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<text xml:space="preserve" x="5720" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<text xml:space="preserve" x="6020" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<text xml:space="preserve" x="6320" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<text xml:space="preserve" x="6620" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<text xml:space="preserve" x="6920" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<text xml:space="preserve" x="7220" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<text xml:space="preserve" x="7520" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<text xml:space="preserve" x="7820" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<text xml:space="preserve" x="8120" y="839" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(349,4512,825)">Zisterzienser                                       +++</text>
	<polygon points="4507,837 4517,837 4512,843 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4507" y="838" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8211" y="838" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4232" y="938" width="332" height="23" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(350,4232,938)"/>
	<rect x="4232" y="938" width="332" height="23" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(350,4232,938)"/>
	<text xml:space="preserve" x="4240" y="952" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(350,4232,938)">Robert von Molesme</text>
	<polygon points="4227,950 4237,950 4232,956 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4227" y="951" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4559" y="951" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4320" y="906" width="236" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(351,4320,906)"/>
	<rect x="4320" y="906" width="236" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(351,4320,906)"/>
	<text xml:space="preserve" x="4328" y="920" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(351,4320,906)">Alberich von Cîteaux</text>
	<polygon points="4315,918 4325,918 4320,924 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4315" y="919" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4551" y="919" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4480" y="874" width="252" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(352,4480,874)"/>
	<rect x="4480" y="874" width="252" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(352,4480,874)"/>
	<text xml:space="preserve" x="4488" y="888" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(352,4480,874)">Alberich von Cîteaux</text>
	<polygon points="4475,886 4485,886 4480,892 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4475" y="887" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4727" y="887" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6625" y="740" width="299" height="23" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(353,6625,740)"/>
	<rect x="6625" y="740" width="299" height="23" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(353,6625,740)"/>
	<text xml:space="preserve" x="6633" y="754" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(353,6625,740)">Armand Jean Le Bouthillier de Rancé</text>
	<polygon points="6620,752 6630,752 6625,758 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8213" y="875" width="36" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8259" y="875" width="18" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8290" y="875" width="8" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8314" y="875" width="3" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8336" y="875" width="2" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="6659" y="875" width="1564" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(354,6659,875)"/>
	<rect x="6659" y="875" width="1564" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(354,6659,875)"/>
	<text xml:space="preserve" x="6667" y="889" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(354,6659,875)">Zisterzienser der strengeren Observanz  (Trappisten)                                           +++</text>
	<text xml:space="preserve" x="7067" y="889" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(354,6659,875)">Zisterzienser der strengeren Observanz  (Trappisten)                                           +++</text>
	<text xml:space="preserve" x="7467" y="889" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(354,6659,875)">Zisterzienser der strengeren Observanz  (Trappisten)                                           +++</text>
	<text xml:space="preserve" x="7867" y="889" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(354,6659,875)">Zisterzienser der strengeren Observanz  (Trappisten)                                           +++</text>
	<polygon points="6654,887 6664,887 6659,893 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6654" y="888" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8218" y="888" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8207" y="926" width="36" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8253" y="926" width="18" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8284" y="926" width="8" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8308" y="926" width="3" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8330" y="926" width="2" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="4957" y="926" width="3260" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(355,4957,926)"/>
	<rect x="4957" y="926" width="3260" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(355,4957,926)"/>
	<text xml:space="preserve" x="4965" y="940" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(355,4957,926)">Franziskaner                                         +++</text>
	<text xml:space="preserve" x="5265" y="940" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(355,4957,926)">Franziskaner                                         +++</text>
	<text xml:space="preserve" x="5565" y="940" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(355,4957,926)">Franziskaner                                         +++</text>
	<text xml:space="preserve" x="5865" y="940" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(355,4957,926)">Franziskaner                                         +++</text>
	<text xml:space="preserve" x="6165" y="940" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(355,4957,926)">Franziskaner                                         +++</text>
	<text xml:space="preserve" x="6465" y="940" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(355,4957,926)">Franziskaner                                         +++</text>
	<text xml:space="preserve" x="6765" y="940" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(355,4957,926)">Franziskaner                                         +++</text>
	<text xml:space="preserve" x="7065" y="940" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(355,4957,926)">Franziskaner                                         +++</text>
	<text xml:space="preserve" x="7365" y="940" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(355,4957,926)">Franziskaner                                         +++</text>
	<text xml:space="preserve" x="7665" y="940" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(355,4957,926)">Franziskaner                                         +++</text>
	<text xml:space="preserve" x="7965" y="940" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(355,4957,926)">Franziskaner                                         +++</text>
	<circle cx="8216" cy="940" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="4952,938 4962,938 4957,944 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4952" y="939" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8212" y="939" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4844" y="876" width="183" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(356,4844,876)"/>
	<rect x="4844" y="876" width="183" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(356,4844,876)"/>
	<text xml:space="preserve" x="4852" y="890" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(356,4844,876)">Franz von Assisi</text>
	<polygon points="4839,888 4849,888 4844,894 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4839" y="889" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5022" y="889" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8206" y="975" width="36" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8252" y="975" width="18" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8283" y="975" width="8" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8307" y="975" width="3" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8329" y="975" width="2" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="6232" y="975" width="1984" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(357,6232,975)"/>
	<rect x="6232" y="975" width="1984" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(357,6232,975)"/>
	<text xml:space="preserve" x="6240" y="989" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(357,6232,975)">Kapuziner                                        +++</text>
	<text xml:space="preserve" x="6540" y="989" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(357,6232,975)">Kapuziner                                        +++</text>
	<text xml:space="preserve" x="6840" y="989" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(357,6232,975)">Kapuziner                                        +++</text>
	<text xml:space="preserve" x="7140" y="989" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(357,6232,975)">Kapuziner                                        +++</text>
	<text xml:space="preserve" x="7440" y="989" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(357,6232,975)">Kapuziner                                        +++</text>
	<text xml:space="preserve" x="7740" y="989" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(357,6232,975)">Kapuziner                                        +++</text>
	<text xml:space="preserve" x="8040" y="989" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(357,6232,975)">Kapuziner                                        +++</text>
	<polygon points="6227,987 6237,987 6232,993 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6227" y="988" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8211" y="988" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6088" y="872" width="240" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(358,6088,872)"/>
	<rect x="6088" y="872" width="240" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(358,6088,872)"/>
	<text xml:space="preserve" x="6096" y="886" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(358,6088,872)">Matthäus von Bascio</text>
	<polygon points="6083,884 6093,884 6088,890 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8206" y="1025" width="36" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8252" y="1025" width="18" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8283" y="1025" width="8" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8307" y="1025" width="3" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8329" y="1025" width="2" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="5096" y="1025" width="3120" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(359,5096,1025)"/>
	<rect x="5096" y="1025" width="3120" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(359,5096,1025)"/>
	<text xml:space="preserve" x="5104" y="1039" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(359,5096,1025)">Augustiner                                    +++</text>
	<text xml:space="preserve" x="5404" y="1039" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(359,5096,1025)">Augustiner                                    +++</text>
	<text xml:space="preserve" x="5704" y="1039" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(359,5096,1025)">Augustiner                                    +++</text>
	<text xml:space="preserve" x="6004" y="1039" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(359,5096,1025)">Augustiner                                    +++</text>
	<text xml:space="preserve" x="6304" y="1039" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(359,5096,1025)">Augustiner                                    +++</text>
	<text xml:space="preserve" x="6604" y="1039" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(359,5096,1025)">Augustiner                                    +++</text>
	<text xml:space="preserve" x="6904" y="1039" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(359,5096,1025)">Augustiner                                    +++</text>
	<text xml:space="preserve" x="7204" y="1039" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(359,5096,1025)">Augustiner                                    +++</text>
	<text xml:space="preserve" x="7504" y="1039" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(359,5096,1025)">Augustiner                                    +++</text>
	<text xml:space="preserve" x="7804" y="1039" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(359,5096,1025)">Augustiner                                    +++</text>
	<text xml:space="preserve" x="8104" y="1039" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(359,5096,1025)">Augustiner                                    +++</text>
	<polygon points="5091,1037 5101,1037 5096,1043 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5091" y="1038" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8211" y="1038" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="1536" y="950" width="304" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(360,1536,950)"/>
	<rect x="1536" y="950" width="304" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(360,1536,950)"/>
	<text xml:space="preserve" x="1544" y="964" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(360,1536,950)">Augustinus von Hippo</text>
	<polygon points="1531,962 1541,962 1536,968 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="1531" y="963" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="1835" y="963" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8206" y="1074" width="36" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8252" y="1074" width="18" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8283" y="1074" width="8" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8307" y="1074" width="3" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8329" y="1074" width="2" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="4944" y="1074" width="3272" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(361,4944,1074)"/>
	<rect x="4944" y="1074" width="3272" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(361,4944,1074)"/>
	<text xml:space="preserve" x="4952" y="1088" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(361,4944,1074)">Dominikaner                                        +++</text>
	<text xml:space="preserve" x="5252" y="1088" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(361,4944,1074)">Dominikaner                                        +++</text>
	<text xml:space="preserve" x="5552" y="1088" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(361,4944,1074)">Dominikaner                                        +++</text>
	<text xml:space="preserve" x="5852" y="1088" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(361,4944,1074)">Dominikaner                                        +++</text>
	<text xml:space="preserve" x="6152" y="1088" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(361,4944,1074)">Dominikaner                                        +++</text>
	<text xml:space="preserve" x="6452" y="1088" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(361,4944,1074)">Dominikaner                                        +++</text>
	<text xml:space="preserve" x="6752" y="1088" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(361,4944,1074)">Dominikaner                                        +++</text>
	<text xml:space="preserve" x="7052" y="1088" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(361,4944,1074)">Dominikaner                                        +++</text>
	<text xml:space="preserve" x="7352" y="1088" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(361,4944,1074)">Dominikaner                                        +++</text>
	<text xml:space="preserve" x="7652" y="1088" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(361,4944,1074)">Dominikaner                                        +++</text>
	<text xml:space="preserve" x="7952" y="1088" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(361,4944,1074)">Dominikaner                                        +++</text>
	<circle cx="8215" cy="1088" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="4939,1086 4949,1086 4944,1092 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4939" y="1087" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8211" y="1087" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4800" y="1029" width="206" height="24" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(362,4800,1029)"/>
	<rect x="4800" y="1029" width="206" height="24" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(362,4800,1029)"/>
	<text xml:space="preserve" x="4808" y="1043" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(362,4800,1029)">Dominikus</text>
	<text xml:space="preserve" x="4795" y="1042" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5001" y="1042" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8206" y="1125" width="36" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8252" y="1125" width="18" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8283" y="1125" width="8" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8307" y="1125" width="3" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8329" y="1125" width="2" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="4456" y="1125" width="3760" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(363,4456,1125)"/>
	<rect x="4456" y="1125" width="3760" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(363,4456,1125)"/>
	<text xml:space="preserve" x="4464" y="1139" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(363,4456,1125)">Kartäuser                                       +++</text>
	<text xml:space="preserve" x="4764" y="1139" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(363,4456,1125)">Kartäuser                                       +++</text>
	<text xml:space="preserve" x="5064" y="1139" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(363,4456,1125)">Kartäuser                                       +++</text>
	<text xml:space="preserve" x="5364" y="1139" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(363,4456,1125)">Kartäuser                                       +++</text>
	<text xml:space="preserve" x="5664" y="1139" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(363,4456,1125)">Kartäuser                                       +++</text>
	<text xml:space="preserve" x="5964" y="1139" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(363,4456,1125)">Kartäuser                                       +++</text>
	<text xml:space="preserve" x="6264" y="1139" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(363,4456,1125)">Kartäuser                                       +++</text>
	<text xml:space="preserve" x="6564" y="1139" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(363,4456,1125)">Kartäuser                                       +++</text>
	<text xml:space="preserve" x="6864" y="1139" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(363,4456,1125)">Kartäuser                                       +++</text>
	<text xml:space="preserve" x="7164" y="1139" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(363,4456,1125)">Kartäuser                                       +++</text>
	<text xml:space="preserve" x="7464" y="1139" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(363,4456,1125)">Kartäuser                                       +++</text>
	<circle cx="8215" cy="1139" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="8215" cy="1147" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="4451,1137 4461,1137 4456,1143 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4451" y="1138" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8211" y="1138" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4332" y="1076" width="317" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(364,4332,1076)"/>
	<rect x="4332" y="1076" width="317" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(364,4332,1076)"/>
	<text xml:space="preserve" x="4340" y="1090" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(364,4332,1076)">Hugo von Grenoble</text>
	<polygon points="4327,1088 4337,1088 4332,1094 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4327" y="1089" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4644" y="1089" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8206" y="1175" width="36" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8252" y="1175" width="18" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8283" y="1175" width="8" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8307" y="1175" width="3" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="8329" y="1175" width="2" height="25" fill="rgb(81,160,174)" stroke="rgb(81,160,174)" stroke-width="0"/>
	<rect x="6256" y="1175" width="1960" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(365,6256,1175)"/>
	<rect x="6256" y="1175" width="1960" height="25" fill="rgb(81,160,174)" stroke="rgb(0,0,0)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(365,6256,1175)"/>
	<text xml:space="preserve" x="6264" y="1189" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(365,6256,1175)">Jesuiten                                       +++</text>
	<text xml:space="preserve" x="6564" y="1189" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(365,6256,1175)">Jesuiten                                       +++</text>
	<text xml:space="preserve" x="6864" y="1189" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(365,6256,1175)">Jesuiten                                       +++</text>
	<text xml:space="preserve" x="7164" y="1189" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(365,6256,1175)">Jesuiten                                       +++</text>
	<text xml:space="preserve" x="7464" y="1189" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(365,6256,1175)">Jesuiten                                       +++</text>
	<text xml:space="preserve" x="7764" y="1189" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(365,6256,1175)">Jesuiten                                       +++</text>
	<text xml:space="preserve" x="8064" y="1189" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(365,6256,1175)">Jesuiten                                       +++</text>
	<circle cx="8215" cy="1189" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="8215" cy="1197" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6251,1187 6261,1187 6256,1193 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6251" y="1188" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8211" y="1188" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6084" y="1208" width="262" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(366,6084,1208)"/>
	<rect x="6084" y="1208" width="262" height="25" fill="rgb(192,220,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(366,6084,1208)"/>
	<text xml:space="preserve" x="6092" y="1222" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(366,6084,1208)">Ignatius von Loyola</text>
	<polygon points="6079,1220 6089,1220 6084,1226 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6079" y="1221" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6341" y="1221" 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"/>
	<use xlink:href="#QuickInfo_257" visibility="hidden"/>
	<use xlink:href="#QuickInfo_258" visibility="hidden"/>
	<use xlink:href="#QuickInfo_259" visibility="hidden"/>
	<use xlink:href="#QuickInfo_260" visibility="hidden"/>
	<use xlink:href="#QuickInfo_261" visibility="hidden"/>
	<use xlink:href="#QuickInfo_262" visibility="hidden"/>
	<use xlink:href="#QuickInfo_263" visibility="hidden"/>
	<use xlink:href="#QuickInfo_264" visibility="hidden"/>
	<use xlink:href="#QuickInfo_265" visibility="hidden"/>
	<use xlink:href="#QuickInfo_266" visibility="hidden"/>
	<use xlink:href="#QuickInfo_267" visibility="hidden"/>
	<use xlink:href="#QuickInfo_268" visibility="hidden"/>
	<use xlink:href="#QuickInfo_269" visibility="hidden"/>
	<use xlink:href="#QuickInfo_270" visibility="hidden"/>
	<use xlink:href="#QuickInfo_271" visibility="hidden"/>
	<use xlink:href="#QuickInfo_272" visibility="hidden"/>
	<use xlink:href="#QuickInfo_273" visibility="hidden"/>
	<use xlink:href="#QuickInfo_274" visibility="hidden"/>
	<use xlink:href="#QuickInfo_275" visibility="hidden"/>
	<use xlink:href="#QuickInfo_276" visibility="hidden"/>
	<use xlink:href="#QuickInfo_277" visibility="hidden"/>
	<use xlink:href="#QuickInfo_278" visibility="hidden"/>
	<use xlink:href="#QuickInfo_279" visibility="hidden"/>
	<use xlink:href="#QuickInfo_280" visibility="hidden"/>
	<use xlink:href="#QuickInfo_281" visibility="hidden"/>
	<use xlink:href="#QuickInfo_282" visibility="hidden"/>
	<use xlink:href="#QuickInfo_283" visibility="hidden"/>
	<use xlink:href="#QuickInfo_284" visibility="hidden"/>
	<use xlink:href="#QuickInfo_285" visibility="hidden"/>
	<use xlink:href="#QuickInfo_286" visibility="hidden"/>
	<use xlink:href="#QuickInfo_287" visibility="hidden"/>
	<use xlink:href="#QuickInfo_288" visibility="hidden"/>
	<use xlink:href="#QuickInfo_289" visibility="hidden"/>
	<use xlink:href="#QuickInfo_290" visibility="hidden"/>
	<use xlink:href="#QuickInfo_291" visibility="hidden"/>
	<use xlink:href="#QuickInfo_292" visibility="hidden"/>
	<use xlink:href="#QuickInfo_293" visibility="hidden"/>
	<use xlink:href="#QuickInfo_294" visibility="hidden"/>
	<use xlink:href="#QuickInfo_295" visibility="hidden"/>
	<use xlink:href="#QuickInfo_296" visibility="hidden"/>
	<use xlink:href="#QuickInfo_297" visibility="hidden"/>
	<use xlink:href="#QuickInfo_298" visibility="hidden"/>
	<use xlink:href="#QuickInfo_299" visibility="hidden"/>
	<use xlink:href="#QuickInfo_300" visibility="hidden"/>
	<use xlink:href="#QuickInfo_301" visibility="hidden"/>
	<use xlink:href="#QuickInfo_302" visibility="hidden"/>
	<use xlink:href="#QuickInfo_303" visibility="hidden"/>
	<use xlink:href="#QuickInfo_304" visibility="hidden"/>
	<use xlink:href="#QuickInfo_305" visibility="hidden"/>
	<use xlink:href="#QuickInfo_306" visibility="hidden"/>
	<use xlink:href="#QuickInfo_307" visibility="hidden"/>
	<use xlink:href="#QuickInfo_308" visibility="hidden"/>
	<use xlink:href="#QuickInfo_309" visibility="hidden"/>
	<use xlink:href="#QuickInfo_310" visibility="hidden"/>
	<use xlink:href="#QuickInfo_311" visibility="hidden"/>
	<use xlink:href="#QuickInfo_312" visibility="hidden"/>
	<use xlink:href="#QuickInfo_313" visibility="hidden"/>
	<use xlink:href="#QuickInfo_314" visibility="hidden"/>
	<use xlink:href="#QuickInfo_315" visibility="hidden"/>
	<use xlink:href="#QuickInfo_316" visibility="hidden"/>
	<use xlink:href="#QuickInfo_317" visibility="hidden"/>
	<use xlink:href="#QuickInfo_318" visibility="hidden"/>
	<use xlink:href="#QuickInfo_319" visibility="hidden"/>
	<use xlink:href="#QuickInfo_320" visibility="hidden"/>
	<use xlink:href="#QuickInfo_321" visibility="hidden"/>
	<use xlink:href="#QuickInfo_323" visibility="hidden"/>
	<use xlink:href="#QuickInfo_325" visibility="hidden"/>
	<use xlink:href="#QuickInfo_326" visibility="hidden"/>
	<use xlink:href="#QuickInfo_327" visibility="hidden"/>
	<use xlink:href="#QuickInfo_328" visibility="hidden"/>
	<use xlink:href="#QuickInfo_329" visibility="hidden"/>
	<use xlink:href="#QuickInfo_330" visibility="hidden"/>
	<use xlink:href="#QuickInfo_331" visibility="hidden"/>
	<use xlink:href="#QuickInfo_332" visibility="hidden"/>
	<use xlink:href="#QuickInfo_333" visibility="hidden"/>
	<use xlink:href="#QuickInfo_334" visibility="hidden"/>
	<use xlink:href="#QuickInfo_335" visibility="hidden"/>
	<use xlink:href="#QuickInfo_336" visibility="hidden"/>
	<use xlink:href="#QuickInfo_337" visibility="hidden"/>
	<use xlink:href="#QuickInfo_338" visibility="hidden"/>
	<use xlink:href="#QuickInfo_339" visibility="hidden"/>
	<use xlink:href="#QuickInfo_340" visibility="hidden"/>
	<use xlink:href="#QuickInfo_341" visibility="hidden"/>
	<use xlink:href="#QuickInfo_342" visibility="hidden"/>
	<use xlink:href="#QuickInfo_343" visibility="hidden"/>
	<use xlink:href="#QuickInfo_344" visibility="hidden"/>
	<use xlink:href="#QuickInfo_345" visibility="hidden"/>
	<use xlink:href="#QuickInfo_322" visibility="hidden"/>
	<use xlink:href="#QuickInfo_346" visibility="hidden"/>
	<use xlink:href="#QuickInfo_347" visibility="hidden"/>
	<use xlink:href="#QuickInfo_348" visibility="hidden"/>
	<use xlink:href="#QuickInfo_349" visibility="hidden"/>
	<use xlink:href="#QuickInfo_350" visibility="hidden"/>
	<use xlink:href="#QuickInfo_351" visibility="hidden"/>
	<use xlink:href="#QuickInfo_352" visibility="hidden"/>
	<use xlink:href="#QuickInfo_353" visibility="hidden"/>
	<use xlink:href="#QuickInfo_354" visibility="hidden"/>
	<use xlink:href="#QuickInfo_355" visibility="hidden"/>
	<use xlink:href="#QuickInfo_356" visibility="hidden"/>
	<use xlink:href="#QuickInfo_357" visibility="hidden"/>
	<use xlink:href="#QuickInfo_358" visibility="hidden"/>
	<use xlink:href="#QuickInfo_359" visibility="hidden"/>
	<use xlink:href="#QuickInfo_360" visibility="hidden"/>
	<use xlink:href="#QuickInfo_361" visibility="hidden"/>
	<use xlink:href="#QuickInfo_362" visibility="hidden"/>
	<use xlink:href="#QuickInfo_363" visibility="hidden"/>
	<use xlink:href="#QuickInfo_364" visibility="hidden"/>
	<use xlink:href="#QuickInfo_365" visibility="hidden"/>
	<use xlink:href="#QuickInfo_366" visibility="hidden"/>
	<g id="Legende_0" transform="translate(0 0)">
		<rect x="0" y="386" width="150" height="312" fill="rgb(240,240,240)" stroke="rgb(240,240,240)" stroke-width="0" onclick="SymbolZeigen(0,0,386)"/>
		<text xml:space="preserve" x="8" y="404" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(0,0,386)">Päpste</text>
	</g>
	<g id="Legende_321" transform="translate(0 0)">
		<rect x="0" y="20" width="150" height="305" fill="rgb(240,240,240)" stroke="rgb(240,240,240)" stroke-width="0" onclick="SymbolZeigen(321,0,20)"/>
		<text xml:space="preserve" x="8" y="38" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(321,0,20)">Ereignisse</text>
	</g>
	<g id="Legende_346" transform="translate(0 0)">
		<rect x="0" y="737" width="150" height="475" fill="rgb(240,240,240)" stroke="rgb(240,240,240)" stroke-width="0" onclick="SymbolZeigen(346,0,737)"/>
		<text xml:space="preserve" x="8" y="755" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(346,0,737)">Orden</text>
	</g>
	<g id="skala" transform="translate(0 0)">
		<line x1="79" y1="1993" x2="79" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="120" y1="1993" x2="120" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="159" y1="1993" x2="159" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="240" y1="1993" x2="240" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="279" y1="1993" x2="279" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="320" y1="1993" x2="320" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="40" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="120" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="200" y1="2000" x2="200" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="240" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="320" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="360" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="400" y1="1975" x2="400" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="0" y1="2000" x2="0" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="0" y1="2000" x2="10000" y2="2000" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="0" y="1975" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="1" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">-30</text>
		<text xml:space="preserve" x="1" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<text xml:space="preserve" x="387" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">70</text>
		<text xml:space="preserve" x="387" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="479" y1="1993" x2="479" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="520" y1="1993" x2="520" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="559" y1="1993" x2="559" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="640" y1="1993" x2="640" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="679" y1="1993" x2="679" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="720" y1="1993" x2="720" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="440" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="520" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="600" y1="2000" x2="600" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="640" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="720" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="760" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="800" y1="1975" x2="800" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="787" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">170</text>
		<text xml:space="preserve" x="787" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="879" y1="1993" x2="879" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="920" y1="1993" x2="920" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="959" y1="1993" x2="959" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1040" y1="1993" x2="1040" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1079" y1="1993" x2="1079" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1120" y1="1993" x2="1120" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="840" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="920" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1000" y1="2000" x2="1000" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1040" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1120" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1160" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1200" y1="1975" x2="1200" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="1187" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">270</text>
		<text xml:space="preserve" x="1187" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="1279" y1="1993" x2="1279" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1320" y1="1993" x2="1320" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1359" y1="1993" x2="1359" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1440" y1="1993" x2="1440" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1479" y1="1993" x2="1479" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1520" y1="1993" x2="1520" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1240" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1320" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1400" y1="2000" x2="1400" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1440" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1520" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1560" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1600" y1="1975" x2="1600" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="1587" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">370</text>
		<text xml:space="preserve" x="1587" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="1679" y1="1993" x2="1679" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1720" y1="1993" x2="1720" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1759" y1="1993" x2="1759" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1840" y1="1993" x2="1840" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1879" y1="1993" x2="1879" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1920" y1="1993" x2="1920" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1640" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1720" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="1800" y1="2000" x2="1800" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1840" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1920" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="1960" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2000" y1="1975" x2="2000" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="1987" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">470</text>
		<text xml:space="preserve" x="1987" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="2079" y1="1993" x2="2079" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2120" y1="1993" x2="2120" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2159" y1="1993" x2="2159" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2240" y1="1993" x2="2240" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2279" y1="1993" x2="2279" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2320" y1="1993" x2="2320" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2040" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2120" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2200" y1="2000" x2="2200" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2240" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2320" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2360" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2400" y1="1975" x2="2400" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="2387" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">570</text>
		<text xml:space="preserve" x="2387" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="2479" y1="1993" x2="2479" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2520" y1="1993" x2="2520" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2559" y1="1993" x2="2559" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2640" y1="1993" x2="2640" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2679" y1="1993" x2="2679" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2720" y1="1993" x2="2720" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2440" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2520" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2600" y1="2000" x2="2600" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2640" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2720" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2760" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2800" y1="1975" x2="2800" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="2787" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">670</text>
		<text xml:space="preserve" x="2787" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="2879" y1="1993" x2="2879" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2920" y1="1993" x2="2920" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="2959" y1="1993" x2="2959" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3040" y1="1993" x2="3040" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3079" y1="1993" x2="3079" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3120" y1="1993" x2="3120" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2840" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="2920" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3000" y1="2000" x2="3000" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3040" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3120" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3160" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3200" y1="1975" x2="3200" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="3187" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">770</text>
		<text xml:space="preserve" x="3187" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="3279" y1="1993" x2="3279" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3320" y1="1993" x2="3320" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3359" y1="1993" x2="3359" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3440" y1="1993" x2="3440" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3479" y1="1993" x2="3479" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3520" y1="1993" x2="3520" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3240" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3320" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3400" y1="2000" x2="3400" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3440" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3520" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3560" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3600" y1="1975" x2="3600" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="3587" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">870</text>
		<text xml:space="preserve" x="3587" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="3679" y1="1993" x2="3679" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3720" y1="1993" x2="3720" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3759" y1="1993" x2="3759" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3840" y1="1993" x2="3840" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3879" y1="1993" x2="3879" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3920" y1="1993" x2="3920" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3640" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3720" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="3800" y1="2000" x2="3800" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3840" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3920" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="3960" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4000" y1="1975" x2="4000" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="3987" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">970</text>
		<text xml:space="preserve" x="3987" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="4079" y1="1993" x2="4079" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4120" y1="1993" x2="4120" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4159" y1="1993" x2="4159" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4240" y1="1993" x2="4240" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4279" y1="1993" x2="4279" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4320" y1="1993" x2="4320" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4040" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4120" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4200" y1="2000" x2="4200" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4240" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4320" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4360" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4400" y1="1975" x2="4400" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="4387" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">1070</text>
		<text xml:space="preserve" x="4387" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="4479" y1="1993" x2="4479" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4520" y1="1993" x2="4520" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4559" y1="1993" x2="4559" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4640" y1="1993" x2="4640" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4679" y1="1993" x2="4679" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4720" y1="1993" x2="4720" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4440" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4520" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4600" y1="2000" x2="4600" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4640" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4720" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4760" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4800" y1="1975" x2="4800" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="4787" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">1170</text>
		<text xml:space="preserve" x="4787" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="4879" y1="1993" x2="4879" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4920" y1="1993" x2="4920" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="4959" y1="1993" x2="4959" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5040" y1="1993" x2="5040" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5079" y1="1993" x2="5079" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5120" y1="1993" x2="5120" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4840" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="4920" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5000" y1="2000" x2="5000" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5040" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5120" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5160" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5200" y1="1975" x2="5200" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="5187" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">1270</text>
		<text xml:space="preserve" x="5187" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="5279" y1="1993" x2="5279" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5320" y1="1993" x2="5320" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5359" y1="1993" x2="5359" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5440" y1="1993" x2="5440" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5479" y1="1993" x2="5479" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5520" y1="1993" x2="5520" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5240" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5320" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5400" y1="2000" x2="5400" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5440" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5520" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5560" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5600" y1="1975" x2="5600" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="5587" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">1370</text>
		<text xml:space="preserve" x="5587" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="5679" y1="1993" x2="5679" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5720" y1="1993" x2="5720" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5759" y1="1993" x2="5759" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5840" y1="1993" x2="5840" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5879" y1="1993" x2="5879" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5920" y1="1993" x2="5920" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5640" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5720" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="5800" y1="2000" x2="5800" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5840" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5920" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="5960" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6000" y1="1975" x2="6000" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="5987" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">1470</text>
		<text xml:space="preserve" x="5987" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="6079" y1="1993" x2="6079" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6120" y1="1993" x2="6120" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6159" y1="1993" x2="6159" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6240" y1="1993" x2="6240" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6279" y1="1993" x2="6279" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6320" y1="1993" x2="6320" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6040" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6120" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6200" y1="2000" x2="6200" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6240" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6320" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6360" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6400" y1="1975" x2="6400" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="6387" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">1570</text>
		<text xml:space="preserve" x="6387" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="6479" y1="1993" x2="6479" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6520" y1="1993" x2="6520" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6559" y1="1993" x2="6559" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6640" y1="1993" x2="6640" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6679" y1="1993" x2="6679" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6720" y1="1993" x2="6720" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6440" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6520" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6600" y1="2000" x2="6600" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6640" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6720" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6760" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6800" y1="1975" x2="6800" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="6787" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">1670</text>
		<text xml:space="preserve" x="6787" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="6879" y1="1993" x2="6879" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6920" y1="1993" x2="6920" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="6959" y1="1993" x2="6959" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7040" y1="1993" x2="7040" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7079" y1="1993" x2="7079" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7120" y1="1993" x2="7120" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6840" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="6920" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7000" y1="2000" x2="7000" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7040" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7120" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7160" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7200" y1="1975" x2="7200" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="7187" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">1770</text>
		<text xml:space="preserve" x="7187" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="7279" y1="1993" x2="7279" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7320" y1="1993" x2="7320" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7359" y1="1993" x2="7359" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7440" y1="1993" x2="7440" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7479" y1="1993" x2="7479" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7520" y1="1993" x2="7520" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7240" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7320" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7400" y1="2000" x2="7400" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7440" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7520" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7560" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7600" y1="1975" x2="7600" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="7587" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">1870</text>
		<text xml:space="preserve" x="7587" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="7679" y1="1993" x2="7679" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7720" y1="1993" x2="7720" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7759" y1="1993" x2="7759" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7840" y1="1993" x2="7840" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7879" y1="1993" x2="7879" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7920" y1="1993" x2="7920" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7640" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7720" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="7800" y1="2000" x2="7800" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7840" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7920" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="7960" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8000" y1="1975" x2="8000" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="7987" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">1970</text>
		<text xml:space="preserve" x="7987" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="8079" y1="1993" x2="8079" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8120" y1="1993" x2="8120" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8159" y1="1993" x2="8159" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8240" y1="1993" x2="8240" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8279" y1="1993" x2="8279" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8320" y1="1993" x2="8320" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8040" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8120" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8200" y1="2000" x2="8200" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8240" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8320" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8360" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8400" y1="1975" x2="8400" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="8387" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">2070</text>
		<text xml:space="preserve" x="8387" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="8479" y1="1993" x2="8479" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8520" y1="1993" x2="8520" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8559" y1="1993" x2="8559" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8640" y1="1993" x2="8640" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8679" y1="1993" x2="8679" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8720" y1="1993" x2="8720" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8440" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8520" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8600" y1="2000" x2="8600" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8640" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8720" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8760" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8800" y1="1975" x2="8800" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="8787" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">2170</text>
		<text xml:space="preserve" x="8787" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="8879" y1="1993" x2="8879" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8920" y1="1993" x2="8920" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="8959" y1="1993" x2="8959" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9040" y1="1993" x2="9040" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9079" y1="1993" x2="9079" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9120" y1="1993" x2="9120" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8840" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="8920" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9000" y1="2000" x2="9000" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9040" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9120" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9160" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9200" y1="1975" x2="9200" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="9187" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">2270</text>
		<text xml:space="preserve" x="9187" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="9279" y1="1993" x2="9279" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9320" y1="1993" x2="9320" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9359" y1="1993" x2="9359" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9440" y1="1993" x2="9440" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9479" y1="1993" x2="9479" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9520" y1="1993" x2="9520" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9240" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9320" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9400" y1="2000" x2="9400" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9440" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9520" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9560" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9600" y1="1975" x2="9600" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="9587" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">2370</text>
		<text xml:space="preserve" x="9587" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
		<line x1="9679" y1="1993" x2="9679" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9720" y1="1993" x2="9720" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9759" y1="1993" x2="9759" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9840" y1="1993" x2="9840" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9879" y1="1993" x2="9879" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9920" y1="1993" x2="9920" y2="1983" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9640" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9720" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="9800" y1="2000" x2="9800" y2="1975" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9840" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9920" y="1993" width="40" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<rect x="9960" y="1975" width="80" height="2000" fill="rgb(211,196,133)" stroke="rgb(192,192,192)" stroke-width="1"/>
		<line x1="10000" y1="1975" x2="10000" y2="1938" stroke="rgb(192,192,192)" stroke-width="1"/>
		<text xml:space="preserve" x="9987" y="1984" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">2470</text>
		<text xml:space="preserve" x="9987" y="1995" style="font-family:Tahoma; font-size:8; fill:rgb(0,128,128); " transform=" rotate (0)">Jahre</text>
	</g>
</svg>
