<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<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="9000" height="3400">
	<title>Bio-Graf.de xml Export</title>
	<desc>Bio-Graf Editor 1.01 Registriert für Günther Stadtler   &amp;lt;Kunststile_Zeitbereich_1000_00052_23.bge&amp;gt;</desc>
	<defs>
		<script type="text/ecmascript">
			<![CDATA[
var UalteObjektNr=-1;
var UBildHoehe=3400;
var UBildBreite=9000;
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_7 = document.getElementById("Legende_7");
  var Legende_16 = document.getElementById("Legende_16");
  var Legende_18 = document.getElementById("Legende_18");
  var Legende_64 = document.getElementById("Legende_64");
  var tskalam = skala.transform.baseVal.getItem(0);
  var tLegende_0 = Legende_0.transform.baseVal.getItem(0);
  var tLegende_7 = Legende_7.transform.baseVal.getItem(0);
  var tLegende_16 = Legende_16.transform.baseVal.getItem(0);
  var tLegende_18 = Legende_18.transform.baseVal.getItem(0);
  var tLegende_64 = Legende_64.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_7.setTranslate(scrollpos[0],0)} else
   { tLegende_7.setTranslate(0,0)};
  if (ULegendeAn == true) { tLegende_16.setTranslate(scrollpos[0],0)} else
   { tLegende_16.setTranslate(0,0)};
  if (ULegendeAn == true) { tLegende_18.setTranslate(scrollpos[0],0)} else
   { tLegende_18.setTranslate(0,0)};
  if (ULegendeAn == true) { tLegende_64.setTranslate(scrollpos[0],0)} else
   { tLegende_64.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(51,153,255)" 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="3284" 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="3280" 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="3274" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-185" y="3269" 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="3286" 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="-11591" y="3284" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-11595" y="3280" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-11586" y="3274" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-11585" y="3269" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-11588" y="3286" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="-11588" y="3304" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="-11566" y="3286" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2950 Jahre</text>
			<text xml:space="preserve" x="-11566" y="3303" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 600 Jahre</text>
			<text xml:space="preserve" x="-11588" y="3327" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3550 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_2">
			<rect x="2609" y="3284" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2605" y="3280" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2614" y="3274" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2615" y="3269" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2612" y="3286" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2612" y="3304" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2634" y="3286" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 600 Jahre</text>
			<text xml:space="preserve" x="2634" y="3303" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1500 Jahre</text>
			<text xml:space="preserve" x="2612" y="3327" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">900 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_3">
			<rect x="6213" y="3284" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6209" y="3280" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6218" y="3274" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6219" y="3269" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6216" y="3286" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6216" y="3304" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6238" y="3286" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1501 Jahre</text>
			<text xml:space="preserve" x="6238" y="3303" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2000 Jahre</text>
			<text xml:space="preserve" x="6216" y="3327" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">499 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_4">
			<rect x="-8591" y="3319" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-8595" y="3315" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-8586" y="3309" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-8585" y="3304" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-8588" y="3321" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="-8588" y="3339" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="-8566" y="3321" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> -2200 Jahre</text>
			<text xml:space="preserve" x="-8566" y="3338" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> -800 Jahre</text>
			<text xml:space="preserve" x="-8588" y="3362" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1400 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_5">
			<rect x="-2991" y="3309" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-2995" y="3305" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-2986" y="3299" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-2985" y="3294" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-2988" y="3311" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="-2988" y="3329" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="-2966" y="3311" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> -800 Jahre</text>
			<text xml:space="preserve" x="-2966" y="3328" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1750 Jahre</text>
			<text xml:space="preserve" x="-2988" y="3352" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2550 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_6">
			<rect x="-11591" y="3318" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-11595" y="3314" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-11586" y="3308" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-11585" y="3303" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-11588" y="3320" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="-11588" y="3338" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="-11566" y="3320" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2950 Jahre</text>
			<text xml:space="preserve" x="-11566" y="3337" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> -2200 Jahre</text>
			<text xml:space="preserve" x="-11588" y="3361" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">750 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_7">
			<rect x="24" y="1254" width="653" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="20" y="1250" width="649" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="30" y="1267" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">'Es ist zu vergegenwärtigen, dass jede Stilbezeichnung eine sehr verallgemeinernde und </text>
			<text xml:space="preserve" x="30" y="1281" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">zugleich abstrahierende Betrachtungsweise oftmals divergierender Zeitströmungen sowie </text>
			<text xml:space="preserve" x="30" y="1295" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">rivalisierender und parallel laufender künstlerischer Trends verschiedener Sparten der</text>
			<text xml:space="preserve" x="30" y="1309" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Kunst darstellt und sich stets die Frage aufwirft, was und wer mit dem Begriff </text>
			<text xml:space="preserve" x="30" y="1323" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">eingeschlossen werden soll, und was und wer außerhalb zu betrachten ist.'</text>
			<text xml:space="preserve" x="30" y="1337" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="30" y="1351" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zitat aus: http://de.wikipedia.org/wiki/Jugendstil.</text>
			<rect x="24" y="1184" width="319" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="20" y="1180" width="315" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="29" y="1174" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="30" y="1183" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="30" y="1200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Stil-Epochen</text>
			<rect x="-191" y="1184" 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="1180" 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="1174" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-185" y="1183" 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="1200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 0 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_8">
			<rect x="643" y="1812" width="114" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="394" y="1812" width="108" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="235" y="1812" width="131" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="248" y="1912" width="104" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="413" y="1942" width="70" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="517" y="1962" width="262" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="450" y="55" width="350" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="250" y="80" width="250" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="-2000" y="110" width="2400" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="-1882" y="1812" width="60" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="-436" y="1812" width="73" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="-960" y="1812" width="120" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="-11591" y="1206" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-11595" y="1202" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-11586" y="1196" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-11585" y="1205" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-11588" y="1222" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="-11588" y="1240" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="-11566" y="1222" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2950 Jahre</text>
			<text xml:space="preserve" x="-11566" y="1239" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 600 Jahre</text>
			<text xml:space="preserve" x="-11588" y="1263" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">3550 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_9">
			<rect x="2424" y="1357" width="674" height="128" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2420" y="1353" width="670" height="124" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="2430" y="1370" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Romantik bedeutet in diesem Sinne Abwendung von der Antike und von klassischen Vorbildern.</text>
			<text xml:space="preserve" x="2430" y="1384" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Das heißt, die mit dem Terminus Romantiker bezeichneten Autoren erschließen sich Themen</text>
			<text xml:space="preserve" x="2430" y="1398" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> aus ihrer eigenen Kultur und Geschichte und wenden sich ab von klassischen Formen, was </text>
			<text xml:space="preserve" x="2430" y="1412" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">aus der nachträglichen und historischen Perspektive die Vorliebe für eine fragmentarische </text>
			<text xml:space="preserve" x="2430" y="1426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Schreibweise in der Romantik erklärt. Die Hinwendung zur eigenen Kultur bedeutete zugleich</text>
			<text xml:space="preserve" x="2430" y="1440" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> eine stärkere Hinwendung zur Sagen- und Mythenwelt des Mittelalters.</text>
			<rect x="2424" y="1287" width="290" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2420" y="1283" width="286" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2429" y="1277" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2430" y="1286" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="2430" y="1303" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Romantik</text>
			<rect x="2209" y="1287" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="2205" y="1283" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="2214" y="1277" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="2215" y="1286" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="2212" y="1303" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="2212" y="1321" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="2234" y="1303" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 500 Jahre</text>
			<text xml:space="preserve" x="2234" y="1320" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1275 Jahre</text>
			<text xml:space="preserve" x="2212" y="1344" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">775 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_10">
			<rect x="5950" y="825" width="272" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5872" y="3107" width="144" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6000" y="800" width="260" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5995" y="3012" width="59" height="83" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5844" y="850" width="280" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5802" y="3157" width="61" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6002" y="775" width="120" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5874" y="3012" width="116" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6040" y="750" width="248" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5899" y="2887" width="90" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5523" y="850" width="272" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5439" y="3157" width="138" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4984" y="1237" width="290" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4980" y="1233" width="286" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4989" y="1227" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4990" y="1236" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4990" y="1253" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/gotik.html</text>
			<rect x="4769" y="1237" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4765" y="1233" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4774" y="1227" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4775" y="1236" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4772" y="1253" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4772" y="1271" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4794" y="1253" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1140 Jahre</text>
			<text xml:space="preserve" x="4794" y="1270" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1550 Jahre</text>
			<text xml:space="preserve" x="4772" y="1294" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">410 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_11">
			<rect x="6208" y="500" width="268" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6172" y="2442" width="96" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6300" y="425" width="356" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6281" y="2007" width="295" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6332" y="350" width="148" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6223" y="2202" width="59" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6284" y="475" width="228" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6281" y="2152" width="102" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6340" y="325" width="364" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6482" y="2297" width="77" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6300" y="450" width="212" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6388" y="2152" width="73" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6308" y="400" width="132" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6432" y="1807" width="82" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6356" y="300" width="180" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6392" y="1902" width="120" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6200" y="525" width="300" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6172" y="2297" width="305" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6320" y="375" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6465" y="2152" width="112" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6369" y="1262" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6365" y="1258" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6374" y="1252" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6375" y="1261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6372" y="1278" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6372" y="1296" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6394" y="1278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1540 Jahre</text>
			<text xml:space="preserve" x="6394" y="1295" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1650 Jahre</text>
			<text xml:space="preserve" x="6372" y="1319" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">110 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_12">
			<rect x="6928" y="625" width="172" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7163" y="1952" width="114" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6824" y="325" width="252" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6966" y="2242" width="188" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6692" y="625" width="148" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6617" y="1807" width="102" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6708" y="575" width="252" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6730" y="1807" width="132" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6796" y="400" width="244" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6887" y="2097" width="202" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6800" y="350" width="328" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7188" y="1805" width="185" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6872" y="250" width="256" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7063" y="1952" width="100" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6700" y="600" width="268" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6619" y="1952" width="202" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7164" y="575" width="296" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7286" y="1952" width="101" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6772" y="475" width="236" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6679" y="2362" width="66" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6824" y="300" width="308" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6990" y="2387" width="196" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7136" y="600" width="148" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7282" y="2387" width="180" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7180" y="550" width="316" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7273" y="2099" width="111" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7184" y="525" width="236" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6826" y="1952" width="228" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6876" y="550" width="284" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7160" y="2242" width="377" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7128" y="625" width="268" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7196" y="2387" width="80" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6840" y="275" width="320" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6784" y="2097" width="96" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6912" y="225" width="216" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7094" y="2097" width="173" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6724" y="525" width="340" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6619" y="2222" width="123" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6796" y="375" width="168" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7069" y="1807" width="111" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6760" y="500" width="264" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6748" y="2312" width="209" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6712" y="550" width="128" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6617" y="2097" width="159" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6776" y="450" width="344" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6748" y="2222" width="120" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6776" y="425" width="284" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6867" y="1807" width="200" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6724" y="1312" width="276" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6720" y="1308" width="272" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6729" y="1302" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6730" y="1311" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6730" y="1328" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Barock</text>
			<rect x="6509" y="1312" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6505" y="1308" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6514" y="1302" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6515" y="1311" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6512" y="1328" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6512" y="1346" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6534" y="1328" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1575 Jahre</text>
			<text xml:space="preserve" x="6534" y="1345" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1770 Jahre</text>
			<text xml:space="preserve" x="6512" y="1369" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">195 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_13">
			<rect x="7188" y="225" width="284" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6936" y="2872" width="179" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7212" y="200" width="268" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6939" y="3017" width="93" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7129" y="3122" width="71" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7328" y="75" width="296" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7284" y="150" width="236" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7130" y="3017" width="180" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7140" y="250" width="324" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6935" y="2727" width="107" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7420" y="50" width="348" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7230" y="2727" width="108" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7308" y="100" width="244" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7233" y="2872" width="118" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7184" y="275" width="296" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7047" y="2727" width="179" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7216" y="175" width="336" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7036" y="3017" width="88" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7300" y="125" width="320" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7116" y="2872" width="113" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7344" y="1262" width="298" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7340" y="1258" width="294" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7349" y="1252" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7350" y="1261" 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="1278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/rokoko.html</text>
			<rect x="7129" y="1262" 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="1258" 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="1252" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7135" y="1261" 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="1278" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7132" y="1296" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7154" y="1278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1730 Jahre</text>
			<text xml:space="preserve" x="7154" y="1295" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1780 Jahre</text>
			<text xml:space="preserve" x="7132" y="1319" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">50 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_14">
			<rect x="7392" y="375" width="308" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7594" y="2172" width="196" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7384" y="400" width="328" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7642" y="1807" width="53" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7744" y="200" width="304" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7721" y="2049" width="188" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7520" y="300" width="348" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7633" y="2049" width="85" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7640" y="1904" width="73" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7620" y="250" width="272" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7344" y="450" width="308" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7423" y="1904" width="115" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7852" y="170" width="228" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7796" y="2144" width="49" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7480" y="325" width="268" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7541" y="1904" width="97" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7524" y="275" width="240" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7788" y="1807" width="121" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7256" y="475" width="300" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7509" y="1807" width="127" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7436" y="350" width="324" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7704" y="1807" width="72" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7364" y="425" width="336" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7482" y="2049" width="148" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7696" y="225" width="320" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7715" y="1904" width="192" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7504" y="1539" width="319" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7500" y="1535" width="315" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7509" y="1529" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7510" y="1538" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7510" y="1555" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Klassizismus</text>
			<rect x="7289" y="1539" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7285" y="1535" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7294" y="1529" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7295" y="1538" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7292" y="1555" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7292" y="1573" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7314" y="1555" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1770 Jahre</text>
			<text xml:space="preserve" x="7314" y="1572" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1840 Jahre</text>
			<text xml:space="preserve" x="7292" y="1596" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">70 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_15">
			<rect x="7496" y="850" width="264" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7397" y="2674" width="94" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7500" y="825" width="304" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7397" y="2797" width="135" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7504" y="800" width="244" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7541" y="2797" width="142" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7592" y="650" width="260" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7589" y="3047" width="175" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7584" y="700" width="316" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7637" y="2902" width="198" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7564" y="725" width="132" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7401" y="3047" width="175" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7592" y="675" width="168" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7524" y="775" width="308" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7399" y="2902" width="114" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7495" y="2702" width="123" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7692" y="625" width="280" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7688" y="2807" width="121" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7767" y="3049" width="235" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7844" y="675" width="168" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7564" y="750" width="364" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7520" y="2902" width="112" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7764" y="725" width="300" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7843" y="2902" width="213" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7584" y="1261" width="290" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7580" y="1257" width="286" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7589" y="1251" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7590" y="1260" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7590" y="1277" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Romantik</text>
			<rect x="7369" y="1261" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7365" y="1257" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7374" y="1251" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7375" y="1260" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7372" y="1277" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7372" y="1295" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7394" y="1277" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1790 Jahre</text>
			<text xml:space="preserve" x="7394" y="1294" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1850 Jahre</text>
			<text xml:space="preserve" x="7372" y="1318" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">60 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_16">
			<rect x="-191" y="1769" 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="1765" 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="1759" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-185" y="1768" 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="1785" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 0 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_17">
			<rect x="-11400" y="1247" width="14200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="450" y="55" width="350" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="667" y="1771" width="564" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="663" y="1767" width="560" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="672" y="1761" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="673" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="673" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/pompeji-wandmalerei/flora-mit-dem-fuellhorn.html</text>
			<rect x="671" y="1843" width="493" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="663" y="1834" width="487" height="600" xlink:href="./Daten/ONr_17_QuickBild.jpg">
				<title>./Daten/ONr_17_QuickBild.jpg</title></image>
			<rect x="660" y="1834" width="493" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="452" y="1771" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="448" y="1767" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="457" y="1761" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="458" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="477" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 75 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_18">
			<rect x="-191" y="-41" 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="-45" 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="-51" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-185" 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="-166" y="-25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 0 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_19">
			<rect x="6760" y="800" width="240" height="18" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6615" y="3005" width="137" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6392" y="775" width="304" height="18" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6217" y="3012" width="65" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6508" y="675" width="276" height="18" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6344" y="2982" width="81" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6344" y="800" width="260" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6283" y="3012" width="58" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6292" y="825" width="232" height="18" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6514" y="3032" width="100" height="71" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6592" y="825" width="272" height="18" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6802" y="3107" width="68" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6500" y="725" width="176" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6643" y="3107" width="155" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6200" y="850" width="264" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6241" y="3107" width="187" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6508" y="700" width="264" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6430" y="3012" width="77" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6564" y="850" width="292" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6755" y="2982" width="66" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6472" y="750" width="304" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6434" y="3107" width="205" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6504" y="1184" width="334" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6500" y="1180" width="330" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6509" y="1174" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6510" y="1183" 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="1200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/manierismus.html</text>
			<rect x="6289" y="1184" 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="1180" 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="1174" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6295" y="1183" 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="1200" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6292" y="1218" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6314" y="1200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1520 Jahre</text>
			<text xml:space="preserve" x="6314" y="1217" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1600 Jahre</text>
			<text xml:space="preserve" x="6292" y="1241" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">80 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_20">
			<rect x="-1176" y="1307" width="569" height="128" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-1180" y="1303" width="565" height="124" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="-1170" y="1320" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Eisenzeit bringt in Europa die keltische Kultur hervor, die vom </text>
			<text xml:space="preserve" x="-1170" y="1334" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">4. vorchristlichen bis zum 5. nachchristlichen Jahrhundert eine beachtliche</text>
			<text xml:space="preserve" x="-1170" y="1348" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> künstlerische Produktion vorweisen kann. Von der Keltischen Kunst wirkt </text>
			<text xml:space="preserve" x="-1170" y="1362" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">besonders die Ornamentik stark bis ins Hohe Mittelalter nach, wo die</text>
			<text xml:space="preserve" x="-1170" y="1376" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Buchmalerei auf die verschlungenen Knoten und Ranken dieses </text>
			<text xml:space="preserve" x="-1170" y="1390" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">geometrisierenden Stils zurückgreift.</text>
			<rect x="-1176" y="1237" width="276" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-1180" y="1233" width="272" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-1171" y="1227" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-1170" y="1236" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="-1170" y="1253" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Kelten</text>
			<rect x="-1391" y="1237" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-1395" y="1233" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-1386" y="1227" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-1385" y="1236" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-1388" y="1253" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="-1388" y="1271" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="-1366" y="1253" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> -400 Jahre</text>
			<text xml:space="preserve" x="-1366" y="1270" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 500 Jahre</text>
			<text xml:space="preserve" x="-1388" y="1294" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">900 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_21">
			<rect x="-11376" y="1307" width="639" height="156" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-11380" y="1303" width="635" height="152" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="-11370" y="1320" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Prähistorie, also die Vorgeschichte, umfasst den Zeitraum vom Beginn </text>
			<text xml:space="preserve" x="-11370" y="1334" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der Menschwerdung bis zur Einführung der Schrift. Da die Schrift nicht </text>
			<text xml:space="preserve" x="-11370" y="1348" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">allerorts zur gleichen Zeit eingeführt wurde, ist die Vorgeschichte etwa in </text>
			<text xml:space="preserve" x="-11370" y="1362" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ägypten schon um das 4. Jahrtausend vor Chr. zu Ende, während sie z. B.</text>
			<text xml:space="preserve" x="-11370" y="1376" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> in Nordeuropa mancherorts noch bis ins 12. Jahrhundert nach Chr. andauert.</text>
			<text xml:space="preserve" x="-11370" y="1390" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Entsprechend vielfältig sind die künstlerischen Hinterlassenschaften, die aus dieser</text>
			<text xml:space="preserve" x="-11370" y="1404" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Zeit fast nur durch </text>
			<text xml:space="preserve" x="-11370" y="1418" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ausgrabungen überliefert sind.</text>
			<rect x="-11591" y="1237" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-11595" y="1233" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-11586" y="1227" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-11585" y="1236" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-11588" y="1253" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="-11588" y="1271" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="-11566" y="1253" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2950 Jahre</text>
			<text xml:space="preserve" x="-11566" y="1270" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -400 Jahre</text>
			<text xml:space="preserve" x="-11588" y="1294" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2550 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_22">
			<rect x="-11376" y="1332" width="611" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-11380" y="1328" 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="-11370" y="1345" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ca. 3100 v. Chr. wurde Ägypten unter der Herrschaft des Menes vereinigt, </text>
			<text xml:space="preserve" x="-11370" y="1359" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">mit dem die erste der 31 Dynastien begann, in die Ägyptens alte Geschichte </text>
			<text xml:space="preserve" x="-11370" y="1373" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">geteilt wird: Altes Reich, Mittleres Reich und Neues Reich. Mit den Hieroglyphen </text>
			<text xml:space="preserve" x="-11370" y="1387" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">entwickelt sich eine Bilderschrift, der die Vermittlung von Inhalten über Bilder </text>
			<text xml:space="preserve" x="-11370" y="1401" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">selbstverständlich ist.t sind.</text>
			<rect x="-11376" y="1262" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-11380" y="1258" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-11371" y="1252" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-11370" y="1261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="-11370" y="1278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Ägyptische_Kunst</text>
			<rect x="-11591" y="1262" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-11595" y="1258" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-11586" y="1252" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-11585" y="1261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-11588" y="1278" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="-11588" y="1296" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="-11566" y="1278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -2950 Jahre</text>
			<text xml:space="preserve" x="-11566" y="1295" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -100 Jahre</text>
			<text xml:space="preserve" x="-11588" y="1319" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">2850 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_23">
			<rect x="-3776" y="1357" width="1451" height="170" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-3780" y="1353" width="1447" height="166" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="-3770" y="1370" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die griechische Kunst der Antike entstand ab etwa 1050 v. Chr.</text>
			<text xml:space="preserve" x="-3770" y="1384" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Ihr wird in der jüngeren Forschung auch die vorangehende Minoische und</text>
			<text xml:space="preserve" x="-3770" y="1398" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Mykenische Kunst zugerechnet, die bereits Zeugnisse aus dem 16. Jahrhundert v. Chr.</text>
			<text xml:space="preserve" x="-3770" y="1412" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> hinterlassen hat. Die wichtigsten, künstlerisch bedeutenden Funde der Archäologie sind </text>
			<text xml:space="preserve" x="-3770" y="1426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Skulpturen aus Bronze oder Marmor, bemalte Vasen und Wandfresken.</text>
			<text xml:space="preserve" x="-3770" y="1440" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die kretisch-mykenischen Funde werden eingeteilt in die Perioden Frühmykenisch</text>
			<text xml:space="preserve" x="-3770" y="1454" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> (Mykenisch I: ca. 1600–1500 v. Chr.), Mittelmykenisch (Mykenisch II: ca. 1500–1400 v. Chr.) </text>
			<text xml:space="preserve" x="-3770" y="1468" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und Spätmykenisch (Mykenisch III: ca. 1400–1050 v. Chr.).</text>
			<text xml:space="preserve" x="-3770" y="1482" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Griechische Kunst wird in die kunsthistorischen Epochen Geometrischer Stil (ca. 1050–675 v. Chr.), Archaik (700–500 v. Chr.), Klassik (500–325 v. Chr.) und Hellenismus (325–150 v. Chr.) eingeteilt.</text>
			<rect x="-3991" y="1287" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-3995" y="1283" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-3986" y="1277" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-3985" y="1286" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-3988" y="1303" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="-3988" y="1321" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="-3966" y="1303" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -1050 Jahre</text>
			<text xml:space="preserve" x="-3966" y="1320" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -150 Jahre</text>
			<text xml:space="preserve" x="-3988" y="1344" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">900 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_24">
			<rect x="-1576" y="1407" width="1192" height="156" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-1580" y="1403" width="1188" height="152" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="-1570" y="1420" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die römische Kunst entfaltete sich etwa vom 5. Jahrhundert v. Chr. bis zum 5.Jahrhundert n. Chr. und wurde lange Zeit unter dem Aspekt ihrer Abhängigkeit </text>
			<text xml:space="preserve" x="-1570" y="1434" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">von der griechischen bewertet. In der Tat verdankt sich etwa die heutige Kenntnis der griechischen Skulptur in hohem Maße der Tatsache, dass wichtige Werke der</text>
			<text xml:space="preserve" x="-1570" y="1448" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> griechischen Bronzegießer – die wegen des hohen Materialwertes längst wieder eingeschmolzen waren – als römische Marmorkopien überliefert worden sind.</text>
			<text xml:space="preserve" x="-1570" y="1462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Dennoch hat die Kunst des Römischen Reiches in Malerei, Skulptur und vor allem in der Architektur auch neue Wege beschritten. So ermöglichte z. B. der Einsatz von </text>
			<text xml:space="preserve" x="-1570" y="1476" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zement in der römischen Architektur erstmals weitgespannte Kuppeln (Pantheon). Ausgebildet wurden in Rom und seinen Provinzen auch bereits die meisten Bautypen,</text>
			<text xml:space="preserve" x="-1570" y="1490" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> die vom frühen Christentum für seine Sakralarchitektur übernommen wurden: Zentralbau, Basilika und mehrschiffige Halle. Zeitgenössische Beschreibungen </text>
			<text xml:space="preserve" x="-1570" y="1504" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">von Kunst und Kunsttheorie lieferten zum Beispiel der Schriftsteller Plinius der</text>
			<text xml:space="preserve" x="-1570" y="1518" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Ältere und der Architekt Vitruv.</text>
			<rect x="-1576" y="1337" width="334" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-1580" y="1333" width="330" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-1571" y="1327" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-1570" y="1336" 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="1353" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Römische_Kunst</text>
			<rect x="-1791" y="1337" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-1795" y="1333" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-1786" y="1327" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-1785" y="1336" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-1788" y="1353" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="-1788" y="1371" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="-1766" y="1353" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> -500 Jahre</text>
			<text xml:space="preserve" x="-1766" y="1370" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 500 Jahre</text>
			<text xml:space="preserve" x="-1788" y="1394" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1000 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_25">
			<rect x="424" y="1332" width="639" height="254" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="420" y="1328" width="635" height="250" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="430" y="1345" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die frühchristliche oder altchristliche Kunst umfasst den Zeitraum von der Schaffung</text>
			<text xml:space="preserve" x="430" y="1359" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> der ersten bildlichen Zeugnisse der Christen in allen Territorien des Römischen</text>
			<text xml:space="preserve" x="430" y="1373" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Reiches bis zum Ende der Antike. Genau wie die frühen Christen Teil der antiken</text>
			<text xml:space="preserve" x="430" y="1387" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> römischen Gesellschaft waren, ist auch ihre Kunst ein Teil der griechisch-römischen</text>
			<text xml:space="preserve" x="430" y="1401" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> und bedient sich deren Bildsprache, um speziell christliche Themen darzustellen.</text>
			<text xml:space="preserve" x="430" y="1415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Die frühchristliche Kunst bildet damit während der ersten Jahrhunderte n. Chr. einen</text>
			<text xml:space="preserve" x="430" y="1429" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> kleinen Teil der kaiserzeitlichen Kunst, ist ab dem 4. Jh. n. Chr. nahezu mit der</text>
			<text xml:space="preserve" x="430" y="1443" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> spätantiken Kunst gleichzusetzen und geht etwa ab dem 6. Jh. n. Chr. im Osten in</text>
			<text xml:space="preserve" x="430" y="1457" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> die byzantinische Kunst und im Westen in die Vorromanik über. Vor dem Jahr 313,</text>
			<text xml:space="preserve" x="430" y="1471" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> in dem Kaiser Konstantin das Christentum mit dem Mailänder Toleranzedikt zur </text>
			<text xml:space="preserve" x="430" y="1485" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gleichberechtigten Religion erklärte, beschränkt sich die christliche Kunst auf</text>
			<text xml:space="preserve" x="430" y="1499" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Kleinkunst, Reliefs und Wandmalereien, wie z. B. in den römischen Katakomben. </text>
			<text xml:space="preserve" x="430" y="1513" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nach der Konstantinischen Wende gewinnt sie dank kaiserlicher Unterstützung auch </text>
			<text xml:space="preserve" x="430" y="1527" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">eine monumentale Komponente, vor allem durch die nun entstehenden großen </text>
			<text xml:space="preserve" x="430" y="1541" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kirchenbauten wie z. B. Alt St. Peter in Rom.</text>
			<rect x="424" y="1262" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="420" y="1258" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="429" y="1252" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="430" y="1261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="430" y="1278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Fr%C3%BChchristliche_Kunst</text>
			<rect x="209" y="1262" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="205" y="1258" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="214" y="1252" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="215" y="1261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="212" y="1278" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="212" y="1296" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="234" y="1278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 0 Jahre</text>
			<text xml:space="preserve" x="234" y="1295" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 600 Jahre</text>
			<text xml:space="preserve" x="212" y="1319" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">600 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_26">
			<rect x="7824" y="1556" width="667" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7820" y="1552" width="663" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7830" y="1569" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Ausdruck Historismus bezeichnet in der Stilgeschichte ein im 19. Jahrhundert </text>
			<text xml:space="preserve" x="7830" y="1583" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">verbreitetes und teilweise noch ins 20. Jahrhundert nachwirkendes Phänomen, </text>
			<text xml:space="preserve" x="7830" y="1597" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">bei dem man auf ältere Stilrichtungen zurückgriff und diese nachahmte.</text>
			<text xml:space="preserve" x="7830" y="1611" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="7830" y="1625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Im Gegensatz zu vorhergehenden kunsthistorischen Epochen ist für den Historismus </text>
			<text xml:space="preserve" x="7830" y="1639" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ein gleichzeitiger Stilpluralismus charakteristisch, der sich aber schon im Nebeneinander</text>
			<text xml:space="preserve" x="7830" y="1653" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">von Klassizismus und Romantik um die Wende zum 19. Jahrhundert ankündigt.</text>
			<rect x="7824" y="1486" width="312" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7820" y="1482" width="308" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7829" y="1476" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7830" y="1485" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7830" y="1502" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Historismus</text>
			<rect x="7609" y="1486" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7605" y="1482" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7614" y="1476" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7615" y="1485" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7612" y="1502" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7612" y="1520" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7634" y="1502" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1850 Jahre</text>
			<text xml:space="preserve" x="7634" y="1519" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1895 Jahre</text>
			<text xml:space="preserve" x="7612" y="1543" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">45 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_27">
			<rect x="7656" y="550" width="244" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7777" y="2659" width="166" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7676" y="525" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8057" y="2805" width="202" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7872" y="500" width="156" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7951" y="2659" width="267" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7824" y="1481" width="639" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7820" y="1477" width="635" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7830" y="1494" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Begriff „Realismus“ (von lat. realis „die Sache betreffend“; res: „Sache, Ding“) </text>
			<text xml:space="preserve" x="7830" y="1508" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">bezeichnet in der Kunstgeschichte eine Mitte des 19. Jahrhunderts in Europa </text>
			<text xml:space="preserve" x="7830" y="1522" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">einsetzende neue Kunstauffassung, die sich gegen die historisierenden und</text>
			<text xml:space="preserve" x="7830" y="1536" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> idealisierenden Darstellungen des Klassizismus und der Romantik wandte. </text>
			<rect x="7824" y="1411" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7820" y="1407" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7829" y="1401" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7830" y="1410" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7830" y="1427" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Realismus_(Kunst)</text>
			<rect x="7609" y="1411" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7605" y="1407" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7614" y="1401" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7615" y="1410" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7612" y="1427" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7612" y="1445" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7634" y="1427" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1850 Jahre</text>
			<text xml:space="preserve" x="7634" y="1444" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1895 Jahre</text>
			<text xml:space="preserve" x="7612" y="1468" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">45 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_28">
			<rect x="7824" y="1506" width="639" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7820" y="1502" width="635" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7830" y="1519" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Naturalismus in der Kunst ist eine Strömung von ca. 1850 bis 1900, ist aber als </text>
			<text xml:space="preserve" x="7830" y="1533" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Epochenbegriff in der Bildenden Kunst weniger scharf als in der Literatur. Neben dem</text>
			<text xml:space="preserve" x="7830" y="1547" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Naturalismus als Epochenbegriff, als Entsprechung zum Naturalismus in der Literatur,</text>
			<text xml:space="preserve" x="7830" y="1561" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> spricht man auch allgemeiner von Naturalismus als einer Darstellungsweise,</text>
			<text xml:space="preserve" x="7830" y="1575" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> unabhängig von Zeit und weltanschaulichem Hintergrund. – Wenn es um die Absichten</text>
			<text xml:space="preserve" x="7830" y="1589" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> geht, die mit einer solchen Darstellungsweise verfolgt werden, spricht man oft eher</text>
			<text xml:space="preserve" x="7830" y="1603" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> von Realismus.</text>
			<rect x="7824" y="1436" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7820" y="1432" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7829" y="1426" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7830" y="1435" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7830" y="1452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Naturalismus_(Kunst)</text>
			<rect x="7609" y="1436" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7605" y="1432" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7614" y="1426" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7615" y="1435" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7612" y="1452" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7612" y="1470" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7634" y="1452" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1850 Jahre</text>
			<text xml:space="preserve" x="7634" y="1469" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1900 Jahre</text>
			<text xml:space="preserve" x="7612" y="1493" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">50 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_29">
			<rect x="7760" y="350" width="344" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7929" y="1805" width="183" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7812" y="305" width="148" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8209" y="2079" width="73" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7788" y="325" width="352" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7932" y="1954" width="171" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7756" y="400" width="268" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8120" y="1805" width="194" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7736" y="425" width="332" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8106" y="1954" width="172" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7792" y="275" width="184" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8285" y="1954" width="201" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7728" y="450" width="204" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8085" y="2079" width="121" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7720" y="475" width="292" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8313" y="1805" width="174" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7756" y="375" width="312" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7974" y="2079" width="106" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7930" y="2189" width="100" height="66" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8036" y="2189" width="197" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7918" y="2259" width="114" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8238" y="2189" width="245" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7912" y="1254" width="555" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7908" y="1250" width="551" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7918" y="1267" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Künstler lösten sich von der malerischen Abbildungsfunktion. </text>
			<text xml:space="preserve" x="7918" y="1281" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Unmittelbarkeit der Momentaufnahme und Zufälligkeit des Bildausschnittes </text>
			<text xml:space="preserve" x="7918" y="1295" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">sind charakterisierende Merkmale impressionistischer Bildwerke. </text>
			<rect x="7912" y="1184" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7908" y="1180" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7917" y="1174" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7918" y="1183" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7918" y="1200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Impressionismus</text>
			<rect x="7697" y="1184" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7693" y="1180" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7702" y="1174" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7703" y="1183" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7700" y="1200" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7700" y="1218" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7722" y="1200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1872 Jahre</text>
			<text xml:space="preserve" x="7722" y="1217" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1962 Jahre</text>
			<text xml:space="preserve" x="7700" y="1241" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">90 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_30">
			<rect x="7836" y="900" width="128" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7708" y="925" width="328" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7852" y="850" width="288" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7848" y="875" width="256" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7980" y="1304" width="555" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7976" y="1300" width="551" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7986" y="1317" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Auch Neoimpressionismus</text>
			<text xml:space="preserve" x="7986" y="1331" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Künstler lösten sich von der malerischen Abbildungsfunktion. </text>
			<text xml:space="preserve" x="7986" y="1345" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Unmittelbarkeit der Momentaufnahme und Zufälligkeit des Bildausschnittes </text>
			<text xml:space="preserve" x="7986" y="1359" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">sind charakterisierende Merkmale impressionistischer Bildwerke. </text>
			<rect x="7980" y="1234" width="326" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7976" y="1230" width="322" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7985" y="1224" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7986" y="1233" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7986" y="1250" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Pointillismus</text>
			<rect x="7765" y="1234" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7761" y="1230" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7770" y="1224" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7771" y="1233" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7768" y="1250" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7768" y="1268" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7790" y="1250" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1889 Jahre</text>
			<text xml:space="preserve" x="7790" y="1267" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1910 Jahre</text>
			<text xml:space="preserve" x="7768" y="1291" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">21 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_31">
			<rect x="8020" y="1354" width="653" height="128" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8016" y="1350" width="649" height="124" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8026" y="1367" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Einen entscheidenden Impuls lieferte das „Symbolistische Manifest“ des französischen</text>
			<text xml:space="preserve" x="8026" y="1381" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Dichters Jean Moréas im Jahre 1886. Ein Kernsatz dieses Manifests lautete: »Die</text>
			<text xml:space="preserve" x="8026" y="1395" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> wesentliche Eigenschaft der symbolistischen Kunst besteht darin, eine Idee niemals</text>
			<text xml:space="preserve" x="8026" y="1409" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> begrifflich zu fixieren oder direkt auszusprechen«. Von Frankreich ausgehend breitete </text>
			<text xml:space="preserve" x="8026" y="1423" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">sich der Symbolismus über ganz Europa aus, nachdem er erstmals 1889 bei der </text>
			<text xml:space="preserve" x="8026" y="1437" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Weltausstellung in Paris einer breiten Öffentlichkeit bekannt gemacht worden war.</text>
			<rect x="8020" y="1284" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8016" y="1280" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8025" y="1274" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8026" y="1283" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8026" y="1300" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Symbolismus_(Bildende_Kunst)</text>
			<rect x="7805" y="1284" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7801" y="1280" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7810" y="1274" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7811" y="1283" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7808" y="1300" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7808" y="1318" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7830" y="1300" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1899 Jahre</text>
			<text xml:space="preserve" x="7830" y="1317" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1929 Jahre</text>
			<text xml:space="preserve" x="7808" y="1341" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">30 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_32">
			<rect x="7868" y="1756" width="674" height="156" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7864" y="1752" width="670" height="152" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7874" y="1769" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Äußerlich kennzeichnende Teile oder Elemente des Jugendstils sind dekorativ geschwungene </text>
			<text xml:space="preserve" x="7874" y="1783" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Linien sowie flächenhafte florale Ornamente und die Aufgabe von Symmetrien.</text>
			<text xml:space="preserve" x="7874" y="1797" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bei solchen formalen Klassifizierungen darf allerdings nicht übersehen werden, dass der </text>
			<text xml:space="preserve" x="7874" y="1811" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Jugendstil keineswegs eine so geschlossene Bewegung war, wie die Bezeichnung „Jugendstil“ </text>
			<text xml:space="preserve" x="7874" y="1825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">heute bei uns den Anschein erwecken mag. Es handelt sich um eine Reihe von teilweise auch </text>
			<text xml:space="preserve" x="7874" y="1839" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">sehr divergierenden Strömungen innerhalb Europas, die sich allenfalls in der Abkehr vom </text>
			<text xml:space="preserve" x="7874" y="1853" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Historismus wirklich einig waren, also der Ablehnung der bis dato gängigen Praxis der </text>
			<text xml:space="preserve" x="7874" y="1867" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nachahmung historisch überlieferter Formvorbilder.</text>
			<rect x="7868" y="1686" width="305" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7864" y="1682" width="301" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7873" y="1676" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7874" y="1685" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7874" y="1702" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Jugendstil</text>
			<rect x="7653" y="1686" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7649" y="1682" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7658" y="1676" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7659" y="1685" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7656" y="1702" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7656" y="1720" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7678" y="1702" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1861 Jahre</text>
			<text xml:space="preserve" x="7678" y="1719" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1920 Jahre</text>
			<text xml:space="preserve" x="7656" y="1743" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">59 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_33">
			<rect x="8124" y="1382" width="688" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8120" y="1378" width="684" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8130" y="1395" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Charakteristisch für den Art déco ist die stilisierte und flächige Darstellung floraler und </text>
			<text xml:space="preserve" x="8130" y="1409" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">organischer Motive. Dieses Fehlen von Schatten und Natürlichkeit vermittelt den modernen </text>
			<text xml:space="preserve" x="8130" y="1423" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und oft plakativen Eindruck der Kunst jener Epoche. Die industrielle Fertigung sowie die </text>
			<text xml:space="preserve" x="8130" y="1437" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">unbeschwerte, eklektische Mischung von Stilelementen unterschiedlicher Herkunft sind </text>
			<text xml:space="preserve" x="8130" y="1451" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wichtige Voraussetzungen. Nachahmung historisch überlieferter Formvorbilder.</text>
			<rect x="8124" y="1312" width="290" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8120" y="1308" width="286" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8129" y="1302" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8130" y="1311" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8130" y="1328" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Art_Deco</text>
			<rect x="7909" y="1312" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7905" y="1308" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7914" y="1302" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7915" y="1311" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7912" y="1328" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7912" y="1346" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7934" y="1328" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1925 Jahre</text>
			<text xml:space="preserve" x="7934" y="1345" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1945 Jahre</text>
			<text xml:space="preserve" x="7912" y="1369" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_34">
			<rect x="7920" y="1000" width="144" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8273" y="2509" width="207" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7948" y="975" width="108" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8275" y="2634" width="117" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7960" y="950" width="112" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7920" y="1025" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8397" y="2634" width="76" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8478" y="2634" width="91" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7852" y="1050" width="324" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8486" y="2509" width="79" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7844" y="1075" width="280" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8276" y="2759" width="169" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8024" y="1331" width="695" height="254" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8020" y="1327" width="691" height="250" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8030" y="1344" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Wie der Impressionismus, der Symbolismus und der Fauvismus ist der Expressionismus eine </text>
			<text xml:space="preserve" x="8030" y="1358" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bewegung gegen die Tendenzen des Naturalismus. Im Expressionismus überwiegt die </text>
			<text xml:space="preserve" x="8030" y="1372" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">expressive gegenüber der ästhetischen, appellativen und sachlichen Ebene. Der Künstler </text>
			<text xml:space="preserve" x="8030" y="1386" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">möchte sein Erlebnis für den Betrachter darstellen.</text>
			<text xml:space="preserve" x="8030" y="1400" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="8030" y="1414" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Expressionismus ist eine Stilrichtung der Bildenden Kunst, die als künstlerische Bewegung</text>
			<text xml:space="preserve" x="8030" y="1428" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">im frühen 20. Jahrhundert innerhalb des deutschsprachigen Raumes erstmalig in der Malerei </text>
			<text xml:space="preserve" x="8030" y="1442" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und der Grafik durch jene explizite Namensgebung hervortrat. Wie bereits zuvor im Fauvismus </text>
			<text xml:space="preserve" x="8030" y="1456" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">in Frankreich stellte sich der Expressionismus den bildnerischen Gestaltungsweisen des </text>
			<text xml:space="preserve" x="8030" y="1470" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Impressionismus entgegen und stand diesem diametral gegenüber.</text>
			<text xml:space="preserve" x="8030" y="1484" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In den expressionistischen Bildwerken treten ein freier Umgang mit Farbe und Form in </text>
			<text xml:space="preserve" x="8030" y="1498" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">häufiger Verwendung ungemischter Farben, und im deutschsprachigen Raum des Weiteren </text>
			<text xml:space="preserve" x="8030" y="1512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die Verwendung holzschnittartigen Formen, hervor. Weitere Charakteristiken sind eine </text>
			<text xml:space="preserve" x="8030" y="1526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Motivreduzierung auf markante Formelemente der Bildobjekte und eine Auflösung der </text>
			<text xml:space="preserve" x="8030" y="1540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">traditionellen Perspektive.</text>
			<rect x="8024" y="1261" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8020" y="1257" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8029" y="1251" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8030" y="1260" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8030" y="1277" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Expressionismus</text>
			<rect x="7809" y="1261" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7805" y="1257" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7814" y="1251" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7815" y="1260" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7812" y="1277" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7812" y="1295" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7834" y="1277" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1900 Jahre</text>
			<text xml:space="preserve" x="7834" y="1294" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1950 Jahre</text>
			<text xml:space="preserve" x="7812" y="1318" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">50 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_35">
			<rect x="7984" y="1407" width="716" height="170" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7980" y="1403" 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="7990" y="1420" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In den fauvistischen Bildern sollte die Farbgebung nicht mehr der illusionistischen Darstellung </text>
			<text xml:space="preserve" x="7990" y="1434" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">eines Gegenstandes dienen. Die malerische Aussage entstand aus dem Zusammenklang der </text>
			<text xml:space="preserve" x="7990" y="1448" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Farbflächen. Typisch für die meisten Werke sind ihre leuchtenden Farben. Die Überlegungen </text>
			<text xml:space="preserve" x="7990" y="1462" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">zur Darstellung des Raumes sind jedoch ebenso wesentlicher Bestandteil der Bildkomposition.</text>
			<text xml:space="preserve" x="7990" y="1476" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="7990" y="1490" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Wurzeln des Fauvismus entstammen dem Impressionismus, Ziel war aber, der Flüchtigkeit </text>
			<text xml:space="preserve" x="7990" y="1504" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">impressionistischer Bilder entgegenzuarbeiten, um dem Werk mehr Dauer (frz. durée) zu </text>
			<text xml:space="preserve" x="7990" y="1518" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">verleihen. Eine eigene Theorie oder ein Manifest hatte der Fauvismus dabei nicht. Einer </text>
			<text xml:space="preserve" x="7990" y="1532" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">neueren Sichtweise zufolge habe der Fauvismus Gemeinsamkeiten mit dem Expressionismus.</text>
			<rect x="7984" y="1337" width="298" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7980" y="1333" width="294" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7989" y="1327" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7990" y="1336" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7990" y="1353" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Fauvismus</text>
			<rect x="7769" y="1337" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7765" y="1333" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7774" y="1327" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7775" y="1336" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7772" y="1353" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7772" y="1371" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7794" y="1353" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1890 Jahre</text>
			<text xml:space="preserve" x="7794" y="1370" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1907 Jahre</text>
			<text xml:space="preserve" x="7772" y="1394" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">17 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_36">
			<rect x="8052" y="1426" width="1339" height="184" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8048" y="1422" width="1335" height="180" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8058" y="1439" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kubismus ist eine Stilrichtung in der Kunstgeschichte. Er entstand aus einer Bewegung der Avantgarde in der Malerei ab 1907 in Frankreich. Seine maßgebenden Begründer sind </text>
			<text xml:space="preserve" x="8058" y="1453" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pablo Picasso und Georges Braque. Weitere Vertreter sind Juan Gris und die Puteaux-Gruppe, im Besonderen Fernand Léger, Marcel Duchamp und Robert Delaunay, auf den der </text>
			<text xml:space="preserve" x="8058" y="1467" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Orphismus zurückgeht.</text>
			<text xml:space="preserve" x="8058" y="1481" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Vom sogenannten Frühkubismus ausgehend entstand der analytische und der synthetische Kubismus. Der Kubismus löste in Frankreich den Fauvismus ab. Eine eigene Theorie </text>
			<text xml:space="preserve" x="8058" y="1495" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">oder ein Manifest besaß der Kubismus nicht. Der Kubismus leitete mit dem Fauvismus die Klassische Moderne ein. Zu Beginn des Ersten Weltkriegs im Jahr 1914 begann sich die </text>
			<text xml:space="preserve" x="8058" y="1509" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bewegung aufzulösen.</text>
			<text xml:space="preserve" x="8058" y="1523" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Aus heutiger Sicht stellt der Kubismus die revolutionärste Neuerung in der Kunst des 20. Jahrhunderts dar. Der Kubismus schuf eine neue Denkordnung in der Malerei. Die </text>
			<text xml:space="preserve" x="8058" y="1537" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bibliographie zum Kubismus ist umfangreicher als zu jeder anderen Stilrichtung in der modernen Kunst. Der Einfluss kubistischer Werke auf die nachfolgenden Stilrichtungen war sehr groß.</text>
			<text xml:space="preserve" x="8058" y="1551" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Kubismus griff auch auf die Bildhauerei über, so entstand die kubistische Plastik. Weitere Betätigungsfelder fanden die Künstler in der Architektur und der Musik.</text>
			<text xml:space="preserve" x="8058" y="1565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">neueren Sichtweise zufolge habe der Fauvismus Gemeinsamkeiten mit dem Expressionismus.</text>
			<rect x="8052" y="1356" width="290" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8048" y="1352" width="286" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8057" y="1346" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8058" y="1355" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8058" y="1372" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Kubismus</text>
			<rect x="7837" y="1356" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7833" y="1352" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7842" y="1346" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7843" y="1355" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7840" y="1372" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7840" y="1390" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7862" y="1372" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1907 Jahre</text>
			<text xml:space="preserve" x="7862" y="1389" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1918 Jahre</text>
			<text xml:space="preserve" x="7840" y="1413" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">11 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_37">
			<rect x="8072" y="1471" width="1339" height="184" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8068" y="1467" width="1335" height="180" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8078" y="1484" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kubismus ist eine Stilrichtung in der Kunstgeschichte. Er entstand aus einer Bewegung der Avantgarde in der Malerei ab 1907 in Frankreich. Seine maßgebenden Begründer sind </text>
			<text xml:space="preserve" x="8078" y="1498" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pablo Picasso und Georges Braque. Weitere Vertreter sind Juan Gris und die Puteaux-Gruppe, im Besonderen Fernand Léger, Marcel Duchamp und Robert Delaunay, auf den der </text>
			<text xml:space="preserve" x="8078" y="1512" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Orphismus zurückgeht.</text>
			<text xml:space="preserve" x="8078" y="1526" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Vom sogenannten Frühkubismus ausgehend entstand der analytische und der synthetische Kubismus. Der Kubismus löste in Frankreich den Fauvismus ab. Eine eigene Theorie </text>
			<text xml:space="preserve" x="8078" y="1540" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">oder ein Manifest besaß der Kubismus nicht. Der Kubismus leitete mit dem Fauvismus die Klassische Moderne ein. Zu Beginn des Ersten Weltkriegs im Jahr 1914 begann sich die </text>
			<text xml:space="preserve" x="8078" y="1554" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bewegung aufzulösen.</text>
			<text xml:space="preserve" x="8078" y="1568" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Aus heutiger Sicht stellt der Kubismus die revolutionärste Neuerung in der Kunst des 20. Jahrhunderts dar. Der Kubismus schuf eine neue Denkordnung in der Malerei. Die </text>
			<text xml:space="preserve" x="8078" y="1582" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bibliographie zum Kubismus ist umfangreicher als zu jeder anderen Stilrichtung in der modernen Kunst. Der Einfluss kubistischer Werke auf die nachfolgenden Stilrichtungen war sehr groß.</text>
			<text xml:space="preserve" x="8078" y="1596" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Kubismus griff auch auf die Bildhauerei über, so entstand die kubistische Plastik. Weitere Betätigungsfelder fanden die Künstler in der Architektur und der Musik.</text>
			<text xml:space="preserve" x="8078" y="1610" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">neueren Sichtweise zufolge habe der Fauvismus Gemeinsamkeiten mit dem Expressionismus.</text>
			<rect x="8072" y="1401" width="370" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8068" y="1397" width="366" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8077" y="1391" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8078" y="1400" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8078" y="1417" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Orphischer_Kubismus</text>
			<rect x="7857" y="1401" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7853" y="1397" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7862" y="1391" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7863" y="1400" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7860" y="1417" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7860" y="1435" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7882" y="1417" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1912 Jahre</text>
			<text xml:space="preserve" x="7882" y="1434" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1932 Jahre</text>
			<text xml:space="preserve" x="7860" y="1458" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_38">
			<rect x="8060" y="1607" width="1500" height="212" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8056" y="1603" width="1496" height="208" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8066" y="1620" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Futurismus war eine aus Italien stammende avantgardistische Kunstbewegung, die aufgrund des breit gefächerten Spektrums den Anspruch erhob, eine neue Kultur zu begründen. Der Einfluss des Futurismus </text>
			<text xml:space="preserve" x="8066" y="1634" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">geht wesentlich auf seinen Gründer Filippo Tommaso Marinetti zurück und dessen erstes futuristisches Manifest von 1909. Die Bewegung endete mit dem Tod Marinettis im Jahre 1944.</text>
			<text xml:space="preserve" x="8066" y="1648" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Neben der Ablehnung der (christlichen) Moral und der Abneigung Marinettis gegenüber Frauen zeigt sich im Manifest das Fehlen jeglicher sozialer Bezüge. Nach einem vollendeten Jura-Studium fasste er den </text>
			<text xml:space="preserve" x="8066" y="1662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Entschluss, nicht in die Fußstapfen seines erfolgreichen Vaters zu treten, sondern eine neue Kulturrichtung ins Leben zu rufen. Das Manifest war als provokativer Tabubruch konzipiert, der Jugend, Gewalt, </text>
			<text xml:space="preserve" x="8066" y="1676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Aggressivität, Geschwindigkeit, Krieg und Rücksichtslosigkeit verherrlichte und den als „Passatisten“ (Anhänger des Vergangenen) bezeichneten etablierten Kulturträgern und deren Anhängern den Kampf ansagte. </text>
			<text xml:space="preserve" x="8066" y="1690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Zerstörung von Bibliotheken, Museen und Akademien als Hort des Passatismus (überlebte Anschauungen) sollte der neuen Kultur den Weg ebnen und Italien eine neue </text>
			<text xml:space="preserve" x="8066" y="1704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">kulturelle Identität verleihen. Dazu Giovanni Lista:</text>
			<text xml:space="preserve" x="8066" y="1718" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">„Die italienischen Künstler waren stets von der Idee gelähmt, nur die Nachkommen eines nunmehr verschwundenen Ruhms zu sein. Gegen diese Zwangsvorstellung von der unerreichbaren Vergangenheit verkündete </text>
			<text xml:space="preserve" x="8066" y="1732" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Marinetti, dass sich eine neue Welt ankündige, und dass Italien jetzt seinen jahrhundertealten Ruhm zu Grabe tragen und vom Gewicht seiner herrlichen… Vergangenheit befreien müsse.“ Selbst dieses provokative </text>
			<text xml:space="preserve" x="8066" y="1746" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Manifest wäre im skandalgewohnten Paris wohl über ein Tagesgespräch nicht hinausgekommen, hätte nicht Marinetti das in Künstlerkreisen geweckte Interesse dazu genützt, einen Kreis junger Künstler um sich zu </text>
			<text xml:space="preserve" x="8066" y="1760" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">scharen und zu konzertiertem Schaffen zu bewegen, was er durch finanzielle Zuwendungen zu fördern verstand.</text>
			<text xml:space="preserve" x="8066" y="1774" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<rect x="8060" y="1537" width="305" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8056" y="1533" width="301" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8065" y="1527" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8066" y="1536" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8066" y="1553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Futurismus</text>
			<rect x="7845" y="1537" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7841" y="1533" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7850" y="1527" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7851" y="1536" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7848" y="1553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7848" y="1571" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7870" y="1553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1909 Jahre</text>
			<text xml:space="preserve" x="7870" y="1570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1944 Jahre</text>
			<text xml:space="preserve" x="7848" y="1594" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">35 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_39">
			<rect x="8084" y="1561" width="583" height="128" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8080" y="1557" width="579" height="124" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8090" y="1574" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Suprematismus ist eine Stilrichtung der Moderne der bildenden Kunst, </text>
			<text xml:space="preserve" x="8090" y="1588" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">mit Verwandtschaft zum Futurismus und Konstruktivismus. Sie entstand in </text>
			<text xml:space="preserve" x="8090" y="1602" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Russland und hatte von 1915 bis zum Beginn der 1930er Jahre Geltung.</text>
			<text xml:space="preserve" x="8090" y="1616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Suprematismus wurde von dem russischen Künstler Kasimir Malewitsch </text>
			<text xml:space="preserve" x="8090" y="1630" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">nach seiner neo-primitivistischen und kubofuturistischen Phase in den Jahren </text>
			<text xml:space="preserve" x="8090" y="1644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1912/13 aus den Ideen des Futurismus heraus entwickelt.</text>
			<rect x="8084" y="1491" width="326" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8080" y="1487" width="322" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8089" y="1481" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8090" y="1490" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8090" y="1507" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Suprematismus</text>
			<rect x="7869" y="1491" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7865" y="1487" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7874" y="1481" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7875" y="1490" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7872" y="1507" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7872" y="1525" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7894" y="1507" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1915 Jahre</text>
			<text xml:space="preserve" x="7894" y="1524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1935 Jahre</text>
			<text xml:space="preserve" x="7872" y="1548" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_40">
			<rect x="8088" y="1511" width="709" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8084" y="1507" width="705" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8094" y="1524" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Dada oder Dadaismus war eine künstlerische und literarische Bewegung, die 1916 von Hugo Ball, </text>
			<text xml:space="preserve" x="8094" y="1538" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Tristan Tzara, Richard Huelsenbeck, Marcel Janco und Hans Arp in Zürich gegründet wurde und </text>
			<text xml:space="preserve" x="8094" y="1552" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">sich durch Ablehnung „konventioneller“ Kunst bzw. Kunstformen – die oft parodiert wurden – und </text>
			<text xml:space="preserve" x="8094" y="1566" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">bürgerlicher Ideale auszeichnete. Vom Dada gingen erhebliche Impulse auf die Kunst der Moderne </text>
			<text xml:space="preserve" x="8094" y="1580" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">bis hin zur heutigen Zeitgenössischen Kunst aus.</text>
			<text xml:space="preserve" x="8094" y="1594" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Im Wesentlichen war es eine Revolte gegen die Kunst von Seiten der Künstler selbst, die die </text>
			<text xml:space="preserve" x="8094" y="1608" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gesellschaft ihrer Zeit und deren Wertesystem ablehnten.</text>
			<rect x="8088" y="1441" width="298" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8084" y="1437" width="294" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8093" y="1431" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8094" y="1440" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8094" y="1457" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Dadaismus</text>
			<rect x="7873" y="1441" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7869" y="1437" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7878" y="1431" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7879" y="1440" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7876" y="1457" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7876" y="1475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7898" y="1457" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1916 Jahre</text>
			<text xml:space="preserve" x="7898" y="1474" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1980 Jahre</text>
			<text xml:space="preserve" x="7876" y="1498" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">64 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_41">
			<rect x="8104" y="1532" width="632" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8100" y="1528" 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="8110" y="1545" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Surrealismus war eine Bewegung in der Literatur und der bildenden Kunst, die in der </text>
			<text xml:space="preserve" x="8110" y="1559" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nachfolge von Dada um 1920 in Paris entstand. Ziel war es, das Unwirkliche und </text>
			<text xml:space="preserve" x="8110" y="1573" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Traumhafte sowie die Tiefen des Unbewussten auszuloten und den durch die </text>
			<text xml:space="preserve" x="8110" y="1587" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">menschliche Logik begrenzten Erfahrungsbereich durch das Phantastische und </text>
			<text xml:space="preserve" x="8110" y="1601" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Absurde zu erweitern.</text>
			<rect x="8104" y="1462" width="319" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8100" y="1458" width="315" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8109" y="1452" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8110" y="1461" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8110" y="1478" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Surrealismus</text>
			<rect x="7889" y="1462" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7885" y="1458" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7894" y="1452" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7895" y="1461" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7892" y="1478" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7892" y="1496" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7914" y="1478" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1920 Jahre</text>
			<text xml:space="preserve" x="7914" y="1495" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2000 Jahre</text>
			<text xml:space="preserve" x="7892" y="1519" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">80 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_42">
			<rect x="8096" y="1782" width="702" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8092" y="1778" 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="8102" y="1795" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Puristen strebten eine einfache funktionale Malerei und Bauweise an, in der sich Ästhetik </text>
			<text xml:space="preserve" x="8102" y="1809" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und Maschinenwelt vereinigen sollen. Auf rationaler Grundlage sollten einfache geometrische </text>
			<text xml:space="preserve" x="8102" y="1823" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Formen mit maschineller Präzision verwendet werden. Sie schätzen den Goldenen Schnitt als </text>
			<text xml:space="preserve" x="8102" y="1837" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ideale Proportion. Rein dekorative Elemente lehnten sie ab.</text>
			<text xml:space="preserve" x="8102" y="1851" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ähnlichkeiten mit dem Purismus hat der Minimalismus.</text>
			<rect x="8096" y="1712" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8092" y="1708" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8101" y="1702" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8102" y="1711" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8102" y="1728" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Purismus_(Kunst)</text>
			<rect x="7881" y="1712" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7877" y="1708" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7886" y="1702" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7887" y="1711" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7884" y="1728" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7884" y="1746" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7906" y="1728" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1918 Jahre</text>
			<text xml:space="preserve" x="7906" y="1745" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1950 Jahre</text>
			<text xml:space="preserve" x="7884" y="1769" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">32 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_43">
			<rect x="8024" y="1632" width="821" height="170" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8020" y="1628" width="817" height="166" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8030" y="1645" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Konstruktivismus ist eine streng gegenstandslose Stilrichtung der Malerei der Moderne in der ersten </text>
			<text xml:space="preserve" x="8030" y="1659" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Hälfte des 20. Jahrhunderts. Er baut auf dem Suprematismus des ukrainischen Malers Kasimir Malewitsch auf.</text>
			<text xml:space="preserve" x="8030" y="1673" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Konzeptionell bedeutete die Stilrichtung eine Absage an die bisherige, historisch gewachsene Formen- und </text>
			<text xml:space="preserve" x="8030" y="1687" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bildersprache der Malerei wie der Kultur als Ganzes, um noch einmal von vorne zu beginnen, malerisch </text>
			<text xml:space="preserve" x="8030" y="1701" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">bei den grundlegenden geometrischen Formen und gleichmäßigen Farbflächen.</text>
			<text xml:space="preserve" x="8030" y="1715" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Richtung hatte zeitweise den Charakter einer politischen Bewegung und wurde in der Sowjetunion entwickelt; </text>
			<text xml:space="preserve" x="8030" y="1729" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der niederländische De Stijl wird ebenfalls in diesem Zusammenhang genannt.</text>
			<text xml:space="preserve" x="8030" y="1743" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Begriff Konstruktivismus verweist auf das lateinische Wort constructio: „Zusammenfügung“, „Bau“.</text>
			<text xml:space="preserve" x="8030" y="1757" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<rect x="8024" y="1562" width="406" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8020" y="1558" width="402" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8029" y="1552" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8030" y="1561" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8030" y="1578" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Konstruktivismus_(Kunst)</text>
			<rect x="7809" y="1562" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7805" y="1558" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7814" y="1552" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7815" y="1561" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7812" y="1578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7812" y="1596" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7834" y="1578" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1900 Jahre</text>
			<text xml:space="preserve" x="7834" y="1595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1950 Jahre</text>
			<text xml:space="preserve" x="7812" y="1619" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">50 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_44">
			<rect x="8104" y="1756" width="632" height="170" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8100" y="1752" width="628" height="166" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8110" y="1769" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Mondrian forderte eine strenge Reduzierung der Bildsprache auf horizontale und </text>
			<text xml:space="preserve" x="8110" y="1783" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">vertikale Linien, die Grundfarben Rot, Gelb und Blau, sowie die Nichtfarben </text>
			<text xml:space="preserve" x="8110" y="1797" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Schwarz als Gittermuster und Weiß als Bildgrund. Beeinflusst vom emotionalen </text>
			<text xml:space="preserve" x="8110" y="1811" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Suprematismus des Russen Kasimir Malewitsch leitete Mondrian sein signifikantes </text>
			<text xml:space="preserve" x="8110" y="1825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gestaltungsprinzip für sich ursprünglich vom Impressionismus kommend über den </text>
			<text xml:space="preserve" x="8110" y="1839" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kubismus ab und gelangte schließlich über eine kontinuierliche Rasterung des Motivs </text>
			<text xml:space="preserve" x="8110" y="1853" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">zu einer rationalen, malerisch-harmonischen Aufteilung der Leinwand. Mondrian </text>
			<text xml:space="preserve" x="8110" y="1867" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wandelte das Prinzip in seinem späteren Arbeiten ab, vermied aber weitgehend </text>
			<text xml:space="preserve" x="8110" y="1881" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sekundärfarben in seinem Werk</text>
			<rect x="8104" y="1686" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8100" y="1682" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8109" y="1676" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8110" y="1685" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8110" y="1702" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Neoplastizismus</text>
			<rect x="7889" y="1686" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7885" y="1682" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7894" y="1676" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7895" y="1685" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7892" y="1702" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7892" y="1720" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7914" y="1702" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1920 Jahre</text>
			<text xml:space="preserve" x="7914" y="1719" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1950 Jahre</text>
			<text xml:space="preserve" x="7892" y="1743" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">30 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_45">
			<rect x="8100" y="1657" width="744" height="170" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8096" y="1653" width="740" height="166" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8106" y="1670" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Das Staatliche Bauhaus wurde 1919 von Walter Gropius in Weimar als Kunstschule gegründet.</text>
			<text xml:space="preserve" x="8106" y="1684" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nach Art und Konzeption war es damals etwas völlig Neues. Das historische Bauhaus stellt </text>
			<text xml:space="preserve" x="8106" y="1698" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">heute die einflussreichste Bildungsstätte im Bereich der Architektur, der Kunst und des </text>
			<text xml:space="preserve" x="8106" y="1712" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Designs dar. Das Bauhaus bestand von 1919 bis 1933 und gilt heute weltweit als </text>
			<text xml:space="preserve" x="8106" y="1726" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heimstätte der Avantgarde der Klassischen Moderne auf allen Gebieten der freien und </text>
			<text xml:space="preserve" x="8106" y="1740" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">angewandten Kunst. Die Resonanz des Bauhauses hält bis heute an und prägt wesentlich </text>
			<text xml:space="preserve" x="8106" y="1754" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">das Bild deutscher Entwürfe im Ausland.</text>
			<text xml:space="preserve" x="8106" y="1768" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Begriff Konstruktivismus verweist auf das lateinische Wort constructio: „Zusammenfügung“, „Bau“.</text>
			<text xml:space="preserve" x="8106" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<rect x="8100" y="1587" width="283" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8096" y="1583" width="279" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8105" y="1577" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8106" y="1586" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8106" y="1603" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Bauhaus</text>
			<rect x="7885" y="1587" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7881" y="1583" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7890" y="1577" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7891" y="1586" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7888" y="1603" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7888" y="1621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7910" y="1603" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1919 Jahre</text>
			<text xml:space="preserve" x="7910" y="1620" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1933 Jahre</text>
			<text xml:space="preserve" x="7888" y="1644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">14 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_46">
			<rect x="8096" y="1681" width="744" height="226" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8092" y="1677" width="740" height="222" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8102" y="1694" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Im Verismus gestaltet sich die Neue Sachlichkeit als eine politische Kunst, die sich kritisch </text>
			<text xml:space="preserve" x="8102" y="1708" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">mit der Gesellschaft der Weimarer Republik auseinandersetzt und sich mit sozialistischen </text>
			<text xml:space="preserve" x="8102" y="1722" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und kommunistischen Zielen solidarisierte. Aber auch auf die entgegengesetzte Richtung, </text>
			<text xml:space="preserve" x="8102" y="1736" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die Entwicklung einiger Künstler aus der Neuen Sachlichkeit in Richtung Nationalsozialismus, </text>
			<text xml:space="preserve" x="8102" y="1750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wird von Kunsthistorikern hingewiesen. Beispiele dafür sind zum Beispiel in Österreich Sergius </text>
			<text xml:space="preserve" x="8102" y="1764" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pauser und Ernst Nepo.</text>
			<text xml:space="preserve" x="8102" y="1778" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die wichtigsten Vertreter der Neuen Sachlichkeit waren Otto Dix, August Wilhelm Dressler, </text>
			<text xml:space="preserve" x="8102" y="1792" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Albert Birkle, Christian Schad, George Grosz, Conrad Felixmüller, Bernhard Kretzschmar, </text>
			<text xml:space="preserve" x="8102" y="1806" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Georg Schrimpf, Karl Hubbuch, Rudolf Schlichter und Karl Rössing. Die Veristen entwickelten </text>
			<text xml:space="preserve" x="8102" y="1820" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">einen der bekanntesten Topoi der Neuen Sachlichkeit in der Gestalt inhaltlich provokanter </text>
			<text xml:space="preserve" x="8102" y="1834" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Darstellungen, häufig bis ins Groteske übersteigert, mittels altmeisterlicher Techniken.</text>
			<text xml:space="preserve" x="8102" y="1848" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Begriff Konstruktivismus verweist auf das lateinische Wort constructio: „Zusammenfügung“, „Bau“.</text>
			<text xml:space="preserve" x="8102" y="1862" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<rect x="8096" y="1611" width="413" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8092" y="1607" width="409" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8101" y="1601" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8102" y="1610" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8102" y="1627" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Neue_Sachlichkeit_(Kunst)</text>
			<rect x="7881" y="1611" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7877" y="1607" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7886" y="1601" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7887" y="1610" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7884" y="1627" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7884" y="1645" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7906" y="1627" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1918 Jahre</text>
			<text xml:space="preserve" x="7906" y="1644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1933 Jahre</text>
			<text xml:space="preserve" x="7884" y="1668" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">15 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_47">
			<rect x="8220" y="1557" width="765" height="156" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8216" y="1553" width="761" height="152" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8226" y="1570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sozialistischer Realismus (kurz auch Sozrealismus genannt) war eine ideologisch begründete </text>
			<text xml:space="preserve" x="8226" y="1584" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Stilrichtung der Kunst des 20. Jahrhunderts mit dem Versuch einer starken Wirklichkeitsnähe </text>
			<text xml:space="preserve" x="8226" y="1598" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und dem Fehlen von Abstraktion und Ästhetisierung. Der sozialistische Realismus stellte Themen </text>
			<text xml:space="preserve" x="8226" y="1612" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">aus dem Arbeitsleben und der Technik des sozialistischen Alltags in den Vordergrund, etwa optimistisch </text>
			<text xml:space="preserve" x="8226" y="1626" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">nach vorn blickende Arbeiter eines Kolchos auf einem Traktor. Der Moderne zugewandte Künstler </text>
			<text xml:space="preserve" x="8226" y="1640" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">empfanden den Sozialistischen Realismus als „billige Massenkunst“ und gingen aus Angst vor politischer</text>
			<text xml:space="preserve" x="8226" y="1654" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Verfolgung in die innere Emigration.</text>
			<text xml:space="preserve" x="8226" y="1668" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<rect x="8220" y="1487" width="413" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8216" y="1483" width="409" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8225" y="1477" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8226" y="1486" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8226" y="1503" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Sozialistischer_Realismus</text>
			<rect x="8005" y="1487" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8001" y="1483" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8010" y="1477" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8011" y="1486" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8008" y="1503" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8008" y="1521" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8030" y="1503" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1949 Jahre</text>
			<text xml:space="preserve" x="8030" y="1520" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1991 Jahre</text>
			<text xml:space="preserve" x="8008" y="1544" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">42 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_48">
			<rect x="8208" y="1381" width="667" height="114" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8204" y="1377" width="663" height="110" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8214" y="1394" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Allen Ausprägungen des abstrakten Expressionismus war gemeinsam, dass das Gefühl, </text>
			<text xml:space="preserve" x="8214" y="1408" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die Emotion und die Spontanität wichtiger waren als Perfektion, Vernunft und </text>
			<text xml:space="preserve" x="8214" y="1422" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Reglementierung. Die Darstellungsweise war abstrakt, teilweise auch abstrakt-figurativ. </text>
			<text xml:space="preserve" x="8214" y="1436" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Maltechniken wurden variiert und der Farbauftrag auf den Malgrund wurde mit Pinseln, </text>
			<text xml:space="preserve" x="8214" y="1450" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">durchlöcherten Behältern und Eimern vollzogen. </text>
			<rect x="8208" y="1311" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8204" y="1307" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8213" y="1301" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8214" y="1310" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8214" y="1327" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Abstrakter_Expressionismus</text>
			<rect x="7993" y="1311" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7989" y="1307" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7998" y="1301" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7999" y="1310" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7996" y="1327" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7996" y="1345" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8018" y="1327" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1946 Jahre</text>
			<text xml:space="preserve" x="8018" y="1344" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1969 Jahre</text>
			<text xml:space="preserve" x="7996" y="1368" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">23 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_49">
			<rect x="8204" y="1432" width="730" height="226" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8200" y="1428" width="726" height="222" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8210" y="1445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Begriff Informel meint „keinen einheitlichen Stil, sondern charakterisiert eine künstlerische </text>
			<text xml:space="preserve" x="8210" y="1459" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Haltung, die das klassische Form- und Kompositionsprinzip ebenso ablehnt wie die </text>
			<text xml:space="preserve" x="8210" y="1473" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">geometrische Abstraktion“. </text>
			<text xml:space="preserve" x="8210" y="1487" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Konstitutiv ist das „Prinzip der Formlosigkeit“ im „Spannungsfeld von Formauflösung und </text>
			<text xml:space="preserve" x="8210" y="1501" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Formwerdung“. Der Begriff fasst verschiedene abstrakte Strömungen der europäischen </text>
			<text xml:space="preserve" x="8210" y="1515" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nachkriegskunst zusammen. Nach Rolf Wedewer umschließt er „zwei differente </text>
			<text xml:space="preserve" x="8210" y="1529" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ausdruckweisen – das Gestische und die Texturologien“.</text>
			<text xml:space="preserve" x="8210" y="1543" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="8210" y="1557" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Namensgeber war der Kunstkritiker Michel Tapié, der den Namen art informel für eine </text>
			<text xml:space="preserve" x="8210" y="1571" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pariser Ausstellung im Studio Facchetti im November 1951 mit dem Titel Signifiante de </text>
			<text xml:space="preserve" x="8210" y="1585" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">l'informel geprägt hat.] Vornehmlich in der Frühzeit war auch die Bezeichnung Tachismus </text>
			<text xml:space="preserve" x="8210" y="1599" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">üblich, ein von dem Kunstkritiker Pierre Guéguen geprägter Begriff.[5] Ein weiterer </text>
			<text xml:space="preserve" x="8210" y="1613" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">synonymer Begriff ist Lyrische Abstraktion.</text>
			<rect x="8204" y="1362" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8200" y="1358" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8209" y="1352" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8210" y="1361" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8210" y="1378" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Informelle_Kunst</text>
			<rect x="7989" y="1362" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7985" y="1358" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7994" y="1352" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7995" y="1361" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7992" y="1378" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7992" y="1396" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8014" y="1378" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1945 Jahre</text>
			<text xml:space="preserve" x="8014" y="1395" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1969 Jahre</text>
			<text xml:space="preserve" x="7992" y="1419" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">24 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_50">
			<rect x="8288" y="1482" width="807" height="268" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8284" y="1478" width="803" height="264" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8294" y="1495" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Konzeptkunst (engl. Conceptual Art) ist eine in den 1960er-Jahren durch den amerikanischen </text>
			<text xml:space="preserve" x="8294" y="1509" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Künstler Sol LeWitt geprägte Bezeichnung für eine Kunstrichtung.</text>
			<text xml:space="preserve" x="8294" y="1523" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ursprünglich aus dem Minimalismus kommend, steht Conceptual Art letztlich als Sammelbegriff </text>
			<text xml:space="preserve" x="8294" y="1537" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">für eine Weiterentwicklung der Tendenzen in der abstrakten Malerei und für unterschiedliche</text>
			<text xml:space="preserve" x="8294" y="1551" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Kunstrichtungen wie Objektkunst oder Happening, die den Gedanken für die Bedeutung </text>
			<text xml:space="preserve" x="8294" y="1565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">eines Kunstwerks als vorrangig erachten.</text>
			<text xml:space="preserve" x="8294" y="1579" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Mel Bochners erste Ausstellung im Jahr 1966 „Working Drawings and Other Visible Things on</text>
			<text xml:space="preserve" x="8294" y="1593" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Paper Not Necessarily Meant to Be Viewed as Art“ in der Galerie der School of Visual Arts in</text>
			<text xml:space="preserve" x="8294" y="1607" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> New York gilt als erste Ausstellung der Konzeptkunst-Bewegung.</text>
			<text xml:space="preserve" x="8294" y="1621" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Ausführung des Kunstwerks ist von untergeordneter Bedeutung und muss nicht durch </text>
			<text xml:space="preserve" x="8294" y="1635" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">den Künstler selbst erfolgen. Im Vordergrund stehen Konzept und Idee, die für die künstlerische </text>
			<text xml:space="preserve" x="8294" y="1649" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Arbeit als gleichwertig erachtet werden. An Stelle fertiger Bilder und Skulpturen treten in diesem Sinne </text>
			<text xml:space="preserve" x="8294" y="1663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Skizzen, Schriftstücke, Anleitungstexte oder unter Umständen Künstlerbücher, die eigene ästhetische </text>
			<text xml:space="preserve" x="8294" y="1677" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Qualitäten entfalten, auf. Eines der Ziele ist die "Entmaterialisierung" des Kunstwerks und die Einbeziehung </text>
			<text xml:space="preserve" x="8294" y="1691" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">des Betrachters. Gewohnte Sichtweisen, Begriffe und Zusammenhänge der Welt werden hinterfragt, </text>
			<text xml:space="preserve" x="8294" y="1705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">neue Regeln erfunden. Es wird mit Kontexten, Bedeutungen und Assoziationen gearbeitet.</text>
			<rect x="8288" y="1412" width="319" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8284" y="1408" width="315" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8293" y="1402" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8294" y="1411" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8294" y="1428" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Konzeptkunst</text>
			<rect x="8073" y="1412" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8069" y="1408" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8078" y="1402" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8079" y="1411" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8076" y="1428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8076" y="1446" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8098" y="1428" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1966 Jahre</text>
			<text xml:space="preserve" x="8098" y="1445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2012 Jahre</text>
			<text xml:space="preserve" x="8076" y="1469" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">46 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_51">
			<rect x="8024" y="1732" width="639" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8020" y="1728" width="635" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8030" y="1745" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In Architektur und Design versteht man unter Funktionalismus das Zurücktreten rein </text>
			<text xml:space="preserve" x="8030" y="1759" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ästhetischer Gestaltungsprinzipien hinter den die Form bestimmenden Verwendungszweck </text>
			<text xml:space="preserve" x="8030" y="1773" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">des Gebäudes oder des Geräts. Daher stammt der berühmte Ausspruch „Form follows </text>
			<text xml:space="preserve" x="8030" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">function“ („die Funktion bestimmt die Form“) von Louis Sullivan der der populären </text>
			<text xml:space="preserve" x="8030" y="1801" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Auffassung entsprang, eine zeitgemäße Schönheit in Architektur und Design ergebe </text>
			<text xml:space="preserve" x="8030" y="1815" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">sich bereits aus deren Funktionalität.</text>
			<text xml:space="preserve" x="8030" y="1829" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<rect x="8024" y="1662" width="406" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8020" y="1658" width="402" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8029" y="1652" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8030" y="1661" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8030" y="1678" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Funktionalismus_(Design)</text>
			<rect x="7809" y="1662" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7805" y="1658" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7814" y="1652" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7815" y="1661" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7812" y="1678" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7812" y="1696" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7834" y="1678" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1900 Jahre</text>
			<text xml:space="preserve" x="7834" y="1695" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 2000 Jahre</text>
			<text xml:space="preserve" x="7812" y="1719" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">100 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_52">
			<rect x="8272" y="1657" width="744" height="170" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8268" y="1653" width="740" height="166" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8278" y="1670" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Das Staatliche Bauhaus wurde 1919 von Walter Gropius in Weimar als Kunstschule gegründet.</text>
			<text xml:space="preserve" x="8278" y="1684" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Nach Art und Konzeption war es damals etwas völlig Neues. Das historische Bauhaus stellt </text>
			<text xml:space="preserve" x="8278" y="1698" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">heute die einflussreichste Bildungsstätte im Bereich der Architektur, der Kunst und des </text>
			<text xml:space="preserve" x="8278" y="1712" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Designs dar. Das Bauhaus bestand von 1919 bis 1933 und gilt heute weltweit als </text>
			<text xml:space="preserve" x="8278" y="1726" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Heimstätte der Avantgarde der Klassischen Moderne auf allen Gebieten der freien und </text>
			<text xml:space="preserve" x="8278" y="1740" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">angewandten Kunst. Die Resonanz des Bauhauses hält bis heute an und prägt wesentlich </text>
			<text xml:space="preserve" x="8278" y="1754" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">das Bild deutscher Entwürfe im Ausland.</text>
			<text xml:space="preserve" x="8278" y="1768" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Begriff Konstruktivismus verweist auf das lateinische Wort constructio: „Zusammenfügung“, „Bau“.</text>
			<text xml:space="preserve" x="8278" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<rect x="8272" y="1587" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8268" y="1583" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8277" y="1577" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8278" y="1586" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8278" y="1603" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Minimalismus_(Kunst)</text>
			<rect x="8057" y="1587" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8053" y="1583" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8062" y="1577" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8063" y="1586" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8060" y="1603" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8060" y="1621" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8082" y="1603" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1962 Jahre</text>
			<text xml:space="preserve" x="8082" y="1620" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2000 Jahre</text>
			<text xml:space="preserve" x="8060" y="1644" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">38 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_53">
			<rect x="8260" y="1682" width="681" height="254" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8256" y="1678" 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="8266" y="1695" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Das Happening (von englisch to happen ‚geschehen‘) ist neben Fluxus eine der wichtigsten</text>
			<text xml:space="preserve" x="8266" y="1709" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Formen der Aktionskunst der 1960er Jahre. Ein Happening ist ein improvisiertes Ereignis </text>
			<text xml:space="preserve" x="8266" y="1723" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">direkt mit dem Publikum. Eine der frühen Formen des Happenings ist die décollage. Dazu </text>
			<text xml:space="preserve" x="8266" y="1737" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gehören das Werfen von Gegenständen ins Publikum, Exhibitionismus, Blut- und Farborgien,</text>
			<text xml:space="preserve" x="8266" y="1751" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zerstören, Zerreißen, Verdrecken von Gegenständen. Ziel ist die durch unterschiedlichste </text>
			<text xml:space="preserve" x="8266" y="1765" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Handlungen verursachte Schockwirkung auf ein Publikum, das in das Ereignis einbezogen wird.</text>
			<text xml:space="preserve" x="8266" y="1779" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Dieses ist dabei Teil der vom Künstler erdachten Aktion. Es wird mit in die künstlerischen </text>
			<text xml:space="preserve" x="8266" y="1793" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Handlungen einbezogen, wobei der Geschehensablauf nicht von vornherein festgelegt ist. </text>
			<text xml:space="preserve" x="8266" y="1807" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Je nach Reaktion der Zuschauer kann unterschiedlich improvisiert werden (wobei Happenings </text>
			<text xml:space="preserve" x="8266" y="1821" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">selten vollständig improvisiert sind, sondern durchaus zuvor durchgeprobt werden). Hieraus </text>
			<text xml:space="preserve" x="8266" y="1835" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ergibt sich auch, dass Happenings für gewöhnlich keinen festen zeitlichen Rahmen haben, </text>
			<text xml:space="preserve" x="8266" y="1849" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">oftmals weiß das Publikum nicht einmal, wann das Happening beendet ist. Ein weiteres </text>
			<text xml:space="preserve" x="8266" y="1863" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Merkmal des Happenings ist die Verwendung verschiedenster Gegenstände und ihr zufälliges </text>
			<text xml:space="preserve" x="8266" y="1877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">oder gewolltes Nebeneinanderstellen, was auch ein Grundprinzip des Surrealismus ist. </text>
			<text xml:space="preserve" x="8266" y="1891" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">lateinische Wort constructio: „Zusammenfügung“, „Bau“.</text>
			<rect x="8260" y="1612" width="298" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8256" y="1608" width="294" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8265" y="1602" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8266" y="1611" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8266" y="1628" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Happening</text>
			<rect x="8045" y="1612" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8041" y="1608" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8050" y="1602" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8051" y="1611" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8048" y="1628" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8048" y="1646" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8070" y="1628" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1959 Jahre</text>
			<text xml:space="preserve" x="8070" y="1645" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1969 Jahre</text>
			<text xml:space="preserve" x="8048" y="1669" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_54">
			<rect x="8264" y="1582" width="681" height="254" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8260" y="1578" 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="8270" y="1595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Das Happening (von englisch to happen ‚geschehen‘) ist neben Fluxus eine der wichtigsten</text>
			<text xml:space="preserve" x="8270" y="1609" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Formen der Aktionskunst der 1960er Jahre. Ein Happening ist ein improvisiertes Ereignis </text>
			<text xml:space="preserve" x="8270" y="1623" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">direkt mit dem Publikum. Eine der frühen Formen des Happenings ist die décollage. Dazu </text>
			<text xml:space="preserve" x="8270" y="1637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">gehören das Werfen von Gegenständen ins Publikum, Exhibitionismus, Blut- und Farborgien,</text>
			<text xml:space="preserve" x="8270" y="1651" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zerstören, Zerreißen, Verdrecken von Gegenständen. Ziel ist die durch unterschiedlichste </text>
			<text xml:space="preserve" x="8270" y="1665" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Handlungen verursachte Schockwirkung auf ein Publikum, das in das Ereignis einbezogen wird.</text>
			<text xml:space="preserve" x="8270" y="1679" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Dieses ist dabei Teil der vom Künstler erdachten Aktion. Es wird mit in die künstlerischen </text>
			<text xml:space="preserve" x="8270" y="1693" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Handlungen einbezogen, wobei der Geschehensablauf nicht von vornherein festgelegt ist. </text>
			<text xml:space="preserve" x="8270" y="1707" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Je nach Reaktion der Zuschauer kann unterschiedlich improvisiert werden (wobei Happenings </text>
			<text xml:space="preserve" x="8270" y="1721" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">selten vollständig improvisiert sind, sondern durchaus zuvor durchgeprobt werden). Hieraus </text>
			<text xml:space="preserve" x="8270" y="1735" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ergibt sich auch, dass Happenings für gewöhnlich keinen festen zeitlichen Rahmen haben, </text>
			<text xml:space="preserve" x="8270" y="1749" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">oftmals weiß das Publikum nicht einmal, wann das Happening beendet ist. Ein weiteres </text>
			<text xml:space="preserve" x="8270" y="1763" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Merkmal des Happenings ist die Verwendung verschiedenster Gegenstände und ihr zufälliges </text>
			<text xml:space="preserve" x="8270" y="1777" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">oder gewolltes Nebeneinanderstellen, was auch ein Grundprinzip des Surrealismus ist. </text>
			<text xml:space="preserve" x="8270" y="1791" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">lateinische Wort constructio: „Zusammenfügung“, „Bau“.</text>
			<rect x="8264" y="1512" width="276" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8260" y="1508" width="272" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8269" y="1502" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8270" y="1511" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8270" y="1528" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Fluxus</text>
			<rect x="8049" y="1512" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8045" y="1508" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8054" y="1502" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8055" y="1511" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8052" y="1528" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8052" y="1546" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8074" y="1528" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1960 Jahre</text>
			<text xml:space="preserve" x="8074" y="1545" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1970 Jahre</text>
			<text xml:space="preserve" x="8052" y="1569" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_55">
			<rect x="8244" y="1607" width="688" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8240" y="1603" width="684" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8250" y="1620" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Pop Art ist eine Kunstrichtung, vor allem in der Malerei und Skulptur, die Mitte der 1950er </text>
			<text xml:space="preserve" x="8250" y="1634" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Jahre unabhängig voneinander in England und den USA entstand, und in den 1960er </text>
			<text xml:space="preserve" x="8250" y="1648" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Jahren zu einer vorherrschenden künstlerischen Ausdrucksform Nordamerikas und Europas </text>
			<text xml:space="preserve" x="8250" y="1662" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wurde.</text>
			<text xml:space="preserve" x="8250" y="1676" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Motive sind häufig der Alltagskultur, der Welt des Konsums, den Massenmedien und der </text>
			<text xml:space="preserve" x="8250" y="1690" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Werbung entnommen, während die Darstellung in fotorealistischer und meist </text>
			<text xml:space="preserve" x="8250" y="1704" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">überdimensionierter Abbildung erfolgt.</text>
			<rect x="8244" y="1537" width="283" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8240" y="1533" width="279" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8249" y="1527" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8250" y="1536" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8250" y="1553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Pop-Art</text>
			<rect x="8029" y="1537" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8025" y="1533" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8034" y="1527" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8035" y="1536" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8032" y="1553" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8032" y="1571" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8054" y="1553" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1955 Jahre</text>
			<text xml:space="preserve" x="8054" y="1570" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2012 Jahre</text>
			<text xml:space="preserve" x="8032" y="1594" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">57 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_56">
			<rect x="8272" y="1632" width="667" height="86" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8268" y="1628" width="663" height="82" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8278" y="1645" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Videokunst ist eine Kunstform, die sich der Projektion als Medium der künstlerischen </text>
			<text xml:space="preserve" x="8278" y="1659" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Aussage bedient. Die Videokunst entstand in den frühen 1960er Jahren in Deutschland </text>
			<text xml:space="preserve" x="8278" y="1673" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und Amerika.</text>
			<rect x="8272" y="1562" width="305" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8268" y="1558" width="301" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8277" y="1552" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8278" y="1561" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8278" y="1578" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Videokunst</text>
			<rect x="8057" y="1562" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8053" y="1558" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8062" y="1552" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8063" y="1561" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8060" y="1578" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8060" y="1596" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8082" y="1578" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1962 Jahre</text>
			<text xml:space="preserve" x="8082" y="1595" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2012 Jahre</text>
			<text xml:space="preserve" x="8060" y="1619" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">50 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_57">
			<rect x="8312" y="1332" width="660" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8308" y="1328" width="656" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8318" y="1345" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Fotorealismus ist ein nach der Pop Art vor allem in den USA entwickelter Stil extrem </text>
			<text xml:space="preserve" x="8318" y="1359" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">naturalistischer Malerei.</text>
			<text xml:space="preserve" x="8318" y="1373" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Er entstand in den späten 1960er und frühen 70er Jahren. Als erster öffentlicher </text>
			<text xml:space="preserve" x="8318" y="1387" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Auftritt kann die documenta 5 1972 in Kassel angesehen werden. Die Bilder und Plastiken </text>
			<text xml:space="preserve" x="8318" y="1401" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">des „US-Amerikanischen Fotorealismus“ brachen langjährige Tabus, die vor allem in </text>
			<text xml:space="preserve" x="8318" y="1415" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Deutschland gegenüber einem abbildenden Realismus existierten und in Abgrenzung gegen </text>
			<text xml:space="preserve" x="8318" y="1429" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die Kunst im Dritten Reich und gegen den Sozialistischen Realismus entstanden waren.</text>
			<rect x="8312" y="1262" width="326" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8308" y="1258" width="322" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8317" y="1252" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8318" y="1261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8318" y="1278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Fotorealismus</text>
			<rect x="8097" y="1262" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8093" y="1258" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8102" y="1252" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8103" y="1261" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8100" y="1278" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8100" y="1296" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8122" y="1278" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1972 Jahre</text>
			<text xml:space="preserve" x="8122" y="1295" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2012 Jahre</text>
			<text xml:space="preserve" x="8100" y="1319" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">40 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_58">
			<rect x="8288" y="1482" width="807" height="268" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8284" y="1478" width="803" height="264" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8294" y="1495" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Konzeptkunst (engl. Conceptual Art) ist eine in den 1960er-Jahren durch den amerikanischen </text>
			<text xml:space="preserve" x="8294" y="1509" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Künstler Sol LeWitt geprägte Bezeichnung für eine Kunstrichtung.</text>
			<text xml:space="preserve" x="8294" y="1523" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Ursprünglich aus dem Minimalismus kommend, steht Conceptual Art letztlich als Sammelbegriff </text>
			<text xml:space="preserve" x="8294" y="1537" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">für eine Weiterentwicklung der Tendenzen in der abstrakten Malerei und für unterschiedliche</text>
			<text xml:space="preserve" x="8294" y="1551" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Kunstrichtungen wie Objektkunst oder Happening, die den Gedanken für die Bedeutung </text>
			<text xml:space="preserve" x="8294" y="1565" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">eines Kunstwerks als vorrangig erachten.</text>
			<text xml:space="preserve" x="8294" y="1579" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Mel Bochners erste Ausstellung im Jahr 1966 „Working Drawings and Other Visible Things on</text>
			<text xml:space="preserve" x="8294" y="1593" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> Paper Not Necessarily Meant to Be Viewed as Art“ in der Galerie der School of Visual Arts in</text>
			<text xml:space="preserve" x="8294" y="1607" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> New York gilt als erste Ausstellung der Konzeptkunst-Bewegung.</text>
			<text xml:space="preserve" x="8294" y="1621" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Ausführung des Kunstwerks ist von untergeordneter Bedeutung und muss nicht durch </text>
			<text xml:space="preserve" x="8294" y="1635" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">den Künstler selbst erfolgen. Im Vordergrund stehen Konzept und Idee, die für die künstlerische </text>
			<text xml:space="preserve" x="8294" y="1649" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Arbeit als gleichwertig erachtet werden. An Stelle fertiger Bilder und Skulpturen treten in diesem Sinne </text>
			<text xml:space="preserve" x="8294" y="1663" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Skizzen, Schriftstücke, Anleitungstexte oder unter Umständen Künstlerbücher, die eigene ästhetische </text>
			<text xml:space="preserve" x="8294" y="1677" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Qualitäten entfalten, auf. Eines der Ziele ist die "Entmaterialisierung" des Kunstwerks und die Einbeziehung </text>
			<text xml:space="preserve" x="8294" y="1691" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">des Betrachters. Gewohnte Sichtweisen, Begriffe und Zusammenhänge der Welt werden hinterfragt, </text>
			<text xml:space="preserve" x="8294" y="1705" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">neue Regeln erfunden. Es wird mit Kontexten, Bedeutungen und Assoziationen gearbeitet.</text>
			<rect x="8288" y="1412" width="319" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8284" y="1408" width="315" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8293" y="1402" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8294" y="1411" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8294" y="1428" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Konzeptkunst</text>
			<rect x="8073" y="1412" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8069" y="1408" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8078" y="1402" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8079" y="1411" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8076" y="1428" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8076" y="1446" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8098" y="1428" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1966 Jahre</text>
			<text xml:space="preserve" x="8098" y="1445" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2012 Jahre</text>
			<text xml:space="preserve" x="8076" y="1469" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">46 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_59">
			<rect x="8284" y="1780" width="688" height="268" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8280" y="1776" width="684" height="264" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8290" y="1793" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Performance wird eine situationsbezogene, handlungsbetonte und vergängliche </text>
			<text xml:space="preserve" x="8290" y="1807" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(ephemere) künstlerische Darbietung eines Performers oder einer Performancegruppe </text>
			<text xml:space="preserve" x="8290" y="1821" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">genannt. Die Kunstform hinterfragt die Trennbarkeit von Künstler und Werk sowie die </text>
			<text xml:space="preserve" x="8290" y="1835" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Warenform traditioneller Kunstwerke.</text>
			<text xml:space="preserve" x="8290" y="1849" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">In den 1960er Jahren wurde, zunächst in den USA, der Begriff „Performance Art” zu einer </text>
			<text xml:space="preserve" x="8290" y="1863" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Sammelbezeichnung für künstlerisches Geschehen, das den üblichen Kontext der </text>
			<text xml:space="preserve" x="8290" y="1877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">„Performing Arts” (Darstellenden Künste) und der „Visual Arts” (Bildenden Künste) </text>
			<text xml:space="preserve" x="8290" y="1891" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">sprengte: Happenings, „Live Events”, Fluxuskonzerte, Straßenaktionen und </text>
			<text xml:space="preserve" x="8290" y="1905" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Demonstrationen als öffentliches künstlerisches Ereignis. Beeinflusst durch Antonin Artaud, </text>
			<text xml:space="preserve" x="8290" y="1919" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Dada, die Situationistische Internationale und Konzeptkunst wurde „Performance Art” um </text>
			<text xml:space="preserve" x="8290" y="1933" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1970 in den USA von Künstlern wie Allan Kaprow verstärkt als Antithese zu Theater </text>
			<text xml:space="preserve" x="8290" y="1947" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">formuliert und zunehmend als konzeptuell eigenständige Kunstform verstanden. In </text>
			<text xml:space="preserve" x="8290" y="1961" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">„Performance Art” dieses Typs sollte ein künstlerisches Ereignis nie in der gleichen Weise </text>
			<text xml:space="preserve" x="8290" y="1975" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wiederholt werden und nie die Struktur eines Stückes darstellender Kunst haben. Für die so </text>
			<text xml:space="preserve" x="8290" y="1989" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">definierte Kunstform wurde die Kurzform „Performance”, im Sinne von „Kunstperformance”, </text>
			<text xml:space="preserve" x="8290" y="2003" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ins Deutsche übernommen.</text>
			<rect x="8284" y="1710" width="370" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8280" y="1706" width="366" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8289" y="1700" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8290" y="1709" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8290" y="1726" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Performance_(Kunst)</text>
			<rect x="8069" y="1710" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8065" y="1706" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8074" y="1700" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8075" y="1709" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8072" y="1726" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8072" y="1744" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8094" y="1726" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1965 Jahre</text>
			<text xml:space="preserve" x="8094" y="1743" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2012 Jahre</text>
			<text xml:space="preserve" x="8072" y="1767" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">47 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_60">
			<rect x="8296" y="1307" width="870" height="170" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8292" y="1303" width="866" height="166" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8302" y="1320" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Land Art (so auch im Deutschen gebräuchlich) ist eine Ende der 1960er Jahre in den USA entstandene, </text>
			<text xml:space="preserve" x="8302" y="1334" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">1968 im Rahmen einer Ausstellung in der Galerie von Virginia Dwan in New York erstmals als „Earth Works“ </text>
			<text xml:space="preserve" x="8302" y="1348" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">bezeichnete Kunstströmung der Bildenden Kunst. Die vor allem in Deutschland gängige Bezeichnung „Land Art“ </text>
			<text xml:space="preserve" x="8302" y="1362" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wurde 1969 von dem deutschen Filmemacher und Fernsehgaleristen Gerry Schum </text>
			<text xml:space="preserve" x="8302" y="1376" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">in seiner ersten Fernsehausstellung Land Art (Ausstrahlung am 15. April 1969 im SFB) geprägt.</text>
			<text xml:space="preserve" x="8302" y="1390" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Land Art gehörte – gemeinsam mit dem Minimalismus – zu den radikalsten künstlerischen Konzepten </text>
			<text xml:space="preserve" x="8302" y="1404" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">jener Zeit und ist noch gegenwärtig – auch in der Architektur und in der Landschaftsarchitektur – eine wichtige </text>
			<text xml:space="preserve" x="8302" y="1418" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Inspirationsquelle. Selbst lehnten die Künstler allerdings Ende der 60er Jahre jegliche Klassifizierung strikt ab und </text>
			<text xml:space="preserve" x="8302" y="1432" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">arbeiteten oft parallel in mehreren verschiedenen Kunstrichtungen.</text>
			<rect x="8296" y="1237" width="290" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8292" y="1233" width="286" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8301" y="1227" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8302" y="1236" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8302" y="1253" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Land_Art</text>
			<rect x="8081" y="1237" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8077" y="1233" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8086" y="1227" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8087" y="1236" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8084" y="1253" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8084" y="1271" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8106" y="1253" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1968 Jahre</text>
			<text xml:space="preserve" x="8106" y="1270" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2012 Jahre</text>
			<text xml:space="preserve" x="8084" y="1294" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">44 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_61">
			<rect x="8304" y="1357" width="667" height="128" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8300" y="1353" width="663" height="124" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8310" y="1370" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Body-Art (dt. Körperkunst) ist ein künstlerisches Konzept des 20. Jahrhunderts. </text>
			<text xml:space="preserve" x="8310" y="1384" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Entstanden ist diese Kunstrichtung in den 1960ern aus der Happening- und Fluxusbewegung </text>
			<text xml:space="preserve" x="8310" y="1398" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">heraus. Der Körper dient sowohl als Kunstmedium als auch als Kunstobjekt. Häufig handelt </text>
			<text xml:space="preserve" x="8310" y="1412" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">es sich um Performances. Weitere Kunstrichtungen sind Fotografie und Videokunst. Die </text>
			<text xml:space="preserve" x="8310" y="1426" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Künstler fügen sich teilweise selbst Verletzungen und Schmerzen zu, behandeln also ihren </text>
			<text xml:space="preserve" x="8310" y="1440" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Körper als „Material“.</text>
			<rect x="8304" y="1287" width="290" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8300" y="1283" width="286" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8309" y="1277" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8310" y="1286" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8310" y="1303" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Body_Art</text>
			<rect x="8089" y="1287" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8085" y="1283" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8094" y="1277" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8095" y="1286" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8092" y="1303" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8092" y="1321" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8114" y="1303" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1970 Jahre</text>
			<text xml:space="preserve" x="8114" y="1320" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2012 Jahre</text>
			<text xml:space="preserve" x="8092" y="1344" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">42 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_62">
			<rect x="8344" y="1382" width="688" height="198" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8340" y="1378" 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="8350" y="1395" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Stilrichtung hat ihren Ursprung Anfang der 1980er in der italienischen Transavantgarde </text>
			<text xml:space="preserve" x="8350" y="1409" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">(Transavanguardia, später auch Arte Cifra bezeichnet) und etablierte sich nahezu zeitgleich </text>
			<text xml:space="preserve" x="8350" y="1423" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">in Europa und in den USA. In Frankreich wurde sie als Figuration Libre und in den </text>
			<text xml:space="preserve" x="8350" y="1437" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">englischsprachigen Ländern als New Image Painting oder Wild Style definiert. In Deutschland </text>
			<text xml:space="preserve" x="8350" y="1451" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und Österreich fand sich zunächst der Terminus „Neoexpressionismus“, später war von </text>
			<text xml:space="preserve" x="8350" y="1465" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">„Heftiger“ oder „Wilder“ Malerei die Rede. Der medienwirksamste und schließlich geläufigste </text>
			<text xml:space="preserve" x="8350" y="1479" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Begriff „Neue Wilde“ wurde erstmals von dem Expressionismusexperten, Kunsthistoriker </text>
			<text xml:space="preserve" x="8350" y="1493" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">und Aachener Museumsdirektor Wolfgang Becker verwendet. Becker hatte den Begriff </text>
			<text xml:space="preserve" x="8350" y="1507" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">eher kunsthistorisch abwertend gemeint und distanzierte sich später mit den Worten „er </text>
			<text xml:space="preserve" x="8350" y="1521" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">habe eigentlich etwas anderes gemeint“ von seiner Wortschöpfung.</text>
			<text xml:space="preserve" x="8350" y="1535" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<rect x="8344" y="1312" width="305" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8340" y="1308" width="301" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8349" y="1302" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8350" y="1311" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8350" y="1328" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Neue_Wilde</text>
			<rect x="8129" y="1312" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8125" y="1308" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8134" y="1302" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8135" y="1311" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8132" y="1328" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8132" y="1346" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8154" y="1328" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1980 Jahre</text>
			<text xml:space="preserve" x="8154" y="1345" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2012 Jahre</text>
			<text xml:space="preserve" x="8132" y="1369" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">32 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_63">
			<rect x="7832" y="800" width="228" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7996" y="2489" width="194" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="8032" y="1804" width="1311" height="268" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8028" y="1800" width="1307" height="264" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="8038" y="1817" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zeitgenössische Kunst bedeutet Kunst, insbesondere Bildende Kunst, die von Zeitgenossen hergestellt und von anderen Zeitgenossen als bedeutend wahrgenommen </text>
			<text xml:space="preserve" x="8038" y="1831" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">wird. In der Regel, wenn nicht ausdrücklich ein definierter, zurückliegender, Zeitrahmen genannt wird („Zeitgenössische Kunst des 19. Jahrhunderts“), ist damit die </text>
			<text xml:space="preserve" x="8038" y="1845" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Gegenwartskunst angesprochen. Vergleichbare Benennungen in diesem Zusammenhang sind aktuelle Kunst sowie der englischsprachige Begriff contemporary art.</text>
			<text xml:space="preserve" x="8038" y="1859" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Diese Begriffe werden benutzt, um die Bezeichnung Moderne Kunst bzw. Avantgarde zu vermeiden. Alltagssprachlich steht modern für „zeitgemäß, nach dem</text>
			<text xml:space="preserve" x="8038" y="1873" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zeitgeschmack, neuzeitlich“[1] und kann insofern als synonym zu zeitgenössisch gelten. Fachsprachlich, im Kontext der Kunst- und Kulturgeschichte, ist der Begriff </text>
			<text xml:space="preserve" x="8038" y="1887" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">der Moderne jedoch mehr oder weniger fest mit einer zwar nicht abgeschlossenen, aber bereits historischen Epoche der Kunstgeschichte verbunden. Insbesondere</text>
			<text xml:space="preserve" x="8038" y="1901" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> im Zusammenhang mit dem Aufkommen des Begriffs der Postmoderne, siehe auch Postmoderne Architektur, gilt hier modern nicht mehr unbedingt als zeitgenössisch </text>
			<text xml:space="preserve" x="8038" y="1915" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">oder zeitgemäß.</text>
			<text xml:space="preserve" x="8038" y="1929" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Mit den Begriffen Zeitgenössische Kunst, Gegenwartskunst und contemporary Art ist keine Aussage hinsichtlich Konzept, künstlerischem Stil, Technik, Form sowie hinsichtlich </text>
			<text xml:space="preserve" x="8038" y="1943" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Zugehörigkeit zu einer künstlerischen Strömung, Bewegung bzw. Gruppe verbunden. Zeitgenössische Kunst kann Malerei sein, aber beispielsweise auch in einer Form vorliegen, </text>
			<text xml:space="preserve" x="8038" y="1957" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die sich erst in den letzten Jahren und Jahrzehnten etablierte, wie beispielsweise Videokunst, Performance oder Konzeptkunst.</text>
			<text xml:space="preserve" x="8038" y="1971" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Die Begriffe Zeitgenössische Kunst und Gegenwartskunst können nicht nur auf das einzelne Kunstwerk zielen, sondern auch auf ein schwer abgrenzbares kulturelles und </text>
			<text xml:space="preserve" x="8038" y="1985" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">ökonomisches System der Kunstproduktion, das sich teilweise mit dem Kunstbetrieb überschneidet und teilweise am Kunstmarkt orientiert. Viele Museen und regelmäßig stattfindende </text>
			<text xml:space="preserve" x="8038" y="1999" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Kunstausstellungen sehen sich heute weltweit als Ausstellungsorte für relevante zeitgenössische Kunst. Als die bedeutendste Ausstellung für Gegenwartskunst gilt die alle fünf Jahre </text>
			<text xml:space="preserve" x="8038" y="2013" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">stattfindende documenta. Die Ausstellungsmacher der documenta 12 im Jahr 2007 betonten im Zusammenhang mit den Begriffen Zeitgenössische Kunst und aktuelle Kunst, </text>
			<text xml:space="preserve" x="8038" y="2027" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">dass „[...] „aktuell“ nicht heißt, dass die Werke gestern entstanden sind. Sie müssen für uns Heutige bedeutsam sein.“[2]</text>
			<rect x="8032" y="1734" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8028" y="1730" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8037" y="1724" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8038" y="1733" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8038" y="1750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Zeitgen%C3%B6ssische_Kunst</text>
			<rect x="7817" y="1734" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7813" y="1730" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7822" y="1724" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7823" y="1733" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7820" y="1750" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7820" y="1768" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7842" y="1750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1902 Jahre</text>
			<text xml:space="preserve" x="7842" y="1767" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2012 Jahre</text>
			<text xml:space="preserve" x="7820" y="1791" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">110 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_64">
			<rect x="-191" y="9" 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="5" 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="-1" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-185" y="8" 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="25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 0 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_65">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6615" y="3005" width="137" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6784" y="759" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6780" y="755" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6789" y="749" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6790" y="758" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6790" y="775" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/perrier-francois-bourguig.html</text>
			<rect x="6569" y="759" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6565" y="755" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6574" y="749" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6575" y="758" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6572" y="775" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6572" y="793" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6594" y="775" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1590 Jahre</text>
			<text xml:space="preserve" x="6594" y="792" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1650 Jahre</text>
			<text xml:space="preserve" x="6572" y="816" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">60 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_66">
			<rect x="6760" y="800" width="240" height="18" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6639" y="2964" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6635" y="2960" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6644" y="2954" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6645" y="2963" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6645" y="2980" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/perrier-francois-bourguig/acis-and-galetea-hiding-f.html</text>
			<rect x="6643" y="3036" width="606" height="444" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6635" y="3027" width="600" height="438" xlink:href="./Daten/ONr_66_QuickBild.jpg">
				<title>./Daten/ONr_66_QuickBild.jpg</title></image>
			<rect x="6632" y="3027" width="606" height="441" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6424" y="2964" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6420" y="2960" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6429" y="2954" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6430" y="2963" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6449" y="2980" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1570 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_67">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6217" y="3012" width="65" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6416" y="734" width="413" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6412" y="730" width="409" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6421" y="724" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6422" 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="6422" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-heemskerck-maerten.html</text>
			<rect x="6201" 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="6197" 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="6206" y="724" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6207" 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="6204" y="750" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6204" y="768" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6226" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1498 Jahre</text>
			<text xml:space="preserve" x="6226" y="767" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1574 Jahre</text>
			<text xml:space="preserve" x="6204" y="791" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">76 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_68">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6392" y="775" width="304" height="18" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6241" y="2971" width="578" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6237" y="2967" width="574" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6246" y="2961" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6247" y="2970" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6247" y="2987" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-heemskerck-maerten/lukas-malt-die-madonna.html</text>
			<rect x="6245" y="3043" width="367" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6237" y="3034" width="361" height="500" xlink:href="./Daten/ONr_68_QuickBild.jpg">
				<title>./Daten/ONr_68_QuickBild.jpg</title></image>
			<rect x="6234" y="3034" width="367" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6026" y="2971" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6022" y="2967" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6031" y="2961" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6032" y="2970" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6051" y="2987" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1462 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_69">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6344" y="2982" width="81" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6532" y="634" width="384" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6528" y="630" width="380" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6537" y="624" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6538" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6538" y="650" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tibaldi-pellegrino.html</text>
			<rect x="6317" y="634" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6313" y="630" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6322" y="624" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6323" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6320" y="650" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6320" y="668" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6342" y="650" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1527 Jahre</text>
			<text xml:space="preserve" x="6342" y="667" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1596 Jahre</text>
			<text xml:space="preserve" x="6320" y="691" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">69 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_70">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6508" y="675" width="276" height="18" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6368" y="2941" width="542" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6364" y="2937" width="538" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6373" y="2931" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6374" y="2940" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6374" y="2957" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tibaldi-pellegrino/anbetung-der-hirten-5.html</text>
			<rect x="6372" y="3013" width="375" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6364" y="3004" width="369" height="550" xlink:href="./Daten/ONr_70_QuickBild.jpg">
				<title>./Daten/ONr_70_QuickBild.jpg</title></image>
			<rect x="6361" y="3004" width="375" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6153" y="2941" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6149" y="2937" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6158" y="2931" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6159" y="2940" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6178" y="2957" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1496 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_71">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6283" y="3012" width="58" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6368" y="759" width="384" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6364" y="755" width="380" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6373" y="749" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6374" y="758" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6374" y="775" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/beccafumi-domenico.html</text>
			<rect x="6153" y="759" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6149" y="755" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6158" y="749" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6159" y="758" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6156" y="775" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6156" y="793" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6178" y="775" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1486 Jahre</text>
			<text xml:space="preserve" x="6178" y="792" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1551 Jahre</text>
			<text xml:space="preserve" x="6156" y="816" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">65 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_72">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6344" y="800" width="260" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6307" y="2971" width="470" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6303" y="2967" width="466" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6312" y="2961" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6313" y="2970" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6313" y="2987" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/beccafumi-domenico/engelssturz.html</text>
			<rect x="6311" y="3043" width="298" height="456" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6303" y="3034" width="292" height="450" xlink:href="./Daten/ONr_72_QuickBild.jpg">
				<title>./Daten/ONr_72_QuickBild.jpg</title></image>
			<rect x="6300" y="3034" width="298" height="453" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6092" y="2971" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6088" y="2967" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6097" y="2961" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6098" y="2970" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6117" y="2987" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1478 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_73">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6514" y="3032" width="100" height="71" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6316" y="784" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6312" y="780" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6321" y="774" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6322" 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="6322" y="800" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/burgkmair-d-ae-hans.html</text>
			<rect x="6101" 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="6097" 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="6106" y="774" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6107" 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="6104" y="800" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6104" y="818" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6126" y="800" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1473 Jahre</text>
			<text xml:space="preserve" x="6126" y="817" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1531 Jahre</text>
			<text xml:space="preserve" x="6104" y="841" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">58 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_74">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6292" y="825" width="232" height="18" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6538" y="2991" width="578" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6534" y="2987" width="574" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6543" y="2981" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6544" y="2990" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6544" y="3007" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/burgkmair-d-ae-hans/basilika-sta-croce-christ.html</text>
			<rect x="6542" y="3063" width="289" height="207" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6534" y="3054" width="283" height="201" xlink:href="./Daten/ONr_74_QuickBild.jpg">
				<title>./Daten/ONr_74_QuickBild.jpg</title></image>
			<rect x="6531" y="3054" width="289" height="204" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6323" y="2991" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6319" y="2987" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6328" y="2981" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6329" y="2990" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6348" y="3007" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1541 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_75">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6802" y="3107" width="68" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6616" y="784" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6612" y="780" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6621" y="774" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6622" 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="6622" y="800" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/goltzius-hendrick.html</text>
			<rect x="6401" 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="6397" 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="6406" y="774" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6407" 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="6404" y="800" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6404" y="818" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6426" y="800" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1548 Jahre</text>
			<text xml:space="preserve" x="6426" y="817" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1616 Jahre</text>
			<text xml:space="preserve" x="6404" y="841" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">68 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_76">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6592" y="825" width="272" height="18" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6826" y="3066" width="550" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6822" y="3062" width="546" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6831" y="3056" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6832" y="3065" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6832" y="3082" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/goltzius-hendrick/bacchus-venus-and-ceres.html</text>
			<rect x="6830" y="3138" width="456" height="605" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6822" y="3129" width="450" height="599" xlink:href="./Daten/ONr_76_QuickBild.jpg">
				<title>./Daten/ONr_76_QuickBild.jpg</title></image>
			<rect x="6819" y="3129" width="456" height="602" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6611" y="3066" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6607" y="3062" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6616" y="3056" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6617" y="3065" 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="3082" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1609 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_77">
			<rect x="-11400" y="1247" width="14200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="250" y="80" width="250" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="418" y="1771" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="414" y="1767" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="423" y="1761" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="424" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="424" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/roman/erotic-scene-house-of-the.html</text>
			<rect x="422" y="1843" width="500" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="414" y="1834" width="494" height="550" xlink:href="./Daten/ONr_77_QuickBild.jpg">
				<title>./Daten/ONr_77_QuickBild.jpg</title></image>
			<rect x="411" y="1834" width="500" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="203" y="1771" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="199" y="1767" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="208" y="1761" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="209" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="228" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_78">
			<rect x="-11400" y="1247" width="14200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="250" y="80" width="250" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="259" y="1771" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="255" y="1767" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="264" y="1761" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="265" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="265" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/roman/idyllic-landscape-from-he.html</text>
			<rect x="263" y="1843" width="456" height="314" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="255" y="1834" width="450" height="308" xlink:href="./Daten/ONr_78_QuickBild.jpg">
				<title>./Daten/ONr_78_QuickBild.jpg</title></image>
			<rect x="252" y="1834" width="456" height="311" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="44" y="1771" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="40" y="1767" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="49" y="1761" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="50" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="69" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> -25 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_79">
			<rect x="-11400" y="1247" width="14200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="250" y="80" width="250" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="272" y="1871" width="413" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="268" y="1867" width="409" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="277" y="1861" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="278" y="1870" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="278" y="1887" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">kunstkopie.de/a/roman/scourged-woman-and-dancer-1.html</text>
			<rect x="276" y="1943" width="506" height="439" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="268" y="1934" width="500" height="433" xlink:href="./Daten/ONr_79_QuickBild.jpg">
				<title>./Daten/ONr_79_QuickBild.jpg</title></image>
			<rect x="265" y="1934" width="506" height="436" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="57" y="1871" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="53" y="1867" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="62" y="1861" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="63" y="1870" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="82" y="1887" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> -25 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_80">
			<rect x="-11400" y="1247" width="14200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="250" y="80" width="250" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="437" y="1901" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="433" y="1897" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="442" y="1891" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="443" y="1900" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="443" y="1917" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/roman/three-graces-from-pompeii.html</text>
			<rect x="441" y="1973" width="394" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="433" y="1964" width="388" height="500" xlink:href="./Daten/ONr_80_QuickBild.jpg">
				<title>./Daten/ONr_80_QuickBild.jpg</title></image>
			<rect x="430" y="1964" width="394" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="222" y="1901" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="218" y="1897" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="227" y="1891" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="228" y="1900" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="247" y="1917" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_81">
			<rect x="-11400" y="1247" width="14200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="250" y="80" width="250" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="541" y="1921" width="470" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="537" y="1917" width="466" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="546" y="1911" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="547" y="1920" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="547" y="1937" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/roman/the-aldobrandini-wedding.html</text>
			<rect x="545" y="1993" width="556" height="195" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="537" y="1984" width="550" height="189" xlink:href="./Daten/ONr_81_QuickBild.jpg">
				<title>./Daten/ONr_81_QuickBild.jpg</title></image>
			<rect x="534" y="1984" width="556" height="192" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="326" y="1921" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="322" y="1917" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="331" y="1911" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="332" y="1920" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="351" y="1937" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 62 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_82">
			<rect x="-11400" y="1247" width="14200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="643" y="1812" width="114" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="474" y="14" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="470" y="10" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="479" y="4" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="480" y="13" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="480" y="30" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/pompeji-wandmalerei.html</text>
			<rect x="259" y="14" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="255" y="10" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="264" y="4" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="265" y="13" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="262" y="30" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="262" y="48" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="284" y="30" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 12 Jahre</text>
			<text xml:space="preserve" x="284" y="47" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 100 Jahre</text>
			<text xml:space="preserve" x="262" y="71" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">88 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_83">
			<rect x="-11400" y="1247" width="14200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="394" y="1812" width="108" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="235" y="1812" width="131" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="248" y="1912" width="104" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="413" y="1942" width="70" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="517" y="1962" width="262" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="274" y="39" width="290" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="270" y="35" width="286" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="279" y="29" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="280" y="38" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="280" y="55" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/roman.html</text>
			<rect x="59" y="39" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="55" y="35" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="64" y="29" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="65" y="38" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="62" y="55" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="62" y="73" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="84" y="55" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -38 Jahre</text>
			<text xml:space="preserve" x="84" y="72" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 25 Jahre</text>
			<text xml:space="preserve" x="62" y="96" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">63 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_84">
			<rect x="-11400" y="1247" width="14200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="-1882" y="1812" width="60" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="-436" y="1812" width="73" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="-960" y="1812" width="120" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="-1976" y="69" width="290" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-1980" y="65" width="286" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-1971" y="59" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-1970" y="68" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="-1970" y="85" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/greek.html</text>
			<rect x="-2191" y="69" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-2195" y="65" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-2186" y="59" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-2185" y="68" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-2188" y="85" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="-2188" y="103" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="-2166" y="85" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -600 Jahre</text>
			<text xml:space="preserve" x="-2166" y="102" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 0 Jahre</text>
			<text xml:space="preserve" x="-2188" y="126" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">600 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_85">
			<rect x="-11400" y="1247" width="14200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="-2000" y="110" width="2400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="-1858" y="1771" width="470" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-1862" y="1767" width="466" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-1853" y="1761" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-1852" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="-1852" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/greek/anavysos-kouros-funerary.html</text>
			<rect x="-1854" y="1843" width="262" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="-1862" y="1834" width="256" height="600" xlink:href="./Daten/ONr_85_QuickBild.jpg">
				<title>./Daten/ONr_85_QuickBild.jpg</title></image>
			<rect x="-1865" y="1834" width="262" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="-2073" y="1771" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-2077" y="1767" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-2068" y="1761" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-2067" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-2048" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -563 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_86">
			<rect x="-11400" y="1247" width="14200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="-2000" y="110" width="2400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="-412" y="1771" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-416" y="1767" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-407" y="1761" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-406" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="-406" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/greek/figurine-of-a-girl-runnin.html</text>
			<rect x="-408" y="1843" width="456" height="563" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="-416" y="1834" width="450" height="557" xlink:href="./Daten/ONr_86_QuickBild.jpg">
				<title>./Daten/ONr_86_QuickBild.jpg</title></image>
			<rect x="-419" y="1834" width="456" height="560" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="-627" y="1771" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-631" y="1767" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-622" y="1761" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-621" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-602" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -200 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_87">
			<rect x="-11400" y="1247" width="14200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="-2000" y="110" width="2400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="-936" y="1771" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-940" y="1767" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-931" y="1761" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-930" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="-930" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/greek/the-alexander-sarcophagus.html</text>
			<rect x="-932" y="1843" width="456" height="344" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="-940" y="1834" width="450" height="338" xlink:href="./Daten/ONr_87_QuickBild.jpg">
				<title>./Daten/ONr_87_QuickBild.jpg</title></image>
			<rect x="-943" y="1834" width="456" height="341" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="-1151" y="1771" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="-1155" y="1767" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="-1146" y="1761" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="-1145" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="-1126" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ -325 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_88">
			<rect x="4960" y="1278" width="1640" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5872" y="3107" width="144" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5974" y="784" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5970" y="780" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5979" y="774" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5980" 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="5980" y="800" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/angelico-fra.html</text>
			<rect x="5759" 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="5755" 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="5764" y="774" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5765" 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="5762" y="800" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5762" y="818" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5784" y="800" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1387 Jahre</text>
			<text xml:space="preserve" x="5784" y="817" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1455 Jahre</text>
			<text xml:space="preserve" x="5762" y="841" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">68 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_89">
			<rect x="4960" y="1278" width="1640" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5950" y="825" width="272" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5896" y="3066" width="542" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5892" y="3062" width="538" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5901" y="3056" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5902" y="3065" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5902" y="3082" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/angelico-fra/die-verkuendigung-an-mari-1.html</text>
			<rect x="5900" y="3138" width="606" height="589" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5892" y="3129" width="600" height="583" xlink:href="./Daten/ONr_89_QuickBild.jpg">
				<title>./Daten/ONr_89_QuickBild.jpg</title></image>
			<rect x="5889" y="3129" width="606" height="586" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5681" y="3066" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5677" y="3062" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5686" y="3056" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5687" y="3065" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5706" y="3082" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1386 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_90">
			<rect x="4960" y="1278" width="1640" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5995" y="3012" width="59" height="83" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6024" y="759" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6020" y="755" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6029" y="749" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6030" y="758" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6030" y="775" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-der-weyden.html</text>
			<rect x="5809" y="759" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5805" y="755" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5814" y="749" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5815" y="758" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5812" y="775" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5812" y="793" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5834" y="775" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1400 Jahre</text>
			<text xml:space="preserve" x="5834" y="792" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1465 Jahre</text>
			<text xml:space="preserve" x="5812" y="816" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">65 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_91">
			<rect x="4960" y="1278" width="1640" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6000" y="800" width="260" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6019" y="2971" width="492" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6015" y="2967" width="488" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6024" y="2961" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6025" y="2970" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6025" y="2987" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-der-weyden/bildnis-einer-frau.html</text>
			<rect x="6023" y="3043" width="178" height="246" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6015" y="3034" width="172" height="240" xlink:href="./Daten/ONr_91_QuickBild.jpg">
				<title>./Daten/ONr_91_QuickBild.jpg</title></image>
			<rect x="6012" y="3034" width="178" height="243" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5804" y="2971" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5800" y="2967" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5809" y="2961" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5810" y="2970" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5829" y="2987" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1406 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_92">
			<rect x="4960" y="1278" width="1640" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5802" y="3157" width="61" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5868" y="809" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5864" y="805" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5873" y="799" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5874" y="808" 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="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/rublev-andrej.html</text>
			<rect x="5653" y="809" 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="805" 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="799" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5659" y="808" 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="825" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5656" y="843" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5678" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1361 Jahre</text>
			<text xml:space="preserve" x="5678" y="842" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1431 Jahre</text>
			<text xml:space="preserve" x="5656" y="866" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">70 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_93">
			<rect x="4960" y="1278" width="1640" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5844" y="850" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5826" y="3116" width="499" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5822" y="3112" width="495" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5831" y="3106" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5832" y="3115" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5832" y="3132" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/rublev-andrej/der-erzengel-michael.html</text>
			<rect x="5830" y="3188" width="344" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5822" y="3179" width="338" height="500" xlink:href="./Daten/ONr_93_QuickBild.jpg">
				<title>./Daten/ONr_93_QuickBild.jpg</title></image>
			<rect x="5819" y="3179" width="344" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5611" y="3116" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5607" y="3112" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5616" y="3106" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5617" y="3115" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5636" y="3132" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1358 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_94">
			<rect x="4960" y="1278" width="1640" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5874" y="3012" width="116" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6026" y="734" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6022" y="730" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6031" y="724" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6032" 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="6032" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/meister-oberrheinischer.html</text>
			<rect x="5811" 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="5807" 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="5816" y="724" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5817" 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="5814" y="750" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5814" y="768" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5836" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1400 Jahre</text>
			<text xml:space="preserve" x="5836" y="767" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1430 Jahre</text>
			<text xml:space="preserve" x="5814" y="791" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">30 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_95">
			<rect x="4960" y="1278" width="1640" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6002" y="775" width="120" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5898" y="2971" width="578" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5894" y="2967" width="574" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5903" y="2961" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5904" y="2970" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5904" y="2987" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/meister-oberrheinischer/das-paradiesgaertlein.html</text>
			<rect x="5902" y="3043" width="556" height="432" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5894" y="3034" width="550" height="426" xlink:href="./Daten/ONr_95_QuickBild.jpg">
				<title>./Daten/ONr_95_QuickBild.jpg</title></image>
			<rect x="5891" y="3034" width="556" height="429" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5683" y="2971" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5679" y="2967" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5688" y="2961" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5689" y="2970" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5708" y="2987" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1383 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_96">
			<rect x="4960" y="1278" width="1640" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5899" y="2887" width="90" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6064" y="709" width="362" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6060" y="705" width="358" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6069" y="699" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6070" y="708" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6070" y="725" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/christus-petrus.html</text>
			<rect x="5849" y="709" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5845" y="705" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5854" y="699" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5855" y="708" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5852" y="725" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5852" y="743" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5874" y="725" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1410 Jahre</text>
			<text xml:space="preserve" x="5874" y="742" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1472 Jahre</text>
			<text xml:space="preserve" x="5852" y="766" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">62 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_97">
			<rect x="4960" y="1278" width="1640" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6040" y="750" width="248" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5923" y="2846" width="564" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5919" y="2842" width="560" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5928" y="2836" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5929" y="2845" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5929" y="2862" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/christus-petrus/bildnis-einer-jungen-frau-6.html</text>
			<rect x="5927" y="2918" width="417" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5919" y="2909" width="411" height="550" xlink:href="./Daten/ONr_97_QuickBild.jpg">
				<title>./Daten/ONr_97_QuickBild.jpg</title></image>
			<rect x="5916" y="2909" width="417" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5708" y="2846" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5704" y="2842" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5713" y="2836" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5714" y="2845" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5733" y="2862" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1386 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_98">
			<rect x="4960" y="1278" width="1640" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5439" y="3157" width="138" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5547" y="809" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5543" y="805" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5552" y="799" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5553" y="808" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5553" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/lorenzetti-pietro.html</text>
			<rect x="5332" y="809" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5328" y="805" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5337" y="799" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5338" y="808" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5335" y="825" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5335" y="843" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5357" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1280 Jahre</text>
			<text xml:space="preserve" x="5357" y="842" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1348 Jahre</text>
			<text xml:space="preserve" x="5335" y="866" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">68 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_99">
			<rect x="4960" y="1278" width="1640" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5523" y="850" width="272" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5463" y="3116" width="485" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5459" y="3112" width="481" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5468" y="3106" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5469" y="3115" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5469" y="3132" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/lorenzetti-pietro/annunciation-1.html</text>
			<rect x="5467" y="3188" width="456" height="299" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5459" y="3179" width="450" height="293" xlink:href="./Daten/ONr_99_QuickBild.jpg">
				<title>./Daten/ONr_99_QuickBild.jpg</title></image>
			<rect x="5456" y="3179" width="456" height="296" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5248" y="3116" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5244" y="3112" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5253" y="3106" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5254" y="3115" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5273" y="3132" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1277 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_100">
			<rect x="6180" y="50" width="260" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6061" y="1807" width="222" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5960" y="175" width="204" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5909" y="1807" width="54" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6124" y="100" width="288" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6064" y="1952" width="177" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6132" y="75" width="244" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6065" y="2097" width="135" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5468" y="175" width="280" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5712" y="2201" width="84" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6090" y="125" width="280" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5970" y="1807" width="84" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5989" y="150" width="312" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5843" y="1932" width="210" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6107" y="1287" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6103" y="1283" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6112" y="1277" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6113" y="1286" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6113" y="1303" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Fr%C3%BChrenaissance</text>
			<rect x="5892" y="1287" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5888" y="1283" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5897" y="1277" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5898" y="1286" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5895" y="1303" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5895" y="1321" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5917" y="1303" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1420 Jahre</text>
			<text xml:space="preserve" x="5917" y="1320" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1555 Jahre</text>
			<text xml:space="preserve" x="5895" y="1344" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">135 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_101">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6061" y="1807" width="222" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6204" y="9" width="326" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6200" y="5" width="322" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6209" y="-1" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6210" y="8" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6210" y="25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/botticelli.html</text>
			<rect x="5989" y="9" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5985" y="5" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5994" y="-1" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5995" y="8" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5992" y="25" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5992" y="43" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6014" y="25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1445 Jahre</text>
			<text xml:space="preserve" x="6014" y="42" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1510 Jahre</text>
			<text xml:space="preserve" x="5992" y="66" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">65 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_102">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6180" y="50" width="260" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6085" y="1766" width="463" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6081" y="1762" width="459" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6090" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6091" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6091" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/botticelli/geburt-der-venus-1.html</text>
			<rect x="6089" y="1838" width="606" height="384" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6081" y="1829" width="600" height="378" xlink:href="./Daten/ONr_102_QuickBild.jpg">
				<title>./Daten/ONr_102_QuickBild.jpg</title></image>
			<rect x="6078" y="1829" width="606" height="381" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5870" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5866" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5875" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5876" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5895" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1443 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_103">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5909" y="1807" width="54" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5984" y="134" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5980" y="130" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5989" y="124" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5990" y="133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5990" y="150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/jan-van-eyck.html</text>
			<rect x="5769" y="134" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5765" y="130" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5774" y="124" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5775" y="133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5772" y="150" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5772" y="168" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5794" y="150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1390 Jahre</text>
			<text xml:space="preserve" x="5794" y="167" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1441 Jahre</text>
			<text xml:space="preserve" x="5772" y="191" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">51 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_104">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5960" y="175" width="204" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5933" y="1766" width="499" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5929" y="1762" width="495" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5938" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5939" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5939" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/jan-van-eyck/madonna-in-der-kirche.html</text>
			<rect x="5937" y="1838" width="277" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5929" y="1829" width="271" height="600" xlink:href="./Daten/ONr_104_QuickBild.jpg">
				<title>./Daten/ONr_104_QuickBild.jpg</title></image>
			<rect x="5926" y="1829" width="277" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5718" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5714" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5723" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5724" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5743" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1384 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_105">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6064" y="1952" width="177" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6148" y="59" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6144" y="55" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6153" y="49" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6154" y="58" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6154" y="75" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/mantegna-andrea-1.html</text>
			<rect x="5933" y="59" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5929" y="55" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5938" y="49" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5939" y="58" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5936" y="75" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5936" y="93" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5958" y="75" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1431 Jahre</text>
			<text xml:space="preserve" x="5958" y="92" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1503 Jahre</text>
			<text xml:space="preserve" x="5936" y="116" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">72 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_106">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6124" y="100" width="288" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6088" y="1911" width="564" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6084" y="1907" width="560" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6093" y="1901" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6094" y="1910" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6094" y="1927" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/mantegna-andrea-1/kalvarienberg-mittelstuec.html</text>
			<rect x="6092" y="1983" width="606" height="481" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6084" y="1974" width="600" height="475" xlink:href="./Daten/ONr_106_QuickBild.jpg">
				<title>./Daten/ONr_106_QuickBild.jpg</title></image>
			<rect x="6081" y="1974" width="606" height="478" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5873" y="1911" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5869" y="1907" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5878" y="1901" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5879" y="1910" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5898" y="1927" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1438 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_107">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6065" y="2097" width="135" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6156" y="34" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6152" y="30" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6161" y="24" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6162" y="33" 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="50" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/memling-hans.html</text>
			<rect x="5941" y="34" 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="30" 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="24" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5947" y="33" 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="50" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5944" y="68" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5966" y="50" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1433 Jahre</text>
			<text xml:space="preserve" x="5966" y="67" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1494 Jahre</text>
			<text xml:space="preserve" x="5944" y="91" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">61 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_108">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6132" y="75" width="244" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6089" y="2056" width="528" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6085" y="2052" width="524" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6094" y="2046" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6095" y="2055" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6095" y="2072" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/memling-hans/kreuzigung-christi-mittel.html</text>
			<rect x="6093" y="2128" width="606" height="539" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6085" y="2119" width="600" height="533" xlink:href="./Daten/ONr_108_QuickBild.jpg">
				<title>./Daten/ONr_108_QuickBild.jpg</title></image>
			<rect x="6082" y="2119" width="606" height="536" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5874" y="2056" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5870" y="2052" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5879" y="2046" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5880" y="2055" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5899" y="2072" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1433 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_109">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5712" y="2201" width="84" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5492" y="134" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5488" y="130" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5497" y="124" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5498" y="133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5498" y="150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/giotto-di-bondone.html</text>
			<rect x="5277" y="134" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5273" y="130" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5282" y="124" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5283" y="133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5280" y="150" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5280" y="168" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5302" y="150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1267 Jahre</text>
			<text xml:space="preserve" x="5302" y="167" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1337 Jahre</text>
			<text xml:space="preserve" x="5280" y="191" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">70 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_110">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5468" y="175" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5736" y="2160" width="521" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5732" y="2156" width="517" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5741" y="2150" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5742" y="2159" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5742" y="2176" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/giotto-di-bondone/allegory-of-justice.html</text>
			<rect x="5740" y="2232" width="391" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5732" y="2223" width="385" height="550" xlink:href="./Daten/ONr_110_QuickBild.jpg">
				<title>./Daten/ONr_110_QuickBild.jpg</title></image>
			<rect x="5729" y="2223" width="391" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5521" y="2160" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5517" y="2156" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5526" y="2150" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5527" y="2159" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5546" y="2176" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1338 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_111">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5970" y="1807" width="84" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6114" y="84" width="406" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6110" y="80" width="402" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6119" y="74" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6120" y="83" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6120" y="100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/della-francesca-piero.html</text>
			<rect x="5899" y="84" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5895" y="80" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5904" y="74" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5905" y="83" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5902" y="100" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5902" y="118" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5924" y="100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1422 Jahre</text>
			<text xml:space="preserve" x="5924" y="117" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1492 Jahre</text>
			<text xml:space="preserve" x="5902" y="141" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">70 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_112">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6090" y="125" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5994" y="1766" width="593" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5990" y="1762" width="589" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5999" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6000" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6000" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/della-francesca-piero/von-zwei-einhoernern-gezo.html</text>
			<rect x="5998" y="1838" width="392" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5990" y="1829" width="386" height="550" xlink:href="./Daten/ONr_112_QuickBild.jpg">
				<title>./Daten/ONr_112_QuickBild.jpg</title></image>
			<rect x="5987" y="1829" width="392" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5779" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5775" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5784" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5785" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5804" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1403 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_113">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5843" y="1932" width="210" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6013" y="109" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6009" y="105" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6018" y="99" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6019" y="108" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6019" y="125" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/uccello-paolo.html</text>
			<rect x="5798" y="109" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5794" y="105" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5803" y="99" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5804" y="108" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5801" y="125" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5801" y="143" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5823" y="125" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1397 Jahre</text>
			<text xml:space="preserve" x="5823" y="142" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1475 Jahre</text>
			<text xml:space="preserve" x="5801" y="166" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">78 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_114">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6172" y="2442" width="96" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6232" y="459" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6228" y="455" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6237" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6238" 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="6238" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/leonardo-da-vinci.html</text>
			<rect x="6017" 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="6013" 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="6022" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6023" 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="6020" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6020" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6042" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1452 Jahre</text>
			<text xml:space="preserve" x="6042" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1519 Jahre</text>
			<text xml:space="preserve" x="6020" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">67 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_115">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6208" y="500" width="268" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6196" y="2401" width="449" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6192" y="2397" width="445" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6201" y="2391" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6202" y="2400" 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="2417" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/leonardo-da-vinci/mona-lisa.html</text>
			<rect x="6200" y="2473" width="419" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6192" y="2464" width="413" height="600" xlink:href="./Daten/ONr_115_QuickBild.jpg">
				<title>./Daten/ONr_115_QuickBild.jpg</title></image>
			<rect x="6189" y="2464" width="419" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5981" y="2401" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5977" y="2397" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5986" y="2391" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5987" y="2400" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6006" y="2417" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1455 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_116">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6281" y="2007" width="295" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6324" y="384" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6320" y="380" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6329" y="374" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6330" y="383" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6330" y="400" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/michelangelo.html</text>
			<rect x="6109" y="384" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6105" y="380" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6114" y="374" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6115" y="383" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6112" y="400" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6112" y="418" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6134" y="400" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1475 Jahre</text>
			<text xml:space="preserve" x="6134" y="417" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1564 Jahre</text>
			<text xml:space="preserve" x="6112" y="441" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">89 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_117">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6300" y="425" width="356" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6305" y="1966" width="499" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6301" y="1962" width="495" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6310" y="1956" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6311" y="1965" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6311" y="1982" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/michelangelo/die-erschaffung-adams.html</text>
			<rect x="6309" y="2038" width="606" height="291" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6301" y="2029" width="600" height="285" xlink:href="./Daten/ONr_117_QuickBild.jpg">
				<title>./Daten/ONr_117_QuickBild.jpg</title></image>
			<rect x="6298" y="2029" width="606" height="288" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6090" y="1966" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6086" y="1962" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6095" y="1956" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6096" y="1965" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6115" y="1982" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1507 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_118">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6223" y="2202" width="59" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6356" y="309" width="305" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6352" y="305" width="301" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6361" y="299" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6362" y="308" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6362" y="325" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/raffael.html</text>
			<rect x="6141" y="309" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6137" y="305" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6146" y="299" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6147" y="308" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6144" y="325" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6144" y="343" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6166" y="325" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1483 Jahre</text>
			<text xml:space="preserve" x="6166" y="342" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1520 Jahre</text>
			<text xml:space="preserve" x="6144" y="366" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">37 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_119">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6332" y="350" width="148" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6247" y="2161" width="470" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6243" y="2157" width="466" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6252" y="2151" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6253" y="2160" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6253" y="2177" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/raffael/die-heilige-margarethe.html</text>
			<rect x="6251" y="2233" width="366" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6243" y="2224" width="360" height="550" xlink:href="./Daten/ONr_119_QuickBild.jpg">
				<title>./Daten/ONr_119_QuickBild.jpg</title></image>
			<rect x="6240" y="2224" width="366" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6032" y="2161" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6028" y="2157" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6037" y="2151" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6038" y="2160" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6057" y="2177" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1463 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_120">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6281" y="2152" width="102" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6308" y="434" width="362" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6304" y="430" width="358" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6313" y="424" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6314" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6314" y="450" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/albrecht-duerer.html</text>
			<rect x="6093" y="434" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6089" y="430" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6098" y="424" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6099" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6096" y="450" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6096" y="468" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6118" y="450" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1471 Jahre</text>
			<text xml:space="preserve" x="6118" y="467" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1528 Jahre</text>
			<text xml:space="preserve" x="6096" y="491" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">57 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_121">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6284" y="475" width="228" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6305" y="2111" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6301" y="2107" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6310" y="2101" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6311" y="2110" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6311" y="2127" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/albrecht-duerer/selbstbildnis-3.html</text>
			<rect x="6309" y="2183" width="445" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6301" y="2174" width="439" height="600" xlink:href="./Daten/ONr_121_QuickBild.jpg">
				<title>./Daten/ONr_121_QuickBild.jpg</title></image>
			<rect x="6298" y="2174" width="445" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6090" y="2111" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6086" y="2107" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6095" y="2101" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6096" y="2110" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6115" y="2127" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1483 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_122">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6482" y="2297" width="77" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6364" y="284" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6360" y="280" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6369" y="274" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6370" y="283" 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="300" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tizian-eigentl-tiziano-ve.html</text>
			<rect x="6149" y="284" 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="280" 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="274" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6155" y="283" 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="300" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6152" y="318" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6174" y="300" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1485 Jahre</text>
			<text xml:space="preserve" x="6174" y="317" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1576 Jahre</text>
			<text xml:space="preserve" x="6152" y="341" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">91 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_123">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6340" y="325" width="364" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6506" y="2256" width="499" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6502" y="2252" width="495" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6511" y="2246" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6512" y="2255" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6512" y="2272" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tizian-eigentl-tiziano-ve/lucrezia.html</text>
			<rect x="6510" y="2328" width="233" height="271" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6502" y="2319" width="227" height="265" xlink:href="./Daten/ONr_123_QuickBild.jpg">
				<title>./Daten/ONr_123_QuickBild.jpg</title></image>
			<rect x="6499" y="2319" width="233" height="268" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6291" y="2256" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6287" y="2252" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6296" y="2246" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6297" y="2255" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6316" y="2272" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1530 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_124">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6388" y="2152" width="73" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6324" y="409" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6320" y="405" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6329" y="399" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6330" y="408" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6330" y="425" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/gruenewald-mathias-mathis.html</text>
			<rect x="6109" y="409" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6105" y="405" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6114" y="399" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6115" y="408" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6112" y="425" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6112" y="443" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6134" y="425" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1475 Jahre</text>
			<text xml:space="preserve" x="6134" y="442" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1528 Jahre</text>
			<text xml:space="preserve" x="6112" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">53 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_125">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6300" y="450" width="212" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6412" y="2111" width="607" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6408" y="2107" width="603" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6417" y="2101" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6418" y="2110" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6418" y="2127" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/gruenewald-mathias-mathis/grnewaldisenheimeralt-3.html</text>
			<rect x="6416" y="2183" width="318" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6408" y="2174" width="312" height="600" xlink:href="./Daten/ONr_125_QuickBild.jpg">
				<title>./Daten/ONr_125_QuickBild.jpg</title></image>
			<rect x="6405" y="2174" width="318" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6197" y="2111" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6193" y="2107" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6202" y="2101" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6203" y="2110" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6222" y="2127" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1506 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_126">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6432" y="1807" width="82" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6332" y="359" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6328" y="355" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6337" y="349" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6338" y="358" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6338" y="375" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/giorgione-eigentl-giorgio.html</text>
			<rect x="6117" y="359" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6113" y="355" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6122" y="349" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6123" y="358" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6120" y="375" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6120" y="393" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6142" y="375" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1477 Jahre</text>
			<text xml:space="preserve" x="6142" y="392" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1510 Jahre</text>
			<text xml:space="preserve" x="6120" y="416" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">33 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_127">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6308" y="400" width="132" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6456" y="1766" width="600" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6452" y="1762" width="596" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6461" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6462" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6462" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/giorgione-eigentl-giorgio/youth-holding-an-arrow.html</text>
			<rect x="6460" y="1838" width="456" height="502" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6452" y="1829" width="450" height="496" xlink:href="./Daten/ONr_127_QuickBild.jpg">
				<title>./Daten/ONr_127_QuickBild.jpg</title></image>
			<rect x="6449" y="1829" width="456" height="499" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6241" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6237" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6246" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6247" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6266" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1518 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_128">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6392" y="1902" width="120" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6380" y="259" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6376" y="255" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6385" y="249" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6386" y="258" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6386" y="275" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/correggio-eigentl-antonio.html</text>
			<rect x="6165" y="259" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6161" y="255" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6170" y="249" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6171" y="258" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6168" y="275" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6168" y="293" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6190" y="275" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1489 Jahre</text>
			<text xml:space="preserve" x="6190" y="292" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1534 Jahre</text>
			<text xml:space="preserve" x="6168" y="316" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">45 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_129">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6356" y="300" width="180" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6416" y="1861" width="499" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6412" y="1857" width="495" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6421" y="1851" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6422" y="1860" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6422" y="1877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/correggio-eigentl-antonio/danae-13.html</text>
			<rect x="6420" y="1933" width="606" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6412" y="1924" width="600" height="500" xlink:href="./Daten/ONr_129_QuickBild.jpg">
				<title>./Daten/ONr_129_QuickBild.jpg</title></image>
			<rect x="6409" y="1924" width="606" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6201" y="1861" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6197" y="1857" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6206" y="1851" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6207" y="1860" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6226" y="1877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1513 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_130">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6172" y="2297" width="305" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6224" y="484" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6220" y="480" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6229" y="474" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6230" y="483" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6230" y="500" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/carpaccio-vittore.html</text>
			<rect x="6009" y="484" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6005" y="480" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6014" y="474" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6015" y="483" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6012" y="500" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6012" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6034" y="500" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1450 Jahre</text>
			<text xml:space="preserve" x="6034" y="517" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1525 Jahre</text>
			<text xml:space="preserve" x="6012" y="541" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">75 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_131">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6200" y="525" width="300" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6196" y="2256" width="564" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6192" y="2252" width="560" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6201" y="2246" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6202" y="2255" 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="2272" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/carpaccio-vittore/the-meeting-of-etherius-a.html</text>
			<rect x="6200" y="2328" width="606" height="281" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6192" y="2319" width="600" height="275" xlink:href="./Daten/ONr_131_QuickBild.jpg">
				<title>./Daten/ONr_131_QuickBild.jpg</title></image>
			<rect x="6189" y="2319" width="606" height="278" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5981" y="2256" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5977" y="2252" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5986" y="2246" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5987" y="2255" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6006" y="2272" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1481 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_132">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6465" y="2152" width="112" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6344" y="334" width="384" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6340" y="330" width="380" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6349" y="324" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6350" y="333" 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="350" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/altdorfer-albrecht.html</text>
			<rect x="6129" y="334" 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="330" 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="324" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6135" y="333" 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="350" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6132" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6154" y="350" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1480 Jahre</text>
			<text xml:space="preserve" x="6154" y="367" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1538 Jahre</text>
			<text xml:space="preserve" x="6132" y="391" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">58 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_133">
			<rect x="6560" y="1303" width="440" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6320" y="375" width="232" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6489" y="2111" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6485" y="2107" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6494" y="2101" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6495" y="2110" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6495" y="2127" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/altdorfer-albrecht/kreuzigung-7.html</text>
			<rect x="6493" y="2183" width="367" height="456" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6485" y="2174" width="361" height="450" xlink:href="./Daten/ONr_133_QuickBild.jpg">
				<title>./Daten/ONr_133_QuickBild.jpg</title></image>
			<rect x="6482" y="2174" width="367" height="453" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6274" y="2111" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6270" y="2107" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6279" y="2101" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6280" y="2110" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6299" y="2127" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1530 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_134">
			<rect x="6408" y="125" width="192" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6316" y="2567" width="57" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6288" y="200" width="324" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6672" y="175" width="228" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6388" y="150" width="184" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6776" y="50" width="24" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6760" y="100" width="40" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6720" y="150" width="80" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6460" y="75" width="284" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6724" y="125" width="244" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6768" y="75" width="296" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6360" y="175" width="308" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6440" y="100" width="248" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6480" y="50" width="232" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6226" y="2662" width="213" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6450" y="2662" width="204" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6656" y="200" width="296" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6571" y="2806" width="106" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6178" y="2807" width="125" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6518" y="2567" width="117" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6641" y="2587" width="110" height="68" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6382" y="2559" width="133" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6305" y="2807" width="63" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6683" y="2807" width="162" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6659" y="2662" width="243" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6059" y="2662" width="163" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6373" y="2807" width="86" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6464" y="2807" width="104" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6824" y="1232" width="406" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6820" y="1228" width="402" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6829" y="1222" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6830" y="1231" 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="1248" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/spaet-renaissance.htmlp=50</text>
			<rect x="6609" y="1232" 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="1228" 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="1222" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6615" y="1231" 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="1248" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6612" y="1266" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6634" y="1248" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1600 Jahre</text>
			<text xml:space="preserve" x="6634" y="1265" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1700 Jahre</text>
			<text xml:space="preserve" x="6612" y="1289" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">100 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_135">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6316" y="2567" width="57" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6432" y="84" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6428" y="80" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6437" y="74" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6438" y="83" 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="100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/coecke-van-aelst-pieter.html</text>
			<rect x="6217" y="84" 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="80" 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="74" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6223" y="83" 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="100" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6220" y="118" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6242" y="100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1502 Jahre</text>
			<text xml:space="preserve" x="6242" y="117" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1550 Jahre</text>
			<text xml:space="preserve" x="6220" y="141" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">48 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_136">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6408" y="125" width="192" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6340" y="2526" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6336" y="2522" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6345" y="2516" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6346" y="2525" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6346" y="2542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/coecke-van-aelst-pieter/die-ruhe-auf-der-flucht-n-1.html</text>
			<rect x="6344" y="2598" width="186" height="289" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6336" y="2589" width="180" height="283" xlink:href="./Daten/ONr_136_QuickBild.jpg">
				<title>./Daten/ONr_136_QuickBild.jpg</title></image>
			<rect x="6333" y="2589" width="186" height="286" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6125" y="2526" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6121" y="2522" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6130" y="2516" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6131" y="2525" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6150" y="2542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1486 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_137">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6226" y="2662" width="213" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6312" y="159" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6308" y="155" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6317" y="149" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6318" y="158" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6318" y="175" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/lucas-cranach.html</text>
			<rect x="6097" y="159" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6093" y="155" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6102" y="149" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6103" y="158" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6100" y="175" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6100" y="193" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6122" y="175" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1472 Jahre</text>
			<text xml:space="preserve" x="6122" y="192" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1553 Jahre</text>
			<text xml:space="preserve" x="6100" y="216" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">81 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_138">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6571" y="2806" width="106" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6696" y="134" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6692" y="130" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6701" y="124" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6702" y="133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6702" y="150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/brueghel-d-ae-jan.html</text>
			<rect x="6481" y="134" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6477" y="130" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6486" y="124" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6487" y="133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6484" y="150" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6484" y="168" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6506" y="150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1568 Jahre</text>
			<text xml:space="preserve" x="6506" y="167" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1625 Jahre</text>
			<text xml:space="preserve" x="6484" y="191" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">57 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_139">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6178" y="2807" width="125" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6412" y="109" width="362" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6408" y="105" width="358" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6417" y="99" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6418" y="108" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6418" y="125" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/holbein-dj-hans.html</text>
			<rect x="6197" y="109" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6193" y="105" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6202" y="99" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6203" y="108" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6200" y="125" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6200" y="143" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6222" y="125" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1497 Jahre</text>
			<text xml:space="preserve" x="6222" y="142" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1543 Jahre</text>
			<text xml:space="preserve" x="6200" y="166" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">46 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_140">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6518" y="2567" width="117" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6800" y="9" width="427" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6796" y="5" width="423" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6805" y="-1" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6806" y="8" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6806" y="25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/schule-von-fontainebleau.html</text>
			<rect x="6585" y="9" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6581" y="5" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6590" y="-1" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6591" y="8" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6588" y="25" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6588" y="43" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6610" y="25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1594 Jahre</text>
			<text xml:space="preserve" x="6610" y="42" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1600 Jahre</text>
			<text xml:space="preserve" x="6588" y="66" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">6 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_141">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6641" y="2587" width="110" height="68" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6784" y="59" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6780" y="55" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6789" y="49" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6790" y="58" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6790" y="75" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/anonym-haarlem.html</text>
			<rect x="6569" y="59" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6565" y="55" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6574" y="49" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6575" y="58" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6572" y="75" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6572" y="93" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6594" y="75" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1590 Jahre</text>
			<text xml:space="preserve" x="6594" y="92" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1600 Jahre</text>
			<text xml:space="preserve" x="6572" y="116" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">10 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_142">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6382" y="2559" width="133" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6744" y="109" width="326" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6740" y="105" width="322" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6749" y="99" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6750" y="108" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6750" y="125" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tapisserie.html</text>
			<rect x="6529" y="109" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6525" y="105" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6534" y="99" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6535" y="108" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6532" y="125" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6532" y="143" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6554" y="125" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1580 Jahre</text>
			<text xml:space="preserve" x="6554" y="142" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1600 Jahre</text>
			<text xml:space="preserve" x="6532" y="166" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">20 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_143">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6305" y="2807" width="63" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6484" y="34" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6480" y="30" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6489" y="24" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6490" y="33" 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="50" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/cranach-d-j-lucas.html</text>
			<rect x="6269" y="34" 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="30" 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="24" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6275" y="33" 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="50" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6272" y="68" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6294" y="50" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1515 Jahre</text>
			<text xml:space="preserve" x="6294" y="67" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1586 Jahre</text>
			<text xml:space="preserve" x="6272" y="91" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">71 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_144">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6683" y="2807" width="162" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6748" y="84" width="384" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6744" y="80" width="380" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6753" y="74" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6754" y="83" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6754" y="100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/francken-d-j-frans.html</text>
			<rect x="6533" y="84" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6529" y="80" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6538" y="74" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6539" y="83" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6536" y="100" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6536" y="118" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6558" y="100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1581 Jahre</text>
			<text xml:space="preserve" x="6558" y="117" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1642 Jahre</text>
			<text xml:space="preserve" x="6536" y="141" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">61 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_145">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6659" y="2662" width="243" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6792" y="34" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6788" y="30" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6797" y="24" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6798" y="33" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6798" y="50" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/snayers-pieter.html</text>
			<rect x="6577" y="34" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6573" y="30" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6582" y="24" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6583" y="33" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6580" y="50" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6580" y="68" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6602" y="50" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1592 Jahre</text>
			<text xml:space="preserve" x="6602" y="67" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1666 Jahre</text>
			<text xml:space="preserve" x="6580" y="91" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">74 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_146">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6059" y="2662" width="163" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6384" y="134" width="427" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6380" y="130" width="423" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6389" y="124" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6390" y="133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6390" y="150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-reymerswaele-marinus.html</text>
			<rect x="6169" y="134" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6165" y="130" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6174" y="124" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6175" y="133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6172" y="150" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6172" y="168" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6194" y="150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1490 Jahre</text>
			<text xml:space="preserve" x="6194" y="167" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1567 Jahre</text>
			<text xml:space="preserve" x="6172" y="191" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">77 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_147">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6373" y="2807" width="86" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6464" y="59" width="362" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6460" y="55" width="358" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6469" y="49" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6470" y="58" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6470" y="75" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/clouet-francois.html</text>
			<rect x="6249" y="59" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6245" y="55" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6254" y="49" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6255" y="58" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6252" y="75" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6252" y="93" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6274" y="75" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1510 Jahre</text>
			<text xml:space="preserve" x="6274" y="92" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1572 Jahre</text>
			<text xml:space="preserve" x="6252" y="116" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">62 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_148">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6464" y="2807" width="104" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6504" y="9" width="427" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6500" y="5" width="423" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6509" y="-1" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6510" y="8" 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="25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/moroni-giovanni-battista.html</text>
			<rect x="6289" y="9" 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="5" 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="-1" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6295" y="8" 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="25" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6292" y="43" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6314" y="25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1520 Jahre</text>
			<text xml:space="preserve" x="6314" y="42" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1578 Jahre</text>
			<text xml:space="preserve" x="6292" y="66" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">58 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_149">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6288" y="200" width="324" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6250" y="2621" width="463" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6246" y="2617" width="459" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6255" y="2611" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6256" y="2620" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6256" y="2637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/lucas-cranach/der-jungbrunnen.html</text>
			<rect x="6254" y="2693" width="606" height="400" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6246" y="2684" width="600" height="394" xlink:href="./Daten/ONr_149_QuickBild.jpg">
				<title>./Daten/ONr_149_QuickBild.jpg</title></image>
			<rect x="6243" y="2684" width="606" height="397" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6035" y="2621" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6031" y="2617" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6040" y="2611" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6041" y="2620" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6060" y="2637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1483 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_150">
			<rect x="6083" y="1328" width="540" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5989" y="150" width="312" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5867" y="1891" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5863" y="1887" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5872" y="1881" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5873" y="1890" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5873" y="1907" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/uccello-paolo.html</text>
			<rect x="5871" y="1963" width="556" height="320" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5863" y="1954" width="550" height="314" xlink:href="./Daten/ONr_150_QuickBild.jpg">
				<title>./Daten/ONr_150_QuickBild.jpg</title></image>
			<rect x="5860" y="1954" width="556" height="317" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5652" y="1891" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5648" y="1887" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5657" y="1881" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5658" y="1890" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5677" y="1907" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1387 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_151">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6656" y="200" width="296" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6474" y="2621" width="528" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6470" y="2617" width="524" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6479" y="2611" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6480" y="2620" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6480" y="2637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/brueghel-d-j-pieter/winterlandschaft-2.html</text>
			<rect x="6259" y="2621" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6255" y="2617" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6264" y="2611" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6265" y="2620" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6284" y="2637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1538 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_152">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6450" y="2662" width="204" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6680" y="159" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6676" y="155" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6685" y="149" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6686" y="158" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6686" y="175" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/brueghel-d-j-pieter.html</text>
			<rect x="6465" y="159" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6461" y="155" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6470" y="149" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6471" y="158" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6468" y="175" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6468" y="193" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6490" y="175" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1564 Jahre</text>
			<text xml:space="preserve" x="6490" y="192" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1638 Jahre</text>
			<text xml:space="preserve" x="6468" y="216" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">74 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_153">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6672" y="175" width="228" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6595" y="2765" width="564" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6591" y="2761" width="560" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6600" y="2755" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6601" y="2764" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6601" y="2781" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/brueghel-d-ae-jan/blumenstrauss-in-einer-bl.html</text>
			<rect x="6599" y="2837" width="461" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6591" y="2828" width="455" height="600" xlink:href="./Daten/ONr_153_QuickBild.jpg">
				<title>./Daten/ONr_153_QuickBild.jpg</title></image>
			<rect x="6588" y="2828" width="461" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6380" y="2765" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6376" y="2761" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6385" y="2755" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6386" y="2764" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6405" y="2781" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1556 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_154">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6388" y="150" width="184" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6202" y="2766" width="542" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6198" y="2762" width="538" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6207" y="2756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6208" y="2765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6208" y="2782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/holbein-dj-hans/der-kaufmann-georg-gisze.html</text>
			<rect x="6206" y="2838" width="452" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6198" y="2829" width="446" height="500" xlink:href="./Daten/ONr_154_QuickBild.jpg">
				<title>./Daten/ONr_154_QuickBild.jpg</title></image>
			<rect x="6195" y="2829" width="452" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5987" y="2766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5983" y="2762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5992" y="2756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5993" y="2765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6012" y="2782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1460 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_155">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6776" y="50" width="24" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6542" y="2526" width="614" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6538" y="2522" width="610" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6547" y="2516" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6548" y="2525" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6548" y="2542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/schule-von-fontainebleau/gabrielle-destrees-mit-ih.html</text>
			<rect x="6546" y="2598" width="506" height="390" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6538" y="2589" width="500" height="384" xlink:href="./Daten/ONr_155_QuickBild.jpg">
				<title>./Daten/ONr_155_QuickBild.jpg</title></image>
			<rect x="6535" y="2589" width="506" height="387" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6327" y="2526" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6323" y="2522" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6332" y="2516" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6333" y="2525" 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="2542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1544 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_156">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6760" y="100" width="40" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6665" y="2546" width="614" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6661" y="2542" width="610" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6670" y="2536" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6671" y="2545" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6671" y="2562" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/schule-von-fontainebleau/gabrielle-destrees-mit-ih.html</text>
			<rect x="6669" y="2618" width="518" height="327" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6661" y="2609" width="512" height="321" xlink:href="./Daten/ONr_156_QuickBild.jpg">
				<title>./Daten/ONr_156_QuickBild.jpg</title></image>
			<rect x="6658" y="2609" width="518" height="324" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6450" y="2546" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6446" y="2542" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6455" y="2536" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6456" y="2545" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6475" y="2562" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1574 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_157">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6720" y="150" width="80" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6406" y="2518" width="514" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6402" y="2514" width="510" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6411" y="2508" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6412" y="2517" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6412" y="2534" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tapisserie/kunstdruckevontapisserieb.html</text>
			<rect x="6410" y="2590" width="606" height="456" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6402" y="2581" width="600" height="450" xlink:href="./Daten/ONr_157_QuickBild.jpg">
				<title>./Daten/ONr_157_QuickBild.jpg</title></image>
			<rect x="6399" y="2581" width="606" height="453" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6191" y="2518" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6187" y="2514" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6196" y="2508" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6197" y="2517" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6216" y="2534" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1512 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_158">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6460" y="75" width="284" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6329" y="2766" width="485" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6325" y="2762" width="481" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6334" y="2756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6335" y="2765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6335" y="2782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/cranach-d-j-lucas/venus-und-amor.html</text>
			<rect x="6333" y="2838" width="276" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6325" y="2829" width="270" height="600" xlink:href="./Daten/ONr_158_QuickBild.jpg">
				<title>./Daten/ONr_158_QuickBild.jpg</title></image>
			<rect x="6322" y="2829" width="276" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6114" y="2766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6110" y="2762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6119" y="2756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6120" y="2765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6139" y="2782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1484 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_159">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6724" y="125" width="244" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6707" y="2766" width="571" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6703" y="2762" width="567" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6712" y="2756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6713" y="2765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6713" y="2782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/francken-d-j-frans/noah-und-seine-familie-au.html</text>
			<rect x="6711" y="2838" width="606" height="450" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6703" y="2829" width="600" height="444" xlink:href="./Daten/ONr_159_QuickBild.jpg">
				<title>./Daten/ONr_159_QuickBild.jpg</title></image>
			<rect x="6700" y="2829" width="606" height="447" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6492" y="2766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6488" y="2762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6497" y="2756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6498" y="2765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6517" y="2782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1591 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_160">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6768" y="75" width="296" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6683" y="2621" width="542" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6679" y="2617" width="538" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6688" y="2611" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6689" y="2620" 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="2637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/snayers-pieter/wooded-landscape-with-a-p.html</text>
			<rect x="6687" y="2693" width="456" height="265" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6679" y="2684" width="450" height="259" xlink:href="./Daten/ONr_160_QuickBild.jpg">
				<title>./Daten/ONr_160_QuickBild.jpg</title></image>
			<rect x="6676" y="2684" width="456" height="262" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6468" y="2621" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6464" y="2617" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6473" y="2611" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6474" y="2620" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6493" y="2637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1595 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_161">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6360" y="175" width="308" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6083" y="2621" width="571" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6079" y="2617" width="567" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6088" y="2611" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6089" y="2620" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6089" y="2637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-reymerswaele-marinus/ein-steuereinnehmer.html</text>
			<rect x="6087" y="2693" width="606" height="521" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6079" y="2684" width="600" height="515" xlink:href="./Daten/ONr_161_QuickBild.jpg">
				<title>./Daten/ONr_161_QuickBild.jpg</title></image>
			<rect x="6076" y="2684" width="606" height="518" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5868" y="2621" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5864" y="2617" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5873" y="2611" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5874" y="2620" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5893" y="2637" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1435 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_162">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6440" y="100" width="248" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6397" y="2766" width="550" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6393" y="2762" width="546" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6402" y="2756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6403" y="2765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6403" y="2782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/clouet-francois/miniature-of-mary-queen-o.html</text>
			<rect x="6401" y="2838" width="399" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6393" y="2829" width="393" height="550" xlink:href="./Daten/ONr_162_QuickBild.jpg">
				<title>./Daten/ONr_162_QuickBild.jpg</title></image>
			<rect x="6390" y="2829" width="399" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6182" y="2766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6178" y="2762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6187" y="2756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6188" y="2765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6207" y="2782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1504 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_163">
			<rect x="6800" y="1273" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6480" y="50" width="232" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6488" y="2766" width="528" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6484" y="2762" width="524" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6493" y="2756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6494" y="2765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6494" y="2782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/vasari-giorgio/perseus-and-andromeda-3.html</text>
			<rect x="6492" y="2838" width="482" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6484" y="2829" width="476" height="550" xlink:href="./Daten/ONr_163_QuickBild.jpg">
				<title>./Daten/ONr_163_QuickBild.jpg</title></image>
			<rect x="6481" y="2829" width="482" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6273" y="2766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6269" y="2762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6278" y="2756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6279" y="2765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6298" y="2782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1529 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_164">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6643" y="3107" width="155" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6524" y="684" width="398" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6520" y="680" width="394" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6529" y="674" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6530" y="683" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6530" y="700" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/brueghel-d-ae-pieter.html</text>
			<rect x="6309" y="684" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6305" y="680" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6314" y="674" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6315" y="683" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6312" y="700" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6312" y="718" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6334" y="700" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1525 Jahre</text>
			<text xml:space="preserve" x="6334" y="717" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1569 Jahre</text>
			<text xml:space="preserve" x="6312" y="741" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">44 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_165">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6500" y="725" width="176" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6667" y="3066" width="586" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6663" y="3062" width="582" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6672" y="3056" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6673" y="3065" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6673" y="3082" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/brueghel-d-ae-pieter/die-elster-auf-dem-galgen.html</text>
			<rect x="6671" y="3138" width="606" height="548" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6663" y="3129" width="600" height="542" xlink:href="./Daten/ONr_165_QuickBild.jpg">
				<title>./Daten/ONr_165_QuickBild.jpg</title></image>
			<rect x="6660" y="3129" width="606" height="545" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6452" y="3066" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6448" y="3062" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6457" y="3056" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6458" y="3065" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6477" y="3082" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1580 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_166">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6241" y="3107" width="187" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6224" y="809" width="370" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6220" y="805" width="366" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6229" y="799" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6230" y="808" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6230" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/bosch-hieronymus.html</text>
			<rect x="6009" y="809" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6005" y="805" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6014" y="799" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6015" y="808" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6012" y="825" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6012" y="843" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6034" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1450 Jahre</text>
			<text xml:space="preserve" x="6034" y="842" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1516 Jahre</text>
			<text xml:space="preserve" x="6012" y="866" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">66 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_167">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6200" y="850" width="264" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6265" y="3066" width="557" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6261" y="3062" width="553" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6270" y="3056" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6271" y="3065" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6271" y="3082" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/bosch-hieronymus/versuchung-des-heiligen-a.html</text>
			<rect x="6269" y="3138" width="606" height="456" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6261" y="3129" width="600" height="450" xlink:href="./Daten/ONr_167_QuickBild.jpg">
				<title>./Daten/ONr_167_QuickBild.jpg</title></image>
			<rect x="6258" y="3129" width="606" height="453" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6050" y="3066" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6046" y="3062" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6055" y="3056" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6056" y="3065" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6075" y="3082" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1483 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_168">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6430" y="3012" width="77" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6532" y="659" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6528" y="655" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6537" y="649" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6538" y="658" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6538" y="675" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/arcimboldo-giuseppe.html</text>
			<rect x="6317" y="659" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6313" y="655" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6322" y="649" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6323" y="658" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6320" y="675" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6320" y="693" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6342" y="675" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1527 Jahre</text>
			<text xml:space="preserve" x="6342" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1593 Jahre</text>
			<text xml:space="preserve" x="6320" y="716" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">66 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_169">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6508" y="700" width="264" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6454" y="2971" width="470" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6450" y="2967" width="466" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6459" y="2961" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6460" y="2970" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6460" y="2987" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/arcimboldo-giuseppe/der-herbst.html</text>
			<rect x="6458" y="3043" width="434" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6450" y="3034" width="428" height="500" xlink:href="./Daten/ONr_169_QuickBild.jpg">
				<title>./Daten/ONr_169_QuickBild.jpg</title></image>
			<rect x="6447" y="3034" width="434" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6239" y="2971" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6235" y="2967" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6244" y="2961" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6245" y="2970" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6264" y="2987" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1517 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_170">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6755" y="2982" width="66" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6588" y="809" width="312" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6584" y="805" width="308" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6593" y="799" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6594" y="808" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6594" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/el-greco.html</text>
			<rect x="6373" y="809" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6369" y="805" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6378" y="799" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6379" y="808" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6376" y="825" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6376" y="843" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6398" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1541 Jahre</text>
			<text xml:space="preserve" x="6398" y="842" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1614 Jahre</text>
			<text xml:space="preserve" x="6376" y="866" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">73 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_171">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6564" y="850" width="292" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6779" y="2941" width="485" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6775" y="2937" width="481" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6784" y="2931" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6785" y="2940" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6785" y="2957" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/el-greco/mariae-verkuendigung-ii.html</text>
			<rect x="6783" y="3013" width="308" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6775" y="3004" width="302" height="550" xlink:href="./Daten/ONr_171_QuickBild.jpg">
				<title>./Daten/ONr_171_QuickBild.jpg</title></image>
			<rect x="6772" y="3004" width="308" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6564" y="2941" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6560" y="2937" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6569" y="2931" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6570" y="2940" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6589" y="2957" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1597 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_172">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6434" y="3107" width="205" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6496" y="709" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6492" y="705" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6501" y="699" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6502" y="708" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6502" y="725" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tintoretto-eigentl-jacopo.html</text>
			<rect x="6281" y="709" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6277" y="705" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6286" y="699" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6287" y="708" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6284" y="725" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6284" y="743" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6306" y="725" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1518 Jahre</text>
			<text xml:space="preserve" x="6306" y="742" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1594 Jahre</text>
			<text xml:space="preserve" x="6284" y="766" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">76 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_173">
			<rect x="6480" y="1225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6472" y="750" width="304" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6458" y="3066" width="614" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6454" y="3062" width="610" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6463" y="3056" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6464" y="3065" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6464" y="3082" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tintoretto-eigentl-jacopo/vulkan-ueberrascht-venus.html</text>
			<rect x="6462" y="3138" width="606" height="415" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6454" y="3129" width="600" height="409" xlink:href="./Daten/ONr_173_QuickBild.jpg">
				<title>./Daten/ONr_173_QuickBild.jpg</title></image>
			<rect x="6451" y="3129" width="606" height="412" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6243" y="3066" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6239" y="3062" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6248" y="3056" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6249" y="3065" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6268" y="3082" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1534 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_174">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7163" y="1952" width="114" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6952" y="584" width="406" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6948" y="580" width="402" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6957" y="574" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6958" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6958" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/jan-vermeer-van-delft.html</text>
			<rect x="6737" y="584" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6733" y="580" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6742" y="574" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6743" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6740" y="600" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6740" y="618" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6762" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1632 Jahre</text>
			<text xml:space="preserve" x="6762" y="617" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1675 Jahre</text>
			<text xml:space="preserve" x="6740" y="641" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">43 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_175">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6928" y="625" width="172" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7187" y="1911" width="593" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7183" y="1907" width="589" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7192" y="1901" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7193" y="1910" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7193" y="1927" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/jan-vermeer-van-delft/eine-dame-schreibt-mit-ih.html</text>
			<rect x="7191" y="1983" width="496" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7183" y="1974" width="490" height="600" xlink:href="./Daten/ONr_175_QuickBild.jpg">
				<title>./Daten/ONr_175_QuickBild.jpg</title></image>
			<rect x="7180" y="1974" width="496" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6972" y="1911" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6968" y="1907" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6977" y="1901" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6978" y="1910" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6997" y="1927" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1705 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_176">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6966" y="2242" width="188" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6848" y="284" width="319" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6844" y="280" width="315" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6853" y="274" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6854" y="283" 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="300" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/rembrandt.html</text>
			<rect x="6633" y="284" 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="280" 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="274" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6639" y="283" 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="300" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6636" y="318" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6658" y="300" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1606 Jahre</text>
			<text xml:space="preserve" x="6658" y="317" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1669 Jahre</text>
			<text xml:space="preserve" x="6636" y="341" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">63 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_177">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6824" y="325" width="252" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6990" y="2201" width="442" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6986" y="2197" width="438" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6995" y="2191" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6996" y="2200" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6996" y="2217" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/rembrandt/winterlandschaft.html</text>
			<rect x="6994" y="2273" width="606" height="454" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6986" y="2264" width="600" height="448" xlink:href="./Daten/ONr_177_QuickBild.jpg">
				<title>./Daten/ONr_177_QuickBild.jpg</title></image>
			<rect x="6983" y="2264" width="606" height="451" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6775" y="2201" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6771" y="2197" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6780" y="2191" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6781" y="2200" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6800" y="2217" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1665 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_178">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6617" y="1807" width="102" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6716" y="584" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6712" y="580" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6721" y="574" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6722" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6722" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/caravaggio-michelangelo.html</text>
			<rect x="6501" y="584" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6497" y="580" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6506" y="574" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6507" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6504" y="600" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6504" y="618" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6526" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1573 Jahre</text>
			<text xml:space="preserve" x="6526" y="617" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1610 Jahre</text>
			<text xml:space="preserve" x="6504" y="641" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">37 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_179">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6692" y="625" width="148" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6641" y="1766" width="535" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6637" y="1762" width="531" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6646" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6647" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6647" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/caravaggio-michelangelo/amor-als-sieger.html</text>
			<rect x="6645" y="1838" width="441" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6637" y="1829" width="435" height="600" xlink:href="./Daten/ONr_179_QuickBild.jpg">
				<title>./Daten/ONr_179_QuickBild.jpg</title></image>
			<rect x="6634" y="1829" width="441" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6426" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6422" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6431" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6432" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6451" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1567 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_180">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6730" y="1807" width="132" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6732" y="534" width="298" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6728" y="530" width="294" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6737" y="524" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6738" y="533" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6738" y="550" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/rubens.html</text>
			<rect x="6517" y="534" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6513" y="530" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6522" y="524" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6523" y="533" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6520" y="550" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6520" y="568" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6542" y="550" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1577 Jahre</text>
			<text xml:space="preserve" x="6542" y="567" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1640 Jahre</text>
			<text xml:space="preserve" x="6520" y="591" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">63 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_181">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6708" y="575" width="252" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6754" y="1766" width="485" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6750" y="1762" width="481" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6759" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6760" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6760" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/rubens/kunstdruckeraubtoechterle.html</text>
			<rect x="6758" y="1838" width="570" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6750" y="1829" width="564" height="600" xlink:href="./Daten/ONr_181_QuickBild.jpg">
				<title>./Daten/ONr_181_QuickBild.jpg</title></image>
			<rect x="6747" y="1829" width="570" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6539" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6535" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6544" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6545" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6564" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1599 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_182">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6887" y="2097" width="202" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6820" y="359" width="319" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6816" y="355" width="315" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6825" y="349" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6826" y="358" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6826" y="375" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/velazquez.html</text>
			<rect x="6605" y="359" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6601" y="355" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6610" y="349" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6611" y="358" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6608" y="375" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6608" y="393" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6630" y="375" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1599 Jahre</text>
			<text xml:space="preserve" x="6630" y="392" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1660 Jahre</text>
			<text xml:space="preserve" x="6608" y="416" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">61 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_183">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6796" y="400" width="244" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6911" y="2056" width="449" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6907" y="2052" width="445" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6916" y="2046" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6917" y="2055" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6917" y="2072" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/velazquez/venus-mit-spiegel.html</text>
			<rect x="6915" y="2128" width="606" height="421" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6907" y="2119" width="600" height="415" xlink:href="./Daten/ONr_183_QuickBild.jpg">
				<title>./Daten/ONr_183_QuickBild.jpg</title></image>
			<rect x="6904" y="2119" width="606" height="418" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6696" y="2056" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6692" y="2052" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6701" y="2046" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6702" y="2055" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6721" y="2072" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1647 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_184">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7188" y="1805" width="185" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6824" y="309" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6820" y="305" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6829" y="299" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6830" y="308" 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="325" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/lorrain-claude.html</text>
			<rect x="6609" y="309" 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="305" 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="299" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6615" y="308" 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="325" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6612" y="343" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6634" y="325" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1600 Jahre</text>
			<text xml:space="preserve" x="6634" y="342" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1682 Jahre</text>
			<text xml:space="preserve" x="6612" y="366" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">82 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_185">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6800" y="350" width="328" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7212" y="1764" width="542" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7208" y="1760" width="538" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7217" y="1754" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7218" y="1763" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7218" y="1780" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/lorrain-claude/hafen-bei-untergehender-s.html</text>
			<rect x="7216" y="1836" width="606" height="460" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7208" y="1827" width="600" height="454" xlink:href="./Daten/ONr_185_QuickBild.jpg">
				<title>./Daten/ONr_185_QuickBild.jpg</title></image>
			<rect x="7205" y="1827" width="606" height="457" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6997" y="1764" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6993" y="1760" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7002" y="1754" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7003" y="1763" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7022" y="1780" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1720 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_186">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7063" y="1952" width="100" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6896" y="209" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6892" y="205" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6901" y="199" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6902" y="208" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6902" y="225" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/murillo-bartolome-esteban.html</text>
			<rect x="6681" y="209" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6677" y="205" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6686" y="199" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6687" y="208" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6684" y="225" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6684" y="243" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6706" y="225" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1618 Jahre</text>
			<text xml:space="preserve" x="6706" y="242" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1682 Jahre</text>
			<text xml:space="preserve" x="6684" y="266" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">64 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_187">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6872" y="250" width="256" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7087" y="1911" width="614" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7083" y="1907" width="610" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7092" y="1901" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7093" y="1910" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7093" y="1927" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/murillo-bartolome-esteban/trauben-und-melonenesser.html</text>
			<rect x="7091" y="1983" width="433" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7083" y="1974" width="427" height="600" xlink:href="./Daten/ONr_187_QuickBild.jpg">
				<title>./Daten/ONr_187_QuickBild.jpg</title></image>
			<rect x="7080" y="1974" width="433" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6872" y="1911" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6868" y="1907" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6877" y="1901" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6878" y="1910" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6897" y="1927" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1678 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_188">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6619" y="1952" width="202" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6724" y="559" width="326" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6720" y="555" width="322" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6729" y="549" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6730" y="558" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6730" y="575" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/reni-guido.html</text>
			<rect x="6509" y="559" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6505" y="555" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6514" y="549" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6515" y="558" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6512" y="575" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6512" y="593" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6534" y="575" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1575 Jahre</text>
			<text xml:space="preserve" x="6534" y="592" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1642 Jahre</text>
			<text xml:space="preserve" x="6512" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">67 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_189">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6700" y="600" width="268" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6643" y="1911" width="499" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6639" y="1907" width="495" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6648" y="1901" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6649" y="1910" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6649" y="1927" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/reni-guido/atalanta-und-hippomenes.html</text>
			<rect x="6647" y="1983" width="606" height="422" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6639" y="1974" width="600" height="416" xlink:href="./Daten/ONr_189_QuickBild.jpg">
				<title>./Daten/ONr_189_QuickBild.jpg</title></image>
			<rect x="6636" y="1974" width="606" height="419" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6428" y="1911" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6424" y="1907" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6433" y="1901" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6434" y="1910" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6453" y="1927" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1580 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_190">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7286" y="1952" width="101" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7188" y="534" width="413" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7184" y="530" width="409" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7193" y="524" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7194" y="533" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7194" y="550" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/pannini-giovanni-paolo.html</text>
			<rect x="6973" y="534" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6969" y="530" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6978" y="524" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6979" y="533" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6976" y="550" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6976" y="568" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6998" y="550" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1691 Jahre</text>
			<text xml:space="preserve" x="6998" y="567" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1765 Jahre</text>
			<text xml:space="preserve" x="6976" y="591" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">74 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_191">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7164" y="575" width="296" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7310" y="1911" width="528" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7306" y="1907" width="524" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7315" y="1901" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7316" y="1910" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7316" y="1927" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/pannini-giovanni-paolo/roman-capriccio.html</text>
			<rect x="7314" y="1983" width="456" height="630" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7306" y="1974" width="450" height="624" xlink:href="./Daten/ONr_191_QuickBild.jpg">
				<title>./Daten/ONr_191_QuickBild.jpg</title></image>
			<rect x="7303" y="1974" width="456" height="627" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7095" y="1911" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7091" y="1907" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7100" y="1901" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7101" y="1910" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7120" y="1927" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1734 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_192">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6679" y="2362" width="66" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6796" y="434" width="384" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6792" y="430" width="380" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6801" y="424" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6802" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6802" y="450" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/de-la-tour-georges.html</text>
			<rect x="6581" y="434" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6577" y="430" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6586" y="424" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6587" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6584" y="450" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6584" y="468" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6606" y="450" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1593 Jahre</text>
			<text xml:space="preserve" x="6606" y="467" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1652 Jahre</text>
			<text xml:space="preserve" x="6584" y="491" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">59 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_193">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6772" y="475" width="236" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6703" y="2321" width="564" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6699" y="2317" width="560" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6708" y="2311" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6709" y="2320" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6709" y="2337" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/de-la-tour-georges/die-hl-magdalena-mit-dem.html</text>
			<rect x="6707" y="2393" width="373" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6699" y="2384" width="367" height="500" xlink:href="./Daten/ONr_193_QuickBild.jpg">
				<title>./Daten/ONr_193_QuickBild.jpg</title></image>
			<rect x="6696" y="2384" width="373" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6488" y="2321" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6484" y="2317" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6493" y="2311" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6494" y="2320" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6513" y="2337" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1578 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_194">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6990" y="2387" width="196" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6848" y="259" 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="255" 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="249" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6854" y="258" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6854" y="275" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/de-heem-jan-davidsz.html</text>
			<rect x="6633" y="259" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6629" y="255" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6638" y="249" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6639" y="258" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6636" y="275" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6636" y="293" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6658" y="275" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1606 Jahre</text>
			<text xml:space="preserve" x="6658" y="292" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1683 Jahre</text>
			<text xml:space="preserve" x="6636" y="316" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">77 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_195">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6824" y="300" width="308" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7014" y="2346" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7010" y="2342" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7019" y="2336" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7020" y="2345" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7020" y="2362" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/de-heem-jan-davidsz/stilleben-2.html</text>
			<rect x="7018" y="2418" width="606" height="435" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7010" y="2409" width="600" height="429" xlink:href="./Daten/ONr_195_QuickBild.jpg">
				<title>./Daten/ONr_195_QuickBild.jpg</title></image>
			<rect x="7007" y="2409" width="606" height="432" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6799" y="2346" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6795" y="2342" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6804" y="2336" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6805" y="2345" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6824" y="2362" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1672 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_196">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7282" y="2387" width="180" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7160" y="559" width="398" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7156" y="555" width="394" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7165" y="549" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7166" y="558" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7166" y="575" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/watteau-jean-antoine.html</text>
			<rect x="6945" y="559" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6941" y="555" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6950" y="549" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6951" y="558" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6948" y="575" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6948" y="593" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6970" y="575" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1684 Jahre</text>
			<text xml:space="preserve" x="6970" y="592" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1721 Jahre</text>
			<text xml:space="preserve" x="6948" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">37 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_197">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7136" y="600" width="148" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7306" y="2346" width="586" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7302" y="2342" width="582" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7311" y="2336" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7312" y="2345" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7312" y="2362" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/watteau-jean-antoine/einschiffung-nach-kythera.html</text>
			<rect x="7310" y="2418" width="606" height="405" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7302" y="2409" width="600" height="399" xlink:href="./Daten/ONr_197_QuickBild.jpg">
				<title>./Daten/ONr_197_QuickBild.jpg</title></image>
			<rect x="7299" y="2409" width="606" height="402" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7091" y="2346" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7087" y="2342" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7096" y="2336" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7097" y="2345" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7116" y="2362" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1743 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_198">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7273" y="2099" width="111" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7204" y="509" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7200" y="505" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7209" y="499" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7210" y="508" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7210" y="525" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/haussmann-elias-gottlob.html</text>
			<rect x="6989" y="509" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6985" y="505" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6994" y="499" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6995" y="508" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6992" y="525" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6992" y="543" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7014" y="525" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1695 Jahre</text>
			<text xml:space="preserve" x="7014" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1774 Jahre</text>
			<text xml:space="preserve" x="6992" y="566" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">79 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_199">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7180" y="550" width="316" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7297" y="2058" width="600" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7293" y="2054" width="596" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7302" y="2048" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7303" y="2057" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7303" y="2074" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/haussmann-elias-gottlob/bildnis-johann-sebastian.html</text>
			<rect x="7301" y="2130" width="480" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7293" y="2121" width="474" height="600" xlink:href="./Daten/ONr_199_QuickBild.jpg">
				<title>./Daten/ONr_199_QuickBild.jpg</title></image>
			<rect x="7290" y="2121" width="480" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7082" y="2058" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7078" y="2054" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7087" y="2048" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7088" y="2057" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7107" y="2074" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1732 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_200">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6826" y="1952" width="228" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7208" y="484" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7204" y="480" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7213" y="474" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7214" y="483" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7214" y="500" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/oudry-jean-baptiste.html</text>
			<rect x="6993" y="484" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6989" y="480" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6998" y="474" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6999" y="483" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6996" y="500" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6996" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7018" y="500" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1696 Jahre</text>
			<text xml:space="preserve" x="7018" y="517" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1755 Jahre</text>
			<text xml:space="preserve" x="6996" y="541" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">59 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_201">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7184" y="525" width="236" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6850" y="1911" width="463" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6846" y="1907" width="459" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6855" y="1901" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6856" y="1910" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6856" y="1927" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/oudry-jean-baptiste/bauernhof.html</text>
			<rect x="6854" y="1983" width="556" height="344" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6846" y="1974" width="550" height="338" xlink:href="./Daten/ONr_201_QuickBild.jpg">
				<title>./Daten/ONr_201_QuickBild.jpg</title></image>
			<rect x="6843" y="1974" width="556" height="341" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6635" y="1911" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6631" y="1907" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6640" y="1901" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6641" y="1910" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6660" y="1927" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1635 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_202">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7160" y="2242" width="377" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6900" y="509" width="362" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6896" y="505" width="358" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6905" y="499" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6906" y="508" 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="525" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/charles-le-brun.html</text>
			<rect x="6685" y="509" 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="505" 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="499" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6691" y="508" 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="525" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6688" y="543" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6710" y="525" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1619 Jahre</text>
			<text xml:space="preserve" x="6710" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1690 Jahre</text>
			<text xml:space="preserve" x="6688" y="566" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">71 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_203">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6876" y="550" width="284" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7184" y="2201" width="550" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7180" y="2197" width="546" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7189" y="2191" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7190" y="2200" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7190" y="2217" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/charles-le-brun/alexander-and-porus-at-th.html</text>
			<rect x="7188" y="2273" width="606" height="229" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7180" y="2264" width="600" height="223" xlink:href="./Daten/ONr_203_QuickBild.jpg">
				<title>./Daten/ONr_203_QuickBild.jpg</title></image>
			<rect x="7177" y="2264" width="606" height="226" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6969" y="2201" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6965" y="2197" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6974" y="2191" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6975" y="2200" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6994" y="2217" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1737 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_204">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7196" y="2387" width="80" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7152" y="584" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7148" y="580" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7157" y="574" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7158" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7158" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-huysum-jan.html</text>
			<rect x="6937" y="584" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6933" y="580" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6942" y="574" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6943" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6940" y="600" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6940" y="618" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6962" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1682 Jahre</text>
			<text xml:space="preserve" x="6962" y="617" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1749 Jahre</text>
			<text xml:space="preserve" x="6940" y="641" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">67 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_205">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7128" y="625" width="268" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7220" y="2346" width="542" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7216" y="2342" width="538" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7225" y="2336" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7226" y="2345" 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="2362" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-huysum-jan/fruechte-blumen-und-insek.html</text>
			<rect x="7224" y="2418" width="486" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7216" y="2409" width="480" height="600" xlink:href="./Daten/ONr_205_QuickBild.jpg">
				<title>./Daten/ONr_205_QuickBild.jpg</title></image>
			<rect x="7213" y="2409" width="486" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7005" y="2346" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7001" y="2342" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7010" y="2336" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7011" y="2345" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7030" y="2362" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1709 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_206">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6784" y="2097" width="96" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6864" y="234" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6860" y="230" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6869" y="224" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6870" y="233" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6870" y="250" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/teniers-david.html</text>
			<rect x="6649" y="234" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6645" y="230" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6654" y="224" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6655" y="233" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6652" y="250" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6652" y="268" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6674" y="250" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1610 Jahre</text>
			<text xml:space="preserve" x="6674" y="267" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1690 Jahre</text>
			<text xml:space="preserve" x="6652" y="291" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">80 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_207">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6840" y="275" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6808" y="2056" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6804" y="2052" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6813" y="2046" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6814" y="2055" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6814" y="2072" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/teniers-david/calvary-8.html</text>
			<rect x="6812" y="2128" width="447" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6804" y="2119" width="441" height="550" xlink:href="./Daten/ONr_207_QuickBild.jpg">
				<title>./Daten/ONr_207_QuickBild.jpg</title></image>
			<rect x="6801" y="2119" width="447" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6593" y="2056" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6589" y="2052" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6598" y="2046" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6599" y="2055" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6618" y="2072" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1608 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_208">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7094" y="2097" width="173" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6936" y="184" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6932" y="180" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6941" y="174" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6942" y="183" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6942" y="200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-ruisdael-jacob-isaack.html</text>
			<rect x="6721" y="184" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6717" y="180" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6726" y="174" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6727" y="183" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6724" y="200" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6724" y="218" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6746" y="200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1628 Jahre</text>
			<text xml:space="preserve" x="6746" y="217" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1682 Jahre</text>
			<text xml:space="preserve" x="6724" y="241" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">54 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_209">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6912" y="225" width="216" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7118" y="2056" width="593" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7114" y="2052" width="589" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7123" y="2046" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7124" y="2055" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7124" y="2072" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-ruisdael-jacob-isaack/ansicht-von-ootmarsum.html</text>
			<rect x="7122" y="2128" width="606" height="491" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7114" y="2119" width="600" height="485" xlink:href="./Daten/ONr_209_QuickBild.jpg">
				<title>./Daten/ONr_209_QuickBild.jpg</title></image>
			<rect x="7111" y="2119" width="606" height="488" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6903" y="2056" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6899" y="2052" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6908" y="2046" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6909" y="2055" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6928" y="2072" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1695 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_210">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6619" y="2222" width="123" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6748" y="484" width="326" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6744" y="480" width="322" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6753" y="474" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6754" y="483" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6754" y="500" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/hals-frans.html</text>
			<rect x="6533" y="484" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6529" y="480" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6538" y="474" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6539" y="483" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6536" y="500" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6536" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6558" y="500" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1581 Jahre</text>
			<text xml:space="preserve" x="6558" y="517" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1666 Jahre</text>
			<text xml:space="preserve" x="6536" y="541" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">85 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_211">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6724" y="525" width="340" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6643" y="2181" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6639" y="2177" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6648" y="2171" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6649" y="2180" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6649" y="2197" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/hals-frans/singender-floetenspieler.html</text>
			<rect x="6647" y="2253" width="533" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6639" y="2244" width="527" height="600" xlink:href="./Daten/ONr_211_QuickBild.jpg">
				<title>./Daten/ONr_211_QuickBild.jpg</title></image>
			<rect x="6636" y="2244" width="533" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6428" y="2181" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6424" y="2177" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6433" y="2171" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6434" y="2180" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6453" y="2197" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1570 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_212">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7069" y="1807" width="111" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6820" y="334" width="406" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6816" y="330" width="402" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6825" y="324" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6826" y="333" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6826" y="350" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-dyck-sir-anthonis.html</text>
			<rect x="6605" y="334" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6601" y="330" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6610" y="324" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6611" y="333" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6608" y="350" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6608" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6630" y="350" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1599 Jahre</text>
			<text xml:space="preserve" x="6630" y="367" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1641 Jahre</text>
			<text xml:space="preserve" x="6608" y="391" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">42 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_213">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6796" y="375" width="168" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7093" y="1766" width="593" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7089" y="1762" width="589" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7098" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7099" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7099" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-dyck-sir-anthonis/amor-mit-den-liebespfeile.html</text>
			<rect x="7097" y="1838" width="481" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7089" y="1829" width="475" height="600" xlink:href="./Daten/ONr_213_QuickBild.jpg">
				<title>./Daten/ONr_213_QuickBild.jpg</title></image>
			<rect x="7086" y="1829" width="481" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6878" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6874" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6883" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6884" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6903" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1681 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_214">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6748" y="2312" width="209" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6784" y="459" width="398" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6780" y="455" width="394" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6789" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6790" 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="6790" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-honthorst-gerrit.html</text>
			<rect x="6569" 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="6565" 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="6574" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6575" 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="6572" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6572" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6594" 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="6594" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1656 Jahre</text>
			<text xml:space="preserve" x="6572" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">66 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_215">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6760" y="500" width="264" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6772" y="2271" width="492" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6768" y="2267" width="488" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6777" y="2261" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6778" y="2270" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6778" y="2287" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-honthorst-gerrit/der-zahnarzt.html</text>
			<rect x="6776" y="2343" width="556" height="375" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6768" y="2334" width="550" height="369" xlink:href="./Daten/ONr_215_QuickBild.jpg">
				<title>./Daten/ONr_215_QuickBild.jpg</title></image>
			<rect x="6765" y="2334" width="556" height="372" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6557" y="2271" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6553" y="2267" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6562" y="2261" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6563" y="2270" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6582" y="2287" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1613 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_216">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6617" y="2097" width="159" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6736" y="509" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6732" y="505" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6741" y="499" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6742" y="508" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6742" y="525" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/elsheimer-adam.html</text>
			<rect x="6521" y="509" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6517" y="505" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6526" y="499" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6527" y="508" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6524" y="525" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6524" y="543" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6546" y="525" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1578 Jahre</text>
			<text xml:space="preserve" x="6546" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1610 Jahre</text>
			<text xml:space="preserve" x="6524" y="566" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">32 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_217">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6712" y="550" width="128" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6641" y="2056" width="535" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6637" y="2052" width="531" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6646" y="2046" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6647" y="2055" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6647" y="2072" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/elsheimer-adam/die-flucht-nach-aegypten.html</text>
			<rect x="6645" y="2128" width="606" height="460" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6637" y="2119" width="600" height="454" xlink:href="./Daten/ONr_217_QuickBild.jpg">
				<title>./Daten/ONr_217_QuickBild.jpg</title></image>
			<rect x="6634" y="2119" width="606" height="457" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6426" y="2056" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6422" y="2052" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6431" y="2046" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6432" y="2055" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6451" y="2072" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1574 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_218">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6748" y="2222" width="120" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6800" y="409" width="384" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6796" y="405" width="380" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6805" y="399" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6806" y="408" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6806" y="425" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/heda-willem-claesz.html</text>
			<rect x="6585" y="409" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6581" y="405" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6590" y="399" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6591" y="408" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6588" y="425" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6588" y="443" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6610" y="425" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1594 Jahre</text>
			<text xml:space="preserve" x="6610" y="442" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1680 Jahre</text>
			<text xml:space="preserve" x="6588" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">86 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_219">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6776" y="450" width="344" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6772" y="2181" width="571" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6768" y="2177" width="567" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6777" y="2171" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6778" y="2180" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6778" y="2197" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/heda-willem-claesz/still-life-of-a-roemer-an.html</text>
			<rect x="6776" y="2253" width="556" height="418" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6768" y="2244" width="550" height="412" xlink:href="./Daten/ONr_219_QuickBild.jpg">
				<title>./Daten/ONr_219_QuickBild.jpg</title></image>
			<rect x="6765" y="2244" width="556" height="415" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6557" y="2181" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6553" y="2177" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6562" y="2171" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6563" y="2180" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6582" y="2197" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1602 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_220">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6936" y="2872" width="179" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7212" y="184" width="319" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7208" y="180" width="315" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7217" y="174" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7218" y="183" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7218" y="200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/canaletto.html</text>
			<rect x="6997" y="184" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6993" y="180" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7002" y="174" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7003" y="183" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7000" y="200" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7000" y="218" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7022" y="200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1697 Jahre</text>
			<text xml:space="preserve" x="7022" y="217" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1768 Jahre</text>
			<text xml:space="preserve" x="7000" y="241" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">71 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_221">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7188" y="225" width="284" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6960" y="2831" width="521" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6956" y="2827" width="517" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6965" y="2821" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6966" y="2830" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6966" y="2847" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/canaletto/venedig-santa-maria-della-2.html</text>
			<rect x="6964" y="2903" width="556" height="437" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6956" y="2894" width="550" height="431" xlink:href="./Daten/ONr_221_QuickBild.jpg">
				<title>./Daten/ONr_221_QuickBild.jpg</title></image>
			<rect x="6953" y="2894" width="556" height="434" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6745" y="2831" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6741" y="2827" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6750" y="2821" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6751" y="2830" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6770" y="2847" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1656 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_222">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6939" y="3017" width="93" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7236" y="159" width="370" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7232" y="155" width="366" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7241" y="149" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7242" y="158" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7242" y="175" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/boucher-francois.html</text>
			<rect x="7021" y="159" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7017" y="155" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7026" y="149" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7027" y="158" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7024" y="175" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7024" y="193" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7046" y="175" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1703 Jahre</text>
			<text xml:space="preserve" x="7046" y="192" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1770 Jahre</text>
			<text xml:space="preserve" x="7024" y="216" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">67 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_223">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7212" y="200" width="268" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6963" y="2976" width="528" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6959" y="2972" width="524" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6968" y="2966" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6969" y="2975" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6969" y="2992" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/boucher-francois/marquise-de-pompadour.html</text>
			<rect x="6967" y="3048" width="432" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6959" y="3039" width="426" height="550" xlink:href="./Daten/ONr_223_QuickBild.jpg">
				<title>./Daten/ONr_223_QuickBild.jpg</title></image>
			<rect x="6956" y="3039" width="432" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6748" y="2976" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6744" y="2972" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6753" y="2966" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6754" y="2975" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6773" y="2992" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1646 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_224">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7328" y="75" width="296" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7153" y="3081" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7149" y="3077" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7158" y="3071" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7159" y="3080" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7159" y="3097" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/fragonard-jean-honore/die-lesende-1.html</text>
			<rect x="7157" y="3153" width="400" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7149" y="3144" width="394" height="500" xlink:href="./Daten/ONr_224_QuickBild.jpg">
				<title>./Daten/ONr_224_QuickBild.jpg</title></image>
			<rect x="7146" y="3144" width="400" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6938" y="3081" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6934" y="3077" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6943" y="3071" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6944" y="3080" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6963" y="3097" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1691 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_225">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7129" y="3122" width="71" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7352" y="34" width="406" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7348" y="30" width="402" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7357" y="24" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7358" y="33" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7358" y="50" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/fragonard-jean-honore.html</text>
			<rect x="7137" y="34" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7133" y="30" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7142" y="24" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7143" y="33" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7140" y="50" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7140" y="68" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7162" y="50" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1732 Jahre</text>
			<text xml:space="preserve" x="7162" y="67" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1806 Jahre</text>
			<text xml:space="preserve" x="7140" y="91" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">74 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_226">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7130" y="3017" width="180" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7308" y="109" width="326" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7304" y="105" width="322" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7313" y="99" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7314" y="108" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7314" y="125" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/canaletto-.html</text>
			<rect x="7093" y="109" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7089" y="105" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7098" y="99" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7099" y="108" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7096" y="125" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7096" y="143" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7118" y="125" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1721 Jahre</text>
			<text xml:space="preserve" x="7118" y="142" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1780 Jahre</text>
			<text xml:space="preserve" x="7096" y="166" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">59 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_227">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7284" y="150" width="236" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7154" y="2976" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7150" y="2972" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7159" y="2966" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7160" y="2975" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7160" y="2992" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/canaletto-/dresden-von-neustadt-aus.html</text>
			<rect x="7158" y="3048" width="506" height="284" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7150" y="3039" width="500" height="278" xlink:href="./Daten/ONr_227_QuickBild.jpg">
				<title>./Daten/ONr_227_QuickBild.jpg</title></image>
			<rect x="7147" y="3039" width="506" height="281" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6939" y="2976" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6935" y="2972" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6944" y="2966" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6945" y="2975" 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="2992" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1705 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_228">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6935" y="2727" width="107" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7164" y="209" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7160" y="205" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7169" y="199" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7170" y="208" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7170" y="225" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/nattier-jean-marc.html</text>
			<rect x="6949" y="209" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6945" y="205" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6954" y="199" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6955" y="208" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6952" y="225" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6952" y="243" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6974" y="225" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1685 Jahre</text>
			<text xml:space="preserve" x="6974" y="242" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1766 Jahre</text>
			<text xml:space="preserve" x="6952" y="266" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">81 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_229">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7140" y="250" width="324" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6959" y="2686" width="564" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6955" y="2682" width="560" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6964" y="2676" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6965" y="2685" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6965" y="2702" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/nattier-jean-marc/die-marquise-de-baglion-a.html</text>
			<rect x="6963" y="2758" width="464" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6955" y="2749" width="458" height="600" xlink:href="./Daten/ONr_229_QuickBild.jpg">
				<title>./Daten/ONr_229_QuickBild.jpg</title></image>
			<rect x="6952" y="2749" width="464" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6744" y="2686" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6740" y="2682" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6749" y="2676" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6750" y="2685" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6769" y="2702" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1647 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_230">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7230" y="2727" width="108" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7444" y="9" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7440" y="5" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7449" y="-1" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7450" y="8" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7450" y="25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/vigee-lebrun-marie-elisab.html</text>
			<rect x="7229" y="9" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7225" y="5" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7234" y="-1" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7235" y="8" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7232" y="25" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7232" y="43" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7254" y="25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1755 Jahre</text>
			<text xml:space="preserve" x="7254" y="42" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1842 Jahre</text>
			<text xml:space="preserve" x="7232" y="66" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">87 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_231">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7420" y="50" width="348" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7254" y="2686" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7250" y="2682" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7259" y="2676" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7260" y="2685" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7260" y="2702" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/vigee-lebrun-marie-elisab/marie-antoinette-koenigin.html</text>
			<rect x="7258" y="2758" width="468" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7250" y="2749" width="462" height="600" xlink:href="./Daten/ONr_231_QuickBild.jpg">
				<title>./Daten/ONr_231_QuickBild.jpg</title></image>
			<rect x="7247" y="2749" width="468" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7039" y="2686" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7035" y="2682" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7044" y="2676" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7045" y="2685" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7064" y="2702" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1721 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_232">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7233" y="2872" width="118" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7332" y="59" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7328" y="55" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7337" y="49" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7338" y="58" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7338" y="75" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/gainsborough-thomas.html</text>
			<rect x="7117" y="59" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7113" y="55" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7122" y="49" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7123" y="58" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7120" y="75" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7120" y="93" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7142" y="75" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1727 Jahre</text>
			<text xml:space="preserve" x="7142" y="92" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1788 Jahre</text>
			<text xml:space="preserve" x="7120" y="116" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">61 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_233">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7308" y="100" width="244" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7257" y="2831" width="578" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7253" y="2827" width="574" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7262" y="2821" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7263" y="2830" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7263" y="2847" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/gainsborough-thomas/dame-in-blau-portrait-von.html</text>
			<rect x="7261" y="2903" width="511" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7253" y="2894" width="505" height="600" xlink:href="./Daten/ONr_233_QuickBild.jpg">
				<title>./Daten/ONr_233_QuickBild.jpg</title></image>
			<rect x="7250" y="2894" width="511" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7042" y="2831" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7038" y="2827" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7047" y="2821" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7048" y="2830" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7067" y="2847" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1723 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_234">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7047" y="2727" width="179" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7208" y="234" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7204" y="230" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7213" y="224" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7214" y="233" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7214" y="250" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tiepolo-giovanni-battista.html</text>
			<rect x="6993" y="234" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6989" y="230" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6998" y="224" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6999" y="233" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6996" y="250" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6996" y="268" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7018" y="250" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1696 Jahre</text>
			<text xml:space="preserve" x="7018" y="267" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1770 Jahre</text>
			<text xml:space="preserve" x="6996" y="291" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">74 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_235">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7184" y="275" width="296" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7071" y="2686" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7067" y="2682" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7076" y="2676" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7077" y="2685" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7077" y="2702" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tiepolo-giovanni-battista/maecenas-presenting-the-l.html</text>
			<rect x="7075" y="2758" width="606" height="475" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7067" y="2749" width="600" height="469" xlink:href="./Daten/ONr_235_QuickBild.jpg">
				<title>./Daten/ONr_235_QuickBild.jpg</title></image>
			<rect x="7064" y="2749" width="606" height="472" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6856" y="2686" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6852" y="2682" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6861" y="2676" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6862" y="2685" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6881" y="2702" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1684 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_236">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7036" y="3017" width="88" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7240" y="134" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7236" y="130" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7245" y="124" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7246" y="133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7246" y="150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/de-la-tour-maurice-quenti.html</text>
			<rect x="7025" y="134" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7021" y="130" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7030" y="124" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7031" y="133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7028" y="150" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7028" y="168" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7050" y="150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1704 Jahre</text>
			<text xml:space="preserve" x="7050" y="167" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1788 Jahre</text>
			<text xml:space="preserve" x="7028" y="191" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">84 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_237">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7216" y="175" width="336" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7060" y="2976" width="557" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7056" y="2972" width="553" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7065" y="2966" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7066" y="2975" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7066" y="2992" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/de-la-tour-maurice-quenti/madame-pompadour.html</text>
			<rect x="7064" y="3048" width="445" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7056" y="3039" width="439" height="600" xlink:href="./Daten/ONr_237_QuickBild.jpg">
				<title>./Daten/ONr_237_QuickBild.jpg</title></image>
			<rect x="7053" y="3039" width="445" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6845" y="2976" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6841" y="2972" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6850" y="2966" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6851" y="2975" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6870" y="2992" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1670 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_238">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7116" y="2872" width="113" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7324" y="84" width="398" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7320" y="80" width="394" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7329" y="74" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7330" y="83" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7330" y="100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/greuze-jean-baptiste.html</text>
			<rect x="7109" y="84" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7105" y="80" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7114" y="74" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7115" y="83" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7112" y="100" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7112" y="118" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7134" y="100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1725 Jahre</text>
			<text xml:space="preserve" x="7134" y="117" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1805 Jahre</text>
			<text xml:space="preserve" x="7112" y="141" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">80 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_239">
			<rect x="7320" y="1303" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7300" y="125" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7140" y="2831" width="485" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7136" y="2827" width="481" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7145" y="2821" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7146" y="2830" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7146" y="2847" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/greuze-jean-baptiste/der-brief-4.html</text>
			<rect x="7144" y="2903" width="492" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7136" y="2894" width="486" height="600" xlink:href="./Daten/ONr_239_QuickBild.jpg">
				<title>./Daten/ONr_239_QuickBild.jpg</title></image>
			<rect x="7133" y="2894" width="492" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6925" y="2831" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6921" y="2827" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6930" y="2821" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6931" y="2830" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6950" y="2847" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1693 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_240">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7594" y="2172" width="196" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7416" y="334" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7412" y="330" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7421" y="324" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7422" y="333" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7422" y="350" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/david-jacques-louis.html</text>
			<rect x="7201" y="334" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7197" y="330" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7206" y="324" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7207" y="333" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7204" y="350" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7204" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7226" y="350" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1748 Jahre</text>
			<text xml:space="preserve" x="7226" y="367" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1825 Jahre</text>
			<text xml:space="preserve" x="7204" y="391" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">77 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_241">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7392" y="375" width="308" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7618" y="2131" width="463" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7614" y="2127" width="459" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7623" y="2121" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7624" y="2130" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7624" y="2147" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/david-jacques-louis/patrocles.html</text>
			<rect x="7622" y="2203" width="556" height="398" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7614" y="2194" width="550" height="392" xlink:href="./Daten/ONr_241_QuickBild.jpg">
				<title>./Daten/ONr_241_QuickBild.jpg</title></image>
			<rect x="7611" y="2194" width="556" height="395" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7403" y="2131" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7399" y="2127" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7408" y="2121" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7409" y="2130" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7428" y="2147" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1823 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_242">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7642" y="1807" width="53" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7408" y="359" width="305" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7404" y="355" width="301" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7413" y="349" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7414" y="358" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7414" y="375" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/de-goya.html</text>
			<rect x="7193" y="359" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7189" y="355" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7198" y="349" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7199" y="358" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7196" y="375" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7196" y="393" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7218" y="375" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1746 Jahre</text>
			<text xml:space="preserve" x="7218" y="392" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1828 Jahre</text>
			<text xml:space="preserve" x="7196" y="416" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">82 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_243">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7384" y="400" width="328" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7666" y="1766" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7662" y="1762" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7671" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7672" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7672" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/de-goya/hund.html</text>
			<rect x="7670" y="1838" width="273" height="456" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7662" y="1829" width="267" height="450" xlink:href="./Daten/ONr_243_QuickBild.jpg">
				<title>./Daten/ONr_243_QuickBild.jpg</title></image>
			<rect x="7659" y="1829" width="273" height="453" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7451" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7447" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7456" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7457" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7476" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1817 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_244">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7721" y="2049" width="188" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7768" y="159" width="427" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7764" y="155" width="423" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7773" y="149" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7774" y="158" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7774" y="175" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/alma-tadema-sir-lawrence.html</text>
			<rect x="7553" y="159" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7549" y="155" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7558" y="149" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7559" y="158" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7556" y="175" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7556" y="193" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7578" y="175" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1836 Jahre</text>
			<text xml:space="preserve" x="7578" y="192" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1912 Jahre</text>
			<text xml:space="preserve" x="7556" y="216" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">76 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_245">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7744" y="200" width="304" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7745" y="2008" width="521" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7741" y="2004" width="517" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7750" y="1998" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7751" y="2007" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7751" y="2024" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/alma-tadema-sir-lawrence/expectations.html</text>
			<rect x="7749" y="2080" width="556" height="269" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7741" y="2071" width="550" height="263" xlink:href="./Daten/ONr_245_QuickBild.jpg">
				<title>./Daten/ONr_245_QuickBild.jpg</title></image>
			<rect x="7738" y="2071" width="556" height="266" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7530" y="2008" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7526" y="2004" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7535" y="1998" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7536" y="2007" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7555" y="2024" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1853 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_246">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7633" y="2049" width="85" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7544" y="259" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7540" y="255" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7549" y="249" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7550" y="258" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7550" y="275" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/ingres-jean-auguste-domin.html</text>
			<rect x="7329" y="259" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7325" y="255" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7334" y="249" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7335" y="258" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7332" y="275" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7332" y="293" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7354" y="275" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1780 Jahre</text>
			<text xml:space="preserve" x="7354" y="292" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1867 Jahre</text>
			<text xml:space="preserve" x="7332" y="316" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">87 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_247">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7520" y="300" width="348" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7657" y="2008" width="614" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7653" y="2004" width="610" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7662" y="1998" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7663" y="2007" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7663" y="2024" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/ingres-jean-auguste-domin/anatomische-studie-eines.html</text>
			<rect x="7661" y="2080" width="396" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7653" y="2071" width="390" height="550" xlink:href="./Daten/ONr_247_QuickBild.jpg">
				<title>./Daten/ONr_247_QuickBild.jpg</title></image>
			<rect x="7650" y="2071" width="396" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7442" y="2008" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7438" y="2004" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7447" y="1998" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7448" y="2007" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7467" y="2024" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1818 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_248">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7620" y="250" width="272" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7664" y="1863" width="614" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7660" y="1859" width="610" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7669" y="1853" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7670" y="1862" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7670" y="1879" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/winterhalter-franz-xaver/kaiserin-elisabeth-von-oe.html</text>
			<rect x="7668" y="1935" width="319" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7660" y="1926" width="313" height="600" xlink:href="./Daten/ONr_248_QuickBild.jpg">
				<title>./Daten/ONr_248_QuickBild.jpg</title></image>
			<rect x="7657" y="1926" width="319" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7449" y="1863" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7445" y="1859" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7454" y="1853" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7455" y="1862" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7474" y="1879" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1819 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_249">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7640" y="1904" width="73" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7644" y="209" width="427" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7640" y="205" width="423" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7649" y="199" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7650" y="208" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7650" y="225" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/winterhalter-franz-xaver.html</text>
			<rect x="7429" y="209" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7425" y="205" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7434" y="199" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7435" y="208" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7432" y="225" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7432" y="243" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7454" y="225" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1805 Jahre</text>
			<text xml:space="preserve" x="7454" y="242" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1873 Jahre</text>
			<text xml:space="preserve" x="7432" y="266" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">68 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_250">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6867" y="1807" width="200" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="6800" y="384" width="305" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6796" y="380" width="301" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6805" y="374" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6806" y="383" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6806" y="400" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/poussin.html</text>
			<rect x="6585" y="384" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6581" y="380" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6590" y="374" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6591" y="383" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6588" y="400" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="6588" y="418" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="6610" y="400" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1594 Jahre</text>
			<text xml:space="preserve" x="6610" y="417" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1665 Jahre</text>
			<text xml:space="preserve" x="6588" y="441" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">71 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_251">
			<rect x="6700" y="1353" width="780" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6776" y="425" width="284" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="6891" y="1766" width="442" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6887" y="1762" width="438" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6896" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6897" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="6897" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/poussin/hirten-in-arkadien.html</text>
			<rect x="6895" y="1838" width="606" height="427" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="6887" y="1829" width="600" height="421" xlink:href="./Daten/ONr_251_QuickBild.jpg">
				<title>./Daten/ONr_251_QuickBild.jpg</title></image>
			<rect x="6884" y="1829" width="606" height="424" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="6676" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="6672" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="6681" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="6682" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="6701" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1641 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_252">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7423" y="1904" width="115" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7368" y="409" width="334" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7364" y="405" width="330" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7373" y="399" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7374" y="408" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7374" y="425" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/graff-anton.html</text>
			<rect x="7153" y="409" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7149" y="405" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7158" y="399" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7159" y="408" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7156" y="425" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7156" y="443" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7178" y="425" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1736 Jahre</text>
			<text xml:space="preserve" x="7178" y="442" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1813 Jahre</text>
			<text xml:space="preserve" x="7156" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">77 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_253">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7344" y="450" width="308" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7447" y="1863" width="521" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7443" y="1859" width="517" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7452" y="1853" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7453" y="1862" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7453" y="1879" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/graff-anton/friedrich-ii-der-grosse-a.html</text>
			<rect x="7451" y="1935" width="417" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7443" y="1926" width="411" height="500" xlink:href="./Daten/ONr_253_QuickBild.jpg">
				<title>./Daten/ONr_253_QuickBild.jpg</title></image>
			<rect x="7440" y="1926" width="417" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7232" y="1863" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7228" y="1859" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7237" y="1853" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7238" y="1862" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7257" y="1879" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1770 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_254">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7796" y="2144" width="49" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7876" y="129" width="398" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7872" y="125" width="394" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7881" y="119" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7882" y="128" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7882" y="145" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/draper-herbert-james.html</text>
			<rect x="7661" y="129" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7657" y="125" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7666" y="119" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7667" y="128" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7664" y="145" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7664" y="163" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7686" y="145" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1863 Jahre</text>
			<text xml:space="preserve" x="7686" y="162" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1920 Jahre</text>
			<text xml:space="preserve" x="7664" y="186" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">57 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_255">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7852" y="170" width="228" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7820" y="2103" width="571" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7816" y="2099" width="567" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7825" y="2093" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7826" y="2102" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7826" y="2119" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/draper-herbert-james/das-tor-der-morgenroete.html</text>
			<rect x="7824" y="2175" width="280" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7816" y="2166" width="274" height="500" xlink:href="./Daten/ONr_255_QuickBild.jpg">
				<title>./Daten/ONr_255_QuickBild.jpg</title></image>
			<rect x="7813" y="2166" width="280" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7605" y="2103" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7601" y="2099" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7610" y="2093" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7611" y="2102" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7630" y="2119" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1855 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_256">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7541" y="1904" width="97" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7504" y="284" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7500" y="280" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7509" y="274" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7510" y="283" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7510" y="300" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/gerard-francois-pascal-si.html</text>
			<rect x="7289" y="284" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7285" y="280" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7294" y="274" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7295" y="283" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7292" y="300" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7292" y="318" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7314" y="300" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1770 Jahre</text>
			<text xml:space="preserve" x="7314" y="317" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1837 Jahre</text>
			<text xml:space="preserve" x="7292" y="341" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">67 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_257">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7480" y="325" width="268" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7565" y="1863" width="564" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7561" y="1859" width="560" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7570" y="1853" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7571" y="1862" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7571" y="1879" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/gerard-francois-pascal-si/amor-und-psyche-1.html</text>
			<rect x="7569" y="1935" width="388" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7561" y="1926" width="382" height="550" xlink:href="./Daten/ONr_257_QuickBild.jpg">
				<title>./Daten/ONr_257_QuickBild.jpg</title></image>
			<rect x="7558" y="1926" width="388" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7350" y="1863" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7346" y="1859" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7355" y="1853" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7356" y="1862" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7375" y="1879" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1797 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_258">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7788" y="1807" width="121" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7548" y="234" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7544" y="230" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7553" y="224" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7554" y="233" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7554" y="250" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/karl-friedrich-schinkel.html</text>
			<rect x="7333" y="234" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7329" y="230" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7338" y="224" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7339" y="233" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7336" y="250" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7336" y="268" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7358" y="250" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1781 Jahre</text>
			<text xml:space="preserve" x="7358" y="267" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1841 Jahre</text>
			<text xml:space="preserve" x="7336" y="291" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">60 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_259">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7524" y="275" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7812" y="1766" width="578" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7808" y="1762" width="574" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7817" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7818" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7818" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/karl-friedrich-schinkel/dom-ueber-einer-stadt.html</text>
			<rect x="7816" y="1838" width="556" height="415" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7808" y="1829" width="550" height="409" xlink:href="./Daten/ONr_259_QuickBild.jpg">
				<title>./Daten/ONr_259_QuickBild.jpg</title></image>
			<rect x="7805" y="1829" width="556" height="412" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7597" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7593" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7602" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7603" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7622" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1862 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_260">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7509" y="1807" width="127" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7280" y="434" width="398" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7276" y="430" width="394" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7285" y="424" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7286" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7286" y="450" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/vernet-claude-joseph.html</text>
			<rect x="7065" y="434" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7061" y="430" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7070" y="424" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7071" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7068" y="450" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7068" y="468" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7090" y="450" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1714 Jahre</text>
			<text xml:space="preserve" x="7090" y="467" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1789 Jahre</text>
			<text xml:space="preserve" x="7068" y="491" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">75 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_261">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7256" y="475" width="300" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7533" y="1766" width="586" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7529" y="1762" width="582" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7538" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7539" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7539" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/vernet-claude-joseph/seehafen-in-abendstimmung.html</text>
			<rect x="7537" y="1838" width="556" height="397" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7529" y="1829" width="550" height="391" xlink:href="./Daten/ONr_261_QuickBild.jpg">
				<title>./Daten/ONr_261_QuickBild.jpg</title></image>
			<rect x="7526" y="1829" width="556" height="394" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7318" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7314" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7323" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7324" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7343" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1793 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_262">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7704" y="1807" width="72" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7460" y="309" width="406" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7456" y="305" width="402" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7465" y="299" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7466" y="308" 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="325" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/redoute-pierre-joseph.html</text>
			<rect x="7245" y="309" 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="305" 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="299" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7251" y="308" 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="325" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7248" y="343" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7270" y="325" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1759 Jahre</text>
			<text xml:space="preserve" x="7270" y="342" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1840 Jahre</text>
			<text xml:space="preserve" x="7248" y="366" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">81 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_263">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7436" y="350" width="324" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7728" y="1766" width="593" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7724" y="1762" width="589" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7733" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7734" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7734" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/redoute-pierre-joseph/rosen-anemonen-in-glasvas.html</text>
			<rect x="7732" y="1838" width="406" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7724" y="1829" width="400" height="500" xlink:href="./Daten/ONr_263_QuickBild.jpg">
				<title>./Daten/ONr_263_QuickBild.jpg</title></image>
			<rect x="7721" y="1829" width="406" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7513" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7509" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7518" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7519" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7538" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1835 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_264">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7482" y="2049" width="148" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7388" y="384" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7384" y="380" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7393" y="374" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7394" y="383" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7394" y="400" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/fuessli-johann-heinrich.html</text>
			<rect x="7173" y="384" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7169" y="380" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7178" y="374" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7179" y="383" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7176" y="400" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7176" y="418" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7198" y="400" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1741 Jahre</text>
			<text xml:space="preserve" x="7198" y="417" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1825 Jahre</text>
			<text xml:space="preserve" x="7176" y="441" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">84 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_265">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7364" y="425" width="336" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7506" y="2008" width="542" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7502" y="2004" width="538" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7511" y="1998" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7512" y="2007" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7512" y="2024" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/fuessli-johann-heinrich/der-nachtmahr-ll.html</text>
			<rect x="7510" y="2080" width="556" height="452" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7502" y="2071" width="550" height="446" xlink:href="./Daten/ONr_265_QuickBild.jpg">
				<title>./Daten/ONr_265_QuickBild.jpg</title></image>
			<rect x="7499" y="2071" width="556" height="449" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7291" y="2008" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7287" y="2004" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7296" y="1998" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7297" y="2007" 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="2024" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1789 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_266">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7715" y="1904" width="192" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7720" y="184" width="370" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7716" y="180" width="366" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7725" y="174" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7726" y="183" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7726" y="200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/gerome-jean-leon.html</text>
			<rect x="7505" y="184" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7501" y="180" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7510" y="174" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7511" y="183" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7508" y="200" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7508" y="218" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7530" y="200" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1824 Jahre</text>
			<text xml:space="preserve" x="7530" y="217" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1904 Jahre</text>
			<text xml:space="preserve" x="7508" y="241" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">80 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_267">
			<rect x="7480" y="1580" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7696" y="225" width="320" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7739" y="1863" width="571" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7735" y="1859" width="567" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7744" y="1853" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7745" y="1862" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7745" y="1879" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/gerome-jean-leon/harem-women-feeding-pigeo-1.html</text>
			<rect x="7743" y="1935" width="606" height="443" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7735" y="1926" width="600" height="437" xlink:href="./Daten/ONr_267_QuickBild.jpg">
				<title>./Daten/ONr_267_QuickBild.jpg</title></image>
			<rect x="7732" y="1926" width="606" height="440" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7524" y="1863" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7520" y="1859" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7529" y="1853" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7530" y="1862" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7549" y="1879" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1852 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_268">
			<rect x="7660" y="1250" width="132" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7658" y="2532" width="109" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7656" y="34" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7652" y="30" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7661" y="24" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7662" y="33" 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="50" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/spitzweg-carl.html</text>
			<rect x="7441" y="34" 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="30" 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="24" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7447" y="33" 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="50" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7444" y="68" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7466" y="50" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1808 Jahre</text>
			<text xml:space="preserve" x="7466" y="67" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1885 Jahre</text>
			<text xml:space="preserve" x="7444" y="91" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">77 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_269">
			<rect x="7632" y="75" width="308" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7658" y="2532" width="109" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7612" y="150" width="324" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7742" y="2357" width="229" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7572" y="175" width="288" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7556" y="2357" width="177" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7624" y="100" width="296" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7558" y="2502" width="92" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7820" y="50" width="316" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7797" y="2502" width="175" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7684" y="1209" width="312" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7680" y="1205" width="308" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7689" y="1199" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7690" y="1208" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7690" y="1225" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Biedermeier</text>
			<rect x="7469" y="1209" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7465" y="1205" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7474" y="1199" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7475" y="1208" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7472" y="1225" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7472" y="1243" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7494" y="1225" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1815 Jahre</text>
			<text xml:space="preserve" x="7494" y="1242" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1848 Jahre</text>
			<text xml:space="preserve" x="7472" y="1266" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">33 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_270">
			<rect x="7660" y="1250" width="132" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7632" y="75" width="308" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7682" y="2491" width="564" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7678" y="2487" width="560" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7687" y="2481" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7688" y="2490" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7688" y="2507" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/gerard-francois-pascal-si/amor-und-psyche-1.html</text>
			<rect x="7686" y="2563" width="556" height="459" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7678" y="2554" width="550" height="453" xlink:href="./Daten/ONr_270_QuickBild.jpg">
				<title>./Daten/ONr_270_QuickBild.jpg</title></image>
			<rect x="7675" y="2554" width="556" height="456" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7467" y="2491" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7463" y="2487" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7472" y="2481" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7473" y="2490" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7492" y="2507" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1828 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_271">
			<rect x="7660" y="1250" width="132" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7742" y="2357" width="229" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7636" y="109" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7632" y="105" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7641" y="99" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7642" y="108" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7642" y="125" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/richter-ludwig.html</text>
			<rect x="7421" y="109" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7417" y="105" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7426" y="99" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7427" y="108" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7424" y="125" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7424" y="143" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7446" y="125" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1803 Jahre</text>
			<text xml:space="preserve" x="7446" y="142" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1884 Jahre</text>
			<text xml:space="preserve" x="7424" y="166" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">81 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_272">
			<rect x="7660" y="1250" width="132" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7612" y="150" width="324" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7766" y="2316" width="542" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7762" y="2312" width="538" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7771" y="2306" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7772" y="2315" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7772" y="2332" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/richter-ludwig/der-brautzug-im-fruehling.html</text>
			<rect x="7770" y="2388" width="556" height="342" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7762" y="2379" width="550" height="336" xlink:href="./Daten/ONr_272_QuickBild.jpg">
				<title>./Daten/ONr_272_QuickBild.jpg</title></image>
			<rect x="7759" y="2379" width="556" height="339" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7551" y="2316" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7547" y="2312" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7556" y="2306" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7557" y="2315" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7576" y="2332" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1864 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_273">
			<rect x="7660" y="1250" width="132" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7556" y="2357" width="177" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7596" y="134" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7592" y="130" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7601" y="124" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7602" y="133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7602" y="150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/waldmueller-ferdinand-geo.html</text>
			<rect x="7381" y="134" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7377" y="130" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7386" y="124" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7387" y="133" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7384" y="150" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7384" y="168" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7406" y="150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1793 Jahre</text>
			<text xml:space="preserve" x="7406" y="167" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1865 Jahre</text>
			<text xml:space="preserve" x="7384" y="191" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">72 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_274">
			<rect x="7660" y="1250" width="132" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7572" y="175" width="288" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7580" y="2316" width="600" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7576" y="2312" width="596" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7585" y="2306" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7586" y="2315" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7586" y="2332" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/waldmueller-ferdinand-geo/am-fronleichnamsmorgen.html</text>
			<rect x="7584" y="2388" width="606" height="480" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7576" y="2379" width="600" height="474" xlink:href="./Daten/ONr_274_QuickBild.jpg">
				<title>./Daten/ONr_274_QuickBild.jpg</title></image>
			<rect x="7573" y="2379" width="606" height="477" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7365" y="2316" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7361" y="2312" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7370" y="2306" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7371" y="2315" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7390" y="2332" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1811 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_275">
			<rect x="7660" y="1250" width="132" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7558" y="2502" width="92" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7648" y="59" width="326" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7644" y="55" width="322" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7653" y="49" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7654" y="58" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7654" y="75" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/eybl-franz.html</text>
			<rect x="7433" y="59" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7429" y="55" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7438" y="49" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7439" y="58" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7436" y="75" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7436" y="93" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7458" y="75" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1806 Jahre</text>
			<text xml:space="preserve" x="7458" y="92" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1880 Jahre</text>
			<text xml:space="preserve" x="7436" y="116" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">74 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_276">
			<rect x="7660" y="1250" width="132" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7624" y="100" width="296" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7582" y="2461" width="470" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7578" y="2457" width="466" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7587" y="2451" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7588" y="2460" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7588" y="2477" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/eybl-franz/lesendes-maedchen-6.html</text>
			<rect x="7586" y="2533" width="429" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7578" y="2524" width="423" height="550" xlink:href="./Daten/ONr_276_QuickBild.jpg">
				<title>./Daten/ONr_276_QuickBild.jpg</title></image>
			<rect x="7575" y="2524" width="429" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7367" y="2461" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7363" y="2457" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7372" y="2451" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7373" y="2460" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7392" y="2477" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1801 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_277">
			<rect x="7660" y="1250" width="132" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7797" y="2502" width="175" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7844" y="9" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7840" y="5" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7849" y="-1" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7850" y="8" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7850" y="25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/proelss-friedrich.html</text>
			<rect x="7629" y="9" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7625" y="5" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7634" y="-1" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7635" y="8" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7632" y="25" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7632" y="43" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7654" y="25" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1855 Jahre</text>
			<text xml:space="preserve" x="7654" y="42" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1934 Jahre</text>
			<text xml:space="preserve" x="7632" y="66" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">79 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_278">
			<rect x="7660" y="1250" width="132" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7820" y="50" width="316" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7821" y="2461" width="492" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7817" y="2457" width="488" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7826" y="2451" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7827" y="2460" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7827" y="2477" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/proelss-friedrich/das-mittagessen.html</text>
			<rect x="7825" y="2533" width="606" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7817" y="2524" width="600" height="480" xlink:href="./Daten/ONr_278_QuickBild.jpg">
				<title>./Daten/ONr_278_QuickBild.jpg</title></image>
			<rect x="7814" y="2524" width="606" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7606" y="2461" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7602" y="2457" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7611" y="2451" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7612" y="2460" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7631" y="2477" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1871 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_279">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7397" y="2674" width="94" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7520" y="809" width="413" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7516" y="805" width="409" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7525" y="799" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7526" y="808" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7526" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/caspar_david_friedrich.html</text>
			<rect x="7305" y="809" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7301" y="805" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7310" y="799" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7311" y="808" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7308" y="825" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7308" y="843" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7330" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1774 Jahre</text>
			<text xml:space="preserve" x="7330" y="842" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1840 Jahre</text>
			<text xml:space="preserve" x="7308" y="866" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">66 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_280">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7496" y="850" width="264" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7421" y="2633" width="600" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7417" y="2629" width="596" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7426" y="2623" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7427" y="2632" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7427" y="2649" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/caspar_david_friedrich/der-wanderer-ueber-dem-ne.html</text>
			<rect x="7425" y="2705" width="474" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7417" y="2696" width="468" height="600" xlink:href="./Daten/ONr_280_QuickBild.jpg">
				<title>./Daten/ONr_280_QuickBild.jpg</title></image>
			<rect x="7414" y="2696" width="474" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7206" y="2633" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7202" y="2629" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7211" y="2623" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7212" y="2632" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7231" y="2649" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1761 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_281">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7397" y="2797" width="135" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7524" y="784" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7520" y="780" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7529" y="774" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7530" 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="7530" y="800" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/william_turner.html</text>
			<rect x="7309" 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="7305" 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="7314" y="774" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7315" 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="7312" y="800" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7312" y="818" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7334" y="800" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1775 Jahre</text>
			<text xml:space="preserve" x="7334" y="817" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1851 Jahre</text>
			<text xml:space="preserve" x="7312" y="841" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">76 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_282">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7500" y="825" width="304" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7421" y="2756" width="557" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7417" y="2752" width="553" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7426" y="2746" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7427" y="2755" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7427" y="2772" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/william_turner/sonnenuntergang-ueber-ein-1.html</text>
			<rect x="7425" y="2828" width="606" height="452" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7417" y="2819" width="600" height="446" xlink:href="./Daten/ONr_282_QuickBild.jpg">
				<title>./Daten/ONr_282_QuickBild.jpg</title></image>
			<rect x="7414" y="2819" width="606" height="449" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7206" y="2756" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7202" y="2752" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7211" y="2746" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7212" y="2755" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7231" y="2772" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1766 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_283">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7541" y="2797" width="142" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7528" y="759" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7524" y="755" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7533" y="749" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7534" y="758" 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="775" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/constable-john.html</text>
			<rect x="7313" y="759" 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="755" 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="749" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7319" y="758" 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="775" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7316" y="793" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7338" y="775" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1776 Jahre</text>
			<text xml:space="preserve" x="7338" y="792" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1837 Jahre</text>
			<text xml:space="preserve" x="7316" y="816" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">61 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_284">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7504" y="800" width="244" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7565" y="2756" width="449" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7561" y="2752" width="445" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7570" y="2746" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7571" y="2755" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7571" y="2772" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/constable-john/der-heuwagen.html</text>
			<rect x="7569" y="2828" width="506" height="358" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7561" y="2819" width="500" height="352" xlink:href="./Daten/ONr_284_QuickBild.jpg">
				<title>./Daten/ONr_284_QuickBild.jpg</title></image>
			<rect x="7558" y="2819" width="506" height="355" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7350" y="2756" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7346" y="2752" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7355" y="2746" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7356" y="2755" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7375" y="2772" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1803 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_285">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7589" y="3047" width="175" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7616" 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="7612" 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="7621" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7622" 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="7622" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/delacroix-ferdinand.html</text>
			<rect x="7401" 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="7397" 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="7406" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7407" 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="7404" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7404" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7426" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1798 Jahre</text>
			<text xml:space="preserve" x="7426" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1863 Jahre</text>
			<text xml:space="preserve" x="7404" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">65 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_286">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7592" y="650" width="260" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7613" y="3006" width="578" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7609" y="3002" width="574" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7618" y="2996" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7619" y="3005" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7619" y="3022" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/delacroix-ferdinand/die-freiheit-auf-den-barr.html</text>
			<rect x="7617" y="3078" width="606" height="486" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7609" y="3069" width="600" height="480" xlink:href="./Daten/ONr_286_QuickBild.jpg">
				<title>./Daten/ONr_286_QuickBild.jpg</title></image>
			<rect x="7606" y="3069" width="606" height="483" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7398" y="3006" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7394" y="3002" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7403" y="2996" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7404" y="3005" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7423" y="3022" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1819 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_287">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7637" y="2902" width="198" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7608" y="659" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7604" y="655" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7613" y="649" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7614" y="658" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7614" y="675" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/corot-jean-babtiste-camil.html</text>
			<rect x="7393" y="659" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7389" y="655" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7398" y="649" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7399" y="658" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7396" y="675" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7396" y="693" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7418" y="675" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1796 Jahre</text>
			<text xml:space="preserve" x="7418" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1875 Jahre</text>
			<text xml:space="preserve" x="7396" y="716" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">79 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_288">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7584" y="700" width="316" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7661" y="2861" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7657" y="2857" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7666" y="2851" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7667" y="2860" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7667" y="2877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/corot-jean-babtiste-camil/florenz-blick-ueber-die-b.html</text>
			<rect x="7665" y="2933" width="556" height="395" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7657" y="2924" width="550" height="389" xlink:href="./Daten/ONr_288_QuickBild.jpg">
				<title>./Daten/ONr_288_QuickBild.jpg</title></image>
			<rect x="7654" y="2924" width="556" height="392" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7446" y="2861" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7442" y="2857" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7451" y="2851" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7452" y="2860" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7471" y="2877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1834 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_289">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7401" y="3047" width="175" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7588" y="684" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7584" y="680" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7593" y="674" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7594" y="683" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7594" y="700" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/gericault-jean-louis-theo.html</text>
			<rect x="7373" y="684" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7369" y="680" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7378" y="674" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7379" y="683" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7376" y="700" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7376" y="718" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7398" y="700" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1791 Jahre</text>
			<text xml:space="preserve" x="7398" y="717" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1824 Jahre</text>
			<text xml:space="preserve" x="7376" y="741" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">33 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_290">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7564" y="725" width="132" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7425" y="3006" width="586" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7421" y="3002" width="582" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7430" y="2996" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7431" y="3005" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7431" y="3022" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/gericault-jean-louis-theo/das-floss-der-medusa.html</text>
			<rect x="7429" y="3078" width="606" height="417" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7421" y="3069" width="600" height="411" xlink:href="./Daten/ONr_290_QuickBild.jpg">
				<title>./Daten/ONr_290_QuickBild.jpg</title></image>
			<rect x="7418" y="3069" width="606" height="414" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7210" y="3006" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7206" y="3002" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7215" y="2996" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7216" y="3005" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7235" y="3022" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1772 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_291">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7495" y="2702" width="123" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7616" y="634" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7612" y="630" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7621" y="624" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7622" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7622" y="650" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/blechen-karl-eduard-ferdi.html</text>
			<rect x="7401" y="634" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7397" y="630" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7406" y="624" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7407" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7404" y="650" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7404" y="668" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7426" y="650" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1798 Jahre</text>
			<text xml:space="preserve" x="7426" y="667" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1840 Jahre</text>
			<text xml:space="preserve" x="7404" y="691" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">42 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_292">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7399" y="2902" width="114" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7548" y="734" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7544" y="730" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7553" y="724" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7554" 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="7554" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/stieler-joseph-karl.html</text>
			<rect x="7333" 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="7329" 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="7338" y="724" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7339" 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="7336" y="750" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7336" y="768" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7358" y="750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1781 Jahre</text>
			<text xml:space="preserve" x="7358" y="767" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1858 Jahre</text>
			<text xml:space="preserve" x="7336" y="791" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">77 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_293">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7524" y="775" width="308" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7423" y="2861" width="578" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7419" y="2857" width="574" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7428" y="2851" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7429" y="2860" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7429" y="2877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/stieler-joseph-karl/bildnis-ludwig-van-beetho.html</text>
			<rect x="7427" y="2933" width="493" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7419" y="2924" width="487" height="600" xlink:href="./Daten/ONr_293_QuickBild.jpg">
				<title>./Daten/ONr_293_QuickBild.jpg</title></image>
			<rect x="7416" y="2924" width="493" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7208" y="2861" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7204" y="2857" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7213" y="2851" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7214" y="2860" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7233" y="2877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1764 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_294">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7592" y="675" width="168" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7519" y="2661" width="614" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7515" y="2657" width="610" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7524" y="2651" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7525" y="2660" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7525" y="2677" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/blechen-karl-eduard-ferdi/landschaft-im-winter-bei.html</text>
			<rect x="7523" y="2733" width="506" height="371" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7515" y="2724" width="500" height="365" xlink:href="./Daten/ONr_294_QuickBild.jpg">
				<title>./Daten/ONr_294_QuickBild.jpg</title></image>
			<rect x="7512" y="2724" width="506" height="368" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7304" y="2661" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7300" y="2657" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7309" y="2651" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7310" y="2660" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7329" y="2677" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1789 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_295">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7688" y="2807" width="121" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7716" y="584" width="427" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7712" y="580" width="423" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7721" y="574" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7722" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7722" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/loyeux-charles-antoine-j.html</text>
			<rect x="7501" y="584" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7497" y="580" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7506" y="574" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7507" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7504" y="600" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7504" y="618" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7526" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1823 Jahre</text>
			<text xml:space="preserve" x="7526" y="617" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1893 Jahre</text>
			<text xml:space="preserve" x="7504" y="641" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">70 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_296">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7692" y="625" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7712" y="2766" width="614" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7708" y="2762" width="610" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7717" y="2756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7718" y="2765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7718" y="2782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/loyeux-charles-antoine-j/musikstilleben-mit-pfings.html</text>
			<rect x="7716" y="2838" width="556" height="416" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7708" y="2829" width="550" height="410" xlink:href="./Daten/ONr_296_QuickBild.jpg">
				<title>./Daten/ONr_296_QuickBild.jpg</title></image>
			<rect x="7705" y="2829" width="556" height="413" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7497" y="2766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7493" y="2762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7502" y="2756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7503" y="2765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7522" y="2782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1837 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_297">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7844" y="675" width="168" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7791" y="3008" width="535" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7787" y="3004" width="531" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7796" y="2998" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7797" y="3007" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7797" y="3024" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/hardy-heywood/ankunft-einer-postkutsche.html</text>
			<rect x="7795" y="3080" width="606" height="364" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7787" y="3071" width="600" height="358" xlink:href="./Daten/ONr_297_QuickBild.jpg">
				<title>./Daten/ONr_297_QuickBild.jpg</title></image>
			<rect x="7784" y="3071" width="606" height="361" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7576" y="3008" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7572" y="3004" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7581" y="2998" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7582" y="3007" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7601" y="3024" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1871 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_298">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7767" y="3049" width="235" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7868" y="634" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7864" y="630" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7873" y="624" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7874" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7874" y="650" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/hardy-heywood.html</text>
			<rect x="7653" y="634" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7649" y="630" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7658" y="624" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7659" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7656" y="650" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7656" y="668" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7678" y="650" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1861 Jahre</text>
			<text xml:space="preserve" x="7678" y="667" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1903 Jahre</text>
			<text xml:space="preserve" x="7656" y="691" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">42 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_299">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7520" y="2902" width="112" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7588" y="709" width="362" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7584" y="705" width="358" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7593" y="699" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7594" y="708" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7594" y="725" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/hayez-francesco.html</text>
			<rect x="7373" y="709" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7369" y="705" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7378" y="699" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7379" y="708" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7376" y="725" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7376" y="743" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7398" y="725" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1791 Jahre</text>
			<text xml:space="preserve" x="7398" y="742" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1882 Jahre</text>
			<text xml:space="preserve" x="7376" y="766" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">91 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_300">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7564" y="750" width="364" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7544" y="2861" width="442" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7540" y="2857" width="438" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7549" y="2851" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7550" y="2860" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7550" y="2877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/hayez-francesco/the-kiss-4.html</text>
			<rect x="7548" y="2933" width="488" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7540" y="2924" width="482" height="600" xlink:href="./Daten/ONr_300_QuickBild.jpg">
				<title>./Daten/ONr_300_QuickBild.jpg</title></image>
			<rect x="7537" y="2924" width="488" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7329" y="2861" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7325" y="2857" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7334" y="2851" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7335" y="2860" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7354" y="2877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1794 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_301">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7843" y="2902" width="213" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7788" y="684" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7784" y="680" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7793" y="674" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7794" y="683" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7794" y="700" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/duecker-eugen.html</text>
			<rect x="7573" y="684" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7569" y="680" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7578" y="674" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7579" y="683" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7576" y="700" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7576" y="718" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7598" y="700" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1841 Jahre</text>
			<text xml:space="preserve" x="7598" y="717" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1916 Jahre</text>
			<text xml:space="preserve" x="7576" y="741" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">75 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_302">
			<rect x="7560" y="1302" width="240" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7764" y="725" width="300" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7867" y="2861" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7863" y="2857" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7872" y="2851" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7873" y="2860" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7873" y="2877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/duecker-eugen/kirchgang.html</text>
			<rect x="7871" y="2933" width="606" height="400" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7863" y="2924" width="600" height="394" xlink:href="./Daten/ONr_302_QuickBild.jpg">
				<title>./Daten/ONr_302_QuickBild.jpg</title></image>
			<rect x="7860" y="2924" width="606" height="397" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7652" y="2861" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7648" y="2857" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7657" y="2851" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7658" y="2860" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7677" y="2877" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1887 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_303">
			<rect x="5640" y="675" width="120" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5505" y="1807" width="62" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4200" y="850" width="200" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4237" y="1812" width="78" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5000" y="675" width="400" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5017" y="1807" width="63" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5440" y="675" width="48" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5421" y="1807" width="78" height="110" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5200" y="700" width="400" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5267" y="1932" width="90" height="64" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5200" y="650" width="400" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5313" y="1807" width="86" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5200" y="600" width="400" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5272" y="1807" width="33" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5700" y="700" width="140" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5573" y="1807" width="110" height="102" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5200" y="625" width="400" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5370" y="1932" width="76" height="110" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4024" y="1187" width="413" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4020" y="1183" width="409" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4029" y="1177" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4030" y="1186" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4030" y="1203" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/kunst-des-mittelalters.html</text>
			<rect x="3809" y="1187" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="3805" y="1183" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="3814" y="1177" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="3815" y="1186" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="3812" y="1203" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="3812" y="1221" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="3834" y="1203" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 900 Jahre</text>
			<text xml:space="preserve" x="3834" y="1220" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1400 Jahre</text>
			<text xml:space="preserve" x="3812" y="1244" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">500 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_304">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5505" y="1807" width="62" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5664" y="634" width="406" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5660" y="630" width="402" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5669" y="624" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5670" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5670" y="650" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/von-altstetten-konrad.html</text>
			<rect x="5449" y="634" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5445" y="630" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5454" y="624" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5455" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5452" y="650" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5452" y="668" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5474" y="650" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1310 Jahre</text>
			<text xml:space="preserve" x="5474" y="667" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1340 Jahre</text>
			<text xml:space="preserve" x="5452" y="691" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">30 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_305">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5640" y="675" width="120" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5529" y="1766" width="593" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5525" y="1762" width="589" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5534" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5535" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5535" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/von-altstetten-konrad/buchmalerei-von-der-falke.html</text>
			<rect x="5533" y="1838" width="382" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5525" y="1829" width="376" height="550" xlink:href="./Daten/ONr_305_QuickBild.jpg">
				<title>./Daten/ONr_305_QuickBild.jpg</title></image>
			<rect x="5522" y="1829" width="382" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5314" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5310" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5319" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5320" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5339" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1284 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_306">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4237" y="1812" width="78" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="4224" y="809" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4220" y="805" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4229" y="799" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4230" y="808" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4230" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/evangeliar-kaiser-ottos-i.html</text>
			<rect x="4009" y="809" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4005" y="805" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4014" y="799" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4015" y="808" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4012" y="825" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4012" y="843" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4034" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 950 Jahre</text>
			<text xml:space="preserve" x="4034" y="842" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1000 Jahre</text>
			<text xml:space="preserve" x="4012" y="866" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">50 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_307">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4200" y="850" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="4261" y="1771" width="614" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4257" y="1767" width="610" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4266" y="1761" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4267" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="4267" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/evangeliar-kaiser-ottos-i/kaiser-otto-iii-waehrend.html</text>
			<rect x="4265" y="1843" width="254" height="289" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="4257" y="1834" width="248" height="283" xlink:href="./Daten/ONr_307_QuickBild.jpg">
				<title>./Daten/ONr_307_QuickBild.jpg</title></image>
			<rect x="4254" y="1834" width="254" height="286" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4046" y="1771" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4042" y="1767" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4051" y="1761" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4052" y="1770" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4071" y="1787" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 969 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_308">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5017" y="1807" width="63" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5024" y="634" width="398" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5020" y="630" width="394" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5029" y="624" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5030" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5030" y="650" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/handschrift-englisch.html</text>
			<rect x="4809" y="634" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4805" y="630" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4814" y="624" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4815" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4812" y="650" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="4812" y="668" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="4834" y="650" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1150 Jahre</text>
			<text xml:space="preserve" x="4834" y="667" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1250 Jahre</text>
			<text xml:space="preserve" x="4812" y="691" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">100 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_309">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5000" y="675" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5041" y="1766" width="586" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5037" y="1762" width="582" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5046" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5047" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5047" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/handschrift-englisch/die-wunderbare-brotvermeh.html</text>
			<rect x="5045" y="1838" width="381" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5037" y="1829" width="375" height="600" xlink:href="./Daten/ONr_309_QuickBild.jpg">
				<title>./Daten/ONr_309_QuickBild.jpg</title></image>
			<rect x="5034" y="1829" width="381" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="4826" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="4822" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="4831" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="4832" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="4851" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1162 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_310">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5421" y="1807" width="78" height="110" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5464" y="634" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5460" y="630" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5469" y="624" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5470" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5470" y="650" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/franziskusmeister.html</text>
			<rect x="5249" y="634" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5245" y="630" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5254" y="624" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5255" y="633" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5252" y="650" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5252" y="668" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5274" y="650" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1260 Jahre</text>
			<text xml:space="preserve" x="5274" y="667" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1272 Jahre</text>
			<text xml:space="preserve" x="5252" y="691" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">12 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_311">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5440" y="675" width="48" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5445" y="1766" width="521" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5441" y="1762" width="517" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5450" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5451" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5451" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/franziskusmeister/madonna-mit-kind-15.html</text>
			<rect x="5449" y="1838" width="371" height="518" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5441" y="1829" width="365" height="512" xlink:href="./Daten/ONr_311_QuickBild.jpg">
				<title>./Daten/ONr_311_QuickBild.jpg</title></image>
			<rect x="5438" y="1829" width="371" height="515" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5230" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5226" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5235" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5236" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5255" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1265 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_312">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5267" y="1932" width="90" height="64" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5224" y="659" width="420" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5220" y="655" width="416" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5229" y="649" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5230" y="658" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5230" y="675" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/holzschnitt-mittelalter.html</text>
			<rect x="5009" y="659" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5005" y="655" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5014" y="649" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5015" y="658" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5012" y="675" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5012" y="693" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5034" y="675" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1200 Jahre</text>
			<text xml:space="preserve" x="5034" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1300 Jahre</text>
			<text xml:space="preserve" x="5012" y="716" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">100 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_313">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5200" y="700" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5291" y="1891" width="607" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5287" y="1887" width="603" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5296" y="1881" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5297" y="1890" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5297" y="1907" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/holzschnitt-mittelalter/die-hlljohannes-dt-johann.html</text>
			<rect x="5295" y="1963" width="289" height="208" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5287" y="1954" width="283" height="202" xlink:href="./Daten/ONr_313_QuickBild.jpg">
				<title>./Daten/ONr_313_QuickBild.jpg</title></image>
			<rect x="5284" y="1954" width="289" height="205" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5076" y="1891" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5072" y="1887" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5081" y="1881" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5082" y="1890" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5101" y="1907" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1228 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_314">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5313" y="1807" width="86" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5224" y="609" width="370" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5220" y="605" width="366" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5229" y="599" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5230" 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="5230" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/fresko-romanisch.html</text>
			<rect x="5009" 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="5005" 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="5014" y="599" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5015" 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="5012" y="625" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5012" y="643" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5034" y="625" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1200 Jahre</text>
			<text xml:space="preserve" x="5034" y="642" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1300 Jahre</text>
			<text xml:space="preserve" x="5012" y="666" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">100 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_315">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5200" y="650" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5337" y="1766" width="557" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5333" y="1762" width="553" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5342" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5343" y="1765" 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="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/fresko-romanisch/die-hll-petrus-und-andrea.html</text>
			<rect x="5341" y="1838" width="279" height="289" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5333" y="1829" width="273" height="283" xlink:href="./Daten/ONr_315_QuickBild.jpg">
				<title>./Daten/ONr_315_QuickBild.jpg</title></image>
			<rect x="5330" y="1829" width="279" height="286" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5122" y="1766" 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="1762" 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="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5128" y="1765" 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="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1239 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_316">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5272" y="1807" width="33" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5224" y="559" width="384" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5220" y="555" width="380" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5229" y="549" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5230" y="558" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5230" y="575" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/fresko-katalanisch.html</text>
			<rect x="5009" y="559" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5005" y="555" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5014" y="549" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5015" y="558" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5012" y="575" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5012" y="593" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5034" y="575" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1200 Jahre</text>
			<text xml:space="preserve" x="5034" y="592" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1300 Jahre</text>
			<text xml:space="preserve" x="5012" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">100 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_317">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5200" y="600" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5296" y="1766" width="550" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5292" y="1762" width="546" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5301" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5302" y="1765" 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="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/fresko-katalanisch/bildnis-eines-apostels.html</text>
			<rect x="5300" y="1838" width="112" height="289" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5292" y="1829" width="106" height="283" xlink:href="./Daten/ONr_317_QuickBild.jpg">
				<title>./Daten/ONr_317_QuickBild.jpg</title></image>
			<rect x="5289" y="1829" width="112" height="286" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5081" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5077" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5086" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5087" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5106" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1222 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_318">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5573" y="1807" width="110" height="102" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5724" y="659" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5720" y="655" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5729" y="649" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5730" y="658" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5730" y="675" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/meister-von-s-martino-all.html</text>
			<rect x="5509" y="659" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5505" y="655" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5514" y="649" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5515" y="658" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5512" y="675" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5512" y="693" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5534" y="675" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1325 Jahre</text>
			<text xml:space="preserve" x="5534" y="692" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1360 Jahre</text>
			<text xml:space="preserve" x="5512" y="716" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">35 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_319">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5700" y="700" width="140" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5597" y="1766" width="614" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5593" y="1762" width="610" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5602" y="1756" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5603" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5603" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/meister-von-s-martino-all/thronende-maria-zwischen.html</text>
			<rect x="5601" y="1838" width="518" height="484" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5593" y="1829" width="512" height="478" xlink:href="./Daten/ONr_319_QuickBild.jpg">
				<title>./Daten/ONr_319_QuickBild.jpg</title></image>
			<rect x="5590" y="1829" width="518" height="481" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5382" y="1766" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5378" y="1762" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5387" y="1756" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5388" y="1765" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5407" y="1782" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1307 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_320">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5370" y="1932" width="76" height="110" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="5224" y="584" width="370" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5220" y="580" width="366" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5229" y="574" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5230" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5230" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/von-assisi-franz.html</text>
			<rect x="5009" y="584" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5005" y="580" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5014" y="574" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5015" y="583" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5012" y="600" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="5012" y="618" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="5034" y="600" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1200 Jahre</text>
			<text xml:space="preserve" x="5034" y="617" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1300 Jahre</text>
			<text xml:space="preserve" x="5012" y="641" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">100 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_321">
			<rect x="4000" y="1228" width="2000" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5200" y="625" width="400" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="5394" y="1891" width="571" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5390" y="1887" width="567" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5399" y="1881" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5400" y="1890" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="5400" y="1907" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/von-assisi-franz/der-heilige-franz-von-ass-1.html</text>
			<rect x="5398" y="1963" width="360" height="518" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="5390" y="1954" width="354" height="512" xlink:href="./Daten/ONr_321_QuickBild.jpg">
				<title>./Daten/ONr_321_QuickBild.jpg</title></image>
			<rect x="5387" y="1954" width="360" height="515" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="5179" y="1891" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="5175" y="1887" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="5184" y="1881" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="5185" y="1890" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="5204" y="1907" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1252 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_322">
			<rect x="7213" y="3309" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7209" y="3305" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7218" y="3299" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7219" y="3308" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7216" y="3325" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7216" y="3343" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7238" y="3325" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1751 Jahre</text>
			<text xml:space="preserve" x="7238" y="3342" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1950 Jahre</text>
			<text xml:space="preserve" x="7216" y="3366" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">199 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_323">
			<rect x="8013" y="3309" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8009" y="3305" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8018" y="3299" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8019" y="3308" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8016" y="3325" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="8016" y="3343" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="8038" y="3325" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1951 Jahre</text>
			<text xml:space="preserve" x="8038" y="3342" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2000 Jahre</text>
			<text xml:space="preserve" x="8016" y="3366" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">49 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_324">
			<rect x="7796" y="575" width="272" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8045" y="3119" width="93" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7428" y="600" width="280" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8295" y="3162" width="64" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7720" y="600" width="264" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8146" y="3112" width="140" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7772" y="1804" width="639" height="100" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7768" y="1800" width="635" height="96" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7778" y="1817" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Begriff „Realismus“ (von lat. realis „die Sache betreffend“; res: „Sache, Ding“) </text>
			<text xml:space="preserve" x="7778" y="1831" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">bezeichnet in der Kunstgeschichte eine Mitte des 19. Jahrhunderts in Europa </text>
			<text xml:space="preserve" x="7778" y="1845" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">einsetzende neue Kunstauffassung, die sich gegen die historisierenden und</text>
			<text xml:space="preserve" x="7778" y="1859" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> idealisierenden Darstellungen des Klassizismus und der Romantik wandte. </text>
			<rect x="7772" y="1734" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7768" y="1730" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7777" y="1724" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7778" y="1733" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7778" y="1750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Realismus_(Kunst)</text>
			<rect x="7557" y="1734" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7553" y="1730" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7562" y="1724" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7563" y="1733" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7560" y="1750" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7560" y="1768" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7582" y="1750" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1837 Jahre</text>
			<text xml:space="preserve" x="7582" y="1767" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1901 Jahre</text>
			<text xml:space="preserve" x="7560" y="1791" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">64 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_325">
			<rect x="7748" y="1775" width="256" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8045" y="3119" width="93" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7820" y="534" width="326" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7816" y="530" width="322" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7825" y="524" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7826" y="533" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7826" y="550" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/waterhouse.html</text>
			<rect x="7605" y="534" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7601" y="530" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7610" y="524" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7611" y="533" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7608" y="550" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7608" y="568" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7630" y="550" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1849 Jahre</text>
			<text xml:space="preserve" x="7630" y="567" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1917 Jahre</text>
			<text xml:space="preserve" x="7608" y="591" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">68 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_326">
			<rect x="7748" y="1775" width="256" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7796" y="575" width="272" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8069" y="3078" width="463" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8065" y="3074" width="459" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8074" y="3068" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8075" y="3077" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8075" y="3094" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/waterhouse/die-seele-der-rose.html</text>
			<rect x="8073" y="3150" width="406" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8065" y="3141" width="400" height="600" xlink:href="./Daten/ONr_326_QuickBild.jpg">
				<title>./Daten/ONr_326_QuickBild.jpg</title></image>
			<rect x="8062" y="3141" width="406" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7854" y="3078" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7850" y="3074" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7859" y="3068" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7860" y="3077" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7879" y="3094" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1922 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_327">
			<rect x="7748" y="1775" width="256" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8295" y="3162" width="64" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7452" y="559" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7448" y="555" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7457" y="549" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7458" y="558" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7458" y="575" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/blake-william.html</text>
			<rect x="7237" y="559" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7233" y="555" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7242" y="549" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7243" y="558" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7240" y="575" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7240" y="593" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7262" y="575" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1757 Jahre</text>
			<text xml:space="preserve" x="7262" y="592" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1827 Jahre</text>
			<text xml:space="preserve" x="7240" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">70 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_328">
			<rect x="7748" y="1775" width="256" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7428" y="600" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8319" y="3121" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8315" y="3117" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8324" y="3111" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8325" y="3120" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8325" y="3137" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/blake-william/rote-drache.html</text>
			<rect x="8323" y="3193" width="441" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8315" y="3184" width="435" height="550" xlink:href="./Daten/ONr_328_QuickBild.jpg">
				<title>./Daten/ONr_328_QuickBild.jpg</title></image>
			<rect x="8312" y="3184" width="441" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="8104" y="3121" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8100" y="3117" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8109" y="3111" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8110" y="3120" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8129" y="3137" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1981 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_329">
			<rect x="7748" y="1775" width="256" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8146" y="3112" width="140" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7744" y="559" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7740" y="555" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7749" y="549" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7750" y="558" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7750" y="575" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/leighton-frederic.html</text>
			<rect x="7529" y="559" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7525" y="555" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7534" y="549" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7535" y="558" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7532" y="575" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7532" y="593" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7554" y="575" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1830 Jahre</text>
			<text xml:space="preserve" x="7554" y="592" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1896 Jahre</text>
			<text xml:space="preserve" x="7532" y="616" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">66 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_330">
			<rect x="7748" y="1775" width="256" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7720" y="600" width="264" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8170" y="3071" width="470" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8166" y="3067" width="466" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8175" y="3061" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8176" y="3070" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8176" y="3087" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/leighton-frederic/flaming-june.html</text>
			<rect x="8174" y="3143" width="606" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8166" y="3134" width="600" height="600" xlink:href="./Daten/ONr_330_QuickBild.jpg">
				<title>./Daten/ONr_330_QuickBild.jpg</title></image>
			<rect x="8163" y="3134" width="606" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7955" y="3071" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7951" y="3067" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7960" y="3061" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7961" y="3070" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7980" y="3087" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1954 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_331">
			<rect x="7800" y="1452" width="180" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7777" y="2659" width="166" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7680" y="509" width="398" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7676" y="505" width="394" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7685" y="499" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7686" y="508" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7686" y="525" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/millet-jean-francois.html</text>
			<rect x="7465" y="509" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7461" y="505" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7470" y="499" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7471" y="508" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7468" y="525" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7468" y="543" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7490" y="525" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1814 Jahre</text>
			<text xml:space="preserve" x="7490" y="542" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1875 Jahre</text>
			<text xml:space="preserve" x="7468" y="566" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">61 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_332">
			<rect x="7800" y="1452" width="180" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7656" y="550" width="244" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7801" y="2618" width="478" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7797" y="2614" width="474" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7806" y="2608" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7807" y="2617" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7807" y="2634" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/millet-jean-francois/abendgebet.html</text>
			<rect x="7805" y="2690" width="606" height="511" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7797" y="2681" width="600" height="505" xlink:href="./Daten/ONr_332_QuickBild.jpg">
				<title>./Daten/ONr_332_QuickBild.jpg</title></image>
			<rect x="7794" y="2681" width="606" height="508" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7586" y="2618" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7582" y="2614" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7591" y="2608" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7592" y="2617" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7611" y="2634" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1865 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_333">
			<rect x="7800" y="1452" width="180" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8057" y="2805" width="202" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7700" y="484" width="362" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7696" y="480" width="358" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7705" y="474" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7706" y="483" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7706" y="500" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/courbet-gustave.html</text>
			<rect x="7485" y="484" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7481" y="480" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7490" y="474" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7491" y="483" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7488" y="500" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7488" y="518" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7510" y="500" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1819 Jahre</text>
			<text xml:space="preserve" x="7510" y="517" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1877 Jahre</text>
			<text xml:space="preserve" x="7488" y="541" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">58 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_334">
			<rect x="7800" y="1452" width="180" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7676" y="525" width="232" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8081" y="2764" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8077" y="2760" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8086" y="2754" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8087" y="2763" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8087" y="2780" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/courbet-gustave/die-welle.html</text>
			<rect x="8085" y="2836" width="606" height="421" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8077" y="2827" width="600" height="415" xlink:href="./Daten/ONr_334_QuickBild.jpg">
				<title>./Daten/ONr_334_QuickBild.jpg</title></image>
			<rect x="8074" y="2827" width="606" height="418" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7866" y="2764" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7862" y="2760" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7871" y="2754" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7872" y="2763" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7891" y="2780" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1939 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_335">
			<rect x="7800" y="1452" width="180" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7951" y="2659" width="267" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7896" y="459" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7892" y="455" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7901" y="449" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7902" 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="7902" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/pellizza-da-volpedo-guise.html</text>
			<rect x="7681" 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="7677" 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="7686" y="449" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7687" 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="7684" y="475" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7684" y="493" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7706" y="475" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1868 Jahre</text>
			<text xml:space="preserve" x="7706" y="492" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1907 Jahre</text>
			<text xml:space="preserve" x="7684" y="516" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">39 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_336">
			<rect x="7800" y="1452" width="180" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7872" y="500" width="156" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7975" y="2618" width="557" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7971" y="2614" width="553" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7980" y="2608" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7981" y="2617" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7981" y="2634" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/pellizza-da-volpedo-guise/der-vierte-stand.html</text>
			<rect x="7979" y="2690" width="606" height="321" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7971" y="2681" width="600" height="315" xlink:href="./Daten/ONr_336_QuickBild.jpg">
				<title>./Daten/ONr_336_QuickBild.jpg</title></image>
			<rect x="7968" y="2681" width="606" height="318" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7760" y="2618" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7756" y="2614" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7765" y="2608" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7766" y="2617" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7785" y="2634" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1921 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_337">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7929" y="1805" width="183" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7784" y="309" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7780" y="305" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7789" y="299" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7790" y="308" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7790" y="325" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/claude-monet.html</text>
			<rect x="7569" y="309" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7565" y="305" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7574" y="299" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7575" y="308" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7572" y="325" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7572" y="343" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7594" y="325" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1840 Jahre</text>
			<text xml:space="preserve" x="7594" y="342" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1926 Jahre</text>
			<text xml:space="preserve" x="7572" y="366" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">86 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_338">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7760" y="350" width="344" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7953" y="1764" width="528" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7949" y="1760" width="524" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7958" y="1754" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7959" y="1763" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7959" y="1780" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/claude-monet/klatschmohn-in-der-gegend.html</text>
			<rect x="7957" y="1836" width="606" height="464" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7949" y="1827" width="600" height="458" xlink:href="./Daten/ONr_338_QuickBild.jpg">
				<title>./Daten/ONr_338_QuickBild.jpg</title></image>
			<rect x="7946" y="1827" width="606" height="461" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7738" y="1764" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7734" y="1760" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7743" y="1754" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7744" y="1763" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7763" y="1780" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1905 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_339">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8209" y="2079" width="73" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7836" y="264" width="370" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7832" y="260" width="366" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7841" y="254" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7842" y="263" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7842" y="280" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/vincent-van-gogh.html</text>
			<rect x="7621" y="264" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7617" y="260" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7626" y="254" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7627" y="263" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7624" y="280" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7624" y="298" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7646" y="280" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1853 Jahre</text>
			<text xml:space="preserve" x="7646" y="297" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1890 Jahre</text>
			<text xml:space="preserve" x="7624" y="321" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">37 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_340">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7812" y="305" width="148" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8233" y="2038" width="535" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8229" y="2034" width="531" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8238" y="2028" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8239" y="2037" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8239" y="2054" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/vincent-van-gogh/cafeterrasse-bei-nacht.html</text>
			<rect x="8237" y="2110" width="410" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8229" y="2101" width="404" height="500" xlink:href="./Daten/ONr_340_QuickBild.jpg">
				<title>./Daten/ONr_340_QuickBild.jpg</title></image>
			<rect x="8226" y="2101" width="410" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="8018" y="2038" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8014" y="2034" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8023" y="2028" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8024" y="2037" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8043" y="2054" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1961 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_341">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7932" y="1954" width="171" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7812" y="284" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7808" y="280" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7817" y="274" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7818" y="283" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7818" y="300" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/max-liebermann-kunstdruck.html</text>
			<rect x="7597" y="284" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7593" y="280" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7602" y="274" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7603" y="283" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7600" y="300" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7600" y="318" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7622" y="300" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1847 Jahre</text>
			<text xml:space="preserve" x="7622" y="317" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1935 Jahre</text>
			<text xml:space="preserve" x="7600" y="341" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">88 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_342">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7788" y="325" width="352" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7956" y="1913" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7952" y="1909" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7961" y="1903" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7962" y="1912" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7962" y="1929" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/max-liebermann-kunstdruck/restaurant-jacob-in-niens.html</text>
			<rect x="7960" y="1985" width="606" height="426" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7952" y="1976" width="600" height="420" xlink:href="./Daten/ONr_342_QuickBild.jpg">
				<title>./Daten/ONr_342_QuickBild.jpg</title></image>
			<rect x="7949" y="1976" width="606" height="423" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7741" y="1913" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7737" y="1909" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7746" y="1903" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7747" y="1912" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7766" y="1929" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1904 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_343">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8120" y="1805" width="194" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7780" y="359" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7776" y="355" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7785" y="349" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7786" y="358" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7786" y="375" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/paul-cezanne.html</text>
			<rect x="7565" y="359" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7561" y="355" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7570" y="349" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7571" y="358" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7568" y="375" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7568" y="393" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7590" y="375" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1839 Jahre</text>
			<text xml:space="preserve" x="7590" y="392" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1906 Jahre</text>
			<text xml:space="preserve" x="7568" y="416" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">67 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_344">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7756" y="400" width="268" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8144" y="1764" width="528" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8140" y="1760" width="524" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8149" y="1754" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8150" y="1763" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8150" y="1780" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/paul-cezanne/golf-von-marseille-von-es.html</text>
			<rect x="8148" y="1836" width="506" height="367" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8140" y="1827" width="500" height="361" xlink:href="./Daten/ONr_344_QuickBild.jpg">
				<title>./Daten/ONr_344_QuickBild.jpg</title></image>
			<rect x="8137" y="1827" width="506" height="364" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7929" y="1764" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7925" y="1760" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7934" y="1754" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7935" y="1763" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7954" y="1780" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1954 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_345">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8106" y="1954" width="172" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7760" y="384" width="334" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7756" y="380" width="330" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7765" y="374" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7766" y="383" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7766" y="400" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/degas-edgar.html</text>
			<rect x="7545" y="384" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7541" y="380" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7550" y="374" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7551" y="383" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7548" y="400" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7548" y="418" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7570" y="400" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1834 Jahre</text>
			<text xml:space="preserve" x="7570" y="417" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1917 Jahre</text>
			<text xml:space="preserve" x="7548" y="441" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">83 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_346">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7736" y="425" width="332" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8130" y="1913" width="521" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8126" y="1909" width="517" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8135" y="1903" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8136" y="1912" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8136" y="1929" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/degas-edgar/ballettsaal-der-oper-in-d.html</text>
			<rect x="8134" y="1985" width="606" height="423" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8126" y="1976" width="600" height="417" xlink:href="./Daten/ONr_346_QuickBild.jpg">
				<title>./Daten/ONr_346_QuickBild.jpg</title></image>
			<rect x="8123" y="1976" width="606" height="420" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7915" y="1913" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7911" y="1909" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7920" y="1903" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7921" y="1912" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7940" y="1929" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1948 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_347">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8285" y="1954" width="201" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7816" y="234" width="391" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7812" y="230" width="387" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7821" y="224" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7822" y="233" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7822" y="250" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/caillebotte-gustave.html</text>
			<rect x="7601" y="234" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7597" y="230" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7606" y="224" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7607" y="233" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7604" y="250" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7604" y="268" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7626" y="250" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1848 Jahre</text>
			<text xml:space="preserve" x="7626" y="267" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1894 Jahre</text>
			<text xml:space="preserve" x="7604" y="291" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">46 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_348">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7792" y="275" width="184" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8309" y="1913" width="528" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8305" y="1909" width="524" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8314" y="1903" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8315" y="1912" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8315" y="1929" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/caillebotte-gustave/die-parkett-hobler.html</text>
			<rect x="8313" y="1985" width="606" height="424" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8305" y="1976" width="600" height="418" xlink:href="./Daten/ONr_348_QuickBild.jpg">
				<title>./Daten/ONr_348_QuickBild.jpg</title></image>
			<rect x="8302" y="1976" width="606" height="421" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="8094" y="1913" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8090" y="1909" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8099" y="1903" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8100" y="1912" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8119" y="1929" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1996 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_349">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8085" y="2079" width="121" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7752" y="409" width="348" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7748" y="405" width="344" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7757" y="399" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7758" y="408" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7758" y="425" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/manet-edouard.html</text>
			<rect x="7537" y="409" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7533" y="405" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7542" y="399" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7543" y="408" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7540" y="425" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7540" y="443" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7562" y="425" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1832 Jahre</text>
			<text xml:space="preserve" x="7562" y="442" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1883 Jahre</text>
			<text xml:space="preserve" x="7540" y="466" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">51 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_350">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7728" y="450" width="204" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8109" y="2038" width="535" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8105" y="2034" width="531" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8114" y="2028" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8115" y="2037" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8115" y="2054" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/manet-edouard/bar-in-den-folies-bergere.html</text>
			<rect x="8113" y="2110" width="506" height="379" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8105" y="2101" width="500" height="373" xlink:href="./Daten/ONr_350_QuickBild.jpg">
				<title>./Daten/ONr_350_QuickBild.jpg</title></image>
			<rect x="8102" y="2101" width="506" height="376" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7894" y="2038" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7890" y="2034" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7899" y="2028" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7900" y="2037" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7919" y="2054" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1936 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_351">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8313" y="1805" width="174" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7744" y="434" width="370" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7740" y="430" width="366" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7749" y="424" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7750" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7750" y="450" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/pissarro-camille.html</text>
			<rect x="7529" y="434" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7525" y="430" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7534" y="424" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7535" y="433" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7532" y="450" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7532" y="468" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7554" y="450" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1830 Jahre</text>
			<text xml:space="preserve" x="7554" y="467" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1903 Jahre</text>
			<text xml:space="preserve" x="7532" y="491" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">73 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_352">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7720" y="475" width="292" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8337" y="1764" width="550" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8333" y="1760" width="546" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8342" y="1754" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8343" y="1763" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8343" y="1780" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/pissarro-camille/der-boulevard-montmartre.html</text>
			<rect x="8341" y="1836" width="606" height="490" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8333" y="1827" width="600" height="484" xlink:href="./Daten/ONr_352_QuickBild.jpg">
				<title>./Daten/ONr_352_QuickBild.jpg</title></image>
			<rect x="8330" y="1827" width="606" height="487" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="8122" y="1764" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8118" y="1760" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8127" y="1754" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8128" y="1763" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8147" y="1780" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2000 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_353">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7974" y="2079" width="106" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7780" y="334" width="362" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7776" y="330" width="358" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7785" y="324" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7786" y="333" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7786" y="350" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/hennessy-willia.html</text>
			<rect x="7565" y="334" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7561" y="330" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7570" y="324" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7571" y="333" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7568" y="350" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7568" y="368" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7590" y="350" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1839 Jahre</text>
			<text xml:space="preserve" x="7590" y="367" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1917 Jahre</text>
			<text xml:space="preserve" x="7568" y="391" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">78 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_354">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7756" y="375" width="312" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7998" y="2038" width="499" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7994" y="2034" width="495" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8003" y="2028" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8004" y="2037" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8004" y="2054" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/hennessy-willia/the-pride-of-dijon.html</text>
			<rect x="8002" y="2110" width="556" height="473" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7994" y="2101" width="550" height="467" xlink:href="./Daten/ONr_354_QuickBild.jpg">
				<title>./Daten/ONr_354_QuickBild.jpg</title></image>
			<rect x="7991" y="2101" width="556" height="470" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7783" y="2038" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7779" y="2034" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7788" y="2028" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7789" y="2037" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7808" y="2054" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1906 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_355">
			<rect x="7956" y="1275" width="84" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7930" y="2189" width="100" height="66" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7860" y="859" width="355" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7856" y="855" width="351" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7865" y="849" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7866" y="858" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7866" y="875" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/seurat-georges.html</text>
			<rect x="7645" y="859" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7641" y="855" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7650" y="849" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7651" y="858" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7648" y="875" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7648" y="893" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7670" y="875" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1859 Jahre</text>
			<text xml:space="preserve" x="7670" y="892" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1891 Jahre</text>
			<text xml:space="preserve" x="7648" y="916" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">32 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_356">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7836" y="900" width="128" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7954" y="2148" width="542" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7950" y="2144" width="538" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7959" y="2138" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7960" y="2147" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7960" y="2164" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/seurat-georges/ein-sonntagnachmittag-auf.html</text>
			<rect x="7958" y="2220" width="609" height="406" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7950" y="2211" width="603" height="400" xlink:href="./Daten/ONr_356_QuickBild.jpg">
				<title>./Daten/ONr_356_QuickBild.jpg</title></image>
			<rect x="7947" y="2211" width="609" height="403" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7739" y="2148" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7735" y="2144" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7744" y="2138" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7745" y="2147" 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="2164" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1895 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_357">
			<rect x="7956" y="1275" width="84" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8036" y="2189" width="197" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7732" y="884" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7728" y="880" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7737" y="874" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7738" y="883" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7738" y="900" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/zuend-robert.html</text>
			<rect x="7517" y="884" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7513" y="880" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7522" y="874" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7523" y="883" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7520" y="900" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7520" y="918" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7542" y="900" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1827 Jahre</text>
			<text xml:space="preserve" x="7542" y="917" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1909 Jahre</text>
			<text xml:space="preserve" x="7520" y="941" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">82 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_358">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7708" y="925" width="328" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8060" y="2148" width="427" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8056" y="2144" width="423" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8065" y="2138" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8066" y="2147" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8066" y="2164" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/zuend-robert/erntezeit-1.html</text>
			<rect x="8064" y="2220" width="606" height="432" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8056" y="2211" width="600" height="426" xlink:href="./Daten/ONr_358_QuickBild.jpg">
				<title>./Daten/ONr_358_QuickBild.jpg</title></image>
			<rect x="8053" y="2211" width="606" height="429" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7845" y="2148" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7841" y="2144" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7850" y="2138" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7851" y="2147" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7870" y="2164" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1933 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_359">
			<rect x="7956" y="1275" width="84" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7918" y="2259" width="114" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7876" y="809" width="334" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7872" y="805" width="330" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7881" y="799" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7882" y="808" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7882" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/signac-paul.html</text>
			<rect x="7661" y="809" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7657" y="805" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7666" y="799" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7667" y="808" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7664" y="825" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7664" y="843" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7686" y="825" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1863 Jahre</text>
			<text xml:space="preserve" x="7686" y="842" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1935 Jahre</text>
			<text xml:space="preserve" x="7664" y="866" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">72 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_360">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7852" y="850" width="288" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7942" y="2218" width="499" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7938" y="2214" width="495" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7947" y="2208" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7948" y="2217" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7948" y="2234" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/signac-paul/venedig-die-rosa-wolke.html</text>
			<rect x="7946" y="2290" width="556" height="442" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="7938" y="2281" width="550" height="436" xlink:href="./Daten/ONr_360_QuickBild.jpg">
				<title>./Daten/ONr_360_QuickBild.jpg</title></image>
			<rect x="7935" y="2281" width="556" height="439" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7727" y="2218" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7723" y="2214" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7732" y="2208" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7733" y="2217" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7752" y="2234" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1893 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_361">
			<rect x="7956" y="1275" width="84" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8238" y="2189" width="245" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7872" y="834" width="406" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7868" y="830" width="402" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7877" y="824" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7878" 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="7878" y="850" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-rysselberghe-theo.html</text>
			<rect x="7657" 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="7653" 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="7662" y="824" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7663" 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="7660" y="850" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7660" y="868" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7682" y="850" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1862 Jahre</text>
			<text xml:space="preserve" x="7682" y="867" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1926 Jahre</text>
			<text xml:space="preserve" x="7660" y="891" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">64 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_362">
			<rect x="7888" y="1225" width="360" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7848" y="875" width="256" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8262" y="2148" width="600" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8258" y="2144" width="596" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8267" y="2138" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8268" y="2147" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8268" y="2164" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/van-rysselberghe-theo/liegender-weiblicher-akt-2.html</text>
			<rect x="8266" y="2220" width="606" height="300" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8258" y="2211" width="600" height="294" xlink:href="./Daten/ONr_362_QuickBild.jpg">
				<title>./Daten/ONr_362_QuickBild.jpg</title></image>
			<rect x="8255" y="2211" width="606" height="297" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="8047" y="2148" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8043" y="2144" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8052" y="2138" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8053" y="2147" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8072" y="2164" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1990 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_363">
			<rect x="7764" y="1175" width="312" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7996" y="2364" width="160" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7792" y="1150" width="220" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8160" y="2364" width="69" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7856" y="1125" width="148" height="20" fill="none" stroke="rgb(0,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8233" y="2364" width="86" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7944" y="1279" width="625" height="142" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7940" y="1275" width="621" height="138" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<text xml:space="preserve" x="7950" y="1292" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Post-Impressionismus ist eine Sammelbezeichnung für verschiedene Stile der Malerei,</text>
			<text xml:space="preserve" x="7950" y="1306" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">die zwischen 1880 und 1905 auf den Impressionismus folgten. Anstelle der</text>
			<text xml:space="preserve" x="7950" y="1320" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Bezeichnungsweise Post-Impressionismus sind auch die Benennungen Nach- bzw. </text>
			<text xml:space="preserve" x="7950" y="1334" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Spätimpressionismus gebräuchlich. Schwerpunkt der Entwicklung war Frankreich. </text>
			<text xml:space="preserve" x="7950" y="1348" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">Der Post-Impressionismus wurde innerhalb Frankreichs vom Fauvismus abgelöst.</text>
			<text xml:space="preserve" x="7950" y="1362" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="7950" y="1376" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"></text>
			<rect x="7944" y="1209" width="377" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7940" y="1205" width="373" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7949" y="1199" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7950" y="1208" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7950" y="1225" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Post-Impressionismus</text>
			<rect x="7729" y="1209" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7725" y="1205" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7734" y="1199" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7735" y="1208" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7732" y="1225" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7732" y="1243" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7754" y="1225" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1880 Jahre</text>
			<text xml:space="preserve" x="7754" y="1242" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1905 Jahre</text>
			<text xml:space="preserve" x="7732" y="1266" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">25 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_364">
			<rect x="7920" y="1250" width="100" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7996" y="2364" width="160" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7788" y="1134" width="406" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7784" y="1130" width="402" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7793" y="1124" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7794" 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="7794" y="1150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/pierre-auguste-renoir.html</text>
			<rect x="7573" 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="7569" 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="7578" y="1124" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7579" 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="7576" y="1150" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7576" y="1168" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7598" y="1150" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1841 Jahre</text>
			<text xml:space="preserve" x="7598" y="1167" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1919 Jahre</text>
			<text xml:space="preserve" x="7576" y="1191" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">78 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_365">
			<rect x="7920" y="1250" width="100" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7764" y="1175" width="312" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8020" y="2323" width="578" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8016" y="2319" width="574" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8025" y="2313" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8026" y="2322" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8026" y="2339" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/pierre-auguste-renoir/fruehstueck-der-ruderer.html</text>
			<rect x="8024" y="2395" width="606" height="456" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8016" y="2386" width="600" height="450" xlink:href="./Daten/ONr_365_QuickBild.jpg">
				<title>./Daten/ONr_365_QuickBild.jpg</title></image>
			<rect x="8013" y="2386" width="606" height="453" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7805" y="2323" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7801" y="2319" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7810" y="2313" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7811" y="2322" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7830" y="2339" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1919 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_366">
			<rect x="7920" y="1250" width="100" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8160" y="2364" width="69" height="90" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7816" y="1109" width="427" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7812" y="1105" width="423" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7821" y="1099" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7822" y="1108" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7822" y="1125" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/paul-gauguin-kunstdrucke.html</text>
			<rect x="7601" y="1109" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7597" y="1105" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7606" y="1099" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7607" y="1108" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7604" y="1125" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7604" y="1143" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7626" y="1125" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1848 Jahre</text>
			<text xml:space="preserve" x="7626" y="1142" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1903 Jahre</text>
			<text xml:space="preserve" x="7604" y="1166" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">55 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_367">
			<rect x="7920" y="1250" width="100" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7792" y="1150" width="220" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8184" y="2323" width="578" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8180" y="2319" width="574" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8189" y="2313" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8190" y="2322" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8190" y="2339" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/paul-gauguin-kunstdrucke/tahitische-frauen-ii.html</text>
			<rect x="8188" y="2395" width="390" height="506" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8180" y="2386" width="384" height="500" xlink:href="./Daten/ONr_367_QuickBild.jpg">
				<title>./Daten/ONr_367_QuickBild.jpg</title></image>
			<rect x="8177" y="2386" width="390" height="503" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7969" y="2323" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7965" y="2319" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7974" y="2313" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7975" y="2322" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7994" y="2339" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1948 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_368">
			<rect x="7920" y="1250" width="100" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8233" y="2364" width="86" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7880" y="1084" width="434" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7876" y="1080" width="430" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7885" y="1074" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7886" 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="7886" y="1100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/de-toulouse-lautrec-henri.html</text>
			<rect x="7665" 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="7661" 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="7670" y="1074" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7671" 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="7668" y="1100" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7668" y="1118" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7690" y="1100" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1864 Jahre</text>
			<text xml:space="preserve" x="7690" y="1117" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1901 Jahre</text>
			<text xml:space="preserve" x="7668" y="1141" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">37 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_369">
			<rect x="7920" y="1250" width="100" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7856" y="1125" width="148" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8257" y="2323" width="622" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8253" y="2319" width="618" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8262" y="2313" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8263" y="2322" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8263" y="2339" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/de-toulouse-lautrec-henri/frau-beim-anziehen-der-st.html</text>
			<rect x="8261" y="2395" width="399" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8253" y="2386" width="393" height="550" xlink:href="./Daten/ONr_369_QuickBild.jpg">
				<title>./Daten/ONr_369_QuickBild.jpg</title></image>
			<rect x="8250" y="2386" width="399" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="8042" y="2323" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8038" y="2319" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8047" y="2313" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8048" y="2322" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8067" y="2339" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1969 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_370">
			<rect x="8008" y="1775" width="440" height="22" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7996" y="2489" width="194" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7856" y="759" width="319" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7852" y="755" width="315" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7861" y="749" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7862" y="758" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7862" y="775" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tessier-1.html</text>
			<rect x="7641" y="759" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7637" y="755" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7646" y="749" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7647" y="758" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7644" y="775" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7644" y="793" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7666" y="775" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1858 Jahre</text>
			<text xml:space="preserve" x="7666" y="792" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1915 Jahre</text>
			<text xml:space="preserve" x="7644" y="816" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">57 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_371">
			<rect x="8008" y="1775" width="440" height="22" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7832" y="800" width="228" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8020" y="2448" width="506" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8016" y="2444" width="502" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8025" y="2438" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8026" y="2447" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8026" y="2464" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tessier-1/der-wirbelwind-tourbillon.html</text>
			<rect x="8024" y="2520" width="606" height="438" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8016" y="2511" width="600" height="432" xlink:href="./Daten/ONr_371_QuickBild.jpg">
				<title>./Daten/ONr_371_QuickBild.jpg</title></image>
			<rect x="8013" y="2511" width="606" height="435" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="7805" y="2448" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7801" y="2444" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7810" y="2438" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7811" y="2447" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7830" y="2464" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1923 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_372">
			<rect x="8000" y="1302" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8273" y="2509" width="207" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7944" y="959" width="326" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7940" y="955" width="322" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7949" y="949" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7950" y="958" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7950" y="975" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/franz-marc.html</text>
			<rect x="7729" y="959" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7725" y="955" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7734" y="949" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7735" y="958" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7732" y="975" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7732" y="993" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7754" y="975" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1880 Jahre</text>
			<text xml:space="preserve" x="7754" y="992" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1916 Jahre</text>
			<text xml:space="preserve" x="7732" y="1016" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">36 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_373">
			<rect x="8000" y="1302" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7920" y="1000" width="144" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8297" y="2468" width="470" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8293" y="2464" width="466" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8302" y="2458" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8303" y="2467" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8303" y="2484" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/franz-marc/grosse-blaue-pferde.html</text>
			<rect x="8301" y="2540" width="606" height="353" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8293" y="2531" width="600" height="347" xlink:href="./Daten/ONr_373_QuickBild.jpg">
				<title>./Daten/ONr_373_QuickBild.jpg</title></image>
			<rect x="8290" y="2531" width="606" height="350" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="8082" y="2468" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8078" y="2464" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8087" y="2458" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8088" y="2467" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8107" y="2484" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1994 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_374">
			<rect x="8000" y="1302" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8275" y="2634" width="117" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7972" y="934" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7968" y="930" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7977" y="924" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7978" 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="7978" y="950" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/august-macke.html</text>
			<rect x="7757" 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="7753" 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="7762" y="924" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7763" 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="7760" y="950" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7760" y="968" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7782" y="950" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1887 Jahre</text>
			<text xml:space="preserve" x="7782" y="967" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1914 Jahre</text>
			<text xml:space="preserve" x="7760" y="991" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">27 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_375">
			<rect x="8000" y="1302" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7948" y="975" width="108" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8299" y="2593" width="499" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8295" y="2589" width="495" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8304" y="2583" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8305" y="2592" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8305" y="2609" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/august-macke/dame-in-gruener-jacke.html</text>
			<rect x="8303" y="2665" width="544" height="556" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8295" y="2656" width="538" height="550" xlink:href="./Daten/ONr_375_QuickBild.jpg">
				<title>./Daten/ONr_375_QuickBild.jpg</title></image>
			<rect x="8292" y="2656" width="544" height="553" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="8084" y="2593" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8080" y="2589" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8089" y="2583" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8090" y="2592" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8109" y="2609" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1983 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_376">
			<rect x="8000" y="1302" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8478" y="2634" width="91" height="140" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7984" y="909" width="427" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7980" y="905" width="423" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7989" y="899" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7990" 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="7990" y="925" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/egon-schiele-kunstdrucke.html</text>
			<rect x="7769" 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="7765" 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="7774" y="899" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7775" 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="7772" y="925" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7772" y="943" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7794" y="925" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1890 Jahre</text>
			<text xml:space="preserve" x="7794" y="942" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1918 Jahre</text>
			<text xml:space="preserve" x="7772" y="966" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">28 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_377">
			<rect x="8000" y="1302" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8397" y="2634" width="76" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7944" y="984" width="406" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7940" y="980" width="402" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7949" y="974" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7950" 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="7950" y="1000" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/kirchner-ernst-ludwig.html</text>
			<rect x="7729" 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="7725" 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="7734" y="974" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7735" 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="7732" y="1000" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7732" y="1018" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7754" y="1000" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1880 Jahre</text>
			<text xml:space="preserve" x="7754" y="1017" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1938 Jahre</text>
			<text xml:space="preserve" x="7732" y="1041" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">58 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_378">
			<rect x="8000" y="1302" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7920" y="1025" width="232" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8421" y="2593" width="499" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8417" y="2589" width="495" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8426" y="2583" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8427" y="2592" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8427" y="2609" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/kirchner-ernst-ludwig/die-artistin.html</text>
			<rect x="8425" y="2665" width="462" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8417" y="2656" width="456" height="600" xlink:href="./Daten/ONr_378_QuickBild.jpg">
				<title>./Daten/ONr_378_QuickBild.jpg</title></image>
			<rect x="8414" y="2656" width="462" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="8206" y="2593" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8202" y="2589" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8211" y="2583" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8212" y="2592" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8231" y="2609" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2008 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_379">
			<rect x="8000" y="1302" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7960" y="950" width="112" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8502" y="2593" width="614" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8498" y="2589" width="610" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8507" y="2583" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8508" y="2592" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8508" y="2609" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/egon-schiele-kunstdrucke/sitzende-frau-mit-hochgez.html</text>
			<rect x="8506" y="2665" width="398" height="606" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8498" y="2656" width="392" height="600" xlink:href="./Daten/ONr_379_QuickBild.jpg">
				<title>./Daten/ONr_379_QuickBild.jpg</title></image>
			<rect x="8495" y="2656" width="398" height="603" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="8287" y="2593" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8283" y="2589" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8292" y="2583" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8293" y="2592" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8312" y="2609" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2030 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_380">
			<rect x="8000" y="1302" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8486" y="2509" width="79" height="100" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7876" y="1009" width="341" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7872" y="1005" width="337" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7881" y="999" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7882" y="1008" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7882" y="1025" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/munch-edvard.html</text>
			<rect x="7661" y="1009" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7657" y="1005" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7666" y="999" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7667" y="1008" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7664" y="1025" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7664" y="1043" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7686" y="1025" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1863 Jahre</text>
			<text xml:space="preserve" x="7686" y="1042" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1944 Jahre</text>
			<text xml:space="preserve" x="7664" y="1066" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">81 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_381">
			<rect x="8000" y="1302" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7852" y="1050" width="324" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8510" y="2468" width="442" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8506" y="2464" width="438" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8515" y="2458" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8516" y="2467" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8516" y="2484" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/munch-edvard/the-cry-em-16.html</text>
			<rect x="8514" y="2540" width="325" height="406" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8506" y="2531" width="319" height="400" xlink:href="./Daten/ONr_381_QuickBild.jpg">
				<title>./Daten/ONr_381_QuickBild.jpg</title></image>
			<rect x="8503" y="2531" width="325" height="403" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="8295" y="2468" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8291" y="2464" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8300" y="2458" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8301" y="2467" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8320" y="2484" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 2031 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_382">
			<rect x="8000" y="1302" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8276" y="2759" width="169" height="120" fill="none" stroke="rgb(0,255,0)" stroke-width="5"/>
			<rect x="7868" y="1034" width="326" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7864" y="1030" width="322" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7873" y="1024" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7874" y="1033" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="7874" y="1050" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/ury-lesser.html</text>
			<rect x="7653" y="1034" width="184" height="74" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="7649" y="1030" width="180" height="70" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="7658" y="1024" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="7659" y="1033" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="7656" y="1050" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">von:</text>
			<text xml:space="preserve" x="7656" y="1068" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">bis:</text>
			<text xml:space="preserve" x="7678" y="1050" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1861 Jahre</text>
			<text xml:space="preserve" x="7678" y="1067" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)"> 1931 Jahre</text>
			<text xml:space="preserve" x="7656" y="1091" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">70 Jahre</text>
		</symbol>
		<symbol id="QuickInfo_383">
			<rect x="8000" y="1302" width="200" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="7844" y="1075" width="280" height="20" fill="none" stroke="rgb(255,255,0)" stroke-width="5" rx="10" ry="10"/>
			<rect x="8300" y="2718" width="514" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8296" y="2714" width="510" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8305" y="2708" width="83" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8306" y="2717" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Quellennachweis I</text>
			<text xml:space="preserve" x="8306" y="2734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/ury-lesser/abendliche-berliner-stras.html</text>
			<rect x="8304" y="2790" width="556" height="397" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<image x="8296" y="2781" width="550" height="391" xlink:href="./Daten/ONr_383_QuickBild.jpg">
				<title>./Daten/ONr_383_QuickBild.jpg</title></image>
			<rect x="8293" y="2781" width="556" height="394" fill="none" stroke="rgb(192,192,192)" stroke-width="5" rx="12" ry="12"/>
			<rect x="8085" y="2718" width="184" height="34" fill="rgb(109,109,109)" stroke="rgb(109,109,109)" stroke-width="0" rx="12" ry="12"/>
			<rect x="8081" y="2714" width="180" height="30" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="2" rx="12" ry="12"/>
			<rect x="8090" y="2708" width="53" height="20" fill="rgb(255,255,225)" stroke="rgb(0,128,128)" stroke-width="0"/>
			<text xml:space="preserve" x="8091" y="2717" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">I Steckbrief I</text>
			<text xml:space="preserve" x="8110" y="2734" style="font-family:Courier New; font-size:12; fill:rgb(128,128,128); " transform=" rotate (0)">~ 1990 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)">http://de.wikipedia.org/wiki/Stil-Epochen</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Bildende_Kunst</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.br.de/fernsehen/br-alpha/sendungen/stil-epochen/index.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Bildende_Kunst#Moderne</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)">http://de.wikipedia.org/wiki/Vorromanik</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Romanik</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/gotik.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Barock</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/barock.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/rokoko.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Klassizismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Romantik</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/pompeji-wandmalerei/flora-mit-dem-fuellhorn.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/manierismus.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Kelten</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Kelten</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/%C3%84gyptische_Kunst</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Ägyptische_Kunst</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/%C3%84gyptische_Kunst</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Ägyptische_Kunst</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Römische_Kunst</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Römische_Kunst</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Historismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Realismus_(Kunst)</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Naturalismus_(Kunst)</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Impressionismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Pointillismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/pointilismus-neo-impressi.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Neoimpressionismus</text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Symbolismus_(Bildende_Kunst)</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Pointillismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Art_Deco</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Expressionismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Fauvismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Fauvismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Orphischer_Kubismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Futurismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Suprematismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Dadaismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Surrealismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Purismus_(Kunst)</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Konstruktivismus_(Kunst)</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Neoplastizismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Bauhaus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Neue_Sachlichkeit_(Kunst)</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Sozialistischer_Realismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Abstrakter_Expressionismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Informelle_Kunst</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Konzeptkunst</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Funktionalismus_(Design)</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Minimalismus_(Kunst)</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Happening</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Fluxus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Pop-Art</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Videokunst</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Fotorealismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Konzeptkunst</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Performance_(Kunst)</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Land_Art</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Body_Art</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Neue_Wilde</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Zeitgen%C3%B6ssische_Kunst</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/perrier-francois-bourguig.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/perrier-francois-bourguig/acis-and-galetea-hiding-f.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-heemskerck-maerten.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-heemskerck-maerten/lukas-malt-die-madonna.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/tibaldi-pellegrino.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/tibaldi-pellegrino/anbetung-der-hirten-5.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/beccafumi-domenico.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/beccafumi-domenico/engelssturz.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/burgkmair-d-ae-hans.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/burgkmair-d-ae-hans/basilika-sta-croce-christ.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/goltzius-hendrick.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/goltzius-hendrick/bacchus-venus-and-ceres.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/burgkmair-d-ae-hans/basilika-sta-croce-christ.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/roman/idyllic-landscape-from-he.htmlist.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">kunstkopie.de/a/roman/scourged-woman-and-dancer-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/roman/three-graces-from-pompeii.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/roman/the-aldobrandini-wedding.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/roman.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/greek/anavysos-kouros-funerary.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/greek/figurine-of-a-girl-runnin.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/greek/the-alexander-sarcophagus.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/angelico-fra.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/angelico-fra/die-verkuendigung-an-mari-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-der-weyden.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-der-weyden/bildnis-einer-frau.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/rublev-andrej.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/rublev-andrej/der-erzengel-michael.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/meister-oberrheinischer.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/meister-oberrheinischer/das-paradiesgaertlein.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/christus-petrus.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/christus-petrus/bildnis-einer-jungen-frau-6.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/lorenzetti-pietro.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/lorenzetti-pietro/annunciation-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Fr%C3%BChrenaissance</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/fruehrenaissance.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/botticelli.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/botticelli/geburt-der-venus-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/jan-van-eyck.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/jan-van-eyck/madonna-in-der-kirche.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/mantegna-andrea-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/mantegna-andrea-1/kalvarienberg-mittelstuec.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/memling-hans.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://http://www.kunstkopie.de/a/memling-hans/kreuzigung-christi-mittel.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/giotto-di-bondone.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/giotto-di-bondone/allegory-of-justice.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/della-francesca-piero.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/della-francesca-piero/von-zwei-einhoernern-gezo.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/uccello-paolo.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/leonardo-da-vinci.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/leonardo-da-vinci/mona-lisa.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/michelangelo.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/michelangelo/die-erschaffung-adams.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/raffael.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/raffael/die-heilige-margarethe.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/albrecht-duerer.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/albrecht-duerer/selbstbildnis-3.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/tizian-eigentl-tiziano-ve.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/tizian-eigentl-tiziano-ve/lucrezia.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/gruenewald-mathias-mathis.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/gruenewald-mathias-mathis/grnewaldisenheimeralt-3.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/giorgione-eigentl-giorgio.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/giorgione-eigentl-giorgio/youth-holding-an-arrow.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/correggio-eigentl-antonio.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/correggio-eigentl-antonio/danae-13.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/carpaccio-vittore.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/carpaccio-vittore/the-meeting-of-etherius-a.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/altdorfer-albrecht.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/altdorfer-albrecht/kreuzigung-7.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/spaet-renaissance.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/coecke-van-aelst-pieter.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/coecke-van-aelst-pieter/die-ruhe-auf-der-flucht-n-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/lucas-cranach.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/brueghel-d-ae-jan.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/holbein-dj-hans.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/schule-von-fontainebleau.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/anonym-haarlem.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/tapisserie.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/cranach-d-j-lucas.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/francken-d-j-frans.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/snayers-pieter.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-reymerswaele-marinus.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/clouet-francois.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/moroni-giovanni-battista.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/lucas-cranach/der-jungbrunnen.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/uccello-paolo.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/spaet-renaissance.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/brueghel-d-j-pieter.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/brueghel-d-ae-jan/blumenstrauss-in-einer-bl.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/holbein-dj-hans/der-kaufmann-georg-gisze.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/schule-von-fontainebleau/gabrielle-destrees-mit-ih.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/tapisserie/kunstdruckevontapisserieb.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/francken-d-j-frans/noah-und-seine-familie-au.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/snayers-pieter/wooded-landscape-with-a-p.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-reymerswaele-marinus/ein-steuereinnehmer.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/clouet-francois/miniature-of-mary-queen-o.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/vasari-giorgio/perseus-and-andromeda-3.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/brueghel-d-ae-pieter.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/brueghel-d-ae-pieter/die-elster-auf-dem-galgen.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/bosch-hieronymus.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Hieronymus_Bosch</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/bosch-hieronymus/versuchung-des-heiligen-a.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/arcimboldo-giuseppe.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/arcimboldo-giuseppe/der-herbst.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/el-greco.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/el-greco/mariae-verkuendigung-ii.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/tintoretto-eigentl-jacopo.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/tintoretto-eigentl-jacopo/vulkan-ueberrascht-venus.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/jan-vermeer-van-delft.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/jan-vermeer-van-delft/eine-dame-schreibt-mit-ih.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/rembrandt.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/rembrandt/winterlandschaft.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/caravaggio-michelangelo.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/caravaggio-michelangelo/amor-als-sieger.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/rubens.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/rubens/kunstdruckeraubtoechterle.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/velazquez.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/velazquez/venus-mit-spiegel.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/lorrain-claude.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/lorrain-claude/hafen-bei-untergehender-s.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/murillo-bartolome-esteban.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/murillo-bartolome-esteban/trauben-und-melonenesser.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/reni-guido.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/reni-guido/atalanta-und-hippomenes.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/pannini-giovanni-paolo.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/pannini-giovanni-paolo/roman-capriccio.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/de-la-tour-georges.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/de-la-tour-georges/die-hl-magdalena-mit-dem.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/de-heem-jan-davidsz.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/de-heem-jan-davidsz/stilleben-2.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/watteau-jean-antoine.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/watteau-jean-antoine/einschiffung-nach-kythera.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/haussmann-elias-gottlob.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/haussmann-elias-gottlob/bildnis-johann-sebastian.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/oudry-jean-baptiste.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/oudry-jean-baptiste/bauernhof.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/charles-le-brun.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/charles-le-brun/alexander-and-porus-at-th.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-huysum-jan.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-huysum-jan/fruechte-blumen-und-insek.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/teniers-david.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/teniers-david/calvary-8.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-ruisdael-jacob-isaack.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-ruisdael-jacob-isaack/ansicht-von-ootmarsum.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/hals-frans.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/hals-frans/singender-floetenspieler.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-dyck-sir-anthonis.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-dyck-sir-anthonis/amor-mit-den-liebespfeile.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-honthorst-gerrit.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-honthorst-gerrit/der-zahnarzt.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/elsheimer-adam.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/elsheimer-adam/die-flucht-nach-aegypten.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/heda-willem-claesz.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/heda-willem-claesz/still-life-of-a-roemer-an.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/canaletto.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/canaletto/venedig-santa-maria-della-2.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/boucher-francois.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/boucher-francois/marquise-de-pompadour.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/fragonard-jean-honore/die-lesende-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/fragonard-jean-honore.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/canaletto-.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/canaletto-/dresden-von-neustadt-aus.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/nattier-jean-marc.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/nattier-jean-marc/die-marquise-de-baglion-a.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/vigee-lebrun-marie-elisab.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/vigee-lebrun-marie-elisab/marie-antoinette-koenigin.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/gainsborough-thomas.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/gainsborough-thomas/dame-in-blau-portrait-von.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/tiepolo-giovanni-battista.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/tiepolo-giovanni-battista/maecenas-presenting-the-l.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/de-la-tour-maurice-quenti.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/de-la-tour-maurice-quenti/madame-pompadour.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/greuze-jean-baptiste.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/greuze-jean-baptiste/der-brief-4.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/david-jacques-louis.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/david-jacques-louis/patrocles.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/de-goya.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/de-goya/hund.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/alma-tadema-sir-lawrence.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/alma-tadema-sir-lawrence/expectations.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/ingres-jean-auguste-domin.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/ingres-jean-auguste-domin/anatomische-studie-eines.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/winterhalter-franz-xaver/kaiserin-elisabeth-von-oe.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/winterhalter-franz-xaver.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/poussin.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/poussin/hirten-in-arkadien.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/graff-anton.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/graff-anton/friedrich-ii-der-grosse-a.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/draper-herbert-james.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/draper-herbert-james/das-tor-der-morgenroete.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/gerard-francois-pascal-si.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/gerard-francois-pascal-si/amor-und-psyche-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/karl-friedrich-schinkel.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/karl-friedrich-schinkel/dom-ueber-einer-stadt.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/vernet-claude-joseph.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/vernet-claude-joseph/seehafen-in-abendstimmung.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/redoute-pierre-joseph.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/redoute-pierre-joseph/rosen-anemonen-in-glasvas.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/fuessli-johann-heinrich.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/fuessli-johann-heinrich/der-nachtmahr-ll.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/gerome-jean-leon.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/gerome-jean-leon/harem-women-feeding-pigeo-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/spitzweg-carl.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Biedermeier</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/biedermeier.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/spitzweg-carl/der-sonntagsspaziergang-i.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/richter-ludwig.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/richter-ludwig/der-brautzug-im-fruehling.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/waldmueller-ferdinand-geo.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/waldmueller-ferdinand-geo/am-fronleichnamsmorgen.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/eybl-franz.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/eybl-franz/lesendes-maedchen-6.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/proelss-friedrich.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/proelss-friedrich/das-mittagessen.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/caspar_david_friedrich.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/caspar_david_friedrich/der-wanderer-ueber-dem-ne.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/william_turner.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/william_turner/sonnenuntergang-ueber-ein-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/constable-john.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/constable-john/der-heuwagen.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/delacroix-ferdinand.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/delacroix-ferdinand/die-freiheit-auf-den-barr.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/corot-jean-babtiste-camil.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/corot-jean-babtiste-camil/florenz-blick-ueber-die-b.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/gericault-jean-louis-theo.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/gericault-jean-louis-theo/das-floss-der-medusa.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/blechen-karl-eduard-ferdi.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/stieler-joseph-karl.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/stieler-joseph-karl/bildnis-ludwig-van-beetho.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/blechen-karl-eduard-ferdi/landschaft-im-winter-bei.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/loyeux-charles-antoine-j.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/loyeux-charles-antoine-j/musikstilleben-mit-pfings.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/hardy-heywood/ankunft-einer-postkutsche.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/hardy-heywood.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/hayez-francesco.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/hayez-francesco/the-kiss-4.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/duecker-eugen.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/duecker-eugen/kirchgang.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Kategorie:Kunst_des_Mittelalters</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/kunst-des-mittelalters.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/von-altstetten-konrad.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/von-altstetten-konrad/buchmalerei-von-der-falke.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/evangeliar-kaiser-ottos-i.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://de.wikipedia.org/wiki/Otto_III._(HRR)</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/evangeliar-kaiser-ottos-i/kaiser-otto-iii-waehrend.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/handschrift-englisch.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/handschrift-englisch/die-wunderbare-brotvermeh.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/franziskusmeister.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/franziskusmeister/madonna-mit-kind-15.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/holzschnitt-mittelalter.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/holzschnitt-mittelalter/die-hlljohannes-dt-johann.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/fresko-romanisch.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/fresko-romanisch/die-hll-petrus-und-andrea.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/fresko-katalanisch.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/fresko-katalanisch/bildnis-eines-apostels.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/meister-von-s-martino-all.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/meister-von-s-martino-all/thronende-maria-zwischen.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/von-assisi-franz.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/von-assisi-franz/der-heilige-franz-von-ass-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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_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_324">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/waterhouse.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/waterhouse/die-seele-der-rose.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/blake-william.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/blake-william/rote-drache.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/leighton-frederic.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/leighton-frederic/flaming-june.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/millet-jean-francois.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/millet-jean-francois/abendgebet.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/courbet-gustave.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/courbet-gustave/die-welle.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/pellizza-da-volpedo-guise.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/pellizza-da-volpedo-guise/der-vierte-stand.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/claude-monet.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/claude-monet/klatschmohn-in-der-gegend.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/vincent-van-gogh.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/vincent-van-gogh/cafeterrasse-bei-nacht.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/max-liebermann-kunstdruck.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/max-liebermann-kunstdruck/restaurant-jacob-in-niens.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/paul-cezanne.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/paul-cezanne/golf-von-marseille-von-es.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/degas-edgar.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/degas-edgar/ballettsaal-der-oper-in-d.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/caillebotte-gustave.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/caillebotte-gustave/die-parkett-hobler.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/manet-edouard.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/manet-edouard/bar-in-den-folies-bergere.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/pissarro-camille.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/pissarro-camille/der-boulevard-montmartre.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/hennessy-willia.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/hennessy-willia/the-pride-of-dijon.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/seurat-georges.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/seurat-georges/ein-sonntagnachmittag-auf.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/zuend-robert.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/zuend-robert/erntezeit-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/signac-paul.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/signac-paul/venedig-die-rosa-wolke.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-rysselberghe-theo.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/van-rysselberghe-theo/liegender-weiblicher-akt-2.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://de.wikipedia.org/wiki/Post-Impressionismus</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/pierre-auguste-renoir.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/pierre-auguste-renoir/fruehstueck-der-ruderer.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" 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)">http://www.kunstkopie.de/a/paul-gauguin-kunstdrucke.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_367">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/paul-gauguin-kunstdrucke/tahitische-frauen-ii.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_368">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/de-toulouse-lautrec-henri.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_369">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/de-toulouse-lautrec-henri/frau-beim-anziehen-der-st.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_370">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tessier-1.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_371">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/tessier-1/der-wirbelwind-tourbillon.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_372">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/franz-marc.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_373">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/franz-marc/grosse-blaue-pferde.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_374">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/august-macke.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_375">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/august-macke/dame-in-gruener-jacke.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_376">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/egon-schiele-kunstdrucke.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_377">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/kirchner-ernst-ludwig.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_378">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/kirchner-ernst-ludwig/die-artistin.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_379">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/egon-schiele-kunstdrucke/sitzende-frau-mit-hochgez.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_380">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/munch-edvard.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_381">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/munch-edvard/the-cry-em-16.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_382">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/ury-lesser.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
		</symbol>
		<symbol id="KontextLink_383">
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)">http://www.kunstkopie.de/a/ury-lesser/abendliche-berliner-stras.html</text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text xml:space="preserve" x="0" y="9" style="font-family:Arial; font-size:9; fill:rgb(0,128,128); " transform=" rotate (0)"></text>
			<text 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="9000" height="3400" fill="rgb(255,255,225)" stroke="rgb(255,255,225)" stroke-width="0" onclick="SymbolZeigen(-1,0,0)"/>
	<rect x="0" y="3325" width="9000" height="65" fill="rgb(192,192,192)" stroke="rgb(192,192,192)" stroke-width="0" onclick="SymbolZeigen(-1,0,0)"/>
	<rect x="0" y="1225" width="9000" height="575" fill="rgb(215,215,215)" stroke="rgb(215,215,215)" stroke-width="0" onclick="SymbolZeigen(-1,0,0)"/>
	<rect x="0" y="1810" width="9000" height="1450" fill="rgb(218,239,146)" stroke="rgb(218,239,146)" stroke-width="0" onclick="SymbolZeigen(-1,0,0)"/>
	<rect x="0" y="0" width="9000" height="25" fill="rgb(215,215,215)" stroke="rgb(215,215,215)" stroke-width="0" onclick="SymbolZeigen(-1,0,0)"/>
	<rect x="0" y="50" width="9000" height="1150" fill="rgb(218,234,239)" stroke="rgb(218,234,239)" stroke-width="0" onclick="SymbolZeigen(-1,0,0)"/>
	<line x1="0" y1="25" x2="9000" y2="25" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="50" x2="9000" y2="50" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="75" x2="9000" y2="75" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="100" x2="9000" y2="100" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="125" x2="9000" y2="125" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="150" x2="9000" y2="150" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="175" x2="9000" y2="175" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="200" x2="9000" y2="200" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="225" x2="9000" y2="225" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="250" x2="9000" y2="250" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="275" x2="9000" y2="275" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="300" x2="9000" y2="300" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="325" x2="9000" y2="325" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="350" x2="9000" y2="350" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="375" x2="9000" y2="375" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="400" x2="9000" y2="400" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="425" x2="9000" y2="425" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="450" x2="9000" y2="450" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="475" x2="9000" y2="475" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="500" x2="9000" y2="500" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="525" x2="9000" y2="525" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="550" x2="9000" y2="550" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="575" x2="9000" y2="575" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="600" x2="9000" y2="600" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="625" x2="9000" y2="625" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="650" x2="9000" y2="650" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="675" x2="9000" y2="675" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="700" x2="9000" y2="700" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="725" x2="9000" y2="725" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="750" x2="9000" y2="750" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="775" x2="9000" y2="775" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="800" x2="9000" y2="800" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="825" x2="9000" y2="825" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="850" x2="9000" y2="850" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="875" x2="9000" y2="875" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="900" x2="9000" y2="900" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="925" x2="9000" y2="925" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="950" x2="9000" y2="950" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="975" x2="9000" y2="975" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1000" x2="9000" y2="1000" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1025" x2="9000" y2="1025" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1050" x2="9000" y2="1050" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1075" x2="9000" y2="1075" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1100" x2="9000" y2="1100" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1125" x2="9000" y2="1125" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1150" x2="9000" y2="1150" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1175" x2="9000" y2="1175" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1200" x2="9000" y2="1200" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1225" x2="9000" y2="1225" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1250" x2="9000" y2="1250" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1275" x2="9000" y2="1275" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1300" x2="9000" y2="1300" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1325" x2="9000" y2="1325" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1350" x2="9000" y2="1350" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1375" x2="9000" y2="1375" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1400" x2="9000" y2="1400" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1425" x2="9000" y2="1425" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1450" x2="9000" y2="1450" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1475" x2="9000" y2="1475" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1500" x2="9000" y2="1500" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1525" x2="9000" y2="1525" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1550" x2="9000" y2="1550" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1575" x2="9000" y2="1575" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1600" x2="9000" y2="1600" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1625" x2="9000" y2="1625" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1650" x2="9000" y2="1650" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1675" x2="9000" y2="1675" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1700" x2="9000" y2="1700" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1725" x2="9000" y2="1725" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1750" x2="9000" y2="1750" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1775" x2="9000" y2="1775" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1800" x2="9000" y2="1800" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1825" x2="9000" y2="1825" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1850" x2="9000" y2="1850" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1875" x2="9000" y2="1875" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1900" x2="9000" y2="1900" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1925" x2="9000" y2="1925" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1950" x2="9000" y2="1950" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="1975" x2="9000" y2="1975" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2000" x2="9000" y2="2000" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2025" x2="9000" y2="2025" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2050" x2="9000" y2="2050" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2075" x2="9000" y2="2075" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2100" x2="9000" y2="2100" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2125" x2="9000" y2="2125" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2150" x2="9000" y2="2150" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2175" x2="9000" y2="2175" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2200" x2="9000" y2="2200" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2225" x2="9000" y2="2225" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2250" x2="9000" y2="2250" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2275" x2="9000" y2="2275" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2300" x2="9000" y2="2300" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2325" x2="9000" y2="2325" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2350" x2="9000" y2="2350" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2375" x2="9000" y2="2375" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2400" x2="9000" y2="2400" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2425" x2="9000" y2="2425" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2450" x2="9000" y2="2450" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2475" x2="9000" y2="2475" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2500" x2="9000" y2="2500" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2525" x2="9000" y2="2525" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2550" x2="9000" y2="2550" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2575" x2="9000" y2="2575" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2600" x2="9000" y2="2600" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2625" x2="9000" y2="2625" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2650" x2="9000" y2="2650" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2675" x2="9000" y2="2675" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2700" x2="9000" y2="2700" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2725" x2="9000" y2="2725" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2750" x2="9000" y2="2750" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2775" x2="9000" y2="2775" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2800" x2="9000" y2="2800" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2825" x2="9000" y2="2825" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2850" x2="9000" y2="2850" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2875" x2="9000" y2="2875" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2900" x2="9000" y2="2900" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2925" x2="9000" y2="2925" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2950" x2="9000" y2="2950" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="2975" x2="9000" y2="2975" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3000" x2="9000" y2="3000" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3025" x2="9000" y2="3025" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3050" x2="9000" y2="3050" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3075" x2="9000" y2="3075" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3100" x2="9000" y2="3100" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3125" x2="9000" y2="3125" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3150" x2="9000" y2="3150" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3175" x2="9000" y2="3175" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3200" x2="9000" y2="3200" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3225" x2="9000" y2="3225" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3250" x2="9000" y2="3250" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3275" x2="9000" y2="3275" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3300" x2="9000" y2="3300" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3325" x2="9000" y2="3325" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3350" x2="9000" y2="3350" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3375" x2="9000" y2="3375" stroke="rgb(160,160,160)" stroke-width="1"/>
	<line x1="0" y1="3400" x2="9000" y2="3400" stroke="rgb(160,160,160)" stroke-width="1"/>
	<rect x="-11400" y="3325" width="14200" height="20" fill="rgb(192,220,192)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(1,-11400,3325)"/>
	<rect x="-11400" y="3325" width="14200" height="20" fill="rgb(192,220,192)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(1,-11400,3325)"/>
	<text xml:space="preserve" x="-11392" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-11092" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-10792" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-10492" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-10192" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-9892" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-9592" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-9292" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-8992" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-8692" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-8392" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-8092" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-7792" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-7492" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-7192" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-6892" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-6592" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-6292" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-5992" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-5692" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-5392" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-5092" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-4792" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-4492" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-4192" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-3892" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-3592" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-3292" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-2992" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-2692" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-2392" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-2092" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-1792" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-1492" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-1192" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-892" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-592" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-292" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="8" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="308" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="608" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="908" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="1208" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="1508" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="1808" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="2108" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="2408" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(1,-11400,3325)"> Antike                                         +++ </text>
	<text xml:space="preserve" x="-11405" y="3338" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2795" y="3338" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2800" y="3325" width="3600" height="20" fill="rgb(192,220,192)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(2,2800,3325)"/>
	<rect x="2800" y="3325" width="3600" height="20" fill="rgb(192,220,192)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(2,2800,3325)"/>
	<text xml:space="preserve" x="2808" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,2800,3325)">Mittelalter                                         +++ </text>
	<text xml:space="preserve" x="3138" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,2800,3325)">Mittelalter                                         +++ </text>
	<text xml:space="preserve" x="3468" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,2800,3325)">Mittelalter                                         +++ </text>
	<text xml:space="preserve" x="3798" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,2800,3325)">Mittelalter                                         +++ </text>
	<text xml:space="preserve" x="4128" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,2800,3325)">Mittelalter                                         +++ </text>
	<text xml:space="preserve" x="4458" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,2800,3325)">Mittelalter                                         +++ </text>
	<text xml:space="preserve" x="4788" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,2800,3325)">Mittelalter                                         +++ </text>
	<text xml:space="preserve" x="5118" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,2800,3325)">Mittelalter                                         +++ </text>
	<text xml:space="preserve" x="5448" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,2800,3325)">Mittelalter                                         +++ </text>
	<text xml:space="preserve" x="5778" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,2800,3325)">Mittelalter                                         +++ </text>
	<text xml:space="preserve" x="6108" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(2,2800,3325)">Mittelalter                                         +++ </text>
	<rect x="6404" y="3325" width="1996" height="20" fill="rgb(192,220,192)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(3,6404,3325)"/>
	<rect x="6404" y="3325" width="1996" height="20" fill="rgb(192,220,192)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(3,6404,3325)"/>
	<text xml:space="preserve" x="6412" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(3,6404,3325)">Neuzeit                                         +++ </text>
	<text xml:space="preserve" x="6712" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(3,6404,3325)">Neuzeit                                         +++ </text>
	<text xml:space="preserve" x="7012" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(3,6404,3325)">Neuzeit                                         +++ </text>
	<text xml:space="preserve" x="7312" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(3,6404,3325)">Neuzeit                                         +++ </text>
	<text xml:space="preserve" x="7612" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(3,6404,3325)">Neuzeit                                         +++ </text>
	<text xml:space="preserve" x="7912" y="3340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(3,6404,3325)">Neuzeit                                         +++ </text>
	<rect x="-8400" y="3360" width="5600" height="20" fill="rgb(158,233,233)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(4,-8400,3360)"/>
	<rect x="-8400" y="3360" width="5600" height="20" fill="rgb(158,233,233)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(4,-8400,3360)"/>
	<text xml:space="preserve" x="-8392" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-8062" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-7732" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-7402" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-7072" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-6742" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-6412" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-6082" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-5752" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-5422" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-5092" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-4762" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-4432" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-4102" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-3772" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-3442" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<text xml:space="preserve" x="-3112" y="3375" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(4,-8400,3360)">Bronzezeit                                         +++ </text>
	<rect x="-2800" y="3350" width="10200" height="20" fill="rgb(158,233,233)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(5,-2800,3350)"/>
	<rect x="-2800" y="3350" width="10200" height="20" fill="rgb(158,233,233)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(5,-2800,3350)"/>
	<text xml:space="preserve" x="-2792" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="-2492" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="-2192" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="-1892" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="-1592" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="-1292" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="-992" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="-692" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="-392" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="-92" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="208" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="508" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="808" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="1108" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="1408" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="1708" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="2008" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="2308" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="2608" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="2908" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="3208" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="3508" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="3808" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="4108" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="4408" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="4708" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="5008" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="5308" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="5608" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="5908" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="6208" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="6508" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="6808" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<text xml:space="preserve" x="7108" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(5,-2800,3350)">Eisenzeit                                         +++ </text>
	<rect x="-11400" y="3359" width="3000" height="20" fill="rgb(158,233,233)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(6,-11400,3359)"/>
	<rect x="-11400" y="3359" width="3000" height="20" fill="rgb(158,233,233)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(6,-11400,3359)"/>
	<text xml:space="preserve" x="-11392" y="3374" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(6,-11400,3359)">Kupfersteinzeit                                         +++ </text>
	<text xml:space="preserve" x="-11042" y="3374" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(6,-11400,3359)">Kupfersteinzeit                                         +++ </text>
	<text xml:space="preserve" x="-10692" y="3374" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(6,-11400,3359)">Kupfersteinzeit                                         +++ </text>
	<text xml:space="preserve" x="-10342" y="3374" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(6,-11400,3359)">Kupfersteinzeit                                         +++ </text>
	<text xml:space="preserve" x="-9992" y="3374" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(6,-11400,3359)">Kupfersteinzeit                                         +++ </text>
	<text xml:space="preserve" x="-9642" y="3374" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(6,-11400,3359)">Kupfersteinzeit                                         +++ </text>
	<text xml:space="preserve" x="-9292" y="3374" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(6,-11400,3359)">Kupfersteinzeit                                         +++ </text>
	<text xml:space="preserve" x="-8942" y="3374" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(6,-11400,3359)">Kupfersteinzeit                                         +++ </text>
	<text xml:space="preserve" x="-11405" y="3372" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="-8405" y="3372" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="-11400" y="1247" width="14200" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(8,-11400,1247)"/>
	<rect x="-11400" y="1247" width="14200" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(8,-11400,1247)"/>
	<text xml:space="preserve" x="-11392" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-11042" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-10692" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-10342" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-9992" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-9642" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-9292" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-8942" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-8592" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-8242" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-7892" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-7542" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-7192" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-6842" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-6492" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-6142" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-5792" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-5442" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-5092" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-4742" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-4392" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-4042" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-3692" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-3342" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-2992" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-2642" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-2292" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-1942" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-1592" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-1242" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-892" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-542" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-192" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="158" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="508" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="858" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="1208" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="1558" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="1908" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="2258" y="1262" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(8,-11400,1247)"> Antike Kunst                                         +++ </text>
	<text xml:space="preserve" x="-11405" y="1260" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="2795" y="1260" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="2400" y="1328" width="3100" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(9,2400,1328)"/>
	<rect x="2400" y="1328" width="3100" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(9,2400,1328)"/>
	<text xml:space="preserve" x="2408" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(9,2400,1328)"> Vorromanik und Romanik                                         +++ </text>
	<text xml:space="preserve" x="2788" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(9,2400,1328)"> Vorromanik und Romanik                                         +++ </text>
	<text xml:space="preserve" x="3168" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(9,2400,1328)"> Vorromanik und Romanik                                         +++ </text>
	<text xml:space="preserve" x="3548" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(9,2400,1328)"> Vorromanik und Romanik                                         +++ </text>
	<text xml:space="preserve" x="3928" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(9,2400,1328)"> Vorromanik und Romanik                                         +++ </text>
	<text xml:space="preserve" x="4308" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(9,2400,1328)"> Vorromanik und Romanik                                         +++ </text>
	<text xml:space="preserve" x="4688" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(9,2400,1328)"> Vorromanik und Romanik                                         +++ </text>
	<text xml:space="preserve" x="5068" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(9,2400,1328)"> Vorromanik und Romanik                                         +++ </text>
	<circle cx="5499" cy="1342" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="5499" cy="1350" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="2395,1340 2405,1340 2400,1346 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="2395" y="1341" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5495" y="1341" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4960" y="1278" width="1640" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(10,4960,1278)"/>
	<rect x="4960" y="1278" width="1640" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(10,4960,1278)"/>
	<text xml:space="preserve" x="4968" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(10,4960,1278)">Gotik                                         +++ </text>
	<text xml:space="preserve" x="5248" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(10,4960,1278)">Gotik                                         +++ </text>
	<text xml:space="preserve" x="5528" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(10,4960,1278)">Gotik                                         +++ </text>
	<text xml:space="preserve" x="5808" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(10,4960,1278)">Gotik                                         +++ </text>
	<text xml:space="preserve" x="6088" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(10,4960,1278)">Gotik                                         +++ </text>
	<text xml:space="preserve" x="6368" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(10,4960,1278)">Gotik                                         +++ </text>
	<circle cx="6599" cy="1292" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="4955,1290 4965,1290 4960,1296 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4955" y="1291" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6595" y="1291" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6560" y="1303" width="440" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(11,6560,1303)"/>
	<rect x="6560" y="1303" width="440" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(11,6560,1303)"/>
	<text xml:space="preserve" x="6568" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(11,6560,1303)">Renaissance                                         +++ </text>
	<text xml:space="preserve" x="6555" y="1316" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6995" y="1316" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6700" y="1353" width="780" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(12,6700,1353)"/>
	<rect x="6700" y="1353" width="780" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(12,6700,1353)"/>
	<text xml:space="preserve" x="6708" y="1368" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(12,6700,1353)">Barock                                         +++ </text>
	<text xml:space="preserve" x="6998" y="1368" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(12,6700,1353)">Barock                                         +++ </text>
	<text xml:space="preserve" x="7288" y="1368" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(12,6700,1353)">Barock                                         +++ </text>
	<circle cx="7479" cy="1367" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="7479" cy="1375" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6695,1365 6705,1365 6700,1371 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6695" y="1366" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7475" y="1366" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7320" y="1303" width="200" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(13,7320,1303)"/>
	<rect x="7320" y="1303" width="200" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(13,7320,1303)"/>
	<text xml:space="preserve" x="7328" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(13,7320,1303)">Rokoko</text>
	<circle cx="7519" cy="1317" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7315,1315 7325,1315 7320,1321 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7480" y="1580" width="280" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(14,7480,1580)"/>
	<rect x="7480" y="1580" width="280" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(14,7480,1580)"/>
	<text xml:space="preserve" x="7488" y="1595" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(14,7480,1580)">Klassizismus </text>
	<circle cx="7759" cy="1594" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7475,1592 7485,1592 7480,1598 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7475" y="1593" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7755" y="1593" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7560" y="1302" width="240" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(15,7560,1302)"/>
	<rect x="7560" y="1302" width="240" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(15,7560,1302)"/>
	<text xml:space="preserve" x="7568" y="1317" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(15,7560,1302)">Romantik</text>
	<circle cx="7799" cy="1316" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7555,1314 7565,1314 7560,1320 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7555" y="1315" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7795" y="1315" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="643" y="1812" width="114" height="140" onclick="SymbolZeigen(17,643,1812)" xlink:href="./Daten/ONr_17_Bild.jpg">
		<title>./Daten/ONr_17_Bild.jpg</title></image>
	<text xml:space="preserve" x="651" y="1830" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(17,643,1812)"></text>
	<rect x="643" y="1812" width="114" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="756" cy="1821" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="638,1819 648,1819 643,1825 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6480" y="1225" width="320" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(19,6480,1225)"/>
	<rect x="6480" y="1225" width="320" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(19,6480,1225)"/>
	<text xml:space="preserve" x="6488" y="1238" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(19,6480,1225)">Manierismus</text>
	<circle cx="6799" cy="1239" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6475,1237 6485,1237 6480,1243 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="-1200" y="1278" width="3600" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(20,-1200,1278)"/>
	<rect x="-1200" y="1278" width="3600" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(20,-1200,1278)"/>
	<text xml:space="preserve" x="-1192" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(20,-1200,1278)">keltische Kultur                                         +++ </text>
	<text xml:space="preserve" x="-842" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(20,-1200,1278)">keltische Kultur                                         +++ </text>
	<text xml:space="preserve" x="-492" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(20,-1200,1278)">keltische Kultur                                         +++ </text>
	<text xml:space="preserve" x="-142" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(20,-1200,1278)">keltische Kultur                                         +++ </text>
	<text xml:space="preserve" x="208" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(20,-1200,1278)">keltische Kultur                                         +++ </text>
	<text xml:space="preserve" x="558" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(20,-1200,1278)">keltische Kultur                                         +++ </text>
	<text xml:space="preserve" x="908" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(20,-1200,1278)">keltische Kultur                                         +++ </text>
	<text xml:space="preserve" x="1258" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(20,-1200,1278)">keltische Kultur                                         +++ </text>
	<text xml:space="preserve" x="1608" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(20,-1200,1278)">keltische Kultur                                         +++ </text>
	<text xml:space="preserve" x="1958" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(20,-1200,1278)">keltische Kultur                                         +++ </text>
	<circle cx="2399" cy="1292" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="-1205,1290 -1195,1290 -1200,1296 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="-11400" y="1278" width="10200" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(21,-11400,1278)"/>
	<rect x="-11400" y="1278" width="10200" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(21,-11400,1278)"/>
	<text xml:space="preserve" x="-11392" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-11012" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-10632" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-10252" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-9872" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-9492" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-9112" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-8732" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-8352" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-7972" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-7592" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-7212" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-6832" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-6452" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-6072" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-5692" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-5312" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-4932" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-4552" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-4172" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-3792" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-3412" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-3032" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-2652" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-2272" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-1892" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-1512" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(21,-11400,1278)">Prähistorische Kunst                                         +++  </text>
	<circle cx="-1201" cy="1292" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="-11405,1290 -11395,1290 -11400,1296 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="-11405" y="1291" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="-1205" y="1291" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="-11400" y="1303" width="11400" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(22,-11400,1303)"/>
	<rect x="-11400" y="1303" width="11400" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(22,-11400,1303)"/>
	<text xml:space="preserve" x="-11392" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-11002" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-10612" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-10222" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-9832" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-9442" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-9052" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-8662" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-8272" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-7882" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-7492" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-7102" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-6712" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-6322" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-5932" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-5542" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-5152" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-4762" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-4372" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-3982" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-3592" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-3202" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-2812" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-2422" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-2032" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-1642" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-1252" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-862" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-472" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(22,-11400,1303)">Ägyptische Kunst                                         +++  </text>
	<circle cx="-1" cy="1317" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="-1" cy="1325" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="-11405,1315 -11395,1315 -11400,1321 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="-11405" y="1316" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="-5" y="1316" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="-3800" y="1328" width="3600" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(23,-3800,1328)"/>
	<rect x="-3800" y="1328" width="3600" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(23,-3800,1328)"/>
	<text xml:space="preserve" x="-3792" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(23,-3800,1328)">Griechische Kunst                                         +++ </text>
	<text xml:space="preserve" x="-3442" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(23,-3800,1328)">Griechische Kunst                                         +++ </text>
	<text xml:space="preserve" x="-3092" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(23,-3800,1328)">Griechische Kunst                                         +++ </text>
	<text xml:space="preserve" x="-2742" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(23,-3800,1328)">Griechische Kunst                                         +++ </text>
	<text xml:space="preserve" x="-2392" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(23,-3800,1328)">Griechische Kunst                                         +++ </text>
	<text xml:space="preserve" x="-2042" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(23,-3800,1328)">Griechische Kunst                                         +++ </text>
	<text xml:space="preserve" x="-1692" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(23,-3800,1328)">Griechische Kunst                                         +++ </text>
	<text xml:space="preserve" x="-1342" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(23,-3800,1328)">Griechische Kunst                                         +++ </text>
	<text xml:space="preserve" x="-992" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(23,-3800,1328)">Griechische Kunst                                         +++ </text>
	<text xml:space="preserve" x="-642" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(23,-3800,1328)">Griechische Kunst                                         +++ </text>
	<circle cx="-201" cy="1342" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="-201" cy="1350" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="-3805,1340 -3795,1340 -3800,1346 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="-3805" y="1341" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="-205" y="1341" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="-1600" y="1378" width="4000" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(24,-1600,1378)"/>
	<rect x="-1600" y="1378" width="4000" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(24,-1600,1378)"/>
	<text xml:space="preserve" x="-1592" y="1393" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(24,-1600,1378)">Römische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-1242" y="1393" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(24,-1600,1378)">Römische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-892" y="1393" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(24,-1600,1378)">Römische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-542" y="1393" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(24,-1600,1378)">Römische Kunst                                         +++  </text>
	<text xml:space="preserve" x="-192" y="1393" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(24,-1600,1378)">Römische Kunst                                         +++  </text>
	<text xml:space="preserve" x="158" y="1393" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(24,-1600,1378)">Römische Kunst                                         +++  </text>
	<text xml:space="preserve" x="508" y="1393" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(24,-1600,1378)">Römische Kunst                                         +++  </text>
	<text xml:space="preserve" x="858" y="1393" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(24,-1600,1378)">Römische Kunst                                         +++  </text>
	<text xml:space="preserve" x="1208" y="1393" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(24,-1600,1378)">Römische Kunst                                         +++  </text>
	<text xml:space="preserve" x="1558" y="1393" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(24,-1600,1378)">Römische Kunst                                         +++  </text>
	<text xml:space="preserve" x="1908" y="1393" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(24,-1600,1378)">Römische Kunst                                         +++  </text>
	<circle cx="2399" cy="1392" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="-1605,1390 -1595,1390 -1600,1396 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="400" y="1303" width="2400" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(25,400,1303)"/>
	<rect x="400" y="1303" width="2400" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(25,400,1303)"/>
	<text xml:space="preserve" x="408" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(25,400,1303)">Frühchristliche Kunst                                         +++ </text>
	<text xml:space="preserve" x="758" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(25,400,1303)">Frühchristliche Kunst                                         +++ </text>
	<text xml:space="preserve" x="1108" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(25,400,1303)">Frühchristliche Kunst                                         +++ </text>
	<text xml:space="preserve" x="1458" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(25,400,1303)">Frühchristliche Kunst                                         +++ </text>
	<text xml:space="preserve" x="1808" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(25,400,1303)">Frühchristliche Kunst                                         +++ </text>
	<text xml:space="preserve" x="2158" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(25,400,1303)">Frühchristliche Kunst                                         +++ </text>
	<circle cx="2799" cy="1317" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="395,1315 405,1315 400,1321 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7800" y="1527" width="180" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(26,7800,1527)"/>
	<rect x="7800" y="1527" width="180" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(26,7800,1527)"/>
	<text xml:space="preserve" x="7808" y="1542" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(26,7800,1527)">Historismus</text>
	<circle cx="7979" cy="1541" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7795,1539 7805,1539 7800,1545 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7800" y="1452" width="180" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(27,7800,1452)"/>
	<rect x="7800" y="1452" width="180" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(27,7800,1452)"/>
	<text xml:space="preserve" x="7808" y="1467" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(27,7800,1452)">Realismus </text>
	<circle cx="7979" cy="1466" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7795,1464 7805,1464 7800,1470 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7800" y="1477" width="200" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(28,7800,1477)"/>
	<rect x="7800" y="1477" width="200" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(28,7800,1477)"/>
	<text xml:space="preserve" x="7808" y="1492" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(28,7800,1477)">Naturalismus </text>
	<circle cx="7999" cy="1491" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7795,1489 7805,1489 7800,1495 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7888" y="1225" width="360" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(29,7888,1225)"/>
	<rect x="7888" y="1225" width="360" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(29,7888,1225)"/>
	<text xml:space="preserve" x="7896" y="1240" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(29,7888,1225)">Impressionismus</text>
	<circle cx="8247" cy="1239" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7883,1237 7893,1237 7888,1243 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7956" y="1275" width="84" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(30,7956,1275)"/>
	<rect x="7956" y="1275" width="84" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(30,7956,1275)"/>
	<text xml:space="preserve" x="7964" y="1290" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(30,7956,1275)">Pointillismus</text>
	<circle cx="8039" cy="1289" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="8039" cy="1297" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="8039" cy="1305" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7951,1287 7961,1287 7956,1293 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7996" y="1325" width="120" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(31,7996,1325)"/>
	<rect x="7996" y="1325" width="120" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(31,7996,1325)"/>
	<text xml:space="preserve" x="8004" y="1340" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(31,7996,1325)">Symbolismus </text>
	<circle cx="8115" cy="1339" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7991,1337 8001,1337 7996,1343 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7844" y="1727" width="236" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(32,7844,1727)"/>
	<rect x="7844" y="1727" width="236" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(32,7844,1727)"/>
	<text xml:space="preserve" x="7852" y="1742" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(32,7844,1727)">Jugendstil</text>
	<circle cx="8079" cy="1741" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7839,1739 7849,1739 7844,1745 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7839" y="1740" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8075" y="1740" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8100" y="1353" width="80" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(33,8100,1353)"/>
	<rect x="8100" y="1353" width="80" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(33,8100,1353)"/>
	<text xml:space="preserve" x="8108" y="1368" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(33,8100,1353)">Art déco</text>
	<circle cx="8179" cy="1367" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8095,1365 8105,1365 8100,1371 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8095" y="1366" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8175" y="1366" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8000" y="1302" width="200" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(34,8000,1302)"/>
	<rect x="8000" y="1302" width="200" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(34,8000,1302)"/>
	<text xml:space="preserve" x="8008" y="1317" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(34,8000,1302)">Expressionismus</text>
	<circle cx="8199" cy="1316" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7995,1314 8005,1314 8000,1320 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7960" y="1378" width="68" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(35,7960,1378)"/>
	<rect x="7960" y="1378" width="68" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(35,7960,1378)"/>
	<text xml:space="preserve" x="7968" y="1393" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(35,7960,1378)">Fauvismus</text>
	<circle cx="8027" cy="1392" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7955,1390 7965,1390 7960,1396 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7955" y="1391" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8023" y="1391" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8028" y="1397" width="44" height="35" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(36,8028,1397)"/>
	<rect x="8028" y="1397" width="44" height="35" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(36,8028,1397)"/>
	<text xml:space="preserve" x="8035" y="1412" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(36,8028,1397)">Kubis-</text>
	<text xml:space="preserve" x="8035" y="1426" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">mus</text>
	<circle cx="8071" cy="1411" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8023,1409 8033,1409 8028,1415 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8048" y="1442" width="80" height="35" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(37,8048,1442)"/>
	<rect x="8048" y="1442" width="80" height="35" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(37,8048,1442)"/>
	<text xml:space="preserve" x="8056" y="1457" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(37,8048,1442)">Orphischer</text>
	<text xml:space="preserve" x="8056" y="1471" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Kubismus</text>
	<circle cx="8127" cy="1456" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8043,1454 8053,1454 8048,1460 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8036" y="1578" width="140" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(38,8036,1578)"/>
	<rect x="8036" y="1578" width="140" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(38,8036,1578)"/>
	<text xml:space="preserve" x="8044" y="1593" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(38,8036,1578)">Futurismus</text>
	<circle cx="8175" cy="1592" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8031,1590 8041,1590 8036,1596 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8060" y="1532" width="80" height="35" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(39,8060,1532)"/>
	<rect x="8060" y="1532" width="80" height="35" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(39,8060,1532)"/>
	<text xml:space="preserve" x="8068" y="1547" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(39,8060,1532)">Supre-</text>
	<text xml:space="preserve" x="8068" y="1561" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">matismus</text>
	<circle cx="8139" cy="1546" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8055,1544 8065,1544 8060,1550 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8064" y="1482" width="256" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(40,8064,1482)"/>
	<rect x="8064" y="1482" width="256" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(40,8064,1482)"/>
	<text xml:space="preserve" x="8072" y="1497" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(40,8064,1482)">Dadaismus</text>
	<circle cx="8319" cy="1496" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8059,1494 8069,1494 8064,1500 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8080" y="1503" width="320" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(41,8080,1503)"/>
	<rect x="8080" y="1503" width="320" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(41,8080,1503)"/>
	<text xml:space="preserve" x="8088" y="1518" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(41,8080,1503)">Surrealismus</text>
	<circle cx="8399" cy="1517" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8075,1515 8085,1515 8080,1521 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8072" y="1753" width="128" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(42,8072,1753)"/>
	<rect x="8072" y="1753" width="128" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(42,8072,1753)"/>
	<text xml:space="preserve" x="8080" y="1768" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(42,8072,1753)">Purismus</text>
	<circle cx="8199" cy="1767" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8067,1765 8077,1765 8072,1771 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8000" y="1603" width="200" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(43,8000,1603)"/>
	<rect x="8000" y="1603" width="200" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(43,8000,1603)"/>
	<text xml:space="preserve" x="8008" y="1618" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(43,8000,1603)">Konstruktivismus</text>
	<circle cx="8199" cy="1617" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7995,1615 8005,1615 8000,1621 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8080" y="1727" width="120" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(44,8080,1727)"/>
	<rect x="8080" y="1727" width="120" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(44,8080,1727)"/>
	<text xml:space="preserve" x="8088" y="1742" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(44,8080,1727)">Neoplastizismus</text>
	<circle cx="8199" cy="1741" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8075,1739 8085,1739 8080,1745 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8076" y="1628" width="56" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(45,8076,1628)"/>
	<rect x="8076" y="1628" width="56" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(45,8076,1628)"/>
	<text xml:space="preserve" x="8084" y="1643" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(45,8076,1628)">Bauhaus</text>
	<circle cx="8131" cy="1642" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8071,1640 8081,1640 8076,1646 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8072" y="1652" width="60" height="35" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(46,8072,1652)"/>
	<rect x="8072" y="1652" width="60" height="35" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(46,8072,1652)"/>
	<text xml:space="preserve" x="8080" y="1667" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(46,8072,1652)">Neue </text>
	<text xml:space="preserve" x="8074" y="1681" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Sachlichkeit</text>
	<circle cx="8131" cy="1666" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8067,1664 8077,1664 8072,1670 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8196" y="1528" width="168" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(47,8196,1528)"/>
	<rect x="8196" y="1528" width="168" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(47,8196,1528)"/>
	<text xml:space="preserve" x="8204" y="1543" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(47,8196,1528)">Sozialistischer Realismus</text>
	<circle cx="8363" cy="1542" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8191,1540 8201,1540 8196,1546 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8184" y="1352" width="92" height="35" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(48,8184,1352)"/>
	<rect x="8184" y="1352" width="92" height="35" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(48,8184,1352)"/>
	<text xml:space="preserve" x="8192" y="1367" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(48,8184,1352)">Abstrakter</text>
	<text xml:space="preserve" x="8186" y="1381" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Expressionism.</text>
	<circle cx="8275" cy="1366" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8179,1364 8189,1364 8184,1370 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8180" y="1403" width="96" height="35" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(49,8180,1403)"/>
	<rect x="8180" y="1403" width="96" height="35" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(49,8180,1403)"/>
	<text xml:space="preserve" x="8188" y="1418" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(49,8180,1403)">Informelle</text>
	<text xml:space="preserve" x="8188" y="1432" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Kunst</text>
	<circle cx="8275" cy="1417" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8175,1415 8185,1415 8180,1421 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8175" y="1416" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8271" y="1416" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8264" y="1453" width="184" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(50,8264,1453)"/>
	<rect x="8264" y="1453" width="184" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(50,8264,1453)"/>
	<text xml:space="preserve" x="8272" y="1468" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(50,8264,1453)">Konzeptkunst</text>
	<circle cx="8447" cy="1467" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8259,1465 8269,1465 8264,1471 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8000" y="1703" width="400" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(51,8000,1703)"/>
	<rect x="8000" y="1703" width="400" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(51,8000,1703)"/>
	<text xml:space="preserve" x="8008" y="1718" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(51,8000,1703)">Funktionalismus</text>
	<circle cx="8399" cy="1717" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7995,1715 8005,1715 8000,1721 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8248" y="1628" width="152" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(52,8248,1628)"/>
	<rect x="8248" y="1628" width="152" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(52,8248,1628)"/>
	<text xml:space="preserve" x="8256" y="1643" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(52,8248,1628)">Minimalismus</text>
	<circle cx="8399" cy="1642" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8243,1640 8253,1640 8248,1646 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8236" y="1653" width="40" height="40" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(53,8236,1653)"/>
	<rect x="8236" y="1653" width="40" height="40" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(53,8236,1653)"/>
	<text xml:space="preserve" x="8238" y="1668" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(53,8236,1653)">Happe</text>
	<text xml:space="preserve" x="8238" y="1682" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">ning</text>
	<circle cx="8275" cy="1667" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8231,1665 8241,1665 8236,1671 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8240" y="1553" width="40" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(54,8240,1553)"/>
	<rect x="8240" y="1553" width="40" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(54,8240,1553)"/>
	<text xml:space="preserve" x="8242" y="1568" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(54,8240,1553)">Fluxus</text>
	<circle cx="8279" cy="1567" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8235,1565 8245,1565 8240,1571 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8438" y="1578" width="36" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8484" y="1578" width="18" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8515" y="1578" width="8" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8539" y="1578" width="3" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8561" y="1578" width="2" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8220" y="1578" width="228" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(55,8220,1578)"/>
	<rect x="8220" y="1578" width="228" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(55,8220,1578)"/>
	<text xml:space="preserve" x="8228" y="1593" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(55,8220,1578)">Pop Art</text>
	<circle cx="8447" cy="1592" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8215,1590 8225,1590 8220,1596 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8438" y="1603" width="36" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8484" y="1603" width="18" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8515" y="1603" width="8" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8539" y="1603" width="3" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8561" y="1603" width="2" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8248" y="1603" width="200" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(56,8248,1603)"/>
	<rect x="8248" y="1603" width="200" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(56,8248,1603)"/>
	<text xml:space="preserve" x="8256" y="1618" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(56,8248,1603)">Videokunst</text>
	<circle cx="8447" cy="1617" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8243,1615 8253,1615 8248,1621 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8243" y="1616" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8443" y="1616" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8438" y="1303" width="36" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8484" y="1303" width="18" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8515" y="1303" width="8" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8539" y="1303" width="3" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8561" y="1303" width="2" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8288" y="1303" width="160" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(57,8288,1303)"/>
	<rect x="8288" y="1303" width="160" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(57,8288,1303)"/>
	<text xml:space="preserve" x="8296" y="1318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(57,8288,1303)">Fotorealismus</text>
	<circle cx="8447" cy="1317" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8283,1315 8293,1315 8288,1321 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8438" y="1453" width="36" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8484" y="1453" width="18" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8515" y="1453" width="8" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8539" y="1453" width="3" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8561" y="1453" width="2" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8264" y="1453" width="184" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(58,8264,1453)"/>
	<rect x="8264" y="1453" width="184" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(58,8264,1453)"/>
	<text xml:space="preserve" x="8272" y="1468" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(58,8264,1453)">Konzeptkunst</text>
	<circle cx="8447" cy="1467" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8259,1465 8269,1465 8264,1471 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8438" y="1751" width="36" height="21" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8484" y="1751" width="18" height="21" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8515" y="1751" width="8" height="21" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8539" y="1751" width="3" height="21" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8561" y="1751" width="2" height="21" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8260" y="1751" width="188" height="21" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(59,8260,1751)"/>
	<rect x="8260" y="1751" width="188" height="21" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(59,8260,1751)"/>
	<text xml:space="preserve" x="8268" y="1766" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(59,8260,1751)">Performance</text>
	<circle cx="8447" cy="1765" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8255,1763 8265,1763 8260,1769 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8255" y="1764" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8443" y="1764" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8438" y="1278" width="36" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8484" y="1278" width="18" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8515" y="1278" width="8" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8539" y="1278" width="3" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8561" y="1278" width="2" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8272" y="1278" width="176" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(60,8272,1278)"/>
	<rect x="8272" y="1278" width="176" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(60,8272,1278)"/>
	<text xml:space="preserve" x="8280" y="1293" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(60,8272,1278)">Land Art</text>
	<circle cx="8447" cy="1292" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8267,1290 8277,1290 8272,1296 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="8438" y="1328" width="36" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8484" y="1328" width="18" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8515" y="1328" width="8" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8539" y="1328" width="3" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8561" y="1328" width="2" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8280" y="1328" width="168" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(61,8280,1328)"/>
	<rect x="8280" y="1328" width="168" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(61,8280,1328)"/>
	<text xml:space="preserve" x="8288" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(61,8280,1328)">Body-Art</text>
	<circle cx="8447" cy="1342" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8275,1340 8285,1340 8280,1346 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8275" y="1341" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8443" y="1341" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8438" y="1353" width="36" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8484" y="1353" width="18" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8515" y="1353" width="8" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8539" y="1353" width="3" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8561" y="1353" width="2" height="20" fill="rgb(214,236,252)" stroke="rgb(214,236,252)" stroke-width="1"/>
	<rect x="8320" y="1353" width="128" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(62,8320,1353)"/>
	<rect x="8320" y="1353" width="128" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(62,8320,1353)"/>
	<text xml:space="preserve" x="8328" y="1368" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(62,8320,1353)">Neue Wilde</text>
	<circle cx="8447" cy="1367" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8315,1365 8325,1365 8320,1371 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8315" y="1366" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8443" y="1366" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8438" y="1775" width="36" height="22" fill="rgb(164,213,249)" stroke="rgb(164,213,249)" stroke-width="1"/>
	<rect x="8484" y="1775" width="18" height="22" fill="rgb(164,213,249)" stroke="rgb(164,213,249)" stroke-width="1"/>
	<rect x="8515" y="1775" width="8" height="22" fill="rgb(164,213,249)" stroke="rgb(164,213,249)" stroke-width="1"/>
	<rect x="8539" y="1775" width="3" height="22" fill="rgb(164,213,249)" stroke="rgb(164,213,249)" stroke-width="1"/>
	<rect x="8561" y="1775" width="2" height="22" fill="rgb(164,213,249)" stroke="rgb(164,213,249)" stroke-width="1"/>
	<rect x="8008" y="1775" width="440" height="22" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(63,8008,1775)"/>
	<rect x="8008" y="1775" width="440" height="22" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(63,8008,1775)"/>
	<text xml:space="preserve" x="8016" y="1790" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(63,8008,1775)">Zeitgenössische Kunst</text>
	<circle cx="8447" cy="1789" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8003,1787 8013,1787 8008,1793 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8003" y="1788" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8443" y="1788" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6760" y="800" width="240" height="18" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(65,6760,800)"/>
	<rect x="6760" y="800" width="240" height="18" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(65,6760,800)"/>
	<text xml:space="preserve" x="6768" y="813" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(65,6760,800)">François Bourguignon Perrier</text>
	<circle cx="6999" cy="814" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6755,812 6765,812 6760,818 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6615" y="3005" width="137" height="100" onclick="SymbolZeigen(66,6615,3005)" xlink:href="./Daten/ONr_66_Bild.jpg">
		<title>./Daten/ONr_66_Bild.jpg</title></image>
	<text xml:space="preserve" x="6623" y="3023" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(66,6615,3005)"></text>
	<rect x="6615" y="3005" width="137" height="100" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6751" cy="3014" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6610,3012 6620,3012 6615,3018 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6678" y="3119" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6392" y="775" width="304" height="18" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(67,6392,775)"/>
	<rect x="6392" y="775" width="304" height="18" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(67,6392,775)"/>
	<text xml:space="preserve" x="6400" y="788" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(67,6392,775)">Maerten van Heemskerck</text>
	<circle cx="6695" cy="789" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6387,787 6397,787 6392,793 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6217" y="3012" width="65" height="90" onclick="SymbolZeigen(68,6217,3012)" xlink:href="./Daten/ONr_68_Bild.jpg">
		<title>./Daten/ONr_68_Bild.jpg</title></image>
	<text xml:space="preserve" x="6225" y="3030" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(68,6217,3012)"></text>
	<rect x="6217" y="3012" width="65" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6281" cy="3021" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6212,3019 6222,3019 6217,3025 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6244" y="3116" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6508" y="675" width="276" height="18" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(69,6508,675)"/>
	<rect x="6508" y="675" width="276" height="18" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(69,6508,675)"/>
	<text xml:space="preserve" x="6516" y="688" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(69,6508,675)">Pellegrino Tibaldi</text>
	<circle cx="6783" cy="689" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6503,687 6513,687 6508,693 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6344" y="2982" width="81" height="120" onclick="SymbolZeigen(70,6344,2982)" xlink:href="./Daten/ONr_70_Bild.jpg">
		<title>./Daten/ONr_70_Bild.jpg</title></image>
	<text xml:space="preserve" x="6352" y="3000" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(70,6344,2982)"></text>
	<rect x="6344" y="2982" width="81" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6424" cy="2991" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6339,2989 6349,2989 6344,2995 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6379" y="3116" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6344" y="800" width="260" height="20" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(71,6344,800)"/>
	<rect x="6344" y="800" width="260" height="20" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(71,6344,800)"/>
	<text xml:space="preserve" x="6352" y="813" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(71,6344,800)">Domenico Beccafumi</text>
	<circle cx="6603" cy="814" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6339,812 6349,812 6344,818 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6283" y="3012" width="58" height="90" onclick="SymbolZeigen(72,6283,3012)" xlink:href="./Daten/ONr_72_Bild.jpg">
		<title>./Daten/ONr_72_Bild.jpg</title></image>
	<text xml:space="preserve" x="6291" y="3030" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(72,6283,3012)"></text>
	<rect x="6283" y="3012" width="58" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6340" cy="3021" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6278,3019 6288,3019 6283,3025 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6307" y="3116" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6292" y="825" width="232" height="18" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(73,6292,825)"/>
	<rect x="6292" y="825" width="232" height="18" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(73,6292,825)"/>
	<text xml:space="preserve" x="6300" y="838" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(73,6292,825)">Hans Burgkmair d. Ä.</text>
	<circle cx="6523" cy="839" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6287,837 6297,837 6292,843 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6514" y="3032" width="100" height="71" onclick="SymbolZeigen(74,6514,3032)" xlink:href="./Daten/ONr_74_Bild.jpg">
		<title>./Daten/ONr_74_Bild.jpg</title></image>
	<text xml:space="preserve" x="6522" y="3050" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(74,6514,3032)"></text>
	<rect x="6514" y="3032" width="100" height="71" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6613" cy="3041" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6509,3039 6519,3039 6514,3045 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6592" y="825" width="272" height="18" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(75,6592,825)"/>
	<rect x="6592" y="825" width="272" height="18" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(75,6592,825)"/>
	<text xml:space="preserve" x="6600" y="838" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(75,6592,825)">Hendrick Goltzius</text>
	<circle cx="6863" cy="839" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6587,837 6597,837 6592,843 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6802" y="3107" width="68" height="90" onclick="SymbolZeigen(76,6802,3107)" xlink:href="./Daten/ONr_76_Bild.jpg">
		<title>./Daten/ONr_76_Bild.jpg</title></image>
	<text xml:space="preserve" x="6810" y="3125" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(76,6802,3107)"></text>
	<rect x="6802" y="3107" width="68" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6869" cy="3116" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6797,3114 6807,3114 6802,3120 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6831" y="3211" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="394" y="1812" width="108" height="120" onclick="SymbolZeigen(77,394,1812)" xlink:href="./Daten/ONr_77_Bild.jpg">
		<title>./Daten/ONr_77_Bild.jpg</title></image>
	<text xml:space="preserve" x="402" y="1830" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(77,394,1812)"></text>
	<rect x="394" y="1812" width="108" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="501" cy="1821" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="389,1819 399,1819 394,1825 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="443" y="1946" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="235" y="1812" width="131" height="90" onclick="SymbolZeigen(78,235,1812)" xlink:href="./Daten/ONr_78_Bild.jpg">
		<title>./Daten/ONr_78_Bild.jpg</title></image>
	<text xml:space="preserve" x="243" y="1830" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(78,235,1812)"></text>
	<rect x="235" y="1812" width="131" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="365" cy="1821" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="230,1819 240,1819 235,1825 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="248" y="1912" width="104" height="90" onclick="SymbolZeigen(79,248,1912)" xlink:href="./Daten/ONr_79_Bild.jpg">
		<title>./Daten/ONr_79_Bild.jpg</title></image>
	<text xml:space="preserve" x="256" y="1930" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(79,248,1912)"></text>
	<rect x="248" y="1912" width="104" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="351" cy="1921" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="243,1919 253,1919 248,1925 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="413" y="1942" width="70" height="90" onclick="SymbolZeigen(80,413,1942)" xlink:href="./Daten/ONr_80_Bild.jpg">
		<title>./Daten/ONr_80_Bild.jpg</title></image>
	<text xml:space="preserve" x="421" y="1960" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(80,413,1942)"></text>
	<rect x="413" y="1942" width="70" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="482" cy="1951" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="408,1949 418,1949 413,1955 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="517" y="1962" width="262" height="90" onclick="SymbolZeigen(81,517,1962)" xlink:href="./Daten/ONr_81_Bild.jpg">
		<title>./Daten/ONr_81_Bild.jpg</title></image>
	<text xml:space="preserve" x="525" y="1980" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(81,517,1962)"></text>
	<rect x="517" y="1962" width="262" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="778" cy="1971" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="512,1969 522,1969 517,1975 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="450" y="55" width="350" height="20" fill="rgb(204,135,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(82,450,55)"/>
	<rect x="450" y="55" width="350" height="20" fill="rgb(204,135,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(82,450,55)"/>
	<text xml:space="preserve" x="458" y="70" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(82,450,55)">Pompeji, Wandmalerei</text>
	<polygon points="445,67 455,67 450,73 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="445" y="68" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="795" y="68" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="250" y="80" width="250" height="20" fill="rgb(204,135,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(83,250,80)"/>
	<rect x="250" y="80" width="250" height="20" fill="rgb(204,135,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(83,250,80)"/>
	<text xml:space="preserve" x="258" y="95" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(83,250,80)">Roman</text>
	<circle cx="499" cy="94" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="245,92 255,92 250,98 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="245" y="93" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="495" y="93" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="-2000" y="110" width="2400" height="20" fill="rgb(204,135,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(84,-2000,110)"/>
	<rect x="-2000" y="110" width="2400" height="20" fill="rgb(204,135,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(84,-2000,110)"/>
	<text xml:space="preserve" x="-1992" y="125" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(84,-2000,110)">greek                                         +++</text>
	<text xml:space="preserve" x="-1642" y="125" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(84,-2000,110)">greek                                         +++</text>
	<text xml:space="preserve" x="-1292" y="125" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(84,-2000,110)">greek                                         +++</text>
	<text xml:space="preserve" x="-942" y="125" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(84,-2000,110)">greek                                         +++</text>
	<text xml:space="preserve" x="-592" y="125" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(84,-2000,110)">greek                                         +++</text>
	<text xml:space="preserve" x="-242" y="125" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(84,-2000,110)">greek                                         +++</text>
	<polygon points="-2005,122 -1995,122 -2000,128 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="-2005" y="123" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="395" y="123" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="-1882" y="1812" width="60" height="140" onclick="SymbolZeigen(85,-1882,1812)" xlink:href="./Daten/ONr_85_Bild.jpg">
		<title>./Daten/ONr_85_Bild.jpg</title></image>
	<text xml:space="preserve" x="-1874" y="1830" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(85,-1882,1812)"></text>
	<rect x="-1882" y="1812" width="60" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="-1823" cy="1821" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="-1887,1819 -1877,1819 -1882,1825 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="-1857" y="1966" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="-436" y="1812" width="73" height="90" onclick="SymbolZeigen(86,-436,1812)" xlink:href="./Daten/ONr_86_Bild.jpg">
		<title>./Daten/ONr_86_Bild.jpg</title></image>
	<text xml:space="preserve" x="-428" y="1830" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(86,-436,1812)"></text>
	<rect x="-436" y="1812" width="73" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="-364" cy="1821" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="-441,1819 -431,1819 -436,1825 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="-405" y="1916" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="-960" y="1812" width="120" height="90" onclick="SymbolZeigen(87,-960,1812)" xlink:href="./Daten/ONr_87_Bild.jpg">
		<title>./Daten/ONr_87_Bild.jpg</title></image>
	<text xml:space="preserve" x="-952" y="1830" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(87,-960,1812)"></text>
	<rect x="-960" y="1812" width="120" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="-841" cy="1821" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="-965,1819 -955,1819 -960,1825 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="-905" y="1916" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5950" y="825" width="272" height="20" fill="rgb(204,175,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(88,5950,825)"/>
	<rect x="5950" y="825" width="272" height="20" fill="rgb(204,175,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(88,5950,825)"/>
	<text xml:space="preserve" x="5958" y="840" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(88,5950,825)">Fra Beato Angelico</text>
	<circle cx="6221" cy="839" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5945,837 5955,837 5950,843 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="5872" y="3107" width="144" height="140" onclick="SymbolZeigen(89,5872,3107)" xlink:href="./Daten/ONr_89_Bild.jpg">
		<title>./Daten/ONr_89_Bild.jpg</title></image>
	<text xml:space="preserve" x="5880" y="3125" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(89,5872,3107)"></text>
	<rect x="5872" y="3107" width="144" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6015" cy="3116" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5867,3114 5877,3114 5872,3120 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5939" y="3261" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6000" y="800" width="260" height="20" fill="rgb(204,175,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(90,6000,800)"/>
	<rect x="6000" y="800" width="260" height="20" fill="rgb(204,175,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(90,6000,800)"/>
	<text xml:space="preserve" x="6008" y="815" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(90,6000,800)">Rogier van der Weyden</text>
	<circle cx="6259" cy="814" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5995,812 6005,812 6000,818 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="5995" y="3012" width="59" height="83" onclick="SymbolZeigen(91,5995,3012)" xlink:href="./Daten/ONr_91_Bild.jpg">
		<title>./Daten/ONr_91_Bild.jpg</title></image>
	<text xml:space="preserve" x="6003" y="3030" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(91,5995,3012)"></text>
	<rect x="5995" y="3012" width="59" height="83" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6053" cy="3021" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5990,3019 6000,3019 5995,3025 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6019" y="3109" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5844" y="850" width="280" height="20" fill="rgb(204,175,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(92,5844,850)"/>
	<rect x="5844" y="850" width="280" height="20" fill="rgb(204,175,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(92,5844,850)"/>
	<text xml:space="preserve" x="5852" y="865" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(92,5844,850)">Andrej Ruble</text>
	<circle cx="6123" cy="864" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5839,862 5849,862 5844,868 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="5802" y="3157" width="61" height="90" onclick="SymbolZeigen(93,5802,3157)" xlink:href="./Daten/ONr_93_Bild.jpg">
		<title>./Daten/ONr_93_Bild.jpg</title></image>
	<text xml:space="preserve" x="5810" y="3175" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(93,5802,3157)"></text>
	<rect x="5802" y="3157" width="61" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5862" cy="3166" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5797,3164 5807,3164 5802,3170 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5827" y="3261" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6002" y="775" width="120" height="20" fill="rgb(204,175,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(94,6002,775)"/>
	<rect x="6002" y="775" width="120" height="20" fill="rgb(204,175,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(94,6002,775)"/>
	<text xml:space="preserve" x="6010" y="790" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(94,6002,775)">meister-oberrheinischer</text>
	<circle cx="6121" cy="789" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5997,787 6007,787 6002,793 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5997" y="788" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6117" y="788" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="5874" y="3012" width="116" height="90" onclick="SymbolZeigen(95,5874,3012)" xlink:href="./Daten/ONr_95_Bild.jpg">
		<title>./Daten/ONr_95_Bild.jpg</title></image>
	<text xml:space="preserve" x="5882" y="3030" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(95,5874,3012)"></text>
	<rect x="5874" y="3012" width="116" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5989" cy="3021" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5869,3019 5879,3019 5874,3025 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5927" y="3116" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6040" y="750" width="248" height="20" fill="rgb(204,175,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(96,6040,750)"/>
	<rect x="6040" y="750" width="248" height="20" fill="rgb(204,175,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(96,6040,750)"/>
	<text xml:space="preserve" x="6048" y="765" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(96,6040,750)">Petrus Christus</text>
	<circle cx="6287" cy="764" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6035,762 6045,762 6040,768 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="5899" y="2887" width="90" height="120" onclick="SymbolZeigen(97,5899,2887)" xlink:href="./Daten/ONr_97_Bild.jpg">
		<title>./Daten/ONr_97_Bild.jpg</title></image>
	<text xml:space="preserve" x="5907" y="2905" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(97,5899,2887)"></text>
	<rect x="5899" y="2887" width="90" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5988" cy="2896" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5894,2894 5904,2894 5899,2900 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5939" y="3021" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5523" y="850" width="272" height="20" fill="rgb(204,175,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(98,5523,850)"/>
	<rect x="5523" y="850" width="272" height="20" fill="rgb(204,175,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(98,5523,850)"/>
	<text xml:space="preserve" x="5531" y="865" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(98,5523,850)">Pietro Lorenzetti</text>
	<circle cx="5794" cy="864" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5518,862 5528,862 5523,868 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="5439" y="3157" width="138" height="90" onclick="SymbolZeigen(99,5439,3157)" xlink:href="./Daten/ONr_99_Bild.jpg">
		<title>./Daten/ONr_99_Bild.jpg</title></image>
	<text xml:space="preserve" x="5447" y="3175" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(99,5439,3157)"></text>
	<rect x="5439" y="3157" width="138" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5576" cy="3166" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5434,3164 5444,3164 5439,3170 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5503" y="3261" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6083" y="1328" width="540" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(100,6083,1328)"/>
	<rect x="6083" y="1328" width="540" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(100,6083,1328)"/>
	<text xml:space="preserve" x="6091" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(100,6083,1328)">Frührenaissance                                         +++ </text>
	<text xml:space="preserve" x="6371" y="1343" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(100,6083,1328)">Frührenaissance                                         +++ </text>
	<circle cx="6622" cy="1342" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="6622" cy="1350" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6078,1340 6088,1340 6083,1346 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6078" y="1341" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6618" y="1341" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6180" y="50" width="260" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(101,6180,50)"/>
	<rect x="6180" y="50" width="260" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(101,6180,50)"/>
	<text xml:space="preserve" x="6188" y="63" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(101,6180,50)">Sandro Botticelli</text>
	<circle cx="6439" cy="64" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6175,62 6185,62 6180,68 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6061" y="1807" width="222" height="140" onclick="SymbolZeigen(102,6061,1807)" xlink:href="./Daten/ONr_102_Bild.jpg">
		<title>./Daten/ONr_102_Bild.jpg</title></image>
	<text xml:space="preserve" x="6069" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(102,6061,1807)"></text>
	<rect x="6061" y="1807" width="222" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6282" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6056,1814 6066,1814 6061,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6167" y="1961" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5960" y="175" width="204" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(103,5960,175)"/>
	<rect x="5960" y="175" width="204" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(103,5960,175)"/>
	<text xml:space="preserve" x="5968" y="188" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(103,5960,175)">Jan van Eyck</text>
	<circle cx="6163" cy="189" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5955,187 5965,187 5960,193 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="5909" y="1807" width="54" height="120" onclick="SymbolZeigen(104,5909,1807)" xlink:href="./Daten/ONr_104_Bild.jpg">
		<title>./Daten/ONr_104_Bild.jpg</title></image>
	<text xml:space="preserve" x="5917" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(104,5909,1807)"></text>
	<rect x="5909" y="1807" width="54" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5962" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5904,1814 5914,1814 5909,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5931" y="1941" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6124" y="100" width="288" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(105,6124,100)"/>
	<rect x="6124" y="100" width="288" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(105,6124,100)"/>
	<text xml:space="preserve" x="6132" y="113" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(105,6124,100)">Andrea Mantegna</text>
	<circle cx="6411" cy="114" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6119,112 6129,112 6124,118 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6064" y="1952" width="177" height="140" onclick="SymbolZeigen(106,6064,1952)" xlink:href="./Daten/ONr_106_Bild.jpg">
		<title>./Daten/ONr_106_Bild.jpg</title></image>
	<text xml:space="preserve" x="6072" y="1970" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(106,6064,1952)"></text>
	<rect x="6064" y="1952" width="177" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6240" cy="1961" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6059,1959 6069,1959 6064,1965 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6147" y="2106" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6132" y="75" width="244" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(107,6132,75)"/>
	<rect x="6132" y="75" width="244" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(107,6132,75)"/>
	<text xml:space="preserve" x="6140" y="88" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(107,6132,75)">Hans Memling</text>
	<circle cx="6375" cy="89" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6127,87 6137,87 6132,93 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6065" y="2097" width="135" height="120" onclick="SymbolZeigen(108,6065,2097)" xlink:href="./Daten/ONr_108_Bild.jpg">
		<title>./Daten/ONr_108_Bild.jpg</title></image>
	<text xml:space="preserve" x="6073" y="2115" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(108,6065,2097)"></text>
	<rect x="6065" y="2097" width="135" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6199" cy="2106" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6060,2104 6070,2104 6065,2110 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="5468" y="175" width="280" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(109,5468,175)"/>
	<rect x="5468" y="175" width="280" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(109,5468,175)"/>
	<text xml:space="preserve" x="5476" y="188" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(109,5468,175)">Giotto (di Bondone)</text>
	<circle cx="5747" cy="189" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5463,187 5473,187 5468,193 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="5712" y="2201" width="84" height="120" onclick="SymbolZeigen(110,5712,2201)" xlink:href="./Daten/ONr_110_Bild.jpg">
		<title>./Daten/ONr_110_Bild.jpg</title></image>
	<text xml:space="preserve" x="5720" y="2219" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(110,5712,2201)"></text>
	<rect x="5712" y="2201" width="84" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5795" cy="2210" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5707,2208 5717,2208 5712,2214 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5749" y="2335" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6090" y="125" width="280" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(111,6090,125)"/>
	<rect x="6090" y="125" width="280" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(111,6090,125)"/>
	<text xml:space="preserve" x="6098" y="138" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(111,6090,125)">Piero della Francesca</text>
	<circle cx="6369" cy="139" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6085,137 6095,137 6090,143 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="5970" y="1807" width="84" height="120" onclick="SymbolZeigen(112,5970,1807)" xlink:href="./Daten/ONr_112_Bild.jpg">
		<title>./Daten/ONr_112_Bild.jpg</title></image>
	<text xml:space="preserve" x="5978" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(112,5970,1807)"></text>
	<rect x="5970" y="1807" width="84" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6053" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5965,1814 5975,1814 5970,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6007" y="1941" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5989" y="150" width="312" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(113,5989,150)"/>
	<rect x="5989" y="150" width="312" height="20" fill="rgb(204,165,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(113,5989,150)"/>
	<text xml:space="preserve" x="5997" y="163" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(113,5989,150)">Paolo Uccello</text>
	<circle cx="6300" cy="164" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5984,162 5994,162 5989,168 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6208" y="500" width="268" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(114,6208,500)"/>
	<rect x="6208" y="500" width="268" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(114,6208,500)"/>
	<text xml:space="preserve" x="6216" y="513" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(114,6208,500)">Leonardo da Vinci</text>
	<circle cx="6475" cy="514" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6203,512 6213,512 6208,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6172" y="2442" width="96" height="140" onclick="SymbolZeigen(115,6172,2442)" xlink:href="./Daten/ONr_115_Bild.jpg">
		<title>./Daten/ONr_115_Bild.jpg</title></image>
	<text xml:space="preserve" x="6180" y="2460" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(115,6172,2442)"></text>
	<rect x="6172" y="2442" width="96" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6267" cy="2451" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6167,2449 6177,2449 6172,2455 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6215" y="2596" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6300" y="425" width="356" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(116,6300,425)"/>
	<rect x="6300" y="425" width="356" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(116,6300,425)"/>
	<text xml:space="preserve" x="6308" y="438" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(116,6300,425)">Michelangelo (Buonarroti)</text>
	<circle cx="6655" cy="439" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6295,437 6305,437 6300,443 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6281" y="2007" width="295" height="140" onclick="SymbolZeigen(117,6281,2007)" xlink:href="./Daten/ONr_117_Bild.jpg">
		<title>./Daten/ONr_117_Bild.jpg</title></image>
	<text xml:space="preserve" x="6289" y="2025" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(117,6281,2007)"></text>
	<rect x="6281" y="2007" width="295" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6575" cy="2016" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6276,2014 6286,2014 6281,2020 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6423" y="2161" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6332" y="350" width="148" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(118,6332,350)"/>
	<rect x="6332" y="350" width="148" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(118,6332,350)"/>
	<text xml:space="preserve" x="6340" y="363" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(118,6332,350)">(Raffael) Raffaello Santi</text>
	<circle cx="6479" cy="364" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6327,362 6337,362 6332,368 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6223" y="2202" width="59" height="90" onclick="SymbolZeigen(119,6223,2202)" xlink:href="./Daten/ONr_119_Bild.jpg">
		<title>./Daten/ONr_119_Bild.jpg</title></image>
	<text xml:space="preserve" x="6231" y="2220" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(119,6223,2202)"></text>
	<rect x="6223" y="2202" width="59" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6281" cy="2211" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6218,2209 6228,2209 6223,2215 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6247" y="2306" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6284" y="475" width="228" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(120,6284,475)"/>
	<rect x="6284" y="475" width="228" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(120,6284,475)"/>
	<text xml:space="preserve" x="6292" y="488" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(120,6284,475)">Albrecht Dürer</text>
	<circle cx="6511" cy="489" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6279,487 6289,487 6284,493 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6281" y="2152" width="102" height="140" onclick="SymbolZeigen(121,6281,2152)" xlink:href="./Daten/ONr_121_Bild.jpg">
		<title>./Daten/ONr_121_Bild.jpg</title></image>
	<text xml:space="preserve" x="6289" y="2170" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(121,6281,2152)"></text>
	<rect x="6281" y="2152" width="102" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6382" cy="2161" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6276,2159 6286,2159 6281,2165 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6327" y="2306" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6340" y="325" width="364" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(122,6340,325)"/>
	<rect x="6340" y="325" width="364" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(122,6340,325)"/>
	<text xml:space="preserve" x="6348" y="338" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(122,6340,325)">Tizian (eigentl. Tiziano Vercellio)</text>
	<circle cx="6703" cy="339" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6335,337 6345,337 6340,343 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6482" y="2297" width="77" height="90" onclick="SymbolZeigen(123,6482,2297)" xlink:href="./Daten/ONr_123_Bild.jpg">
		<title>./Daten/ONr_123_Bild.jpg</title></image>
	<text xml:space="preserve" x="6490" y="2315" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(123,6482,2297)"></text>
	<rect x="6482" y="2297" width="77" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6558" cy="2306" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6477,2304 6487,2304 6482,2310 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6515" y="2401" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6300" y="450" width="212" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(124,6300,450)"/>
	<rect x="6300" y="450" width="212" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(124,6300,450)"/>
	<text xml:space="preserve" x="6308" y="463" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(124,6300,450)">Mathias (Mathis Gothart) Grünewald</text>
	<circle cx="6511" cy="464" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6295,462 6305,462 6300,468 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6388" y="2152" width="73" height="140" onclick="SymbolZeigen(125,6388,2152)" xlink:href="./Daten/ONr_125_Bild.jpg">
		<title>./Daten/ONr_125_Bild.jpg</title></image>
	<text xml:space="preserve" x="6396" y="2170" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(125,6388,2152)"></text>
	<rect x="6388" y="2152" width="73" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6460" cy="2161" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6383,2159 6393,2159 6388,2165 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6419" y="2306" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6308" y="400" width="132" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(126,6308,400)"/>
	<rect x="6308" y="400" width="132" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(126,6308,400)"/>
	<text xml:space="preserve" x="6316" y="413" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(126,6308,400)">Giorgione (eigentl. Giorgio Barbarelli oder da Castelfranco)</text>
	<circle cx="6439" cy="414" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6303,412 6313,412 6308,418 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6432" y="1807" width="82" height="90" onclick="SymbolZeigen(127,6432,1807)" xlink:href="./Daten/ONr_127_Bild.jpg">
		<title>./Daten/ONr_127_Bild.jpg</title></image>
	<text xml:space="preserve" x="6440" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(127,6432,1807)"></text>
	<rect x="6432" y="1807" width="82" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6513" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6427,1814 6437,1814 6432,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6468" y="1911" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6356" y="300" width="180" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(128,6356,300)"/>
	<rect x="6356" y="300" width="180" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(128,6356,300)"/>
	<text xml:space="preserve" x="6364" y="313" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(128,6356,300)">Correggio (eigentl. Antonio Allegri)</text>
	<circle cx="6535" cy="314" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6351,312 6361,312 6356,318 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6392" y="1902" width="120" height="100" onclick="SymbolZeigen(129,6392,1902)" xlink:href="./Daten/ONr_129_Bild.jpg">
		<title>./Daten/ONr_129_Bild.jpg</title></image>
	<text xml:space="preserve" x="6400" y="1920" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(129,6392,1902)"></text>
	<rect x="6392" y="1902" width="120" height="100" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6511" cy="1911" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6387,1909 6397,1909 6392,1915 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6447" y="2016" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6200" y="525" width="300" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(130,6200,525)"/>
	<rect x="6200" y="525" width="300" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(130,6200,525)"/>
	<text xml:space="preserve" x="6208" y="538" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(130,6200,525)">Vittore Carpaccio</text>
	<circle cx="6499" cy="539" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6195,537 6205,537 6200,543 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6172" y="2297" width="305" height="140" onclick="SymbolZeigen(131,6172,2297)" xlink:href="./Daten/ONr_131_Bild.jpg">
		<title>./Daten/ONr_131_Bild.jpg</title></image>
	<text xml:space="preserve" x="6180" y="2315" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(131,6172,2297)"></text>
	<rect x="6172" y="2297" width="305" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6476" cy="2306" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6167,2304 6177,2304 6172,2310 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6319" y="2451" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6320" y="375" width="232" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(132,6320,375)"/>
	<rect x="6320" y="375" width="232" height="20" fill="rgb(204,155,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(132,6320,375)"/>
	<text xml:space="preserve" x="6328" y="388" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(132,6320,375)">Albrecht Altdorfer</text>
	<circle cx="6551" cy="389" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6315,387 6325,387 6320,393 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6465" y="2152" width="112" height="140" onclick="SymbolZeigen(133,6465,2152)" xlink:href="./Daten/ONr_133_Bild.jpg">
		<title>./Daten/ONr_133_Bild.jpg</title></image>
	<text xml:space="preserve" x="6473" y="2170" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(133,6465,2152)"></text>
	<rect x="6465" y="2152" width="112" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6576" cy="2161" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6460,2159 6470,2159 6465,2165 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6516" y="2306" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6800" y="1273" width="400" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(134,6800,1273)"/>
	<rect x="6800" y="1273" width="400" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(134,6800,1273)"/>
	<text xml:space="preserve" x="6808" y="1288" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(134,6800,1273)">Spät-Renaissance                                                     +++ </text>
	<circle cx="7199" cy="1287" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6795,1285 6805,1285 6800,1291 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6795" y="1286" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7195" y="1286" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6408" y="125" width="192" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(135,6408,125)"/>
	<rect x="6408" y="125" width="192" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(135,6408,125)"/>
	<text xml:space="preserve" x="6416" y="138" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(135,6408,125)">Pieter Coecke van Aelst</text>
	<circle cx="6599" cy="139" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6403,137 6413,137 6408,143 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6316" y="2567" width="57" height="90" onclick="SymbolZeigen(136,6316,2567)" xlink:href="./Daten/ONr_136_Bild.jpg">
		<title>./Daten/ONr_136_Bild.jpg</title></image>
	<text xml:space="preserve" x="6324" y="2585" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(136,6316,2567)"></text>
	<rect x="6316" y="2567" width="57" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6372" cy="2576" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6311,2574 6321,2574 6316,2580 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6339" y="2671" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6288" y="200" width="324" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(137,6288,200)"/>
	<rect x="6288" y="200" width="324" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(137,6288,200)"/>
	<text xml:space="preserve" x="6296" y="213" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(137,6288,200)">Lucas Cranach d. Ä.</text>
	<circle cx="6611" cy="214" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6283,212 6293,212 6288,218 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6672" y="175" width="228" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(138,6672,175)"/>
	<rect x="6672" y="175" width="228" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(138,6672,175)"/>
	<text xml:space="preserve" x="6680" y="188" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(138,6672,175)">Jan Brueghel d. Ä.</text>
	<circle cx="6899" cy="189" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6667,187 6677,187 6672,193 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6388" y="150" width="184" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(139,6388,150)"/>
	<rect x="6388" y="150" width="184" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(139,6388,150)"/>
	<text xml:space="preserve" x="6396" y="163" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(139,6388,150)">Hans Holbein d.J.</text>
	<circle cx="6571" cy="164" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6383,162 6393,162 6388,168 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6776" y="50" width="24" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(140,6776,50)"/>
	<rect x="6776" y="50" width="24" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(140,6776,50)"/>
	<text xml:space="preserve" x="6784" y="63" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(140,6776,50)">Schule von Fontainebleau</text>
	<circle cx="6799" cy="64" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6771,62 6781,62 6776,68 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6760" y="100" width="40" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(141,6760,100)"/>
	<rect x="6760" y="100" width="40" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(141,6760,100)"/>
	<text xml:space="preserve" x="6768" y="113" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(141,6760,100)">Anonym, Haarlem</text>
	<circle cx="6799" cy="114" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6755,112 6765,112 6760,118 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6755" y="113" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6795" y="113" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6720" y="150" width="80" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(142,6720,150)"/>
	<rect x="6720" y="150" width="80" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(142,6720,150)"/>
	<text xml:space="preserve" x="6728" y="163" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(142,6720,150)">Tapisserie</text>
	<circle cx="6799" cy="164" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6715,162 6725,162 6720,168 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6715" y="163" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6795" y="163" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6460" y="75" width="284" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(143,6460,75)"/>
	<rect x="6460" y="75" width="284" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(143,6460,75)"/>
	<text xml:space="preserve" x="6468" y="88" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(143,6460,75)">Lucas Cranach d. J.</text>
	<circle cx="6743" cy="89" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6455,87 6465,87 6460,93 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6724" y="125" width="244" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(144,6724,125)"/>
	<rect x="6724" y="125" width="244" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(144,6724,125)"/>
	<text xml:space="preserve" x="6732" y="138" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(144,6724,125)">Frans Francken d. J.</text>
	<circle cx="6967" cy="139" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6719,137 6729,137 6724,143 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6768" y="75" width="296" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(145,6768,75)"/>
	<rect x="6768" y="75" width="296" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(145,6768,75)"/>
	<text xml:space="preserve" x="6776" y="88" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(145,6768,75)">Pieter Snayers</text>
	<circle cx="7063" cy="89" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6763,87 6773,87 6768,93 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6360" y="175" width="308" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(146,6360,175)"/>
	<rect x="6360" y="175" width="308" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="0" rx="10" ry="10" onclick="SymbolZeigen(146,6360,175)"/>
	<text xml:space="preserve" x="6368" y="188" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(146,6360,175)">Marinus Claeszon van Reymerswaele</text>
	<circle cx="6667" cy="189" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6355,187 6365,187 6360,193 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6440" y="100" width="248" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(147,6440,100)"/>
	<rect x="6440" y="100" width="248" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(147,6440,100)"/>
	<text xml:space="preserve" x="6448" y="113" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(147,6440,100)">François Clouet</text>
	<circle cx="6687" cy="114" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6435,112 6445,112 6440,118 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6480" y="50" width="232" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(148,6480,50)"/>
	<rect x="6480" y="50" width="232" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(148,6480,50)"/>
	<text xml:space="preserve" x="6488" y="63" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(148,6480,50)">Giorgio Vasari</text>
	<circle cx="6711" cy="64" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6475,62 6485,62 6480,68 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6226" y="2662" width="213" height="140" onclick="SymbolZeigen(149,6226,2662)" xlink:href="./Daten/ONr_149_Bild.jpg">
		<title>./Daten/ONr_149_Bild.jpg</title></image>
	<text xml:space="preserve" x="6234" y="2680" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(149,6226,2662)"></text>
	<rect x="6226" y="2662" width="213" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6438" cy="2671" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6221,2669 6231,2669 6226,2675 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6327" y="2816" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="5843" y="1932" width="210" height="120" onclick="SymbolZeigen(150,5843,1932)" xlink:href="./Daten/ONr_150_Bild.jpg">
		<title>./Daten/ONr_150_Bild.jpg</title></image>
	<text xml:space="preserve" x="5851" y="1950" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(150,5843,1932)"></text>
	<circle cx="6052" cy="1941" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5838,1939 5848,1939 5843,1945 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5943" y="2066" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6450" y="2662" width="204" height="140" onclick="SymbolZeigen(151,6450,2662)" xlink:href="./Daten/ONr_151_Bild.jpg">
		<title>./Daten/ONr_151_Bild.jpg</title></image>
	<text xml:space="preserve" x="6458" y="2680" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(151,6450,2662)"></text>
	<rect x="6450" y="2662" width="204" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6653" cy="2671" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6445,2669 6455,2669 6450,2675 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6547" y="2816" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6656" y="200" width="296" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(152,6656,200)"/>
	<rect x="6656" y="200" width="296" height="20" fill="rgb(204,185,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(152,6656,200)"/>
	<text xml:space="preserve" x="6664" y="213" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(152,6656,200)">Pieter Brueghel d. J.</text>
	<circle cx="6951" cy="214" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6651,212 6661,212 6656,218 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6571" y="2806" width="106" height="140" onclick="SymbolZeigen(153,6571,2806)" xlink:href="./Daten/ONr_153_Bild.jpg">
		<title>./Daten/ONr_153_Bild.jpg</title></image>
	<text xml:space="preserve" x="6579" y="2824" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(153,6571,2806)"></text>
	<rect x="6571" y="2806" width="106" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6676" cy="2815" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6566,2813 6576,2813 6571,2819 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6619" y="2960" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6178" y="2807" width="125" height="140" onclick="SymbolZeigen(154,6178,2807)" xlink:href="./Daten/ONr_154_Bild.jpg">
		<title>./Daten/ONr_154_Bild.jpg</title></image>
	<text xml:space="preserve" x="6186" y="2825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(154,6178,2807)"></text>
	<rect x="6178" y="2807" width="125" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6302" cy="2816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6173,2814 6183,2814 6178,2820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6235" y="2961" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6518" y="2567" width="117" height="90" onclick="SymbolZeigen(155,6518,2567)" xlink:href="./Daten/ONr_155_Bild.jpg">
		<title>./Daten/ONr_155_Bild.jpg</title></image>
	<text xml:space="preserve" x="6526" y="2585" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(155,6518,2567)"></text>
	<rect x="6518" y="2567" width="117" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6634" cy="2576" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6513,2574 6523,2574 6518,2580 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6571" y="2671" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6641" y="2587" width="110" height="68" onclick="SymbolZeigen(156,6641,2587)" xlink:href="./Daten/ONr_156_Bild.jpg">
		<title>./Daten/ONr_156_Bild.jpg</title></image>
	<text xml:space="preserve" x="6649" y="2605" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(156,6641,2587)"></text>
	<rect x="6641" y="2587" width="110" height="68" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<polygon points="6636,2594 6646,2594 6641,2600 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6691" y="2669" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6382" y="2559" width="133" height="100" onclick="SymbolZeigen(157,6382,2559)" xlink:href="./Daten/ONr_157_Bild.jpg">
		<title>./Daten/ONr_157_Bild.jpg</title></image>
	<text xml:space="preserve" x="6390" y="2577" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(157,6382,2559)"></text>
	<rect x="6382" y="2559" width="133" height="100" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6514" cy="2568" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6377,2566 6387,2566 6382,2572 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6443" y="2673" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6305" y="2807" width="63" height="140" onclick="SymbolZeigen(158,6305,2807)" xlink:href="./Daten/ONr_158_Bild.jpg">
		<title>./Daten/ONr_158_Bild.jpg</title></image>
	<text xml:space="preserve" x="6313" y="2825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(158,6305,2807)"></text>
	<rect x="6305" y="2807" width="63" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<polygon points="6300,2814 6310,2814 6305,2820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6331" y="2961" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6683" y="2807" width="162" height="120" onclick="SymbolZeigen(159,6683,2807)" xlink:href="./Daten/ONr_159_Bild.jpg">
		<title>./Daten/ONr_159_Bild.jpg</title></image>
	<text xml:space="preserve" x="6691" y="2825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(159,6683,2807)"></text>
	<rect x="6683" y="2807" width="162" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6844" cy="2816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6678,2814 6688,2814 6683,2820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6759" y="2941" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6659" y="2662" width="243" height="140" onclick="SymbolZeigen(160,6659,2662)" xlink:href="./Daten/ONr_160_Bild.jpg">
		<title>./Daten/ONr_160_Bild.jpg</title></image>
	<text xml:space="preserve" x="6667" y="2680" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(160,6659,2662)"></text>
	<rect x="6659" y="2662" width="243" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6901" cy="2671" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6654,2669 6664,2669 6659,2675 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6775" y="2816" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6059" y="2662" width="163" height="140" onclick="SymbolZeigen(161,6059,2662)" xlink:href="./Daten/ONr_161_Bild.jpg">
		<title>./Daten/ONr_161_Bild.jpg</title></image>
	<text xml:space="preserve" x="6067" y="2680" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(161,6059,2662)"></text>
	<rect x="6059" y="2662" width="163" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6221" cy="2671" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6054,2669 6064,2669 6059,2675 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6135" y="2816" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6373" y="2807" width="86" height="120" onclick="SymbolZeigen(162,6373,2807)" xlink:href="./Daten/ONr_162_Bild.jpg">
		<title>./Daten/ONr_162_Bild.jpg</title></image>
	<text xml:space="preserve" x="6381" y="2825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(162,6373,2807)"></text>
	<rect x="6373" y="2807" width="86" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6458" cy="2816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6368,2814 6378,2814 6373,2820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6411" y="2941" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6464" y="2807" width="104" height="120" onclick="SymbolZeigen(163,6464,2807)" xlink:href="./Daten/ONr_163_Bild.jpg">
		<title>./Daten/ONr_163_Bild.jpg</title></image>
	<text xml:space="preserve" x="6472" y="2825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(163,6464,2807)"></text>
	<rect x="6464" y="2807" width="104" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6567" cy="2816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6459,2814 6469,2814 6464,2820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6511" y="2941" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6500" y="725" width="176" height="20" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(164,6500,725)"/>
	<rect x="6500" y="725" width="176" height="20" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(164,6500,725)"/>
	<text xml:space="preserve" x="6508" y="738" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(164,6500,725)">Pieter Brueghel d. Ä.</text>
	<circle cx="6675" cy="739" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6495,737 6505,737 6500,743 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6643" y="3107" width="155" height="140" onclick="SymbolZeigen(165,6643,3107)" xlink:href="./Daten/ONr_165_Bild.jpg">
		<title>./Daten/ONr_165_Bild.jpg</title></image>
	<text xml:space="preserve" x="6651" y="3125" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(165,6643,3107)"></text>
	<rect x="6643" y="3107" width="155" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6797" cy="3116" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6638,3114 6648,3114 6643,3120 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6715" y="3261" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6200" y="850" width="264" height="20" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(166,6200,850)"/>
	<rect x="6200" y="850" width="264" height="20" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(166,6200,850)"/>
	<text xml:space="preserve" x="6208" y="863" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(166,6200,850)">Hieronymus Bosch</text>
	<circle cx="6463" cy="864" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="6463" cy="872" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6195,862 6205,862 6200,868 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6241" y="3107" width="187" height="140" onclick="SymbolZeigen(167,6241,3107)" xlink:href="./Daten/ONr_167_Bild.jpg">
		<title>./Daten/ONr_167_Bild.jpg</title></image>
	<text xml:space="preserve" x="6249" y="3125" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(167,6241,3107)"></text>
	<rect x="6241" y="3107" width="187" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6427" cy="3116" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6236,3114 6246,3114 6241,3120 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6329" y="3261" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6508" y="700" width="264" height="20" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(168,6508,700)"/>
	<rect x="6508" y="700" width="264" height="20" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(168,6508,700)"/>
	<text xml:space="preserve" x="6516" y="713" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(168,6508,700)">Giuseppe Arcimboldo</text>
	<circle cx="6771" cy="714" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6503,712 6513,712 6508,718 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6430" y="3012" width="77" height="90" onclick="SymbolZeigen(169,6430,3012)" xlink:href="./Daten/ONr_169_Bild.jpg">
		<title>./Daten/ONr_169_Bild.jpg</title></image>
	<text xml:space="preserve" x="6438" y="3030" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(169,6430,3012)"></text>
	<rect x="6430" y="3012" width="77" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6506" cy="3021" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6425,3019 6435,3019 6430,3025 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6463" y="3116" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6564" y="850" width="292" height="20" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(170,6564,850)"/>
	<rect x="6564" y="850" width="292" height="20" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(170,6564,850)"/>
	<text xml:space="preserve" x="6572" y="863" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(170,6564,850)">Domenicos Theotocopoulos </text>
	<circle cx="6855" cy="864" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6559,862 6569,862 6564,868 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6755" y="2982" width="66" height="120" onclick="SymbolZeigen(171,6755,2982)" xlink:href="./Daten/ONr_171_Bild.jpg">
		<title>./Daten/ONr_171_Bild.jpg</title></image>
	<text xml:space="preserve" x="6763" y="3000" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(171,6755,2982)"></text>
	<rect x="6755" y="2982" width="66" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6820" cy="2991" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6750,2989 6760,2989 6755,2995 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6783" y="3116" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6472" y="750" width="304" height="20" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(172,6472,750)"/>
	<rect x="6472" y="750" width="304" height="20" fill="rgb(204,195,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(172,6472,750)"/>
	<text xml:space="preserve" x="6480" y="763" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(172,6472,750)">Tintoretto (eigentl. Jacopo Robusti)</text>
	<circle cx="6775" cy="764" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6467,762 6477,762 6472,768 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6434" y="3107" width="205" height="140" onclick="SymbolZeigen(173,6434,3107)" xlink:href="./Daten/ONr_173_Bild.jpg">
		<title>./Daten/ONr_173_Bild.jpg</title></image>
	<text xml:space="preserve" x="6442" y="3125" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(173,6434,3107)"></text>
	<rect x="6434" y="3107" width="205" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6638" cy="3116" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6429,3114 6439,3114 6434,3120 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6531" y="3261" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6928" y="625" width="172" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(174,6928,625)"/>
	<rect x="6928" y="625" width="172" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(174,6928,625)"/>
	<text xml:space="preserve" x="6936" y="638" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(174,6928,625)">Jan Vermeer van Delft</text>
	<circle cx="7099" cy="639" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6923,637 6933,637 6928,643 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7163" y="1952" width="114" height="140" onclick="SymbolZeigen(175,7163,1952)" xlink:href="./Daten/ONr_175_Bild.jpg">
		<title>./Daten/ONr_175_Bild.jpg</title></image>
	<text xml:space="preserve" x="7171" y="1970" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(175,7163,1952)"></text>
	<rect x="7163" y="1952" width="114" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7276" cy="1961" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7158,1959 7168,1959 7163,1965 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7215" y="2106" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6824" y="325" width="252" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(176,6824,325)"/>
	<rect x="6824" y="325" width="252" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(176,6824,325)"/>
	<text xml:space="preserve" x="6832" y="338" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(176,6824,325)">Rembrandt van Rijn</text>
	<circle cx="7075" cy="339" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6819,337 6829,337 6824,343 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6966" y="2242" width="188" height="140" onclick="SymbolZeigen(177,6966,2242)" xlink:href="./Daten/ONr_177_Bild.jpg">
		<title>./Daten/ONr_177_Bild.jpg</title></image>
	<text xml:space="preserve" x="6974" y="2260" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(177,6966,2242)"></text>
	<rect x="6966" y="2242" width="188" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7153" cy="2251" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6961,2249 6971,2249 6966,2255 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7055" y="2396" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6692" y="625" width="148" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(178,6692,625)"/>
	<rect x="6692" y="625" width="148" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(178,6692,625)"/>
	<text xml:space="preserve" x="6700" y="638" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(178,6692,625)">Michelangelo Caravaggio</text>
	<circle cx="6839" cy="639" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6687,637 6697,637 6692,643 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6617" y="1807" width="102" height="140" onclick="SymbolZeigen(179,6617,1807)" xlink:href="./Daten/ONr_179_Bild.jpg">
		<title>./Daten/ONr_179_Bild.jpg</title></image>
	<text xml:space="preserve" x="6625" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(179,6617,1807)"></text>
	<rect x="6617" y="1807" width="102" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6718" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6612,1814 6622,1814 6617,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6663" y="1961" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6708" y="575" width="252" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(180,6708,575)"/>
	<rect x="6708" y="575" width="252" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(180,6708,575)"/>
	<text xml:space="preserve" x="6716" y="588" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(180,6708,575)">Peter Paul Rubens</text>
	<circle cx="6959" cy="589" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6703,587 6713,587 6708,593 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6730" y="1807" width="132" height="140" onclick="SymbolZeigen(181,6730,1807)" xlink:href="./Daten/ONr_181_Bild.jpg">
		<title>./Daten/ONr_181_Bild.jpg</title></image>
	<text xml:space="preserve" x="6738" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(181,6730,1807)"></text>
	<rect x="6730" y="1807" width="132" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6861" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6725,1814 6735,1814 6730,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6791" y="1961" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6796" y="400" width="244" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(182,6796,400)"/>
	<rect x="6796" y="400" width="244" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(182,6796,400)"/>
	<text xml:space="preserve" x="6804" y="413" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(182,6796,400)">Diego Rodriguez de Silva y Velázquez</text>
	<circle cx="7039" cy="414" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6791,412 6801,412 6796,418 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6887" y="2097" width="202" height="140" onclick="SymbolZeigen(183,6887,2097)" xlink:href="./Daten/ONr_183_Bild.jpg">
		<title>./Daten/ONr_183_Bild.jpg</title></image>
	<text xml:space="preserve" x="6895" y="2115" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(183,6887,2097)"></text>
	<rect x="6887" y="2097" width="202" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7088" cy="2106" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6882,2104 6892,2104 6887,2110 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6983" y="2251" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6800" y="350" width="328" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(184,6800,350)"/>
	<rect x="6800" y="350" width="328" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(184,6800,350)"/>
	<text xml:space="preserve" x="6808" y="363" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(184,6800,350)">Claude Lorrain</text>
	<circle cx="7127" cy="364" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6795,362 6805,362 6800,368 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7188" y="1805" width="185" height="140" onclick="SymbolZeigen(185,7188,1805)" xlink:href="./Daten/ONr_185_Bild.jpg">
		<title>./Daten/ONr_185_Bild.jpg</title></image>
	<text xml:space="preserve" x="7196" y="1823" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(185,7188,1805)"></text>
	<rect x="7188" y="1805" width="185" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7372" cy="1814" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7183,1812 7193,1812 7188,1818 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7275" y="1959" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6872" y="250" width="256" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(186,6872,250)"/>
	<rect x="6872" y="250" width="256" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(186,6872,250)"/>
	<text xml:space="preserve" x="6880" y="263" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(186,6872,250)">Bartolomé Esteban Perez Murillo</text>
	<circle cx="7127" cy="264" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6867,262 6877,262 6872,268 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7063" y="1952" width="100" height="140" onclick="SymbolZeigen(187,7063,1952)" xlink:href="./Daten/ONr_187_Bild.jpg">
		<title>./Daten/ONr_187_Bild.jpg</title></image>
	<text xml:space="preserve" x="7071" y="1970" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(187,7063,1952)"></text>
	<rect x="7063" y="1952" width="100" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7162" cy="1961" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7058,1959 7068,1959 7063,1965 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7108" y="2106" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6700" y="600" width="268" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(188,6700,600)"/>
	<rect x="6700" y="600" width="268" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(188,6700,600)"/>
	<text xml:space="preserve" x="6708" y="613" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(188,6700,600)">Guido Reni</text>
	<circle cx="6967" cy="614" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6695,612 6705,612 6700,618 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6619" y="1952" width="202" height="140" onclick="SymbolZeigen(189,6619,1952)" xlink:href="./Daten/ONr_189_Bild.jpg">
		<title>./Daten/ONr_189_Bild.jpg</title></image>
	<text xml:space="preserve" x="6627" y="1970" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(189,6619,1952)"></text>
	<rect x="6619" y="1952" width="202" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6820" cy="1961" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6614,1959 6624,1959 6619,1965 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6715" y="2106" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7164" y="575" width="296" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(190,7164,575)"/>
	<rect x="7164" y="575" width="296" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(190,7164,575)"/>
	<text xml:space="preserve" x="7172" y="588" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(190,7164,575)">Giovanni Paolo Pannini</text>
	<circle cx="7459" cy="589" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7159,587 7169,587 7164,593 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7286" y="1952" width="101" height="140" onclick="SymbolZeigen(191,7286,1952)" xlink:href="./Daten/ONr_191_Bild.jpg">
		<title>./Daten/ONr_191_Bild.jpg</title></image>
	<text xml:space="preserve" x="7294" y="1970" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(191,7286,1952)"></text>
	<rect x="7286" y="1952" width="101" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7386" cy="1961" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7281,1959 7291,1959 7286,1965 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7331" y="2106" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6772" y="475" width="236" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(192,6772,475)"/>
	<rect x="6772" y="475" width="236" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(192,6772,475)"/>
	<text xml:space="preserve" x="6780" y="488" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(192,6772,475)">Georges de La Tour</text>
	<circle cx="7007" cy="489" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6767,487 6777,487 6772,493 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6679" y="2362" width="66" height="90" onclick="SymbolZeigen(193,6679,2362)" xlink:href="./Daten/ONr_193_Bild.jpg">
		<title>./Daten/ONr_193_Bild.jpg</title></image>
	<text xml:space="preserve" x="6687" y="2380" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(193,6679,2362)"></text>
	<rect x="6679" y="2362" width="66" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6744" cy="2371" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6674,2369 6684,2369 6679,2375 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6707" y="2466" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6824" y="300" width="308" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(194,6824,300)"/>
	<rect x="6824" y="300" width="308" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(194,6824,300)"/>
	<text xml:space="preserve" x="6832" y="313" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(194,6824,300)">Jan Davidsz de Heem</text>
	<circle cx="7131" cy="314" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6819,312 6829,312 6824,318 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6990" y="2387" width="196" height="140" onclick="SymbolZeigen(195,6990,2387)" xlink:href="./Daten/ONr_195_Bild.jpg">
		<title>./Daten/ONr_195_Bild.jpg</title></image>
	<text xml:space="preserve" x="6998" y="2405" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(195,6990,2387)"></text>
	<rect x="6990" y="2387" width="196" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7185" cy="2396" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6985,2394 6995,2394 6990,2400 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7083" y="2541" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7136" y="600" width="148" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(196,7136,600)"/>
	<rect x="7136" y="600" width="148" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(196,7136,600)"/>
	<text xml:space="preserve" x="7144" y="613" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(196,7136,600)">Jean-Antoine Watteau</text>
	<circle cx="7283" cy="614" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7131,612 7141,612 7136,618 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7282" y="2387" width="180" height="120" onclick="SymbolZeigen(197,7282,2387)" xlink:href="./Daten/ONr_197_Bild.jpg">
		<title>./Daten/ONr_197_Bild.jpg</title></image>
	<text xml:space="preserve" x="7290" y="2405" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(197,7282,2387)"></text>
	<rect x="7282" y="2387" width="180" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7461" cy="2396" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7277,2394 7287,2394 7282,2400 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7367" y="2521" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7180" y="550" width="316" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(198,7180,550)"/>
	<rect x="7180" y="550" width="316" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(198,7180,550)"/>
	<text xml:space="preserve" x="7188" y="563" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(198,7180,550)">Elias Gottlob Haussmann</text>
	<circle cx="7495" cy="564" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7175,562 7185,562 7180,568 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7273" y="2099" width="111" height="140" onclick="SymbolZeigen(199,7273,2099)" xlink:href="./Daten/ONr_199_Bild.jpg">
		<title>./Daten/ONr_199_Bild.jpg</title></image>
	<text xml:space="preserve" x="7281" y="2117" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(199,7273,2099)"></text>
	<rect x="7273" y="2099" width="111" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7383" cy="2108" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7268,2106 7278,2106 7273,2112 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7323" y="2253" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7184" y="525" width="236" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(200,7184,525)"/>
	<rect x="7184" y="525" width="236" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(200,7184,525)"/>
	<text xml:space="preserve" x="7192" y="538" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(200,7184,525)">Jean Baptiste Oudry</text>
	<circle cx="7419" cy="539" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7179,537 7189,537 7184,543 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6826" y="1952" width="228" height="140" onclick="SymbolZeigen(201,6826,1952)" xlink:href="./Daten/ONr_201_Bild.jpg">
		<title>./Daten/ONr_201_Bild.jpg</title></image>
	<text xml:space="preserve" x="6834" y="1970" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(201,6826,1952)"></text>
	<rect x="6826" y="1952" width="228" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7053" cy="1961" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6821,1959 6831,1959 6826,1965 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6935" y="2106" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6876" y="550" width="284" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(202,6876,550)"/>
	<rect x="6876" y="550" width="284" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(202,6876,550)"/>
	<text xml:space="preserve" x="6884" y="563" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(202,6876,550)">Charles Le Brun</text>
	<circle cx="7159" cy="564" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6871,562 6881,562 6876,568 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7160" y="2242" width="377" height="140" onclick="SymbolZeigen(203,7160,2242)" xlink:href="./Daten/ONr_203_Bild.jpg">
		<title>./Daten/ONr_203_Bild.jpg</title></image>
	<text xml:space="preserve" x="7168" y="2260" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(203,7160,2242)"></text>
	<rect x="7160" y="2242" width="377" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7536" cy="2251" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7155,2249 7165,2249 7160,2255 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7343" y="2396" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7128" y="625" width="268" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(204,7128,625)"/>
	<rect x="7128" y="625" width="268" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(204,7128,625)"/>
	<text xml:space="preserve" x="7136" y="638" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(204,7128,625)">Jan van Huysum</text>
	<circle cx="7395" cy="639" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7123,637 7133,637 7128,643 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7196" y="2387" width="80" height="100" onclick="SymbolZeigen(205,7196,2387)" xlink:href="./Daten/ONr_205_Bild.jpg">
		<title>./Daten/ONr_205_Bild.jpg</title></image>
	<text xml:space="preserve" x="7204" y="2405" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(205,7196,2387)"></text>
	<rect x="7196" y="2387" width="80" height="100" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7275" cy="2396" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7191,2394 7201,2394 7196,2400 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7231" y="2501" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6840" y="275" width="320" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(206,6840,275)"/>
	<rect x="6840" y="275" width="320" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(206,6840,275)"/>
	<text xml:space="preserve" x="6848" y="288" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(206,6840,275)">David Teniers</text>
	<circle cx="7159" cy="289" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6835,287 6845,287 6840,293 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6784" y="2097" width="96" height="120" onclick="SymbolZeigen(207,6784,2097)" xlink:href="./Daten/ONr_207_Bild.jpg">
		<title>./Daten/ONr_207_Bild.jpg</title></image>
	<text xml:space="preserve" x="6792" y="2115" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(207,6784,2097)"></text>
	<rect x="6784" y="2097" width="96" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6879" cy="2106" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6779,2104 6789,2104 6784,2110 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6827" y="2231" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6912" y="225" width="216" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(208,6912,225)"/>
	<rect x="6912" y="225" width="216" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(208,6912,225)"/>
	<text xml:space="preserve" x="6920" y="238" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(208,6912,225)">Jacob Isaacksz van Ruisdael</text>
	<circle cx="7127" cy="239" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6907,237 6917,237 6912,243 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7094" y="2097" width="173" height="140" onclick="SymbolZeigen(209,7094,2097)" xlink:href="./Daten/ONr_209_Bild.jpg">
		<title>./Daten/ONr_209_Bild.jpg</title></image>
	<text xml:space="preserve" x="7102" y="2115" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(209,7094,2097)"></text>
	<rect x="7094" y="2097" width="173" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7266" cy="2106" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7089,2104 7099,2104 7094,2110 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7175" y="2251" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6724" y="525" width="340" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(210,6724,525)"/>
	<rect x="6724" y="525" width="340" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(210,6724,525)"/>
	<text xml:space="preserve" x="6732" y="538" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(210,6724,525)">Frans Hals</text>
	<circle cx="7063" cy="539" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6719,537 6729,537 6724,543 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6719" y="538" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7059" y="538" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6619" y="2222" width="123" height="140" onclick="SymbolZeigen(211,6619,2222)" xlink:href="./Daten/ONr_211_Bild.jpg">
		<title>./Daten/ONr_211_Bild.jpg</title></image>
	<text xml:space="preserve" x="6627" y="2240" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(211,6619,2222)"></text>
	<rect x="6619" y="2222" width="123" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6741" cy="2231" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6614,2229 6624,2229 6619,2235 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6675" y="2376" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6796" y="375" width="168" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(212,6796,375)"/>
	<rect x="6796" y="375" width="168" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(212,6796,375)"/>
	<text xml:space="preserve" x="6804" y="388" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(212,6796,375)">Sir Anthonis van Dyck</text>
	<circle cx="6963" cy="389" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6791,387 6801,387 6796,393 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6791" y="388" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="6959" y="388" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="7069" y="1807" width="111" height="140" onclick="SymbolZeigen(213,7069,1807)" xlink:href="./Daten/ONr_213_Bild.jpg">
		<title>./Daten/ONr_213_Bild.jpg</title></image>
	<text xml:space="preserve" x="7077" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(213,7069,1807)"></text>
	<rect x="7069" y="1807" width="111" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7179" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7064,1814 7074,1814 7069,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7119" y="1961" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6760" y="500" width="264" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(214,6760,500)"/>
	<rect x="6760" y="500" width="264" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(214,6760,500)"/>
	<text xml:space="preserve" x="6768" y="513" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(214,6760,500)">Gerrit van Honthorst</text>
	<circle cx="7023" cy="514" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6755,512 6765,512 6760,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6755" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7019" y="513" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="6748" y="2312" width="209" height="140" onclick="SymbolZeigen(215,6748,2312)" xlink:href="./Daten/ONr_215_Bild.jpg">
		<title>./Daten/ONr_215_Bild.jpg</title></image>
	<text xml:space="preserve" x="6756" y="2330" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(215,6748,2312)"></text>
	<rect x="6748" y="2312" width="209" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6956" cy="2321" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6743,2319 6753,2319 6748,2325 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6847" y="2466" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6712" y="550" width="128" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(216,6712,550)"/>
	<rect x="6712" y="550" width="128" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(216,6712,550)"/>
	<text xml:space="preserve" x="6720" y="563" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(216,6712,550)">Adam Elsheimer</text>
	<circle cx="6839" cy="564" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6707,562 6717,562 6712,568 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6617" y="2097" width="159" height="120" onclick="SymbolZeigen(217,6617,2097)" xlink:href="./Daten/ONr_217_Bild.jpg">
		<title>./Daten/ONr_217_Bild.jpg</title></image>
	<text xml:space="preserve" x="6625" y="2115" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(217,6617,2097)"></text>
	<rect x="6617" y="2097" width="159" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6775" cy="2106" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6612,2104 6622,2104 6617,2110 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6691" y="2231" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="6776" y="450" width="344" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(218,6776,450)"/>
	<rect x="6776" y="450" width="344" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(218,6776,450)"/>
	<text xml:space="preserve" x="6784" y="463" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(218,6776,450)">llem Claesz. Heda</text>
	<circle cx="7119" cy="464" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6771,462 6781,462 6776,468 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6748" y="2222" width="120" height="90" onclick="SymbolZeigen(219,6748,2222)" xlink:href="./Daten/ONr_219_Bild.jpg">
		<title>./Daten/ONr_219_Bild.jpg</title></image>
	<text xml:space="preserve" x="6756" y="2240" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(219,6748,2222)"></text>
	<rect x="6748" y="2222" width="120" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="6867" cy="2231" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6743,2229 6753,2229 6748,2235 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6803" y="2326" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7188" y="225" width="284" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(220,7188,225)"/>
	<rect x="7188" y="225" width="284" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(220,7188,225)"/>
	<text xml:space="preserve" x="7196" y="238" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(220,7188,225)">Giovanni Antonio Canal (Canaletto)</text>
	<circle cx="7471" cy="239" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7183,237 7193,237 7188,243 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6936" y="2872" width="179" height="140" onclick="SymbolZeigen(221,6936,2872)" xlink:href="./Daten/ONr_221_Bild.jpg">
		<title>./Daten/ONr_221_Bild.jpg</title></image>
	<text xml:space="preserve" x="6944" y="2890" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(221,6936,2872)"></text>
	<rect x="6936" y="2872" width="179" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7114" cy="2881" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6931,2879 6941,2879 6936,2885 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7020" y="3026" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7212" y="200" width="268" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(222,7212,200)"/>
	<rect x="7212" y="200" width="268" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(222,7212,200)"/>
	<text xml:space="preserve" x="7220" y="213" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(222,7212,200)">François Boucher</text>
	<circle cx="7479" cy="214" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7207,212 7217,212 7212,218 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6939" y="3017" width="93" height="120" onclick="SymbolZeigen(223,6939,3017)" xlink:href="./Daten/ONr_223_Bild.jpg">
		<title>./Daten/ONr_223_Bild.jpg</title></image>
	<text xml:space="preserve" x="6947" y="3035" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(223,6939,3017)"></text>
	<rect x="6939" y="3017" width="93" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7031" cy="3026" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6934,3024 6944,3024 6939,3030 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6980" y="3151" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="7129" y="3122" width="71" height="90" onclick="SymbolZeigen(224,7129,3122)" xlink:href="./Daten/ONr_224_Bild.jpg">
		<title>./Daten/ONr_224_Bild.jpg</title></image>
	<text xml:space="preserve" x="7137" y="3140" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(224,7129,3122)"></text>
	<rect x="7129" y="3122" width="71" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7199" cy="3131" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7124,3129 7134,3129 7129,3135 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7159" y="3226" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7328" y="75" width="296" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(225,7328,75)"/>
	<rect x="7328" y="75" width="296" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(225,7328,75)"/>
	<text xml:space="preserve" x="7336" y="88" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(225,7328,75)">Jean Honoré Fragonard</text>
	<circle cx="7623" cy="89" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7323,87 7333,87 7328,93 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7284" y="150" width="236" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(226,7284,150)"/>
	<rect x="7284" y="150" width="236" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(226,7284,150)"/>
	<text xml:space="preserve" x="7292" y="163" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(226,7284,150)">Bernardo Bellotto</text>
	<circle cx="7519" cy="164" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7279,162 7289,162 7284,168 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7130" y="3017" width="180" height="100" onclick="SymbolZeigen(227,7130,3017)" xlink:href="./Daten/ONr_227_Bild.jpg">
		<title>./Daten/ONr_227_Bild.jpg</title></image>
	<text xml:space="preserve" x="7138" y="3035" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(227,7130,3017)"></text>
	<rect x="7130" y="3017" width="180" height="100" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7309" cy="3026" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7125,3024 7135,3024 7130,3030 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7215" y="3131" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7140" y="250" width="324" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(228,7140,250)"/>
	<rect x="7140" y="250" width="324" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(228,7140,250)"/>
	<text xml:space="preserve" x="7148" y="263" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(228,7140,250)">Jean Marc Nattier</text>
	<circle cx="7463" cy="264" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7135,262 7145,262 7140,268 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6935" y="2727" width="107" height="140" onclick="SymbolZeigen(229,6935,2727)" xlink:href="./Daten/ONr_229_Bild.jpg">
		<title>./Daten/ONr_229_Bild.jpg</title></image>
	<text xml:space="preserve" x="6943" y="2745" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(229,6935,2727)"></text>
	<rect x="6935" y="2727" width="107" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7041" cy="2736" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6930,2734 6940,2734 6935,2740 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6983" y="2881" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7420" y="50" width="348" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(230,7420,50)"/>
	<rect x="7420" y="50" width="348" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(230,7420,50)"/>
	<text xml:space="preserve" x="7428" y="63" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(230,7420,50)">Marie Elisabeth-Louise Vigée-Lebrun</text>
	<circle cx="7767" cy="64" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7415,62 7425,62 7420,68 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7230" y="2727" width="108" height="140" onclick="SymbolZeigen(231,7230,2727)" xlink:href="./Daten/ONr_231_Bild.jpg">
		<title>./Daten/ONr_231_Bild.jpg</title></image>
	<text xml:space="preserve" x="7238" y="2745" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(231,7230,2727)"></text>
	<rect x="7230" y="2727" width="108" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7337" cy="2736" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7225,2734 7235,2734 7230,2740 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7279" y="2881" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7308" y="100" width="244" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(232,7308,100)"/>
	<rect x="7308" y="100" width="244" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(232,7308,100)"/>
	<text xml:space="preserve" x="7316" y="113" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(232,7308,100)">Thomas Gainsborough</text>
	<circle cx="7551" cy="114" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7303,112 7313,112 7308,118 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7233" y="2872" width="118" height="140" onclick="SymbolZeigen(233,7233,2872)" xlink:href="./Daten/ONr_233_Bild.jpg">
		<title>./Daten/ONr_233_Bild.jpg</title></image>
	<text xml:space="preserve" x="7241" y="2890" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(233,7233,2872)"></text>
	<rect x="7233" y="2872" width="118" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7350" cy="2881" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7228,2879 7238,2879 7233,2885 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7287" y="3026" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7184" y="275" width="296" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(234,7184,275)"/>
	<rect x="7184" y="275" width="296" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(234,7184,275)"/>
	<text xml:space="preserve" x="7192" y="288" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(234,7184,275)">Giovanni Battista Tiepolo</text>
	<circle cx="7479" cy="289" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7179,287 7189,287 7184,293 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7047" y="2727" width="179" height="140" onclick="SymbolZeigen(235,7047,2727)" xlink:href="./Daten/ONr_235_Bild.jpg">
		<title>./Daten/ONr_235_Bild.jpg</title></image>
	<text xml:space="preserve" x="7055" y="2745" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(235,7047,2727)"></text>
	<rect x="7047" y="2727" width="179" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7225" cy="2736" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7042,2734 7052,2734 7047,2740 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7131" y="2881" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7216" y="175" width="336" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(236,7216,175)"/>
	<rect x="7216" y="175" width="336" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(236,7216,175)"/>
	<text xml:space="preserve" x="7224" y="188" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(236,7216,175)">Maurice Quentin de La Tour</text>
	<circle cx="7551" cy="189" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7211,187 7221,187 7216,193 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7036" y="3017" width="88" height="120" onclick="SymbolZeigen(237,7036,3017)" xlink:href="./Daten/ONr_237_Bild.jpg">
		<title>./Daten/ONr_237_Bild.jpg</title></image>
	<text xml:space="preserve" x="7044" y="3035" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(237,7036,3017)"></text>
	<rect x="7036" y="3017" width="88" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7123" cy="3026" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7031,3024 7041,3024 7036,3030 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7075" y="3151" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7300" y="125" width="320" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(238,7300,125)"/>
	<rect x="7300" y="125" width="320" height="20" fill="rgb(204,215,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(238,7300,125)"/>
	<text xml:space="preserve" x="7308" y="138" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(238,7300,125)">Jean Baptiste Greuze</text>
	<circle cx="7619" cy="139" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7295,137 7305,137 7300,143 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7116" y="2872" width="113" height="140" onclick="SymbolZeigen(239,7116,2872)" xlink:href="./Daten/ONr_239_Bild.jpg">
		<title>./Daten/ONr_239_Bild.jpg</title></image>
	<text xml:space="preserve" x="7124" y="2890" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(239,7116,2872)"></text>
	<rect x="7116" y="2872" width="113" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7228" cy="2881" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7111,2879 7121,2879 7116,2885 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7167" y="3026" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7392" y="375" width="308" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(240,7392,375)"/>
	<rect x="7392" y="375" width="308" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(240,7392,375)"/>
	<text xml:space="preserve" x="7400" y="388" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(240,7392,375)">Jacques Louis David</text>
	<circle cx="7699" cy="389" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7387,387 7397,387 7392,393 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7594" y="2172" width="196" height="140" onclick="SymbolZeigen(241,7594,2172)" xlink:href="./Daten/ONr_241_Bild.jpg">
		<title>./Daten/ONr_241_Bild.jpg</title></image>
	<text xml:space="preserve" x="7602" y="2190" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(241,7594,2172)"></text>
	<rect x="7594" y="2172" width="196" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7789" cy="2181" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7589,2179 7599,2179 7594,2185 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7687" y="2326" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7384" y="400" width="328" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(242,7384,400)"/>
	<rect x="7384" y="400" width="328" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(242,7384,400)"/>
	<text xml:space="preserve" x="7392" y="413" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(242,7384,400)">Francisco José de Goya</text>
	<circle cx="7711" cy="414" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7379,412 7389,412 7384,418 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7642" y="1807" width="53" height="90" onclick="SymbolZeigen(243,7642,1807)" xlink:href="./Daten/ONr_243_Bild.jpg">
		<title>./Daten/ONr_243_Bild.jpg</title></image>
	<text xml:space="preserve" x="7650" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(243,7642,1807)"></text>
	<rect x="7642" y="1807" width="53" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7694" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7637,1814 7647,1814 7642,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7663" y="1911" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7744" y="200" width="304" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(244,7744,200)"/>
	<rect x="7744" y="200" width="304" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(244,7744,200)"/>
	<text xml:space="preserve" x="7752" y="213" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(244,7744,200)">Sir Lawrence Alma-Tadema</text>
	<circle cx="8047" cy="214" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7739,212 7749,212 7744,218 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7721" y="2049" width="188" height="90" onclick="SymbolZeigen(245,7721,2049)" xlink:href="./Daten/ONr_245_Bild.jpg">
		<title>./Daten/ONr_245_Bild.jpg</title></image>
	<text xml:space="preserve" x="7729" y="2067" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(245,7721,2049)"></text>
	<rect x="7721" y="2049" width="188" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7908" cy="2058" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7716,2056 7726,2056 7721,2062 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7810" y="2153" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7520" y="300" width="348" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(246,7520,300)"/>
	<rect x="7520" y="300" width="348" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(246,7520,300)"/>
	<text xml:space="preserve" x="7528" y="313" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(246,7520,300)">Jean Auguste Dominique Ingres</text>
	<circle cx="7867" cy="314" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7515,312 7525,312 7520,318 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7633" y="2049" width="85" height="120" onclick="SymbolZeigen(247,7633,2049)" xlink:href="./Daten/ONr_247_Bild.jpg">
		<title>./Daten/ONr_247_Bild.jpg</title></image>
	<text xml:space="preserve" x="7641" y="2067" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(247,7633,2049)"></text>
	<rect x="7633" y="2049" width="85" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7717" cy="2058" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7628,2056 7638,2056 7633,2062 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7670" y="2183" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="7640" y="1904" width="73" height="140" onclick="SymbolZeigen(248,7640,1904)" xlink:href="./Daten/ONr_248_Bild.jpg">
		<title>./Daten/ONr_248_Bild.jpg</title></image>
	<text xml:space="preserve" x="7648" y="1922" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(248,7640,1904)"></text>
	<rect x="7640" y="1904" width="73" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7712" cy="1913" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7635,1911 7645,1911 7640,1917 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7671" y="2058" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7620" y="250" width="272" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(249,7620,250)"/>
	<rect x="7620" y="250" width="272" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(249,7620,250)"/>
	<text xml:space="preserve" x="7628" y="263" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(249,7620,250)">Franz Xaver Winterhalter</text>
	<circle cx="7891" cy="264" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7615,262 7625,262 7620,268 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="6776" y="425" width="284" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(250,6776,425)"/>
	<rect x="6776" y="425" width="284" height="20" fill="rgb(204,205,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(250,6776,425)"/>
	<text xml:space="preserve" x="6784" y="438" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(250,6776,425)">Nicolas Poussin</text>
	<circle cx="7059" cy="439" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6771,437 6781,437 6776,443 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="6867" y="1807" width="200" height="140" onclick="SymbolZeigen(251,6867,1807)" xlink:href="./Daten/ONr_251_Bild.jpg">
		<title>./Daten/ONr_251_Bild.jpg</title></image>
	<text xml:space="preserve" x="6875" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(251,6867,1807)"></text>
	<rect x="6867" y="1807" width="200" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7066" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="6862,1814 6872,1814 6867,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="6962" y="1961" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7344" y="450" width="308" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(252,7344,450)"/>
	<rect x="7344" y="450" width="308" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(252,7344,450)"/>
	<text xml:space="preserve" x="7352" y="463" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(252,7344,450)">Anton Graff</text>
	<circle cx="7651" cy="464" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7339,462 7349,462 7344,468 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7423" y="1904" width="115" height="140" onclick="SymbolZeigen(253,7423,1904)" xlink:href="./Daten/ONr_253_Bild.jpg">
		<title>./Daten/ONr_253_Bild.jpg</title></image>
	<text xml:space="preserve" x="7431" y="1922" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(253,7423,1904)"></text>
	<rect x="7423" y="1904" width="115" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7537" cy="1913" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7418,1911 7428,1911 7423,1917 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7475" y="2058" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7852" y="170" width="228" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(254,7852,170)"/>
	<rect x="7852" y="170" width="228" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(254,7852,170)"/>
	<text xml:space="preserve" x="7860" y="183" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(254,7852,170)">Herbert James Draper</text>
	<circle cx="8079" cy="184" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7847,182 7857,182 7852,188 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7796" y="2144" width="49" height="90" onclick="SymbolZeigen(255,7796,2144)" xlink:href="./Daten/ONr_255_Bild.jpg">
		<title>./Daten/ONr_255_Bild.jpg</title></image>
	<text xml:space="preserve" x="7804" y="2162" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(255,7796,2144)"></text>
	<rect x="7796" y="2144" width="49" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7844" cy="2153" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7791,2151 7801,2151 7796,2157 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7815" y="2248" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7480" y="325" width="268" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(256,7480,325)"/>
	<rect x="7480" y="325" width="268" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(256,7480,325)"/>
	<text xml:space="preserve" x="7488" y="338" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(256,7480,325)">François Pascal Simon Gérard</text>
	<circle cx="7747" cy="339" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7475,337 7485,337 7480,343 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7541" y="1904" width="97" height="140" onclick="SymbolZeigen(257,7541,1904)" xlink:href="./Daten/ONr_257_Bild.jpg">
		<title>./Daten/ONr_257_Bild.jpg</title></image>
	<text xml:space="preserve" x="7549" y="1922" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(257,7541,1904)"></text>
	<rect x="7541" y="1904" width="97" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7637" cy="1913" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7536,1911 7546,1911 7541,1917 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7584" y="2058" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7524" y="275" width="240" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(258,7524,275)"/>
	<rect x="7524" y="275" width="240" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(258,7524,275)"/>
	<text xml:space="preserve" x="7532" y="288" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(258,7524,275)">Karl Friedrich Schinkel</text>
	<circle cx="7763" cy="289" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7519,287 7529,287 7524,293 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7788" y="1807" width="121" height="90" onclick="SymbolZeigen(259,7788,1807)" xlink:href="./Daten/ONr_259_Bild.jpg">
		<title>./Daten/ONr_259_Bild.jpg</title></image>
	<text xml:space="preserve" x="7796" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(259,7788,1807)"></text>
	<rect x="7788" y="1807" width="121" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7908" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7783,1814 7793,1814 7788,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7843" y="1911" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7256" y="475" width="300" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(260,7256,475)"/>
	<rect x="7256" y="475" width="300" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(260,7256,475)"/>
	<text xml:space="preserve" x="7264" y="488" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(260,7256,475)">Claude Joseph Vernet</text>
	<circle cx="7555" cy="489" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7251,487 7261,487 7256,493 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7509" y="1807" width="127" height="90" onclick="SymbolZeigen(261,7509,1807)" xlink:href="./Daten/ONr_261_Bild.jpg">
		<title>./Daten/ONr_261_Bild.jpg</title></image>
	<text xml:space="preserve" x="7517" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(261,7509,1807)"></text>
	<rect x="7509" y="1807" width="127" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7635" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7504,1814 7514,1814 7509,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7567" y="1911" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7436" y="350" width="324" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(262,7436,350)"/>
	<rect x="7436" y="350" width="324" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(262,7436,350)"/>
	<text xml:space="preserve" x="7444" y="363" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(262,7436,350)">Pierre Joseph Redouté</text>
	<circle cx="7759" cy="364" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7431,362 7441,362 7436,368 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7704" y="1807" width="72" height="90" onclick="SymbolZeigen(263,7704,1807)" xlink:href="./Daten/ONr_263_Bild.jpg">
		<title>./Daten/ONr_263_Bild.jpg</title></image>
	<text xml:space="preserve" x="7712" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(263,7704,1807)"></text>
	<rect x="7704" y="1807" width="72" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7775" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7699,1814 7709,1814 7704,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7735" y="1911" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7364" y="425" width="336" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(264,7364,425)"/>
	<rect x="7364" y="425" width="336" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(264,7364,425)"/>
	<text xml:space="preserve" x="7372" y="438" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(264,7364,425)">Johann Heinrich Füssli</text>
	<circle cx="7699" cy="439" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7359,437 7369,437 7364,443 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7482" y="2049" width="148" height="120" onclick="SymbolZeigen(265,7482,2049)" xlink:href="./Daten/ONr_265_Bild.jpg">
		<title>./Daten/ONr_265_Bild.jpg</title></image>
	<text xml:space="preserve" x="7490" y="2067" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(265,7482,2049)"></text>
	<rect x="7482" y="2049" width="148" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7629" cy="2058" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7477,2056 7487,2056 7482,2062 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7551" y="2183" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7696" y="225" width="320" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(266,7696,225)"/>
	<rect x="7696" y="225" width="320" height="20" fill="rgb(204,235,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(266,7696,225)"/>
	<text xml:space="preserve" x="7704" y="238" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(266,7696,225)">Jean-Léon Gérome</text>
	<circle cx="8015" cy="239" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7691,237 7701,237 7696,243 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7715" y="1904" width="192" height="140" onclick="SymbolZeigen(267,7715,1904)" xlink:href="./Daten/ONr_267_Bild.jpg">
		<title>./Daten/ONr_267_Bild.jpg</title></image>
	<text xml:space="preserve" x="7723" y="1922" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(267,7715,1904)"></text>
	<rect x="7715" y="1904" width="192" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7906" cy="1913" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7710,1911 7720,1911 7715,1917 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7806" y="2058" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7632" y="75" width="308" height="20" fill="rgb(204,225,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(268,7632,75)"/>
	<rect x="7632" y="75" width="308" height="20" fill="rgb(204,225,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(268,7632,75)"/>
	<text xml:space="preserve" x="7640" y="88" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(268,7632,75)">Carl Spitzweg</text>
	<circle cx="7939" cy="89" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7627,87 7637,87 7632,93 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7660" y="1250" width="132" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(269,7660,1250)"/>
	<rect x="7660" y="1250" width="132" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(269,7660,1250)"/>
	<text xml:space="preserve" x="7668" y="1265" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(269,7660,1250)">Biedermeier</text>
	<circle cx="7791" cy="1264" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="7791" cy="1272" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7655,1262 7665,1262 7660,1268 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7655" y="1263" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7787" y="1263" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="7658" y="2532" width="109" height="90" onclick="SymbolZeigen(270,7658,2532)" xlink:href="./Daten/ONr_270_Bild.jpg">
		<title>./Daten/ONr_270_Bild.jpg</title></image>
	<text xml:space="preserve" x="7666" y="2550" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(270,7658,2532)"></text>
	<rect x="7658" y="2532" width="109" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7766" cy="2541" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7653,2539 7663,2539 7658,2545 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7707" y="2636" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7612" y="150" width="324" height="20" fill="rgb(204,225,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(271,7612,150)"/>
	<rect x="7612" y="150" width="324" height="20" fill="rgb(204,225,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(271,7612,150)"/>
	<text xml:space="preserve" x="7620" y="163" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(271,7612,150)">Ludwig Richter</text>
	<circle cx="7935" cy="164" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7607,162 7617,162 7612,168 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7742" y="2357" width="229" height="140" onclick="SymbolZeigen(272,7742,2357)" xlink:href="./Daten/ONr_272_Bild.jpg">
		<title>./Daten/ONr_272_Bild.jpg</title></image>
	<text xml:space="preserve" x="7750" y="2375" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(272,7742,2357)"></text>
	<rect x="7742" y="2357" width="229" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7970" cy="2366" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7737,2364 7747,2364 7742,2370 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7851" y="2511" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7572" y="175" width="288" height="20" fill="rgb(204,225,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(273,7572,175)"/>
	<rect x="7572" y="175" width="288" height="20" fill="rgb(204,225,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(273,7572,175)"/>
	<text xml:space="preserve" x="7580" y="188" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(273,7572,175)">Ferdinand Georg Waldmüller</text>
	<circle cx="7859" cy="189" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7567,187 7577,187 7572,193 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7556" y="2357" width="177" height="140" onclick="SymbolZeigen(274,7556,2357)" xlink:href="./Daten/ONr_274_Bild.jpg">
		<title>./Daten/ONr_274_Bild.jpg</title></image>
	<text xml:space="preserve" x="7564" y="2375" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(274,7556,2357)"></text>
	<rect x="7556" y="2357" width="177" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7732" cy="2366" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7551,2364 7561,2364 7556,2370 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7639" y="2511" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7624" y="100" width="296" height="20" fill="rgb(204,225,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(275,7624,100)"/>
	<rect x="7624" y="100" width="296" height="20" fill="rgb(204,225,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(275,7624,100)"/>
	<text xml:space="preserve" x="7632" y="113" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(275,7624,100)">Franz Eybl</text>
	<circle cx="7919" cy="114" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7619,112 7629,112 7624,118 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7558" y="2502" width="92" height="120" onclick="SymbolZeigen(276,7558,2502)" xlink:href="./Daten/ONr_276_Bild.jpg">
		<title>./Daten/ONr_276_Bild.jpg</title></image>
	<text xml:space="preserve" x="7566" y="2520" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(276,7558,2502)"></text>
	<rect x="7558" y="2502" width="92" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7649" cy="2511" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7553,2509 7563,2509 7558,2515 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7599" y="2636" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7820" y="50" width="316" height="20" fill="rgb(204,225,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(277,7820,50)"/>
	<rect x="7820" y="50" width="316" height="20" fill="rgb(204,225,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(277,7820,50)"/>
	<text xml:space="preserve" x="7828" y="63" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(277,7820,50)">Friedrich Prölss</text>
	<circle cx="8135" cy="64" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7815,62 7825,62 7820,68 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7797" y="2502" width="175" height="140" onclick="SymbolZeigen(278,7797,2502)" xlink:href="./Daten/ONr_278_Bild.jpg">
		<title>./Daten/ONr_278_Bild.jpg</title></image>
	<text xml:space="preserve" x="7805" y="2520" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(278,7797,2502)"></text>
	<rect x="7797" y="2502" width="175" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7971" cy="2511" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7792,2509 7802,2509 7797,2515 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7879" y="2656" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7496" y="850" width="264" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(279,7496,850)"/>
	<rect x="7496" y="850" width="264" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(279,7496,850)"/>
	<text xml:space="preserve" x="7504" y="863" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(279,7496,850)">Caspar David Friedrich</text>
	<circle cx="7759" cy="864" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7491,862 7501,862 7496,868 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7397" y="2674" width="94" height="120" onclick="SymbolZeigen(280,7397,2674)" xlink:href="./Daten/ONr_280_Bild.jpg">
		<title>./Daten/ONr_280_Bild.jpg</title></image>
	<text xml:space="preserve" x="7405" y="2692" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(280,7397,2674)"></text>
	<rect x="7397" y="2674" width="94" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7490" cy="2683" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7392,2681 7402,2681 7397,2687 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7439" y="2808" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7500" y="825" width="304" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(281,7500,825)"/>
	<rect x="7500" y="825" width="304" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(281,7500,825)"/>
	<text xml:space="preserve" x="7508" y="838" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(281,7500,825)">William Turner</text>
	<circle cx="7803" cy="839" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7495,837 7505,837 7500,843 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7397" y="2797" width="135" height="100" onclick="SymbolZeigen(282,7397,2797)" xlink:href="./Daten/ONr_282_Bild.jpg">
		<title>./Daten/ONr_282_Bild.jpg</title></image>
	<text xml:space="preserve" x="7405" y="2815" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(282,7397,2797)"></text>
	<rect x="7397" y="2797" width="135" height="100" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7531" cy="2806" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7392,2804 7402,2804 7397,2810 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7459" y="2911" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7504" y="800" width="244" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(283,7504,800)"/>
	<rect x="7504" y="800" width="244" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(283,7504,800)"/>
	<text xml:space="preserve" x="7512" y="813" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(283,7504,800)">John Constable</text>
	<circle cx="7747" cy="814" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7499,812 7509,812 7504,818 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7541" y="2797" width="142" height="100" onclick="SymbolZeigen(284,7541,2797)" xlink:href="./Daten/ONr_284_Bild.jpg">
		<title>./Daten/ONr_284_Bild.jpg</title></image>
	<text xml:space="preserve" x="7549" y="2815" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(284,7541,2797)"></text>
	<rect x="7541" y="2797" width="142" height="100" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7682" cy="2806" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7536,2804 7546,2804 7541,2810 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7607" y="2911" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7592" y="650" width="260" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(285,7592,650)"/>
	<rect x="7592" y="650" width="260" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(285,7592,650)"/>
	<text xml:space="preserve" x="7600" y="663" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(285,7592,650)">Ferdinand Victor Eugène Delacroix</text>
	<circle cx="7851" cy="664" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7587,662 7597,662 7592,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7589" y="3047" width="175" height="140" onclick="SymbolZeigen(286,7589,3047)" xlink:href="./Daten/ONr_286_Bild.jpg">
		<title>./Daten/ONr_286_Bild.jpg</title></image>
	<text xml:space="preserve" x="7597" y="3065" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(286,7589,3047)"></text>
	<rect x="7589" y="3047" width="175" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7763" cy="3056" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7584,3054 7594,3054 7589,3060 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7671" y="3201" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7584" y="700" width="316" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(287,7584,700)"/>
	<rect x="7584" y="700" width="316" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(287,7584,700)"/>
	<text xml:space="preserve" x="7592" y="713" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(287,7584,700)">Jean-Baptiste Camille Corot</text>
	<circle cx="7899" cy="714" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7579,712 7589,712 7584,718 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7637" y="2902" width="198" height="140" onclick="SymbolZeigen(288,7637,2902)" xlink:href="./Daten/ONr_288_Bild.jpg">
		<title>./Daten/ONr_288_Bild.jpg</title></image>
	<text xml:space="preserve" x="7645" y="2920" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(288,7637,2902)"></text>
	<rect x="7637" y="2902" width="198" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7834" cy="2911" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7632,2909 7642,2909 7637,2915 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7731" y="3056" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7564" y="725" width="132" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(289,7564,725)"/>
	<rect x="7564" y="725" width="132" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(289,7564,725)"/>
	<text xml:space="preserve" x="7572" y="738" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(289,7564,725)">Jean Louis Théodore Géricault</text>
	<circle cx="7695" cy="739" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7559,737 7569,737 7564,743 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7401" y="3047" width="175" height="120" onclick="SymbolZeigen(290,7401,3047)" xlink:href="./Daten/ONr_290_Bild.jpg">
		<title>./Daten/ONr_290_Bild.jpg</title></image>
	<text xml:space="preserve" x="7409" y="3065" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(290,7401,3047)"></text>
	<rect x="7401" y="3047" width="175" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7575" cy="3056" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7396,3054 7406,3054 7401,3060 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7483" y="3181" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7592" y="675" width="168" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(291,7592,675)"/>
	<rect x="7592" y="675" width="168" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(291,7592,675)"/>
	<text xml:space="preserve" x="7600" y="688" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(291,7592,675)">Karl Eduard Ferdinand Blechen</text>
	<circle cx="7759" cy="689" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7587,687 7597,687 7592,693 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7524" y="775" width="308" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(292,7524,775)"/>
	<rect x="7524" y="775" width="308" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(292,7524,775)"/>
	<text xml:space="preserve" x="7532" y="788" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(292,7524,775)">Joseph Karl Stieler</text>
	<circle cx="7831" cy="789" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7519,787 7529,787 7524,793 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7399" y="2902" width="114" height="140" onclick="SymbolZeigen(293,7399,2902)" xlink:href="./Daten/ONr_293_Bild.jpg">
		<title>./Daten/ONr_293_Bild.jpg</title></image>
	<text xml:space="preserve" x="7407" y="2920" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(293,7399,2902)"></text>
	<rect x="7399" y="2902" width="114" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7512" cy="2911" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7394,2909 7404,2909 7399,2915 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7451" y="3056" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="7495" y="2702" width="123" height="90" onclick="SymbolZeigen(294,7495,2702)" xlink:href="./Daten/ONr_294_Bild.jpg">
		<title>./Daten/ONr_294_Bild.jpg</title></image>
	<text xml:space="preserve" x="7503" y="2720" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(294,7495,2702)"></text>
	<rect x="7495" y="2702" width="123" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7617" cy="2711" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7490,2709 7500,2709 7495,2715 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7551" y="2806" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7692" y="625" width="280" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(295,7692,625)"/>
	<rect x="7692" y="625" width="280" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(295,7692,625)"/>
	<text xml:space="preserve" x="7700" y="638" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(295,7692,625)">Charles Antoine J. Loyeux</text>
	<circle cx="7971" cy="639" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7687,637 7697,637 7692,643 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7688" y="2807" width="121" height="90" onclick="SymbolZeigen(296,7688,2807)" xlink:href="./Daten/ONr_296_Bild.jpg">
		<title>./Daten/ONr_296_Bild.jpg</title></image>
	<text xml:space="preserve" x="7696" y="2825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(296,7688,2807)"></text>
	<rect x="7688" y="2807" width="121" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7808" cy="2816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7683,2814 7693,2814 7688,2820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7743" y="2911" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="7767" y="3049" width="235" height="140" onclick="SymbolZeigen(297,7767,3049)" xlink:href="./Daten/ONr_297_Bild.jpg">
		<title>./Daten/ONr_297_Bild.jpg</title></image>
	<text xml:space="preserve" x="7775" y="3067" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(297,7767,3049)"></text>
	<rect x="7767" y="3049" width="235" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8001" cy="3058" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7762,3056 7772,3056 7767,3062 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7879" y="3203" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7844" y="675" width="168" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(298,7844,675)"/>
	<rect x="7844" y="675" width="168" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(298,7844,675)"/>
	<text xml:space="preserve" x="7852" y="688" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(298,7844,675)">Heywood Hardy</text>
	<circle cx="8011" cy="689" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7839,687 7849,687 7844,693 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7564" y="750" width="364" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(299,7564,750)"/>
	<rect x="7564" y="750" width="364" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(299,7564,750)"/>
	<text xml:space="preserve" x="7572" y="763" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(299,7564,750)">Francesco Hayez</text>
	<circle cx="7927" cy="764" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7559,762 7569,762 7564,768 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7520" y="2902" width="112" height="140" onclick="SymbolZeigen(300,7520,2902)" xlink:href="./Daten/ONr_300_Bild.jpg">
		<title>./Daten/ONr_300_Bild.jpg</title></image>
	<text xml:space="preserve" x="7528" y="2920" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(300,7520,2902)"></text>
	<rect x="7520" y="2902" width="112" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7631" cy="2911" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7515,2909 7525,2909 7520,2915 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7571" y="3056" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7764" y="725" width="300" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(301,7764,725)"/>
	<rect x="7764" y="725" width="300" height="20" fill="rgb(191,255,223)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(301,7764,725)"/>
	<text xml:space="preserve" x="7772" y="738" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(301,7764,725)">Eugen Dücker</text>
	<circle cx="8063" cy="739" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7759,737 7769,737 7764,743 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7843" y="2902" width="213" height="140" onclick="SymbolZeigen(302,7843,2902)" xlink:href="./Daten/ONr_302_Bild.jpg">
		<title>./Daten/ONr_302_Bild.jpg</title></image>
	<text xml:space="preserve" x="7851" y="2920" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(302,7843,2902)"></text>
	<rect x="7843" y="2902" width="213" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8055" cy="2911" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7838,2909 7848,2909 7843,2915 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7944" y="3056" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4000" y="1228" width="2000" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(303,4000,1228)"/>
	<rect x="4000" y="1228" width="2000" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(303,4000,1228)"/>
	<text xml:space="preserve" x="4008" y="1243" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(303,4000,1228)">Kunst des Mittelalters:                         +++ </text>
	<text xml:space="preserve" x="4288" y="1243" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(303,4000,1228)">Kunst des Mittelalters:                         +++ </text>
	<text xml:space="preserve" x="4568" y="1243" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(303,4000,1228)">Kunst des Mittelalters:                         +++ </text>
	<text xml:space="preserve" x="4848" y="1243" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(303,4000,1228)">Kunst des Mittelalters:                         +++ </text>
	<text xml:space="preserve" x="5128" y="1243" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(303,4000,1228)">Kunst des Mittelalters:                         +++ </text>
	<text xml:space="preserve" x="5408" y="1243" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(303,4000,1228)">Kunst des Mittelalters:                         +++ </text>
	<text xml:space="preserve" x="5688" y="1243" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(303,4000,1228)">Kunst des Mittelalters:                         +++ </text>
	<circle cx="5999" cy="1242" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="5999" cy="1250" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="3995,1240 4005,1240 4000,1246 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="3995" y="1241" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5995" y="1241" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5640" y="675" width="120" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(304,5640,675)"/>
	<rect x="5640" y="675" width="120" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(304,5640,675)"/>
	<text xml:space="preserve" x="5648" y="688" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(304,5640,675)">Konrad von Altstetten</text>
	<circle cx="5759" cy="689" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5635,687 5645,687 5640,693 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="5505" y="1807" width="62" height="90" onclick="SymbolZeigen(305,5505,1807)" xlink:href="./Daten/ONr_305_Bild.jpg">
		<title>./Daten/ONr_305_Bild.jpg</title></image>
	<text xml:space="preserve" x="5513" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(305,5505,1807)"></text>
	<rect x="5505" y="1807" width="62" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5566" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5500,1814 5510,1814 5505,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5531" y="1911" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="4200" y="850" width="200" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(306,4200,850)"/>
	<rect x="4200" y="850" width="200" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(306,4200,850)"/>
	<text xml:space="preserve" x="4208" y="863" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(306,4200,850)">Evangeliar Kaiser Ottos III.</text>
	<circle cx="4399" cy="864" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<circle cx="4399" cy="872" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="4195,862 4205,862 4200,868 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4195" y="863" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="4395" y="863" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="4237" y="1812" width="78" height="90" onclick="SymbolZeigen(307,4237,1812)" xlink:href="./Daten/ONr_307_Bild.jpg">
		<title>./Daten/ONr_307_Bild.jpg</title></image>
	<text xml:space="preserve" x="4245" y="1830" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(307,4237,1812)"></text>
	<rect x="4237" y="1812" width="78" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="4314" cy="1821" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="4232,1819 4242,1819 4237,1825 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4271" y="1916" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5000" y="675" width="400" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(308,5000,675)"/>
	<rect x="5000" y="675" width="400" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(308,5000,675)"/>
	<text xml:space="preserve" x="5008" y="688" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(308,5000,675)">englisch Handschrift</text>
	<circle cx="5399" cy="689" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="4995,687 5005,687 5000,693 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="4995" y="688" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5395" y="688" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="5017" y="1807" width="63" height="100" onclick="SymbolZeigen(309,5017,1807)" xlink:href="./Daten/ONr_309_Bild.jpg">
		<title>./Daten/ONr_309_Bild.jpg</title></image>
	<text xml:space="preserve" x="5025" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(309,5017,1807)"></text>
	<rect x="5017" y="1807" width="63" height="100" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5079" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5012,1814 5022,1814 5017,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5043" y="1921" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5440" y="675" width="48" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(310,5440,675)"/>
	<rect x="5440" y="675" width="48" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(310,5440,675)"/>
	<text xml:space="preserve" x="5448" y="688" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(310,5440,675)">Franziskusmeister</text>
	<circle cx="5487" cy="689" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5435,687 5445,687 5440,693 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5435" y="688" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5483" y="688" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="5421" y="1807" width="78" height="110" onclick="SymbolZeigen(311,5421,1807)" xlink:href="./Daten/ONr_311_Bild.jpg">
		<title>./Daten/ONr_311_Bild.jpg</title></image>
	<text xml:space="preserve" x="5429" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(311,5421,1807)"></text>
	<rect x="5421" y="1807" width="78" height="110" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5498" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5416,1814 5426,1814 5421,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5455" y="1931" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5200" y="700" width="400" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(312,5200,700)"/>
	<rect x="5200" y="700" width="400" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(312,5200,700)"/>
	<text xml:space="preserve" x="5208" y="713" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(312,5200,700)">Holzschnitt (Mittelalter)</text>
	<circle cx="5599" cy="714" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5195,712 5205,712 5200,718 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5195" y="713" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5595" y="713" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="5267" y="1932" width="90" height="64" onclick="SymbolZeigen(313,5267,1932)" xlink:href="./Daten/ONr_313_Bild.jpg">
		<title>./Daten/ONr_313_Bild.jpg</title></image>
	<text xml:space="preserve" x="5275" y="1950" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(313,5267,1932)"></text>
	<rect x="5267" y="1932" width="90" height="64" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5356" cy="1941" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5262,1939 5272,1939 5267,1945 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5307" y="2010" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5200" y="650" width="400" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(314,5200,650)"/>
	<rect x="5200" y="650" width="400" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(314,5200,650)"/>
	<text xml:space="preserve" x="5208" y="663" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(314,5200,650)">Fresko (romanisch)</text>
	<circle cx="5599" cy="664" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5195,662 5205,662 5200,668 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5195" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5595" y="663" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="5313" y="1807" width="86" height="90" onclick="SymbolZeigen(315,5313,1807)" xlink:href="./Daten/ONr_315_Bild.jpg">
		<title>./Daten/ONr_315_Bild.jpg</title></image>
	<text xml:space="preserve" x="5321" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(315,5313,1807)"></text>
	<rect x="5313" y="1807" width="86" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5398" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5308,1814 5318,1814 5313,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5351" y="1911" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5200" y="600" width="400" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(316,5200,600)"/>
	<rect x="5200" y="600" width="400" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(316,5200,600)"/>
	<text xml:space="preserve" x="5208" y="613" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(316,5200,600)">Fresko (katalanisch)</text>
	<circle cx="5599" cy="614" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5195,612 5205,612 5200,618 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5195" y="613" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5595" y="613" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="5272" y="1807" width="33" height="90" onclick="SymbolZeigen(317,5272,1807)" xlink:href="./Daten/ONr_317_Bild.jpg">
		<title>./Daten/ONr_317_Bild.jpg</title></image>
	<text xml:space="preserve" x="5280" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(317,5272,1807)"></text>
	<rect x="5272" y="1807" width="33" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5304" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5267,1814 5277,1814 5272,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5283" y="1911" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5700" y="700" width="140" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(318,5700,700)"/>
	<rect x="5700" y="700" width="140" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(318,5700,700)"/>
	<text xml:space="preserve" x="5708" y="713" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(318,5700,700)">um Meister von S. Martino alla Palma Amico di Daddi)</text>
	<circle cx="5839" cy="714" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5695,712 5705,712 5700,718 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5695" y="713" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5835" y="713" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="5573" y="1807" width="110" height="102" onclick="SymbolZeigen(319,5573,1807)" xlink:href="./Daten/ONr_319_Bild.jpg">
		<title>./Daten/ONr_319_Bild.jpg</title></image>
	<text xml:space="preserve" x="5581" y="1825" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(319,5573,1807)"></text>
	<rect x="5573" y="1807" width="110" height="102" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5682" cy="1816" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5568,1814 5578,1814 5573,1820 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5623" y="1923" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="5200" y="625" width="400" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(320,5200,625)"/>
	<rect x="5200" y="625" width="400" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(320,5200,625)"/>
	<text xml:space="preserve" x="5208" y="638" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(320,5200,625)">Bilder von Franz von Assisi</text>
	<circle cx="5599" cy="639" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5195,637 5205,637 5200,643 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5195" y="638" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="5595" y="638" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="5370" y="1932" width="76" height="110" onclick="SymbolZeigen(321,5370,1932)" xlink:href="./Daten/ONr_321_Bild.jpg">
		<title>./Daten/ONr_321_Bild.jpg</title></image>
	<text xml:space="preserve" x="5378" y="1950" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(321,5370,1932)"></text>
	<rect x="5370" y="1932" width="76" height="110" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="5445" cy="1941" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="5365,1939 5375,1939 5370,1945 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="5403" y="2056" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7404" y="3350" width="796" height="20" fill="rgb(158,233,233)" stroke="rgb(64,128,128)" stroke-width="2" rx="10" ry="10" onclick="SymbolZeigen(322,7404,3350)"/>
	<rect x="7404" y="3350" width="796" height="20" fill="rgb(158,233,233)" stroke="rgb(64,128,128)" stroke-width="2" rx="10" ry="10" onclick="SymbolZeigen(322,7404,3350)"/>
	<text xml:space="preserve" x="7412" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(322,7404,3350)">Industriezeitalter                                       +++ </text>
	<text xml:space="preserve" x="7712" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(322,7404,3350)">Industriezeitalter                                       +++ </text>
	<text xml:space="preserve" x="7399" y="3363" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8195" y="3363" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="8204" y="3350" width="196" height="20" fill="rgb(158,233,233)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(323,8204,3350)"/>
	<rect x="8204" y="3350" width="196" height="20" fill="rgb(158,233,233)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(323,8204,3350)"/>
	<text xml:space="preserve" x="8212" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(323,8204,3350)">Computerzeitalter                                       +++ </text>
	<text xml:space="preserve" x="8512" y="3365" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(323,8204,3350)">Computerzeitalter                                       +++ </text>
	<text xml:space="preserve" x="8199" y="3363" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="8395" y="3363" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7748" y="1775" width="256" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(324,7748,1775)"/>
	<rect x="7748" y="1775" width="256" height="20" fill="rgb(164,213,249)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(324,7748,1775)"/>
	<text xml:space="preserve" x="7756" y="1790" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(324,7748,1775)">Viktorianische-Kunst</text>
	<polygon points="7743,1787 7753,1787 7748,1793 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7743" y="1788" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<text xml:space="preserve" x="7999" y="1788" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7796" y="575" width="272" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(325,7796,575)"/>
	<rect x="7796" y="575" width="272" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(325,7796,575)"/>
	<text xml:space="preserve" x="7804" y="588" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(325,7796,575)">John William Waterhouse</text>
	<circle cx="8067" cy="589" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7791,587 7801,587 7796,593 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8045" y="3119" width="93" height="140" onclick="SymbolZeigen(326,8045,3119)" xlink:href="./Daten/ONr_326_Bild.jpg">
		<title>./Daten/ONr_326_Bild.jpg</title></image>
	<text xml:space="preserve" x="8053" y="3137" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(326,8045,3119)"></text>
	<rect x="8045" y="3119" width="93" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8137" cy="3128" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8040,3126 8050,3126 8045,3132 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8086" y="3273" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7428" y="600" width="280" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(327,7428,600)"/>
	<rect x="7428" y="600" width="280" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(327,7428,600)"/>
	<text xml:space="preserve" x="7436" y="613" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(327,7428,600)">William Blake</text>
	<circle cx="7707" cy="614" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7423,612 7433,612 7428,618 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8295" y="3162" width="64" height="90" onclick="SymbolZeigen(328,8295,3162)" xlink:href="./Daten/ONr_328_Bild.jpg">
		<title>./Daten/ONr_328_Bild.jpg</title></image>
	<text xml:space="preserve" x="8303" y="3180" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(328,8295,3162)"></text>
	<rect x="8295" y="3162" width="64" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8358" cy="3171" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8290,3169 8300,3169 8295,3175 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8322" y="3266" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7720" y="600" width="264" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(329,7720,600)"/>
	<rect x="7720" y="600" width="264" height="20" fill="rgb(204,145,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(329,7720,600)"/>
	<text xml:space="preserve" x="7728" y="613" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(329,7720,600)">Frederic Leighton</text>
	<circle cx="7983" cy="614" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7715,612 7725,612 7720,618 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8146" y="3112" width="140" height="140" onclick="SymbolZeigen(330,8146,3112)" xlink:href="./Daten/ONr_330_Bild.jpg">
		<title>./Daten/ONr_330_Bild.jpg</title></image>
	<text xml:space="preserve" x="8154" y="3130" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(330,8146,3112)"></text>
	<rect x="8146" y="3112" width="140" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8285" cy="3121" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8141,3119 8151,3119 8146,3125 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8211" y="3266" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7656" y="550" width="244" height="20" fill="rgb(230,125,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(331,7656,550)"/>
	<rect x="7656" y="550" width="244" height="20" fill="rgb(230,125,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(331,7656,550)"/>
	<text xml:space="preserve" x="7664" y="563" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(331,7656,550)">Jean-François Millet</text>
	<circle cx="7899" cy="564" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7651,562 7661,562 7656,568 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7777" y="2659" width="166" height="140" onclick="SymbolZeigen(332,7777,2659)" xlink:href="./Daten/ONr_332_Bild.jpg">
		<title>./Daten/ONr_332_Bild.jpg</title></image>
	<text xml:space="preserve" x="7785" y="2677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(332,7777,2659)"></text>
	<rect x="7777" y="2659" width="166" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="7942" cy="2668" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7772,2666 7782,2666 7777,2672 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7855" y="2813" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7676" y="525" width="232" height="20" fill="rgb(230,125,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(333,7676,525)"/>
	<rect x="7676" y="525" width="232" height="20" fill="rgb(230,125,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(333,7676,525)"/>
	<text xml:space="preserve" x="7684" y="538" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(333,7676,525)">Gustave Courbet</text>
	<circle cx="7907" cy="539" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7671,537 7681,537 7676,543 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8057" y="2805" width="202" height="140" onclick="SymbolZeigen(334,8057,2805)" xlink:href="./Daten/ONr_334_Bild.jpg">
		<title>./Daten/ONr_334_Bild.jpg</title></image>
	<text xml:space="preserve" x="8065" y="2823" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(334,8057,2805)"></text>
	<rect x="8057" y="2805" width="202" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8258" cy="2814" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8052,2812 8062,2812 8057,2818 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8153" y="2959" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7872" y="500" width="156" height="20" fill="rgb(230,125,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(335,7872,500)"/>
	<rect x="7872" y="500" width="156" height="20" fill="rgb(230,125,230)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(335,7872,500)"/>
	<text xml:space="preserve" x="7880" y="513" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(335,7872,500)">Giuseppe Pellizza da Volpedo</text>
	<circle cx="8027" cy="514" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7867,512 7877,512 7872,518 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7951" y="2659" width="267" height="140" onclick="SymbolZeigen(336,7951,2659)" xlink:href="./Daten/ONr_336_Bild.jpg">
		<title>./Daten/ONr_336_Bild.jpg</title></image>
	<text xml:space="preserve" x="7959" y="2677" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(336,7951,2659)"></text>
	<rect x="7951" y="2659" width="267" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8217" cy="2668" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7946,2666 7956,2666 7951,2672 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8079" y="2813" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7760" y="350" width="344" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(337,7760,350)"/>
	<rect x="7760" y="350" width="344" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(337,7760,350)"/>
	<text xml:space="preserve" x="7768" y="363" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(337,7760,350)">Claude Monet</text>
	<circle cx="8103" cy="364" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7755,362 7765,362 7760,368 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7929" y="1805" width="183" height="140" onclick="SymbolZeigen(338,7929,1805)" xlink:href="./Daten/ONr_338_Bild.jpg">
		<title>./Daten/ONr_338_Bild.jpg</title></image>
	<text xml:space="preserve" x="7937" y="1823" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(338,7929,1805)"></text>
	<rect x="7929" y="1805" width="183" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8111" cy="1814" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7924,1812 7934,1812 7929,1818 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8015" y="1959" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7812" y="305" width="148" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(339,7812,305)"/>
	<rect x="7812" y="305" width="148" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(339,7812,305)"/>
	<text xml:space="preserve" x="7820" y="318" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(339,7812,305)">Vincent van Gogh</text>
	<circle cx="7959" cy="319" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7807,317 7817,317 7812,323 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8209" y="2079" width="73" height="90" onclick="SymbolZeigen(340,8209,2079)" xlink:href="./Daten/ONr_340_Bild.jpg">
		<title>./Daten/ONr_340_Bild.jpg</title></image>
	<text xml:space="preserve" x="8217" y="2097" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(340,8209,2079)"></text>
	<rect x="8209" y="2079" width="73" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8281" cy="2088" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8204,2086 8214,2086 8209,2092 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8240" y="2183" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7788" y="325" width="352" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(341,7788,325)"/>
	<rect x="7788" y="325" width="352" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(341,7788,325)"/>
	<text xml:space="preserve" x="7796" y="338" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(341,7788,325)">Max Liebermann</text>
	<circle cx="8139" cy="339" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7783,337 7793,337 7788,343 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7932" y="1954" width="171" height="120" onclick="SymbolZeigen(342,7932,1954)" xlink:href="./Daten/ONr_342_Bild.jpg">
		<title>./Daten/ONr_342_Bild.jpg</title></image>
	<text xml:space="preserve" x="7940" y="1972" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(342,7932,1954)"></text>
	<rect x="7932" y="1954" width="171" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8102" cy="1963" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7927,1961 7937,1961 7932,1967 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8012" y="2088" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7756" y="400" width="268" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(343,7756,400)"/>
	<rect x="7756" y="400" width="268" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(343,7756,400)"/>
	<text xml:space="preserve" x="7764" y="413" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(343,7756,400)">Paul Cézanne</text>
	<circle cx="8023" cy="414" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7751,412 7761,412 7756,418 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8120" y="1805" width="194" height="140" onclick="SymbolZeigen(344,8120,1805)" xlink:href="./Daten/ONr_344_Bild.jpg">
		<title>./Daten/ONr_344_Bild.jpg</title></image>
	<text xml:space="preserve" x="8128" y="1823" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(344,8120,1805)"></text>
	<rect x="8120" y="1805" width="194" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8313" cy="1814" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8115,1812 8125,1812 8120,1818 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8212" y="1959" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7736" y="425" width="332" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(345,7736,425)"/>
	<rect x="7736" y="425" width="332" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(345,7736,425)"/>
	<text xml:space="preserve" x="7744" y="438" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(345,7736,425)">Edgar Degas</text>
	<circle cx="8067" cy="439" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7731,437 7741,437 7736,443 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8106" y="1954" width="172" height="120" onclick="SymbolZeigen(346,8106,1954)" xlink:href="./Daten/ONr_346_Bild.jpg">
		<title>./Daten/ONr_346_Bild.jpg</title></image>
	<text xml:space="preserve" x="8114" y="1972" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(346,8106,1954)"></text>
	<rect x="8106" y="1954" width="172" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8277" cy="1963" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8101,1961 8111,1961 8106,1967 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8187" y="2088" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7792" y="275" width="184" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(347,7792,275)"/>
	<rect x="7792" y="275" width="184" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(347,7792,275)"/>
	<text xml:space="preserve" x="7800" y="288" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(347,7792,275)">Gustave Caillebotte</text>
	<circle cx="7975" cy="289" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7787,287 7797,287 7792,293 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8285" y="1954" width="201" height="140" onclick="SymbolZeigen(348,8285,1954)" xlink:href="./Daten/ONr_348_Bild.jpg">
		<title>./Daten/ONr_348_Bild.jpg</title></image>
	<text xml:space="preserve" x="8293" y="1972" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(348,8285,1954)"></text>
	<rect x="8285" y="1954" width="201" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8485" cy="1963" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8280,1961 8290,1961 8285,1967 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8380" y="2108" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7728" y="450" width="204" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(349,7728,450)"/>
	<rect x="7728" y="450" width="204" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(349,7728,450)"/>
	<text xml:space="preserve" x="7736" y="463" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(349,7728,450)">Edouard Manet</text>
	<circle cx="7931" cy="464" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7723,462 7733,462 7728,468 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8085" y="2079" width="121" height="90" onclick="SymbolZeigen(350,8085,2079)" xlink:href="./Daten/ONr_350_Bild.jpg">
		<title>./Daten/ONr_350_Bild.jpg</title></image>
	<text xml:space="preserve" x="8093" y="2097" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(350,8085,2079)"></text>
	<rect x="8085" y="2079" width="121" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8205" cy="2088" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8080,2086 8090,2086 8085,2092 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8140" y="2183" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7720" y="475" width="292" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(351,7720,475)"/>
	<rect x="7720" y="475" width="292" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(351,7720,475)"/>
	<text xml:space="preserve" x="7728" y="488" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(351,7720,475)">Camille Pissarro</text>
	<circle cx="8011" cy="489" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7715,487 7725,487 7720,493 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8313" y="1805" width="174" height="140" onclick="SymbolZeigen(352,8313,1805)" xlink:href="./Daten/ONr_352_Bild.jpg">
		<title>./Daten/ONr_352_Bild.jpg</title></image>
	<text xml:space="preserve" x="8321" y="1823" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(352,8313,1805)"></text>
	<rect x="8313" y="1805" width="174" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8486" cy="1814" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8308,1812 8318,1812 8313,1818 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8395" y="1959" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7756" y="375" width="312" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(353,7756,375)"/>
	<rect x="7756" y="375" width="312" height="20" fill="rgb(245,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(353,7756,375)"/>
	<text xml:space="preserve" x="7764" y="388" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(353,7756,375)">Willia Hennessy</text>
	<circle cx="8067" cy="389" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7751,387 7761,387 7756,393 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7974" y="2079" width="106" height="90" onclick="SymbolZeigen(354,7974,2079)" xlink:href="./Daten/ONr_354_Bild.jpg">
		<title>./Daten/ONr_354_Bild.jpg</title></image>
	<text xml:space="preserve" x="7982" y="2097" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(354,7974,2079)"></text>
	<rect x="7974" y="2079" width="106" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8079" cy="2088" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7969,2086 7979,2086 7974,2092 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8022" y="2183" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7836" y="900" width="128" height="20" fill="rgb(215,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(355,7836,900)"/>
	<rect x="7836" y="900" width="128" height="20" fill="rgb(215,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(355,7836,900)"/>
	<text xml:space="preserve" x="7844" y="913" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(355,7836,900)">Georges Seurat</text>
	<circle cx="7963" cy="914" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7831,912 7841,912 7836,918 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7930" y="2189" width="100" height="66" onclick="SymbolZeigen(356,7930,2189)" xlink:href="./Daten/ONr_356_Bild.jpg">
		<title>./Daten/ONr_356_Bild.jpg</title></image>
	<text xml:space="preserve" x="7938" y="2207" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(356,7930,2189)"></text>
	<rect x="7930" y="2189" width="100" height="66" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8029" cy="2198" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7925,2196 7935,2196 7930,2202 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7975" y="2269" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7708" y="925" width="328" height="20" fill="rgb(215,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(357,7708,925)"/>
	<rect x="7708" y="925" width="328" height="20" fill="rgb(215,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(357,7708,925)"/>
	<text xml:space="preserve" x="7716" y="938" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(357,7708,925)">Robert Zünd</text>
	<circle cx="8035" cy="939" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7703,937 7713,937 7708,943 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8036" y="2189" width="197" height="140" onclick="SymbolZeigen(358,8036,2189)" xlink:href="./Daten/ONr_358_Bild.jpg">
		<title>./Daten/ONr_358_Bild.jpg</title></image>
	<text xml:space="preserve" x="8044" y="2207" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(358,8036,2189)"></text>
	<rect x="8036" y="2189" width="197" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8232" cy="2198" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8031,2196 8041,2196 8036,2202 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8129" y="2343" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7852" y="850" width="288" height="20" fill="rgb(215,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(359,7852,850)"/>
	<rect x="7852" y="850" width="288" height="20" fill="rgb(215,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(359,7852,850)"/>
	<text xml:space="preserve" x="7860" y="863" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(359,7852,850)">Paul Signac</text>
	<circle cx="8139" cy="864" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7847,862 7857,862 7852,868 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7918" y="2259" width="114" height="90" onclick="SymbolZeigen(360,7918,2259)" xlink:href="./Daten/ONr_360_Bild.jpg">
		<title>./Daten/ONr_360_Bild.jpg</title></image>
	<text xml:space="preserve" x="7926" y="2277" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(360,7918,2259)"></text>
	<rect x="7918" y="2259" width="114" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8031" cy="2268" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7913,2266 7923,2266 7918,2272 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="7970" y="2363" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7848" y="875" width="256" height="20" fill="rgb(215,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(361,7848,875)"/>
	<rect x="7848" y="875" width="256" height="20" fill="rgb(215,175,240)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(361,7848,875)"/>
	<text xml:space="preserve" x="7856" y="888" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(361,7848,875)">Theo van Rysselberghe</text>
	<circle cx="8103" cy="889" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7843,887 7853,887 7848,893 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8238" y="2189" width="245" height="120" onclick="SymbolZeigen(362,8238,2189)" xlink:href="./Daten/ONr_362_Bild.jpg">
		<title>./Daten/ONr_362_Bild.jpg</title></image>
	<text xml:space="preserve" x="8246" y="2207" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(362,8238,2189)"></text>
	<rect x="8238" y="2189" width="245" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8482" cy="2198" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8233,2196 8243,2196 8238,2202 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8355" y="2323" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7920" y="1250" width="100" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(363,7920,1250)"/>
	<rect x="7920" y="1250" width="100" height="20" fill="rgb(214,236,252)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(363,7920,1250)"/>
	<text xml:space="preserve" x="7928" y="1265" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(363,7920,1250)">Post-Impressionismus</text>
	<circle cx="8019" cy="1264" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7915,1262 7925,1262 7920,1268 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7764" y="1175" width="312" height="20" fill="rgb(215,175,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(364,7764,1175)"/>
	<rect x="7764" y="1175" width="312" height="20" fill="rgb(215,175,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(364,7764,1175)"/>
	<text xml:space="preserve" x="7772" y="1188" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(364,7764,1175)">Pierre-Auguste Renoir</text>
	<circle cx="8075" cy="1189" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7759,1187 7769,1187 7764,1193 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7996" y="2364" width="160" height="120" onclick="SymbolZeigen(365,7996,2364)" xlink:href="./Daten/ONr_365_Bild.jpg">
		<title>./Daten/ONr_365_Bild.jpg</title></image>
	<text xml:space="preserve" x="8004" y="2382" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(365,7996,2364)"></text>
	<rect x="7996" y="2364" width="160" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8155" cy="2373" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7991,2371 8001,2371 7996,2377 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8071" y="2498" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7792" y="1150" width="220" height="20" fill="rgb(215,175,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(366,7792,1150)"/>
	<rect x="7792" y="1150" width="220" height="20" fill="rgb(215,175,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(366,7792,1150)"/>
	<text xml:space="preserve" x="7800" y="1163" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(366,7792,1150)">Paul Gauguin</text>
	<circle cx="8011" cy="1164" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7787,1162 7797,1162 7792,1168 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8160" y="2364" width="69" height="90" onclick="SymbolZeigen(367,8160,2364)" xlink:href="./Daten/ONr_367_Bild.jpg">
		<title>./Daten/ONr_367_Bild.jpg</title></image>
	<text xml:space="preserve" x="8168" y="2382" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(367,8160,2364)"></text>
	<rect x="8160" y="2364" width="69" height="90" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8228" cy="2373" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8155,2371 8165,2371 8160,2377 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8189" y="2468" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7856" y="1125" width="148" height="20" fill="rgb(215,175,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(368,7856,1125)"/>
	<rect x="7856" y="1125" width="148" height="20" fill="rgb(215,175,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(368,7856,1125)"/>
	<text xml:space="preserve" x="7864" y="1138" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(368,7856,1125)">Henri de Toulouse-Lautrec</text>
	<circle cx="8003" cy="1139" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7851,1137 7861,1137 7856,1143 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8233" y="2364" width="86" height="120" onclick="SymbolZeigen(369,8233,2364)" xlink:href="./Daten/ONr_369_Bild.jpg">
		<title>./Daten/ONr_369_Bild.jpg</title></image>
	<text xml:space="preserve" x="8241" y="2382" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(369,8233,2364)"></text>
	<rect x="8233" y="2364" width="86" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8318" cy="2373" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8228,2371 8238,2371 8233,2377 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8271" y="2498" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7832" y="800" width="228" height="20" fill="rgb(215,195,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(370,7832,800)"/>
	<rect x="7832" y="800" width="228" height="20" fill="rgb(215,195,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(370,7832,800)"/>
	<text xml:space="preserve" x="7840" y="813" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(370,7832,800)">Louis Adolphe Tessier</text>
	<circle cx="8059" cy="814" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7827,812 7837,812 7832,818 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="7996" y="2489" width="194" height="140" onclick="SymbolZeigen(371,7996,2489)" xlink:href="./Daten/ONr_371_Bild.jpg">
		<title>./Daten/ONr_371_Bild.jpg</title></image>
	<text xml:space="preserve" x="8004" y="2507" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(371,7996,2489)"></text>
	<rect x="7996" y="2489" width="194" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8189" cy="2498" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7991,2496 8001,2496 7996,2502 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8088" y="2643" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7920" y="1000" width="144" height="20" fill="rgb(215,205,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(372,7920,1000)"/>
	<rect x="7920" y="1000" width="144" height="20" fill="rgb(215,205,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(372,7920,1000)"/>
	<text xml:space="preserve" x="7928" y="1013" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(372,7920,1000)">Franz Marc</text>
	<circle cx="8063" cy="1014" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7915,1012 7925,1012 7920,1018 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8273" y="2509" width="207" height="120" onclick="SymbolZeigen(373,8273,2509)" xlink:href="./Daten/ONr_373_Bild.jpg">
		<title>./Daten/ONr_373_Bild.jpg</title></image>
	<text xml:space="preserve" x="8281" y="2527" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(373,8273,2509)"></text>
	<rect x="8273" y="2509" width="207" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8479" cy="2518" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8268,2516 8278,2516 8273,2522 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8371" y="2643" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7948" y="975" width="108" height="20" fill="rgb(215,205,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(374,7948,975)"/>
	<rect x="7948" y="975" width="108" height="20" fill="rgb(215,205,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(374,7948,975)"/>
	<text xml:space="preserve" x="7956" y="988" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(374,7948,975)">August Macke</text>
	<circle cx="8055" cy="989" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7943,987 7953,987 7948,993 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8275" y="2634" width="117" height="120" onclick="SymbolZeigen(375,8275,2634)" xlink:href="./Daten/ONr_375_Bild.jpg">
		<title>./Daten/ONr_375_Bild.jpg</title></image>
	<text xml:space="preserve" x="8283" y="2652" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(375,8275,2634)"></text>
	<rect x="8275" y="2634" width="117" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8391" cy="2643" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8270,2641 8280,2641 8275,2647 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8328" y="2768" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7960" y="950" width="112" height="20" fill="rgb(215,205,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(376,7960,950)"/>
	<rect x="7960" y="950" width="112" height="20" fill="rgb(215,205,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(376,7960,950)"/>
	<text xml:space="preserve" x="7968" y="963" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(376,7960,950)">Egon Schiele</text>
	<circle cx="8071" cy="964" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7955,962 7965,962 7960,968 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<rect x="7920" y="1025" width="232" height="20" fill="rgb(215,205,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(377,7920,1025)"/>
	<rect x="7920" y="1025" width="232" height="20" fill="rgb(215,205,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(377,7920,1025)"/>
	<text xml:space="preserve" x="7928" y="1038" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(377,7920,1025)">Ernst Ludwig Kirchner</text>
	<circle cx="8151" cy="1039" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7915,1037 7925,1037 7920,1043 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8397" y="2634" width="76" height="100" onclick="SymbolZeigen(378,8397,2634)" xlink:href="./Daten/ONr_378_Bild.jpg">
		<title>./Daten/ONr_378_Bild.jpg</title></image>
	<text xml:space="preserve" x="8405" y="2652" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(378,8397,2634)"></text>
	<rect x="8397" y="2634" width="76" height="100" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8472" cy="2643" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8392,2641 8402,2641 8397,2647 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8430" y="2748" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<image x="8478" y="2634" width="91" height="140" onclick="SymbolZeigen(379,8478,2634)" xlink:href="./Daten/ONr_379_Bild.jpg">
		<title>./Daten/ONr_379_Bild.jpg</title></image>
	<text xml:space="preserve" x="8486" y="2652" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(379,8478,2634)"></text>
	<rect x="8478" y="2634" width="91" height="140" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8568" cy="2643" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8473,2641 8483,2641 8478,2647 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8518" y="2788" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7852" y="1050" width="324" height="20" fill="rgb(215,205,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(380,7852,1050)"/>
	<rect x="7852" y="1050" width="324" height="20" fill="rgb(215,205,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(380,7852,1050)"/>
	<text xml:space="preserve" x="7860" y="1063" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(380,7852,1050)">Edvard Munch</text>
	<circle cx="8175" cy="1064" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7847,1062 7857,1062 7852,1068 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8486" y="2509" width="79" height="100" onclick="SymbolZeigen(381,8486,2509)" xlink:href="./Daten/ONr_381_Bild.jpg">
		<title>./Daten/ONr_381_Bild.jpg</title></image>
	<text xml:space="preserve" x="8494" y="2527" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(381,8486,2509)"></text>
	<rect x="8486" y="2509" width="79" height="100" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8564" cy="2518" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8481,2516 8491,2516 8486,2522 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8520" y="2623" style="font-family:Arial; font-size:18; fill:rgb(128,128,128); " transform=" rotate (0)">~</text>
	<rect x="7844" y="1075" width="280" height="20" fill="rgb(215,205,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(382,7844,1075)"/>
	<rect x="7844" y="1075" width="280" height="20" fill="rgb(215,205,210)" stroke="rgb(64,128,128)" stroke-width="1" rx="10" ry="10" onclick="SymbolZeigen(382,7844,1075)"/>
	<text xml:space="preserve" x="7852" y="1088" style="font-family:Arial; font-size:11; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(382,7844,1075)">Lesser Ury</text>
	<circle cx="8123" cy="1089" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="7839,1087 7849,1087 7844,1093 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<image x="8276" y="2759" width="169" height="120" onclick="SymbolZeigen(383,8276,2759)" xlink:href="./Daten/ONr_383_Bild.jpg">
		<title>./Daten/ONr_383_Bild.jpg</title></image>
	<text xml:space="preserve" x="8284" y="2777" style="font-family:Arial; font-size:10; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)" onclick="SymbolZeigen(383,8276,2759)"></text>
	<rect x="8276" y="2759" width="169" height="120" fill="none" stroke="rgb(255,255,128)" stroke-width="1"/>
	<circle cx="8444" cy="2768" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
	<polygon points="8271,2766 8281,2766 8276,2772 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	<text xml:space="preserve" x="8355" y="2893" 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_322" visibility="hidden"/>
	<use xlink:href="#QuickInfo_323" visibility="hidden"/>
	<use xlink:href="#QuickInfo_324" 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_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"/>
	<use xlink:href="#QuickInfo_367" visibility="hidden"/>
	<use xlink:href="#QuickInfo_368" visibility="hidden"/>
	<use xlink:href="#QuickInfo_369" visibility="hidden"/>
	<use xlink:href="#QuickInfo_370" visibility="hidden"/>
	<use xlink:href="#QuickInfo_371" visibility="hidden"/>
	<use xlink:href="#QuickInfo_372" visibility="hidden"/>
	<use xlink:href="#QuickInfo_373" visibility="hidden"/>
	<use xlink:href="#QuickInfo_374" visibility="hidden"/>
	<use xlink:href="#QuickInfo_375" visibility="hidden"/>
	<use xlink:href="#QuickInfo_376" visibility="hidden"/>
	<use xlink:href="#QuickInfo_377" visibility="hidden"/>
	<use xlink:href="#QuickInfo_378" visibility="hidden"/>
	<use xlink:href="#QuickInfo_379" visibility="hidden"/>
	<use xlink:href="#QuickInfo_380" visibility="hidden"/>
	<use xlink:href="#QuickInfo_381" visibility="hidden"/>
	<use xlink:href="#QuickInfo_382" visibility="hidden"/>
	<use xlink:href="#QuickInfo_383" visibility="hidden"/>
	<g id="Legende_0" transform="translate(0 0)">
		<rect x="0" y="3325" width="70" height="65" fill="rgb(192,192,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(0,0,3325)"/>
		<text xml:space="preserve" x="3" y="3345" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(0,0,3325)">Epochen</text>
		<text xml:space="preserve" x="3" y="3365" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(0,0,3325)">allgemeine:</text>
		<text xml:space="preserve" x="3" y="3377" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(0,0,3325)">Zeichbereich</text>
	</g>
	<g id="Legende_7" transform="translate(0 0)">
		<rect x="0" y="1225" width="70" height="575" fill="rgb(192,192,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(7,0,1225)"/>
		<text xml:space="preserve" x="3" y="1245" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(7,0,1225)">Kunststile</text>
		<text xml:space="preserve" x="3" y="1265" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(7,0,1225)">Stil-Epochen</text>
		<circle cx="69" cy="1234" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
		<circle cx="69" cy="1242" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
		<circle cx="69" cy="1250" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
		<circle cx="69" cy="1258" r="3" fill="rgb(128,128,128)" stroke="rgb(128,128,128)" stroke-width="1"/>
		<polygon points="-5,1232 5,1232 0,1238 " style="stroke:rgb(128,128,128); stroke-width:1; fill:rgb(128,128,128)"/>
	</g>
	<g id="Legende_16" transform="translate(0 0)">
		<rect x="0" y="1810" width="70" height="1450" fill="rgb(192,192,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(16,0,1810)"/>
		<text xml:space="preserve" x="3" y="1830" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(16,0,1810)">Bilder</text>
		<text xml:space="preserve" x="3" y="1850" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(16,0,1810)">nach</text>
		<text xml:space="preserve" x="3" y="1862" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(16,0,1810)">verschidenen</text>
		<text xml:space="preserve" x="3" y="1874" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(16,0,1810)">Stilrichtungen.</text>
		<text xml:space="preserve" x="3" y="1886" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(16,0,1810)"></text>
		<text xml:space="preserve" x="3" y="1898" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(16,0,1810)"></text>
	</g>
	<g id="Legende_18" transform="translate(0 0)">
		<rect x="0" y="0" width="70" height="25" fill="rgb(192,192,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(18,0,0)"/>
		<text xml:space="preserve" x="3" y="20" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(18,0,0)">Länder</text>
		<text xml:space="preserve" x="3" y="40" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(18,0,0)"></text>
		<text xml:space="preserve" x="3" y="52" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(18,0,0)"></text>
	</g>
	<g id="Legende_64" transform="translate(0 0)">
		<rect x="0" y="50" width="70" height="1150" fill="rgb(192,192,192)" stroke="rgb(0,0,0)" stroke-width="0" onclick="SymbolZeigen(64,0,50)"/>
		<text xml:space="preserve" x="3" y="70" style="font-family:Arial; font-size:12; fill:rgb(0,0,0);font-weight: bold; font-style: italic " transform=" rotate (0)" onclick="SymbolZeigen(64,0,50)">Maler</text>
		<text xml:space="preserve" x="3" y="90" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(64,0,50)">Die Künstler</text>
		<text xml:space="preserve" x="3" y="102" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(64,0,50)">nach </text>
		<text xml:space="preserve" x="3" y="114" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(64,0,50)">verschiedene</text>
		<text xml:space="preserve" x="3" y="126" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(64,0,50)">Stilrichtungen </text>
		<text xml:space="preserve" x="3" y="138" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(64,0,50)">sortiert.</text>
		<text xml:space="preserve" x="3" y="150" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(64,0,50)"></text>
		<text xml:space="preserve" x="3" y="162" style="font-family:Arial; font-size:10; fill:rgb(0,0,0); " transform=" rotate (0)" onclick="SymbolZeigen(64,0,50)"></text>
	</g>
	<g id="skala" transform="translate(0 0)">
		<line x1="79" y1="3393" x2="79" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="120" y1="3393" x2="120" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="159" y1="3393" x2="159" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="240" y1="3393" x2="240" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="279" y1="3393" x2="279" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="320" y1="3393" x2="320" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="40" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="120" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="200" y1="3400" x2="200" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="240" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="320" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="360" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="400" y1="3370" x2="400" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="0" y1="3400" x2="0" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="0" y1="3400" x2="9000" y2="3400" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="0" y="3370" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="1" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">-100</text>
		<text xml:space="preserve" x="1" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<text xml:space="preserve" x="387" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">0</text>
		<text xml:space="preserve" x="386" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="479" y1="3393" x2="479" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="520" y1="3393" x2="520" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="559" y1="3393" x2="559" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="640" y1="3393" x2="640" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="679" y1="3393" x2="679" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="720" y1="3393" x2="720" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="440" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="520" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="600" y1="3400" x2="600" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="640" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="720" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="760" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="800" y1="3370" x2="800" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="787" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">100</text>
		<text xml:space="preserve" x="786" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="879" y1="3393" x2="879" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="920" y1="3393" x2="920" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="959" y1="3393" x2="959" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1040" y1="3393" x2="1040" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1079" y1="3393" x2="1079" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1120" y1="3393" x2="1120" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="840" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="920" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1000" y1="3400" x2="1000" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1040" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1120" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1160" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1200" y1="3370" x2="1200" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="1187" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">200</text>
		<text xml:space="preserve" x="1186" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="1279" y1="3393" x2="1279" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1320" y1="3393" x2="1320" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1359" y1="3393" x2="1359" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1440" y1="3393" x2="1440" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1479" y1="3393" x2="1479" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1520" y1="3393" x2="1520" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1240" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1320" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1400" y1="3400" x2="1400" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1440" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1520" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1560" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1600" y1="3370" x2="1600" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="1587" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">300</text>
		<text xml:space="preserve" x="1586" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="1679" y1="3393" x2="1679" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1720" y1="3393" x2="1720" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1759" y1="3393" x2="1759" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1840" y1="3393" x2="1840" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1879" y1="3393" x2="1879" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1920" y1="3393" x2="1920" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1640" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1720" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="1800" y1="3400" x2="1800" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1840" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1920" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="1960" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2000" y1="3370" x2="2000" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="1987" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">400</text>
		<text xml:space="preserve" x="1986" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="2079" y1="3393" x2="2079" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2120" y1="3393" x2="2120" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2159" y1="3393" x2="2159" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2240" y1="3393" x2="2240" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2279" y1="3393" x2="2279" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2320" y1="3393" x2="2320" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="2040" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="2120" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2200" y1="3400" x2="2200" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="2240" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="2320" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="2360" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2400" y1="3370" x2="2400" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="2387" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">500</text>
		<text xml:space="preserve" x="2386" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="2479" y1="3393" x2="2479" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2520" y1="3393" x2="2520" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2559" y1="3393" x2="2559" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2640" y1="3393" x2="2640" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2679" y1="3393" x2="2679" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2720" y1="3393" x2="2720" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="2440" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="2520" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2600" y1="3400" x2="2600" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="2640" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="2720" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="2760" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2800" y1="3370" x2="2800" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="2787" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">600</text>
		<text xml:space="preserve" x="2786" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="2879" y1="3393" x2="2879" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2920" y1="3393" x2="2920" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="2959" y1="3393" x2="2959" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3040" y1="3393" x2="3040" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3079" y1="3393" x2="3079" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3120" y1="3393" x2="3120" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="2840" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="2920" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3000" y1="3400" x2="3000" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3040" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3120" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3160" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3200" y1="3370" x2="3200" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="3187" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">700</text>
		<text xml:space="preserve" x="3186" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="3279" y1="3393" x2="3279" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3320" y1="3393" x2="3320" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3359" y1="3393" x2="3359" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3440" y1="3393" x2="3440" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3479" y1="3393" x2="3479" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3520" y1="3393" x2="3520" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3240" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3320" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3400" y1="3400" x2="3400" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3440" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3520" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3560" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3600" y1="3370" x2="3600" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="3587" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">800</text>
		<text xml:space="preserve" x="3586" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="3679" y1="3393" x2="3679" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3720" y1="3393" x2="3720" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3759" y1="3393" x2="3759" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3840" y1="3393" x2="3840" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3879" y1="3393" x2="3879" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3920" y1="3393" x2="3920" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3640" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3720" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="3800" y1="3400" x2="3800" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3840" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3920" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="3960" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4000" y1="3370" x2="4000" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="3987" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">900</text>
		<text xml:space="preserve" x="3986" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="4079" y1="3393" x2="4079" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4120" y1="3393" x2="4120" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4159" y1="3393" x2="4159" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4240" y1="3393" x2="4240" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4279" y1="3393" x2="4279" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4320" y1="3393" x2="4320" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="4040" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="4120" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4200" y1="3400" x2="4200" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="4240" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="4320" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="4360" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4400" y1="3370" x2="4400" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="4387" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">1000</text>
		<text xml:space="preserve" x="4386" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="4479" y1="3393" x2="4479" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4520" y1="3393" x2="4520" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4559" y1="3393" x2="4559" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4640" y1="3393" x2="4640" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4679" y1="3393" x2="4679" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4720" y1="3393" x2="4720" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="4440" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="4520" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4600" y1="3400" x2="4600" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="4640" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="4720" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="4760" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4800" y1="3370" x2="4800" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="4787" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">1100</text>
		<text xml:space="preserve" x="4786" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="4879" y1="3393" x2="4879" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4920" y1="3393" x2="4920" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="4959" y1="3393" x2="4959" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5040" y1="3393" x2="5040" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5079" y1="3393" x2="5079" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5120" y1="3393" x2="5120" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="4840" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="4920" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5000" y1="3400" x2="5000" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5040" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5120" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5160" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5200" y1="3370" x2="5200" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="5187" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">1200</text>
		<text xml:space="preserve" x="5186" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="5279" y1="3393" x2="5279" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5320" y1="3393" x2="5320" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5359" y1="3393" x2="5359" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5440" y1="3393" x2="5440" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5479" y1="3393" x2="5479" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5520" y1="3393" x2="5520" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5240" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5320" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5400" y1="3400" x2="5400" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5440" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5520" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5560" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5600" y1="3370" x2="5600" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="5587" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">1300</text>
		<text xml:space="preserve" x="5586" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="5679" y1="3393" x2="5679" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5720" y1="3393" x2="5720" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5759" y1="3393" x2="5759" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5840" y1="3393" x2="5840" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5879" y1="3393" x2="5879" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5920" y1="3393" x2="5920" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5640" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5720" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="5800" y1="3400" x2="5800" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5840" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5920" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="5960" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6000" y1="3370" x2="6000" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="5987" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">1400</text>
		<text xml:space="preserve" x="5986" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="6079" y1="3393" x2="6079" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6120" y1="3393" x2="6120" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6159" y1="3393" x2="6159" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6240" y1="3393" x2="6240" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6279" y1="3393" x2="6279" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6320" y1="3393" x2="6320" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="6040" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="6120" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6200" y1="3400" x2="6200" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="6240" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="6320" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="6360" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6400" y1="3370" x2="6400" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="6387" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">1500</text>
		<text xml:space="preserve" x="6386" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="6479" y1="3393" x2="6479" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6520" y1="3393" x2="6520" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6559" y1="3393" x2="6559" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6640" y1="3393" x2="6640" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6679" y1="3393" x2="6679" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6720" y1="3393" x2="6720" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="6440" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="6520" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6600" y1="3400" x2="6600" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="6640" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="6720" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="6760" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6800" y1="3370" x2="6800" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="6787" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">1600</text>
		<text xml:space="preserve" x="6786" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="6879" y1="3393" x2="6879" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6920" y1="3393" x2="6920" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="6959" y1="3393" x2="6959" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7040" y1="3393" x2="7040" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7079" y1="3393" x2="7079" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7120" y1="3393" x2="7120" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="6840" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="6920" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7000" y1="3400" x2="7000" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7040" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7120" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7160" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7200" y1="3370" x2="7200" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="7187" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">1700</text>
		<text xml:space="preserve" x="7186" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="7279" y1="3393" x2="7279" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7320" y1="3393" x2="7320" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7359" y1="3393" x2="7359" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7440" y1="3393" x2="7440" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7479" y1="3393" x2="7479" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7520" y1="3393" x2="7520" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7240" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7320" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7400" y1="3400" x2="7400" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7440" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7520" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7560" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7600" y1="3370" x2="7600" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="7587" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">1800</text>
		<text xml:space="preserve" x="7586" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="7679" y1="3393" x2="7679" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7720" y1="3393" x2="7720" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7759" y1="3393" x2="7759" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7840" y1="3393" x2="7840" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7879" y1="3393" x2="7879" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7920" y1="3393" x2="7920" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7640" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7720" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="7800" y1="3400" x2="7800" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7840" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7920" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="7960" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8000" y1="3370" x2="8000" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="7987" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">1900</text>
		<text xml:space="preserve" x="7986" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="8079" y1="3393" x2="8079" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8120" y1="3393" x2="8120" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8159" y1="3393" x2="8159" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8240" y1="3393" x2="8240" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8279" y1="3393" x2="8279" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8320" y1="3393" x2="8320" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="8040" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="8120" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8200" y1="3400" x2="8200" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="8240" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="8320" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="8360" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8400" y1="3370" x2="8400" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="8387" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">2000</text>
		<text xml:space="preserve" x="8386" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="8479" y1="3393" x2="8479" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8520" y1="3393" x2="8520" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8559" y1="3393" x2="8559" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8640" y1="3393" x2="8640" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8679" y1="3393" x2="8679" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8720" y1="3393" x2="8720" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="8440" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="8520" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8600" y1="3400" x2="8600" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="8640" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="8720" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="8760" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8800" y1="3370" x2="8800" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="8787" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">2100</text>
		<text xml:space="preserve" x="8786" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
		<line x1="8879" y1="3393" x2="8879" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8920" y1="3393" x2="8920" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="8959" y1="3393" x2="8959" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="9040" y1="3393" x2="9040" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="9079" y1="3393" x2="9079" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="9120" y1="3393" x2="9120" y2="3383" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="8840" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="8920" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="9000" y1="3400" x2="9000" y2="3370" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="9040" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="9120" y="3393" width="40" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<rect x="9160" y="3370" width="80" height="3400" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
		<line x1="9200" y1="3370" x2="9200" y2="3270" stroke="rgb(160,160,160)" stroke-width="1"/>
		<text xml:space="preserve" x="9187" y="3382" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">2200</text>
		<text xml:space="preserve" x="9186" y="3397" style="font-family:Times New Roman; font-size:12; fill:rgb(0,0,0);font-weight: bold " transform=" rotate (0)">Jahre</text>
	</g>
</svg>
