Bessere Verteilung: Strafen/Mutation, plus Abstammungsbaum mit Id-Herkunft

Weniger vermeidbare Gruppentrennungen:
- strafen.cfg: Tischbesetzung bestraft jetzt gestaffelt nach freien
  Plaetzen (teilbelegte Tische am teuersten, mit Fallback auf den
  naechstkleineren Eintrag), Trennungsstrafen deutlich erhoeht - so
  werden Gruppen nicht mehr getrennt, obwohl leere Tische danebenstehen
- gibPunkte('Tischbesetzung') mit Naechst-kleiner-Fallback
- mutieren() setzt geraeumte Gruppen groesste-zuerst neu
  (GruppenSetzen(GrosseZuerst=True)), damit grosse Gruppen die frei
  gewordenen ganzen Tische bekommen und wieder zusammenkommen
  (uebrig bleiben nur physisch unvermeidbare Trennungen, Gruppe > Tisch)

Abstammungsbaum (neuer Schalter --show-lineage -> Abstammung.svg):
- neue Klasse ga.Abstammung zeichnet den vollen Mutationsbaum aller
  Loesungen; der Ast der finalen besten Loesung ist hervorgehoben und
  mit ihrer Id beschriftet
- hierarchische Loesungs-Ids (Farm._WurzelId/_KindId): Wurzel '7',
  Mutationskind '7.2', dessen Kind '7.2.1' - die ganze Abstammung ist
  direkt aus der Id ablesbar

Tests (15 gruen), README und CLAUDE.md aktualisiert; Beispiele mit den
neuen Strafen und beiden Grafiken neu berechnet.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Michael Stangl
2026-07-11 22:38:43 +02:00
parent 644f61ef6b
commit 6710d4f06a
28 changed files with 3908 additions and 1468 deletions
+693
View File
@@ -0,0 +1,693 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="2200" height="700" viewBox="0 0 2200 700" font-family="sans-serif">
<rect width="100%" height="100%" fill="white"/>
<text x="1100" y="30" text-anchor="middle" font-size="16" fill="#333">Abstammung der Loesungen (Mutationsbaum)</text>
<line x1="60.0" y1="60.0" x2="60.0" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="646.7" y1="60.0" x2="639.2" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1233.3" y1="60.0" x2="1218.5" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1820.0" y1="60.0" x2="1797.7" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1926.7" y1="60.0" x2="1903.0" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1980.0" y1="60.0" x2="1955.7" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="2033.3" y1="60.0" x2="2008.4" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="2086.7" y1="60.0" x2="2061.0" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="2140.0" y1="60.0" x2="2113.7" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="113.3" y1="60.0" x2="112.7" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="166.7" y1="60.0" x2="165.3" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="220.0" y1="60.0" x2="218.0" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="273.3" y1="60.0" x2="270.6" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="326.7" y1="60.0" x2="323.3" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="380.0" y1="60.0" x2="375.9" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="433.3" y1="60.0" x2="428.6" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="486.7" y1="60.0" x2="481.3" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="540.0" y1="60.0" x2="533.9" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="593.3" y1="60.0" x2="586.6" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="700.0" y1="60.0" x2="691.9" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="753.3" y1="60.0" x2="744.6" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="806.7" y1="60.0" x2="797.2" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="860.0" y1="60.0" x2="849.9" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="913.3" y1="60.0" x2="902.5" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="966.7" y1="60.0" x2="955.2" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1020.0" y1="60.0" x2="1007.8" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1073.3" y1="60.0" x2="1060.5" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1126.7" y1="60.0" x2="1113.2" y2="150.0" stroke="#c04040" stroke-width="2.5"/>
<line x1="1180.0" y1="60.0" x2="1165.8" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1286.7" y1="60.0" x2="1271.1" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1340.0" y1="60.0" x2="1323.8" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1393.3" y1="60.0" x2="1376.5" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1446.7" y1="60.0" x2="1429.1" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1500.0" y1="60.0" x2="1481.8" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1553.3" y1="60.0" x2="1534.4" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1606.7" y1="60.0" x2="1587.1" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1660.0" y1="60.0" x2="1639.7" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1713.3" y1="60.0" x2="1692.4" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1766.7" y1="60.0" x2="1745.1" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1873.3" y1="60.0" x2="1850.4" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="60.0" y1="60.0" x2="86.3" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="646.7" y1="60.0" x2="665.6" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1233.3" y1="60.0" x2="1244.8" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1820.0" y1="60.0" x2="1824.1" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1926.7" y1="60.0" x2="1929.4" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1980.0" y1="60.0" x2="1982.0" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="2033.3" y1="60.0" x2="2034.7" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="2086.7" y1="60.0" x2="2087.3" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="2140.0" y1="60.0" x2="2140.0" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="113.3" y1="60.0" x2="139.0" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="166.7" y1="60.0" x2="191.6" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="220.0" y1="60.0" x2="244.3" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="273.3" y1="60.0" x2="297.0" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="326.7" y1="60.0" x2="349.6" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="380.0" y1="60.0" x2="402.3" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="433.3" y1="60.0" x2="454.9" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="486.7" y1="60.0" x2="507.6" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="540.0" y1="60.0" x2="560.3" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="593.3" y1="60.0" x2="612.9" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="700.0" y1="60.0" x2="718.2" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="753.3" y1="60.0" x2="770.9" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="806.7" y1="60.0" x2="823.5" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="860.0" y1="60.0" x2="876.2" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="913.3" y1="60.0" x2="928.9" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="966.7" y1="60.0" x2="981.5" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1020.0" y1="60.0" x2="1034.2" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1073.3" y1="60.0" x2="1086.8" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1126.7" y1="60.0" x2="1139.5" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1180.0" y1="60.0" x2="1192.2" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1286.7" y1="60.0" x2="1297.5" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1340.0" y1="60.0" x2="1350.1" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1393.3" y1="60.0" x2="1402.8" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1446.7" y1="60.0" x2="1455.4" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1500.0" y1="60.0" x2="1508.1" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1553.3" y1="60.0" x2="1560.8" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1606.7" y1="60.0" x2="1613.4" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1660.0" y1="60.0" x2="1666.1" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1713.3" y1="60.0" x2="1718.7" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1766.7" y1="60.0" x2="1771.4" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1873.3" y1="60.0" x2="1876.7" y2="150.0" stroke="#bbb" stroke-width="1"/>
<line x1="1218.5" y1="150.0" x2="1239.7" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1824.1" y1="150.0" x2="1798.5" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="928.9" y1="150.0" x2="867.2" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="691.9" y1="150.0" x2="494.6" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="902.5" y1="150.0" x2="805.1" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1244.8" y1="150.0" x2="1301.8" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1233.3" y1="60.0" x2="1363.9" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="718.2" y1="150.0" x2="556.7" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1876.7" y1="150.0" x2="1984.8" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="218.0" y1="150.0" x2="60.0" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1820.0" y1="60.0" x2="1860.6" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="639.2" y1="150.0" x2="370.4" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="665.6" y1="150.0" x2="432.5" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1113.2" y1="150.0" x2="1115.5" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1139.5" y1="150.0" x2="1177.6" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1376.5" y1="150.0" x2="1488.1" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1850.4" y1="150.0" x2="1922.7" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="244.3" y1="150.0" x2="122.1" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1903.0" y1="150.0" x2="2046.9" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1929.4" y1="150.0" x2="2109.0" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="700.0" y1="60.0" x2="618.8" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1402.8" y1="150.0" x2="1550.1" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1797.7" y1="150.0" x2="1736.4" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="323.3" y1="150.0" x2="246.3" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1086.8" y1="150.0" x2="991.3" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1060.5" y1="150.0" x2="929.3" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="349.6" y1="150.0" x2="308.4" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="744.6" y1="150.0" x2="680.9" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1323.8" y1="150.0" x2="1426.0" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1587.1" y1="150.0" x2="1674.3" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="770.9" y1="150.0" x2="743.0" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1073.3" y1="60.0" x2="1053.4" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1429.1" y1="150.0" x2="1612.2" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="297.0" y1="150.0" x2="184.2" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1218.5" y1="150.0" x2="1270.7" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1824.1" y1="150.0" x2="1829.6" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="928.9" y1="150.0" x2="898.2" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="691.9" y1="150.0" x2="525.7" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="902.5" y1="150.0" x2="836.1" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1244.8" y1="150.0" x2="1332.8" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1233.3" y1="60.0" x2="1394.9" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="718.2" y1="150.0" x2="587.8" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1876.7" y1="150.0" x2="2015.8" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="218.0" y1="150.0" x2="91.0" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1820.0" y1="60.0" x2="1891.6" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="639.2" y1="150.0" x2="401.5" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="665.6" y1="150.0" x2="463.6" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1113.2" y1="150.0" x2="1146.6" y2="240.0" stroke="#c04040" stroke-width="2.5"/>
<line x1="1139.5" y1="150.0" x2="1208.7" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1376.5" y1="150.0" x2="1519.1" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1850.4" y1="150.0" x2="1953.7" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="244.3" y1="150.0" x2="153.1" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1903.0" y1="150.0" x2="2077.9" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1929.4" y1="150.0" x2="2140.0" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="700.0" y1="60.0" x2="649.9" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1402.8" y1="150.0" x2="1581.2" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1797.7" y1="150.0" x2="1767.5" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="323.3" y1="150.0" x2="277.3" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1086.8" y1="150.0" x2="1022.4" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1060.5" y1="150.0" x2="960.3" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="349.6" y1="150.0" x2="339.4" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="744.6" y1="150.0" x2="711.9" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1323.8" y1="150.0" x2="1457.0" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1587.1" y1="150.0" x2="1705.4" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="770.9" y1="150.0" x2="774.0" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1073.3" y1="60.0" x2="1084.5" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1429.1" y1="150.0" x2="1643.3" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="297.0" y1="150.0" x2="215.2" y2="240.0" stroke="#bbb" stroke-width="1"/>
<line x1="1239.7" y1="240.0" x2="967.6" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1270.7" y1="240.0" x2="1043.3" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1332.8" y1="240.0" x2="1270.2" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1394.9" y1="240.0" x2="1421.5" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1218.5" y1="150.0" x2="1118.9" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="494.6" y1="240.0" x2="286.9" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1829.6" y1="240.0" x2="1799.6" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="836.1" y1="240.0" x2="513.8" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="867.2" y1="240.0" x2="589.5" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="898.2" y1="240.0" x2="665.1" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="525.7" y1="240.0" x2="362.5" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1736.4" y1="240.0" x2="1572.7" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1115.5" y1="240.0" x2="816.4" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1798.5" y1="240.0" x2="1724.0" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1146.6" y1="240.0" x2="892.0" y2="330.0" stroke="#c04040" stroke-width="2.5"/>
<line x1="1824.1" y1="150.0" x2="1875.3" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1301.8" y1="240.0" x2="1194.5" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1519.1" y1="240.0" x2="1497.1" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="91.0" y1="240.0" x2="60.0" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1767.5" y1="240.0" x2="1648.4" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1891.6" y1="240.0" x2="1950.9" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1953.7" y1="240.0" x2="2026.5" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="432.5" y1="240.0" x2="211.3" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="370.4" y1="240.0" x2="135.6" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1984.8" y1="240.0" x2="2102.2" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1363.9" y1="240.0" x2="1345.8" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="928.9" y1="150.0" x2="740.7" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="649.9" y1="240.0" x2="438.2" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1239.7" y1="240.0" x2="1005.5" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1270.7" y1="240.0" x2="1081.1" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1332.8" y1="240.0" x2="1308.0" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1394.9" y1="240.0" x2="1459.3" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1218.5" y1="150.0" x2="1156.7" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="494.6" y1="240.0" x2="324.7" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1829.6" y1="240.0" x2="1837.5" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="836.1" y1="240.0" x2="551.6" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="867.2" y1="240.0" x2="627.3" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="898.2" y1="240.0" x2="702.9" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="525.7" y1="240.0" x2="400.4" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1736.4" y1="240.0" x2="1610.5" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1115.5" y1="240.0" x2="854.2" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1798.5" y1="240.0" x2="1761.8" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1146.6" y1="240.0" x2="929.8" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1824.1" y1="150.0" x2="1913.1" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1301.8" y1="240.0" x2="1232.4" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1519.1" y1="240.0" x2="1534.9" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="91.0" y1="240.0" x2="97.8" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1767.5" y1="240.0" x2="1686.2" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1891.6" y1="240.0" x2="1988.7" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1953.7" y1="240.0" x2="2064.4" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="432.5" y1="240.0" x2="249.1" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="370.4" y1="240.0" x2="173.5" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1984.8" y1="240.0" x2="2140.0" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="1363.9" y1="240.0" x2="1383.6" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="928.9" y1="150.0" x2="778.5" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="649.9" y1="240.0" x2="476.0" y2="330.0" stroke="#bbb" stroke-width="1"/>
<line x1="892.0" y1="330.0" x2="522.2" y2="420.0" stroke="#c04040" stroke-width="2.5"/>
<line x1="929.8" y1="330.0" x2="614.7" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1421.5" y1="330.0" x2="1908.9" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1459.3" y1="330.0" x2="2001.3" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1345.8" y1="330.0" x2="1816.4" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1232.4" y1="330.0" x2="1446.7" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="854.2" y1="330.0" x2="429.8" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="286.9" y1="330.0" x2="60.0" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="324.7" y1="330.0" x2="152.4" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1270.2" y1="330.0" x2="1539.1" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1239.7" y1="240.0" x2="892.0" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1270.7" y1="240.0" x2="1169.3" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="665.1" y1="330.0" x2="337.3" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1043.3" y1="330.0" x2="984.4" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1534.9" y1="330.0" x2="2093.8" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="513.8" y1="330.0" x2="244.9" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="967.6" y1="330.0" x2="707.1" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1118.9" y1="330.0" x2="1261.8" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1005.5" y1="330.0" x2="799.6" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1081.1" y1="330.0" x2="1076.9" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1308.0" y1="330.0" x2="1631.6" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1156.7" y1="330.0" x2="1354.2" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1332.8" y1="240.0" x2="1724.0" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="892.0" y1="330.0" x2="568.4" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="929.8" y1="330.0" x2="660.9" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1421.5" y1="330.0" x2="1955.1" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1459.3" y1="330.0" x2="2047.6" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1345.8" y1="330.0" x2="1862.7" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1232.4" y1="330.0" x2="1492.9" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="854.2" y1="330.0" x2="476.0" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="286.9" y1="330.0" x2="106.2" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="324.7" y1="330.0" x2="198.7" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1270.2" y1="330.0" x2="1585.3" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1239.7" y1="240.0" x2="938.2" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1270.7" y1="240.0" x2="1215.6" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="665.1" y1="330.0" x2="383.6" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1043.3" y1="330.0" x2="1030.7" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1534.9" y1="330.0" x2="2140.0" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="513.8" y1="330.0" x2="291.1" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="967.6" y1="330.0" x2="753.3" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1118.9" y1="330.0" x2="1308.0" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1005.5" y1="330.0" x2="845.8" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1081.1" y1="330.0" x2="1123.1" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1308.0" y1="330.0" x2="1677.8" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1156.7" y1="330.0" x2="1400.4" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="1332.8" y1="240.0" x2="1770.2" y2="420.0" stroke="#bbb" stroke-width="1"/>
<line x1="522.2" y1="420.0" x2="60.0" y2="510.0" stroke="#c04040" stroke-width="2.5"/>
<line x1="614.7" y1="420.0" x2="397.3" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="568.4" y1="420.0" x2="172.4" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="660.9" y1="420.0" x2="509.7" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="892.0" y1="330.0" x2="284.9" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="929.8" y1="330.0" x2="622.2" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1908.9" y1="420.0" x2="1521.6" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="2001.3" y1="420.0" x2="1858.9" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="799.6" y1="420.0" x2="847.0" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1955.1" y1="420.0" x2="1634.1" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="2047.6" y1="420.0" x2="1971.4" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1215.6" y1="420.0" x2="1071.9" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="753.3" y1="420.0" x2="734.6" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1123.1" y1="420.0" x2="959.5" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1770.2" y1="420.0" x2="1184.3" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1421.5" y1="330.0" x2="1746.5" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1459.3" y1="330.0" x2="2083.8" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1816.4" y1="420.0" x2="1296.8" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1862.7" y1="420.0" x2="1409.2" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="522.2" y1="420.0" x2="116.2" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="614.7" y1="420.0" x2="453.5" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="568.4" y1="420.0" x2="228.6" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="660.9" y1="420.0" x2="565.9" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="892.0" y1="330.0" x2="341.1" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="929.8" y1="330.0" x2="678.4" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1908.9" y1="420.0" x2="1577.8" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="2001.3" y1="420.0" x2="1915.1" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="799.6" y1="420.0" x2="903.2" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1955.1" y1="420.0" x2="1690.3" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="2047.6" y1="420.0" x2="2027.6" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1215.6" y1="420.0" x2="1128.1" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="753.3" y1="420.0" x2="790.8" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1123.1" y1="420.0" x2="1015.7" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1770.2" y1="420.0" x2="1240.5" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1421.5" y1="330.0" x2="1802.7" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1459.3" y1="330.0" x2="2140.0" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1816.4" y1="420.0" x2="1353.0" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="1862.7" y1="420.0" x2="1465.4" y2="510.0" stroke="#bbb" stroke-width="1"/>
<line x1="60.0" y1="510.0" x2="60.0" y2="600.0" stroke="#c04040" stroke-width="2.5"/>
<line x1="397.3" y1="510.0" x2="1133.5" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="172.4" y1="510.0" x2="462.6" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="509.7" y1="510.0" x2="1536.1" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="284.9" y1="510.0" x2="865.2" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="622.2" y1="510.0" x2="1938.7" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="116.2" y1="510.0" x2="194.2" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="453.5" y1="510.0" x2="1267.7" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="228.6" y1="510.0" x2="596.8" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="565.9" y1="510.0" x2="1670.3" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="341.1" y1="510.0" x2="999.4" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="678.4" y1="510.0" x2="2072.9" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="522.2" y1="420.0" x2="328.4" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="614.7" y1="420.0" x2="1401.9" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="568.4" y1="420.0" x2="731.0" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="660.9" y1="420.0" x2="1804.5" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="60.0" y1="510.0" x2="127.1" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="397.3" y1="510.0" x2="1200.6" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="172.4" y1="510.0" x2="529.7" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="509.7" y1="510.0" x2="1603.2" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="284.9" y1="510.0" x2="932.3" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="622.2" y1="510.0" x2="2005.8" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="116.2" y1="510.0" x2="261.3" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="453.5" y1="510.0" x2="1334.8" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="228.6" y1="510.0" x2="663.9" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="565.9" y1="510.0" x2="1737.4" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="341.1" y1="510.0" x2="1066.5" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="678.4" y1="510.0" x2="2140.0" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="522.2" y1="420.0" x2="395.5" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="614.7" y1="420.0" x2="1469.0" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="568.4" y1="420.0" x2="798.1" y2="600.0" stroke="#bbb" stroke-width="1"/>
<line x1="660.9" y1="420.0" x2="1871.6" y2="600.0" stroke="#bbb" stroke-width="1"/>
<circle cx="60.0" cy="60.0" r="5" fill="#8e523c" stroke="#333" stroke-width="0.5"><title>Id 1, Wert -958.8</title></circle>
<circle cx="646.7" cy="60.0" r="5" fill="#6f6342" stroke="#333" stroke-width="0.5"><title>Id 2, Wert -849.5</title></circle>
<circle cx="1233.3" cy="60.0" r="5" fill="#457b4a" stroke="#333" stroke-width="0.5"><title>Id 3, Wert -699.7</title></circle>
<circle cx="1820.0" cy="60.0" r="5" fill="#4f7548" stroke="#333" stroke-width="0.5"><title>Id 4, Wert -733.8</title></circle>
<circle cx="1926.7" cy="60.0" r="5" fill="#795e40" stroke="#333" stroke-width="0.5"><title>Id 5, Wert -884.4</title></circle>
<circle cx="1980.0" cy="60.0" r="5" fill="#9e4939" stroke="#333" stroke-width="0.5"><title>Id 6, Wert -1017.5</title></circle>
<circle cx="2033.3" cy="60.0" r="5" fill="#934f3b" stroke="#333" stroke-width="0.5"><title>Id 7, Wert -976.2</title></circle>
<circle cx="2086.7" cy="60.0" r="5" fill="#9d4939" stroke="#333" stroke-width="0.5"><title>Id 8, Wert -1014.0</title></circle>
<circle cx="2140.0" cy="60.0" r="5" fill="#b03f36" stroke="#333" stroke-width="0.5"><title>Id 9, Wert -1078.4</title></circle>
<circle cx="113.3" cy="60.0" r="5" fill="#8b533d" stroke="#333" stroke-width="0.5"><title>Id 10, Wert -949.8</title></circle>
<circle cx="166.7" cy="60.0" r="5" fill="#934f3b" stroke="#333" stroke-width="0.5"><title>Id 11, Wert -978.0</title></circle>
<circle cx="220.0" cy="60.0" r="5" fill="#6a6643" stroke="#333" stroke-width="0.5"><title>Id 12, Wert -832.2</title></circle>
<circle cx="273.3" cy="60.0" r="5" fill="#944f3b" stroke="#333" stroke-width="0.5"><title>Id 13, Wert -978.9</title></circle>
<circle cx="326.7" cy="60.0" r="5" fill="#6f6342" stroke="#333" stroke-width="0.5"><title>Id 14, Wert -849.0</title></circle>
<circle cx="380.0" cy="60.0" r="5" fill="#b73b35" stroke="#333" stroke-width="0.5"><title>Id 15, Wert -1103.8</title></circle>
<circle cx="433.3" cy="60.0" r="5" fill="#9e4939" stroke="#333" stroke-width="0.5"><title>Id 16, Wert -1017.6</title></circle>
<circle cx="486.7" cy="60.0" r="5" fill="#89553d" stroke="#333" stroke-width="0.5"><title>Id 17, Wert -941.1</title></circle>
<circle cx="540.0" cy="60.0" r="5" fill="#9a4b3a" stroke="#333" stroke-width="0.5"><title>Id 18, Wert -1003.1</title></circle>
<circle cx="593.3" cy="60.0" r="5" fill="#c53332" stroke="#333" stroke-width="0.5"><title>Id 19, Wert -1155.9</title></circle>
<circle cx="700.0" cy="60.0" r="5" fill="#5a6f46" stroke="#333" stroke-width="0.5"><title>Id 20, Wert -772.9</title></circle>
<circle cx="753.3" cy="60.0" r="5" fill="#81593f" stroke="#333" stroke-width="0.5"><title>Id 21, Wert -912.9</title></circle>
<circle cx="806.7" cy="60.0" r="5" fill="#8c533d" stroke="#333" stroke-width="0.5"><title>Id 22, Wert -952.5</title></circle>
<circle cx="860.0" cy="60.0" r="5" fill="#a94337" stroke="#333" stroke-width="0.5"><title>Id 23, Wert -1053.8</title></circle>
<circle cx="913.3" cy="60.0" r="5" fill="#676844" stroke="#333" stroke-width="0.5"><title>Id 24, Wert -821.7</title></circle>
<circle cx="966.7" cy="60.0" r="5" fill="#c33432" stroke="#333" stroke-width="0.5"><title>Id 25, Wert -1148.8</title></circle>
<circle cx="1020.0" cy="60.0" r="5" fill="#8e523c" stroke="#333" stroke-width="0.5"><title>Id 26, Wert -959.7</title></circle>
<circle cx="1073.3" cy="60.0" r="5" fill="#646a44" stroke="#333" stroke-width="0.5"><title>Id 27, Wert -807.8</title></circle>
<circle cx="1126.7" cy="60.0" r="7" fill="#6c6543" stroke="#c04040" stroke-width="2"><title>Id 28, Wert -839.7</title></circle>
<circle cx="1180.0" cy="60.0" r="5" fill="#a34638" stroke="#333" stroke-width="0.5"><title>Id 29, Wert -1035.6</title></circle>
<circle cx="1286.7" cy="60.0" r="5" fill="#ab4137" stroke="#333" stroke-width="0.5"><title>Id 30, Wert -1063.7</title></circle>
<circle cx="1340.0" cy="60.0" r="5" fill="#7a5d40" stroke="#333" stroke-width="0.5"><title>Id 31, Wert -886.8</title></circle>
<circle cx="1393.3" cy="60.0" r="5" fill="#726141" stroke="#333" stroke-width="0.5"><title>Id 32, Wert -860.1</title></circle>
<circle cx="1446.7" cy="60.0" r="5" fill="#765f41" stroke="#333" stroke-width="0.5"><title>Id 33, Wert -874.4</title></circle>
<circle cx="1500.0" cy="60.0" r="5" fill="#c83232" stroke="#333" stroke-width="0.5"><title>Id 34, Wert -1163.8</title></circle>
<circle cx="1553.3" cy="60.0" r="5" fill="#ac4137" stroke="#333" stroke-width="0.5"><title>Id 35, Wert -1067.5</title></circle>
<circle cx="1606.7" cy="60.0" r="5" fill="#85573e" stroke="#333" stroke-width="0.5"><title>Id 36, Wert -925.4</title></circle>
<circle cx="1660.0" cy="60.0" r="5" fill="#984c3a" stroke="#333" stroke-width="0.5"><title>Id 37, Wert -995.4</title></circle>
<circle cx="1713.3" cy="60.0" r="5" fill="#9b4b3a" stroke="#333" stroke-width="0.5"><title>Id 38, Wert -1004.4</title></circle>
<circle cx="1766.7" cy="60.0" r="5" fill="#92503c" stroke="#333" stroke-width="0.5"><title>Id 39, Wert -973.3</title></circle>
<circle cx="1873.3" cy="60.0" r="5" fill="#7d5c40" stroke="#333" stroke-width="0.5"><title>Id 40, Wert -896.9</title></circle>
<circle cx="60.0" cy="150.0" r="5" fill="#7f5a3f" stroke="#333" stroke-width="0.5"><title>Id 1.1, Wert -904.3</title></circle>
<circle cx="639.2" cy="150.0" r="5" fill="#4f7548" stroke="#333" stroke-width="0.5"><title>Id 2.1, Wert -734.9</title></circle>
<circle cx="1218.5" cy="150.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1, Wert -622.1</title></circle>
<circle cx="1797.7" cy="150.0" r="5" fill="#5a6f46" stroke="#333" stroke-width="0.5"><title>Id 4.1, Wert -775.7</title></circle>
<circle cx="1903.0" cy="150.0" r="5" fill="#577147" stroke="#333" stroke-width="0.5"><title>Id 5.1, Wert -763.2</title></circle>
<circle cx="1955.7" cy="150.0" r="5" fill="#785e40" stroke="#333" stroke-width="0.5"><title>Id 6.1, Wert -879.6</title></circle>
<circle cx="2008.4" cy="150.0" r="5" fill="#7d5b3f" stroke="#333" stroke-width="0.5"><title>Id 7.1, Wert -898.4</title></circle>
<circle cx="2061.0" cy="150.0" r="5" fill="#7f5a3f" stroke="#333" stroke-width="0.5"><title>Id 8.1, Wert -906.1</title></circle>
<circle cx="2113.7" cy="150.0" r="5" fill="#91503c" stroke="#333" stroke-width="0.5"><title>Id 9.1, Wert -969.0</title></circle>
<circle cx="112.7" cy="150.0" r="5" fill="#765f41" stroke="#333" stroke-width="0.5"><title>Id 10.1, Wert -874.5</title></circle>
<circle cx="165.3" cy="150.0" r="5" fill="#775f41" stroke="#333" stroke-width="0.5"><title>Id 11.1, Wert -878.4</title></circle>
<circle cx="218.0" cy="150.0" r="5" fill="#4f7548" stroke="#333" stroke-width="0.5"><title>Id 12.1, Wert -733.7</title></circle>
<circle cx="270.6" cy="150.0" r="5" fill="#766041" stroke="#333" stroke-width="0.5"><title>Id 13.1, Wert -872.6</title></circle>
<circle cx="323.3" cy="150.0" r="5" fill="#5b6f46" stroke="#333" stroke-width="0.5"><title>Id 14.1, Wert -776.5</title></circle>
<circle cx="375.9" cy="150.0" r="5" fill="#9b4b3a" stroke="#333" stroke-width="0.5"><title>Id 15.1, Wert -1005.2</title></circle>
<circle cx="428.6" cy="150.0" r="5" fill="#89553d" stroke="#333" stroke-width="0.5"><title>Id 16.1, Wert -940.4</title></circle>
<circle cx="481.3" cy="150.0" r="5" fill="#6e6442" stroke="#333" stroke-width="0.5"><title>Id 17.1, Wert -846.6</title></circle>
<circle cx="533.9" cy="150.0" r="5" fill="#8c533d" stroke="#333" stroke-width="0.5"><title>Id 18.1, Wert -952.1</title></circle>
<circle cx="586.6" cy="150.0" r="5" fill="#974d3b" stroke="#333" stroke-width="0.5"><title>Id 19.1, Wert -992.3</title></circle>
<circle cx="691.9" cy="150.0" r="5" fill="#437c4a" stroke="#333" stroke-width="0.5"><title>Id 20.1, Wert -693.6</title></circle>
<circle cx="744.6" cy="150.0" r="5" fill="#5d6e46" stroke="#333" stroke-width="0.5"><title>Id 21.1, Wert -784.0</title></circle>
<circle cx="797.2" cy="150.0" r="5" fill="#7f5a3f" stroke="#333" stroke-width="0.5"><title>Id 22.1, Wert -907.3</title></circle>
<circle cx="849.9" cy="150.0" r="5" fill="#88553d" stroke="#333" stroke-width="0.5"><title>Id 23.1, Wert -937.7</title></circle>
<circle cx="902.5" cy="150.0" r="5" fill="#447c4a" stroke="#333" stroke-width="0.5"><title>Id 24.1, Wert -694.1</title></circle>
<circle cx="955.2" cy="150.0" r="5" fill="#b73b35" stroke="#333" stroke-width="0.5"><title>Id 25.1, Wert -1105.0</title></circle>
<circle cx="1007.8" cy="150.0" r="5" fill="#83583e" stroke="#333" stroke-width="0.5"><title>Id 26.1, Wert -920.8</title></circle>
<circle cx="1060.5" cy="150.0" r="5" fill="#5c6e46" stroke="#333" stroke-width="0.5"><title>Id 27.1, Wert -781.6</title></circle>
<circle cx="1113.2" cy="150.0" r="7" fill="#4f7548" stroke="#c04040" stroke-width="2"><title>Id 28.1, Wert -735.7</title></circle>
<circle cx="1165.8" cy="150.0" r="5" fill="#88553d" stroke="#333" stroke-width="0.5"><title>Id 29.1, Wert -936.0</title></circle>
<circle cx="1271.1" cy="150.0" r="5" fill="#85573e" stroke="#333" stroke-width="0.5"><title>Id 30.1, Wert -926.7</title></circle>
<circle cx="1323.8" cy="150.0" r="5" fill="#606c45" stroke="#333" stroke-width="0.5"><title>Id 31.1, Wert -796.7</title></circle>
<circle cx="1376.5" cy="150.0" r="5" fill="#507548" stroke="#333" stroke-width="0.5"><title>Id 32.1, Wert -736.8</title></circle>
<circle cx="1429.1" cy="150.0" r="5" fill="#656944" stroke="#333" stroke-width="0.5"><title>Id 33.1, Wert -813.4</title></circle>
<circle cx="1481.8" cy="150.0" r="5" fill="#994c3a" stroke="#333" stroke-width="0.5"><title>Id 34.1, Wert -997.3</title></circle>
<circle cx="1534.4" cy="150.0" r="5" fill="#a64438" stroke="#333" stroke-width="0.5"><title>Id 35.1, Wert -1043.7</title></circle>
<circle cx="1587.1" cy="150.0" r="5" fill="#616b45" stroke="#333" stroke-width="0.5"><title>Id 36.1, Wert -799.6</title></circle>
<circle cx="1639.7" cy="150.0" r="5" fill="#84583e" stroke="#333" stroke-width="0.5"><title>Id 37.1, Wert -921.7</title></circle>
<circle cx="1692.4" cy="150.0" r="5" fill="#81593f" stroke="#333" stroke-width="0.5"><title>Id 38.1, Wert -913.4</title></circle>
<circle cx="1745.1" cy="150.0" r="5" fill="#716242" stroke="#333" stroke-width="0.5"><title>Id 39.1, Wert -857.4</title></circle>
<circle cx="1850.4" cy="150.0" r="5" fill="#527347" stroke="#333" stroke-width="0.5"><title>Id 40.1, Wert -746.6</title></circle>
<circle cx="86.3" cy="150.0" r="5" fill="#686743" stroke="#333" stroke-width="0.5"><title>Id 1.2, Wert -823.9</title></circle>
<circle cx="665.6" cy="150.0" r="5" fill="#4f7548" stroke="#333" stroke-width="0.5"><title>Id 2.2, Wert -734.9</title></circle>
<circle cx="1244.8" cy="150.0" r="5" fill="#447b4a" stroke="#333" stroke-width="0.5"><title>Id 3.2, Wert -696.6</title></circle>
<circle cx="1824.1" cy="150.0" r="5" fill="#3c804c" stroke="#333" stroke-width="0.5"><title>Id 4.2, Wert -666.9</title></circle>
<circle cx="1929.4" cy="150.0" r="5" fill="#597046" stroke="#333" stroke-width="0.5"><title>Id 5.2, Wert -770.3</title></circle>
<circle cx="1982.0" cy="150.0" r="5" fill="#83583e" stroke="#333" stroke-width="0.5"><title>Id 6.2, Wert -918.2</title></circle>
<circle cx="2034.7" cy="150.0" r="5" fill="#85573e" stroke="#333" stroke-width="0.5"><title>Id 7.2, Wert -928.8</title></circle>
<circle cx="2087.3" cy="150.0" r="5" fill="#8a543d" stroke="#333" stroke-width="0.5"><title>Id 8.2, Wert -943.7</title></circle>
<circle cx="2140.0" cy="150.0" r="5" fill="#92503c" stroke="#333" stroke-width="0.5"><title>Id 9.2, Wert -972.0</title></circle>
<circle cx="139.0" cy="150.0" r="5" fill="#7f5a3f" stroke="#333" stroke-width="0.5"><title>Id 10.2, Wert -904.7</title></circle>
<circle cx="191.6" cy="150.0" r="5" fill="#8b533d" stroke="#333" stroke-width="0.5"><title>Id 11.2, Wert -950.0</title></circle>
<circle cx="244.3" cy="150.0" r="5" fill="#547247" stroke="#333" stroke-width="0.5"><title>Id 12.2, Wert -754.1</title></circle>
<circle cx="297.0" cy="150.0" r="5" fill="#666844" stroke="#333" stroke-width="0.5"><title>Id 13.2, Wert -815.9</title></circle>
<circle cx="349.6" cy="150.0" r="5" fill="#5c6e46" stroke="#333" stroke-width="0.5"><title>Id 14.2, Wert -782.0</title></circle>
<circle cx="402.3" cy="150.0" r="5" fill="#83583e" stroke="#333" stroke-width="0.5"><title>Id 15.2, Wert -918.5</title></circle>
<circle cx="454.9" cy="150.0" r="5" fill="#8f513c" stroke="#333" stroke-width="0.5"><title>Id 16.2, Wert -963.5</title></circle>
<circle cx="507.6" cy="150.0" r="5" fill="#716242" stroke="#333" stroke-width="0.5"><title>Id 17.2, Wert -855.3</title></circle>
<circle cx="560.3" cy="150.0" r="5" fill="#7b5d40" stroke="#333" stroke-width="0.5"><title>Id 18.2, Wert -890.3</title></circle>
<circle cx="612.9" cy="150.0" r="5" fill="#b53c35" stroke="#333" stroke-width="0.5"><title>Id 19.2, Wert -1099.6</title></circle>
<circle cx="718.2" cy="150.0" r="5" fill="#497849" stroke="#333" stroke-width="0.5"><title>Id 20.2, Wert -714.5</title></circle>
<circle cx="770.9" cy="150.0" r="5" fill="#626a44" stroke="#333" stroke-width="0.5"><title>Id 21.2, Wert -804.1</title></circle>
<circle cx="823.5" cy="150.0" r="5" fill="#6b6643" stroke="#333" stroke-width="0.5"><title>Id 22.2, Wert -832.9</title></circle>
<circle cx="876.2" cy="150.0" r="5" fill="#88553d" stroke="#333" stroke-width="0.5"><title>Id 23.2, Wert -936.9</title></circle>
<circle cx="928.9" cy="150.0" r="5" fill="#437c4a" stroke="#333" stroke-width="0.5"><title>Id 24.2, Wert -691.1</title></circle>
<circle cx="981.5" cy="150.0" r="5" fill="#a64438" stroke="#333" stroke-width="0.5"><title>Id 25.2, Wert -1045.1</title></circle>
<circle cx="1034.2" cy="150.0" r="5" fill="#86563e" stroke="#333" stroke-width="0.5"><title>Id 26.2, Wert -931.2</title></circle>
<circle cx="1086.8" cy="150.0" r="5" fill="#5c6e46" stroke="#333" stroke-width="0.5"><title>Id 27.2, Wert -781.5</title></circle>
<circle cx="1139.5" cy="150.0" r="5" fill="#4f7548" stroke="#333" stroke-width="0.5"><title>Id 28.2, Wert -735.8</title></circle>
<circle cx="1192.2" cy="150.0" r="5" fill="#88553d" stroke="#333" stroke-width="0.5"><title>Id 29.2, Wert -936.0</title></circle>
<circle cx="1297.5" cy="150.0" r="5" fill="#746041" stroke="#333" stroke-width="0.5"><title>Id 30.2, Wert -867.6</title></circle>
<circle cx="1350.1" cy="150.0" r="5" fill="#676844" stroke="#333" stroke-width="0.5"><title>Id 31.2, Wert -821.7</title></circle>
<circle cx="1402.8" cy="150.0" r="5" fill="#5a6f46" stroke="#333" stroke-width="0.5"><title>Id 32.2, Wert -775.3</title></circle>
<circle cx="1455.4" cy="150.0" r="5" fill="#775f41" stroke="#333" stroke-width="0.5"><title>Id 33.2, Wert -877.3</title></circle>
<circle cx="1508.1" cy="150.0" r="5" fill="#974d3b" stroke="#333" stroke-width="0.5"><title>Id 34.2, Wert -991.7</title></circle>
<circle cx="1560.8" cy="150.0" r="5" fill="#9f4839" stroke="#333" stroke-width="0.5"><title>Id 35.2, Wert -1018.4</title></circle>
<circle cx="1613.4" cy="150.0" r="5" fill="#775f41" stroke="#333" stroke-width="0.5"><title>Id 36.2, Wert -876.2</title></circle>
<circle cx="1666.1" cy="150.0" r="5" fill="#934f3b" stroke="#333" stroke-width="0.5"><title>Id 37.2, Wert -975.9</title></circle>
<circle cx="1718.7" cy="150.0" r="5" fill="#934f3b" stroke="#333" stroke-width="0.5"><title>Id 38.2, Wert -977.4</title></circle>
<circle cx="1771.4" cy="150.0" r="5" fill="#716242" stroke="#333" stroke-width="0.5"><title>Id 39.2, Wert -854.4</title></circle>
<circle cx="1876.7" cy="150.0" r="5" fill="#4e7648" stroke="#333" stroke-width="0.5"><title>Id 40.2, Wert -730.0</title></circle>
<circle cx="1239.7" cy="240.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 3.1.1, Wert -607.7</title></circle>
<circle cx="1798.5" cy="240.0" r="5" fill="#39824c" stroke="#333" stroke-width="0.5"><title>Id 4.2.1, Wert -656.1</title></circle>
<circle cx="867.2" cy="240.0" r="5" fill="#37834d" stroke="#333" stroke-width="0.5"><title>Id 24.2.1, Wert -651.0</title></circle>
<circle cx="494.6" cy="240.0" r="5" fill="#31864e" stroke="#333" stroke-width="0.5"><title>Id 20.1.1, Wert -626.6</title></circle>
<circle cx="805.1" cy="240.0" r="5" fill="#447c4a" stroke="#333" stroke-width="0.5"><title>Id 24.1.1, Wert -694.1</title></circle>
<circle cx="1301.8" cy="240.0" r="5" fill="#3c804c" stroke="#333" stroke-width="0.5"><title>Id 3.2.1, Wert -667.0</title></circle>
<circle cx="1363.9" cy="240.0" r="5" fill="#427d4b" stroke="#333" stroke-width="0.5"><title>Id 3.3, Wert -687.7</title></circle>
<circle cx="556.7" cy="240.0" r="5" fill="#457b4a" stroke="#333" stroke-width="0.5"><title>Id 20.2.1, Wert -698.8</title></circle>
<circle cx="1984.8" cy="240.0" r="5" fill="#427d4b" stroke="#333" stroke-width="0.5"><title>Id 40.2.1, Wert -687.5</title></circle>
<circle cx="60.0" cy="240.0" r="5" fill="#537347" stroke="#333" stroke-width="0.5"><title>Id 12.1.1, Wert -750.4</title></circle>
<circle cx="1860.6" cy="240.0" r="5" fill="#4d7648" stroke="#333" stroke-width="0.5"><title>Id 4.3, Wert -728.6</title></circle>
<circle cx="370.4" cy="240.0" r="5" fill="#417d4b" stroke="#333" stroke-width="0.5"><title>Id 2.1.1, Wert -685.7</title></circle>
<circle cx="432.5" cy="240.0" r="5" fill="#407e4b" stroke="#333" stroke-width="0.5"><title>Id 2.2.1, Wert -682.2</title></circle>
<circle cx="1115.5" cy="240.0" r="5" fill="#39824c" stroke="#333" stroke-width="0.5"><title>Id 28.1.1, Wert -655.6</title></circle>
<circle cx="1177.6" cy="240.0" r="5" fill="#457b4a" stroke="#333" stroke-width="0.5"><title>Id 28.2.1, Wert -698.5</title></circle>
<circle cx="1488.1" cy="240.0" r="5" fill="#487949" stroke="#333" stroke-width="0.5"><title>Id 32.1.1, Wert -710.6</title></circle>
<circle cx="1922.7" cy="240.0" r="5" fill="#517448" stroke="#333" stroke-width="0.5"><title>Id 40.1.1, Wert -742.5</title></circle>
<circle cx="122.1" cy="240.0" r="5" fill="#487949" stroke="#333" stroke-width="0.5"><title>Id 12.2.1, Wert -708.7</title></circle>
<circle cx="2046.9" cy="240.0" r="5" fill="#467a4a" stroke="#333" stroke-width="0.5"><title>Id 5.1.1, Wert -701.9</title></circle>
<circle cx="2109.0" cy="240.0" r="5" fill="#4f7548" stroke="#333" stroke-width="0.5"><title>Id 5.2.1, Wert -735.0</title></circle>
<circle cx="618.8" cy="240.0" r="5" fill="#567147" stroke="#333" stroke-width="0.5"><title>Id 20.3, Wert -761.5</title></circle>
<circle cx="1550.1" cy="240.0" r="5" fill="#487949" stroke="#333" stroke-width="0.5"><title>Id 32.2.1, Wert -711.3</title></circle>
<circle cx="1736.4" cy="240.0" r="5" fill="#39824c" stroke="#333" stroke-width="0.5"><title>Id 4.1.1, Wert -655.4</title></circle>
<circle cx="246.3" cy="240.0" r="5" fill="#587046" stroke="#333" stroke-width="0.5"><title>Id 14.1.1, Wert -766.9</title></circle>
<circle cx="991.3" cy="240.0" r="5" fill="#4b7849" stroke="#333" stroke-width="0.5"><title>Id 27.2.1, Wert -719.5</title></circle>
<circle cx="929.3" cy="240.0" r="5" fill="#4e7648" stroke="#333" stroke-width="0.5"><title>Id 27.1.1, Wert -732.9</title></circle>
<circle cx="308.4" cy="240.0" r="5" fill="#5f6c45" stroke="#333" stroke-width="0.5"><title>Id 14.2.1, Wert -791.5</title></circle>
<circle cx="680.9" cy="240.0" r="5" fill="#567147" stroke="#333" stroke-width="0.5"><title>Id 21.1.1, Wert -760.9</title></circle>
<circle cx="1426.0" cy="240.0" r="5" fill="#4e7648" stroke="#333" stroke-width="0.5"><title>Id 31.1.1, Wert -731.5</title></circle>
<circle cx="1674.3" cy="240.0" r="5" fill="#5b6e46" stroke="#333" stroke-width="0.5"><title>Id 36.1.1, Wert -778.5</title></circle>
<circle cx="743.0" cy="240.0" r="5" fill="#587046" stroke="#333" stroke-width="0.5"><title>Id 21.2.1, Wert -766.8</title></circle>
<circle cx="1053.4" cy="240.0" r="5" fill="#4e7648" stroke="#333" stroke-width="0.5"><title>Id 27.3, Wert -732.9</title></circle>
<circle cx="1612.2" cy="240.0" r="5" fill="#527347" stroke="#333" stroke-width="0.5"><title>Id 33.1.1, Wert -746.5</title></circle>
<circle cx="184.2" cy="240.0" r="5" fill="#517448" stroke="#333" stroke-width="0.5"><title>Id 13.2.1, Wert -741.2</title></circle>
<circle cx="1270.7" cy="240.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 3.1.2, Wert -607.7</title></circle>
<circle cx="1829.6" cy="240.0" r="5" fill="#31864e" stroke="#333" stroke-width="0.5"><title>Id 4.2.2, Wert -629.7</title></circle>
<circle cx="898.2" cy="240.0" r="5" fill="#37834d" stroke="#333" stroke-width="0.5"><title>Id 24.2.2, Wert -651.0</title></circle>
<circle cx="525.7" cy="240.0" r="5" fill="#39824c" stroke="#333" stroke-width="0.5"><title>Id 20.1.2, Wert -654.8</title></circle>
<circle cx="836.1" cy="240.0" r="5" fill="#36844d" stroke="#333" stroke-width="0.5"><title>Id 24.1.2, Wert -644.5</title></circle>
<circle cx="1332.8" cy="240.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.2.2, Wert -622.1</title></circle>
<circle cx="1394.9" cy="240.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.4, Wert -622.1</title></circle>
<circle cx="587.8" cy="240.0" r="5" fill="#4e7648" stroke="#333" stroke-width="0.5"><title>Id 20.2.2, Wert -732.0</title></circle>
<circle cx="2015.8" cy="240.0" r="5" fill="#4c7749" stroke="#333" stroke-width="0.5"><title>Id 40.2.2, Wert -723.5</title></circle>
<circle cx="91.0" cy="240.0" r="5" fill="#3d7f4b" stroke="#333" stroke-width="0.5"><title>Id 12.1.2, Wert -670.4</title></circle>
<circle cx="1891.6" cy="240.0" r="5" fill="#3e7f4b" stroke="#333" stroke-width="0.5"><title>Id 4.4, Wert -675.0</title></circle>
<circle cx="401.5" cy="240.0" r="5" fill="#517448" stroke="#333" stroke-width="0.5"><title>Id 2.1.2, Wert -741.2</title></circle>
<circle cx="463.6" cy="240.0" r="5" fill="#447b4a" stroke="#333" stroke-width="0.5"><title>Id 2.2.2, Wert -696.4</title></circle>
<circle cx="1146.6" cy="240.0" r="7" fill="#3a814c" stroke="#c04040" stroke-width="2"><title>Id 28.1.2, Wert -659.6</title></circle>
<circle cx="1208.7" cy="240.0" r="5" fill="#467a4a" stroke="#333" stroke-width="0.5"><title>Id 28.2.2, Wert -702.0</title></circle>
<circle cx="1519.1" cy="240.0" r="5" fill="#3d804c" stroke="#333" stroke-width="0.5"><title>Id 32.1.2, Wert -669.1</title></circle>
<circle cx="1953.7" cy="240.0" r="5" fill="#3f7e4b" stroke="#333" stroke-width="0.5"><title>Id 40.1.2, Wert -678.0</title></circle>
<circle cx="153.1" cy="240.0" r="5" fill="#487949" stroke="#333" stroke-width="0.5"><title>Id 12.2.2, Wert -708.7</title></circle>
<circle cx="2077.9" cy="240.0" r="5" fill="#457b4a" stroke="#333" stroke-width="0.5"><title>Id 5.1.2, Wert -698.0</title></circle>
<circle cx="2140.0" cy="240.0" r="5" fill="#467a4a" stroke="#333" stroke-width="0.5"><title>Id 5.2.2, Wert -704.0</title></circle>
<circle cx="649.9" cy="240.0" r="5" fill="#437c4a" stroke="#333" stroke-width="0.5"><title>Id 20.4, Wert -693.6</title></circle>
<circle cx="1581.2" cy="240.0" r="5" fill="#507548" stroke="#333" stroke-width="0.5"><title>Id 32.2.2, Wert -739.3</title></circle>
<circle cx="1767.5" cy="240.0" r="5" fill="#3e7f4b" stroke="#333" stroke-width="0.5"><title>Id 4.1.2, Wert -673.5</title></circle>
<circle cx="277.3" cy="240.0" r="5" fill="#636a44" stroke="#333" stroke-width="0.5"><title>Id 14.1.2, Wert -806.8</title></circle>
<circle cx="1022.4" cy="240.0" r="5" fill="#5e6d45" stroke="#333" stroke-width="0.5"><title>Id 27.2.2, Wert -787.1</title></circle>
<circle cx="960.3" cy="240.0" r="5" fill="#577147" stroke="#333" stroke-width="0.5"><title>Id 27.1.2, Wert -763.6</title></circle>
<circle cx="339.4" cy="240.0" r="5" fill="#5b6f46" stroke="#333" stroke-width="0.5"><title>Id 14.2.2, Wert -776.0</title></circle>
<circle cx="711.9" cy="240.0" r="5" fill="#547247" stroke="#333" stroke-width="0.5"><title>Id 21.1.2, Wert -752.9</title></circle>
<circle cx="1457.0" cy="240.0" r="5" fill="#616b45" stroke="#333" stroke-width="0.5"><title>Id 31.1.2, Wert -797.9</title></circle>
<circle cx="1705.4" cy="240.0" r="5" fill="#6a6643" stroke="#333" stroke-width="0.5"><title>Id 36.1.2, Wert -830.2</title></circle>
<circle cx="774.0" cy="240.0" r="5" fill="#5b6e46" stroke="#333" stroke-width="0.5"><title>Id 21.2.2, Wert -778.2</title></circle>
<circle cx="1084.5" cy="240.0" r="5" fill="#606c45" stroke="#333" stroke-width="0.5"><title>Id 27.4, Wert -795.2</title></circle>
<circle cx="1643.3" cy="240.0" r="5" fill="#646944" stroke="#333" stroke-width="0.5"><title>Id 33.1.2, Wert -809.9</title></circle>
<circle cx="215.2" cy="240.0" r="5" fill="#517448" stroke="#333" stroke-width="0.5"><title>Id 13.2.2, Wert -741.2</title></circle>
<circle cx="967.6" cy="330.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1.1.1, Wert -622.0</title></circle>
<circle cx="1043.3" cy="330.0" r="5" fill="#2d884e" stroke="#333" stroke-width="0.5"><title>Id 3.1.2.1, Wert -613.9</title></circle>
<circle cx="1270.2" cy="330.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 3.2.2.1, Wert -607.7</title></circle>
<circle cx="1421.5" cy="330.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.1, Wert -595.1</title></circle>
<circle cx="1118.9" cy="330.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1.3, Wert -622.0</title></circle>
<circle cx="286.9" cy="330.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 20.1.1.1, Wert -607.1</title></circle>
<circle cx="1799.6" cy="330.0" r="5" fill="#31864e" stroke="#333" stroke-width="0.5"><title>Id 4.2.2.1, Wert -629.7</title></circle>
<circle cx="513.8" cy="330.0" r="5" fill="#2e884e" stroke="#333" stroke-width="0.5"><title>Id 24.1.2.1, Wert -618.6</title></circle>
<circle cx="589.5" cy="330.0" r="5" fill="#33854d" stroke="#333" stroke-width="0.5"><title>Id 24.2.1.1, Wert -634.0</title></circle>
<circle cx="665.1" cy="330.0" r="5" fill="#2d894f" stroke="#333" stroke-width="0.5"><title>Id 24.2.2.1, Wert -612.0</title></circle>
<circle cx="362.5" cy="330.0" r="5" fill="#31864e" stroke="#333" stroke-width="0.5"><title>Id 20.1.2.1, Wert -627.8</title></circle>
<circle cx="1572.7" cy="330.0" r="5" fill="#39824c" stroke="#333" stroke-width="0.5"><title>Id 4.1.1.1, Wert -655.5</title></circle>
<circle cx="816.4" cy="330.0" r="5" fill="#407e4b" stroke="#333" stroke-width="0.5"><title>Id 28.1.1.1, Wert -682.6</title></circle>
<circle cx="1724.0" cy="330.0" r="5" fill="#32864e" stroke="#333" stroke-width="0.5"><title>Id 4.2.1.1, Wert -630.2</title></circle>
<circle cx="892.0" cy="330.0" r="7" fill="#288c50" stroke="#c04040" stroke-width="2"><title>Id 28.1.2.1, Wert -594.2</title></circle>
<circle cx="1875.3" cy="330.0" r="5" fill="#31864e" stroke="#333" stroke-width="0.5"><title>Id 4.2.3, Wert -629.7</title></circle>
<circle cx="1194.5" cy="330.0" r="5" fill="#3b814c" stroke="#333" stroke-width="0.5"><title>Id 3.2.1.1, Wert -662.9</title></circle>
<circle cx="1497.1" cy="330.0" r="5" fill="#38824c" stroke="#333" stroke-width="0.5"><title>Id 32.1.2.1, Wert -652.8</title></circle>
<circle cx="60.0" cy="330.0" r="5" fill="#36844d" stroke="#333" stroke-width="0.5"><title>Id 12.1.2.1, Wert -644.7</title></circle>
<circle cx="1648.4" cy="330.0" r="5" fill="#33854d" stroke="#333" stroke-width="0.5"><title>Id 4.1.2.1, Wert -636.5</title></circle>
<circle cx="1950.9" cy="330.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 4.4.1, Wert -622.1</title></circle>
<circle cx="2026.5" cy="330.0" r="5" fill="#37834d" stroke="#333" stroke-width="0.5"><title>Id 40.1.2.1, Wert -650.3</title></circle>
<circle cx="211.3" cy="330.0" r="5" fill="#3f7e4b" stroke="#333" stroke-width="0.5"><title>Id 2.2.1.1, Wert -679.2</title></circle>
<circle cx="135.6" cy="330.0" r="5" fill="#417d4b" stroke="#333" stroke-width="0.5"><title>Id 2.1.1.1, Wert -685.6</title></circle>
<circle cx="2102.2" cy="330.0" r="5" fill="#33854d" stroke="#333" stroke-width="0.5"><title>Id 40.2.1.1, Wert -633.6</title></circle>
<circle cx="1345.8" cy="330.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.3.1, Wert -595.9</title></circle>
<circle cx="740.7" cy="330.0" r="5" fill="#37834d" stroke="#333" stroke-width="0.5"><title>Id 24.2.3, Wert -651.0</title></circle>
<circle cx="438.2" cy="330.0" r="5" fill="#31864e" stroke="#333" stroke-width="0.5"><title>Id 20.4.1, Wert -626.6</title></circle>
<circle cx="1005.5" cy="330.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1.1.2, Wert -622.0</title></circle>
<circle cx="1081.1" cy="330.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1.2.2, Wert -622.0</title></circle>
<circle cx="1308.0" cy="330.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.2.2.2, Wert -622.1</title></circle>
<circle cx="1459.3" cy="330.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.2, Wert -595.1</title></circle>
<circle cx="1156.7" cy="330.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1.4, Wert -622.1</title></circle>
<circle cx="324.7" cy="330.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 20.1.1.2, Wert -607.1</title></circle>
<circle cx="1837.5" cy="330.0" r="5" fill="#32864e" stroke="#333" stroke-width="0.5"><title>Id 4.2.2.2, Wert -629.8</title></circle>
<circle cx="551.6" cy="330.0" r="5" fill="#36834d" stroke="#333" stroke-width="0.5"><title>Id 24.1.2.2, Wert -645.6</title></circle>
<circle cx="627.3" cy="330.0" r="5" fill="#37834d" stroke="#333" stroke-width="0.5"><title>Id 24.2.1.2, Wert -651.1</title></circle>
<circle cx="702.9" cy="330.0" r="5" fill="#34854d" stroke="#333" stroke-width="0.5"><title>Id 24.2.2.2, Wert -637.5</title></circle>
<circle cx="400.4" cy="330.0" r="5" fill="#31864e" stroke="#333" stroke-width="0.5"><title>Id 20.1.2.2, Wert -627.8</title></circle>
<circle cx="1610.5" cy="330.0" r="5" fill="#31864e" stroke="#333" stroke-width="0.5"><title>Id 4.1.1.2, Wert -629.5</title></circle>
<circle cx="854.2" cy="330.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 28.1.1.2, Wert -597.6</title></circle>
<circle cx="1761.8" cy="330.0" r="5" fill="#32864e" stroke="#333" stroke-width="0.5"><title>Id 4.2.1.2, Wert -630.2</title></circle>
<circle cx="929.8" cy="330.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2, Wert -594.2</title></circle>
<circle cx="1913.1" cy="330.0" r="5" fill="#35844d" stroke="#333" stroke-width="0.5"><title>Id 4.2.4, Wert -640.9</title></circle>
<circle cx="1232.4" cy="330.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.2.1.2, Wert -597.2</title></circle>
<circle cx="1534.9" cy="330.0" r="5" fill="#2e884e" stroke="#333" stroke-width="0.5"><title>Id 32.1.2.2, Wert -615.9</title></circle>
<circle cx="97.8" cy="330.0" r="5" fill="#36844d" stroke="#333" stroke-width="0.5"><title>Id 12.1.2.2, Wert -644.7</title></circle>
<circle cx="1686.2" cy="330.0" r="5" fill="#37834d" stroke="#333" stroke-width="0.5"><title>Id 4.1.2.2, Wert -647.7</title></circle>
<circle cx="1988.7" cy="330.0" r="5" fill="#3b814c" stroke="#333" stroke-width="0.5"><title>Id 4.4.2, Wert -663.1</title></circle>
<circle cx="2064.4" cy="330.0" r="5" fill="#37834d" stroke="#333" stroke-width="0.5"><title>Id 40.1.2.2, Wert -650.3</title></circle>
<circle cx="249.1" cy="330.0" r="5" fill="#3c804c" stroke="#333" stroke-width="0.5"><title>Id 2.2.1.2, Wert -665.6</title></circle>
<circle cx="173.5" cy="330.0" r="5" fill="#36834d" stroke="#333" stroke-width="0.5"><title>Id 2.1.1.2, Wert -645.4</title></circle>
<circle cx="2140.0" cy="330.0" r="5" fill="#3a814c" stroke="#333" stroke-width="0.5"><title>Id 40.2.1.2, Wert -660.6</title></circle>
<circle cx="1383.6" cy="330.0" r="5" fill="#3b814c" stroke="#333" stroke-width="0.5"><title>Id 3.3.2, Wert -662.8</title></circle>
<circle cx="778.5" cy="330.0" r="5" fill="#3b804c" stroke="#333" stroke-width="0.5"><title>Id 24.2.4, Wert -664.9</title></circle>
<circle cx="476.0" cy="330.0" r="5" fill="#3c804c" stroke="#333" stroke-width="0.5"><title>Id 20.4.2, Wert -666.9</title></circle>
<circle cx="522.2" cy="420.0" r="7" fill="#288c50" stroke="#c04040" stroke-width="2"><title>Id 28.1.2.1.1, Wert -594.2</title></circle>
<circle cx="614.7" cy="420.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.1, Wert -594.2</title></circle>
<circle cx="1908.9" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.1.1, Wert -595.1</title></circle>
<circle cx="2001.3" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.2.1, Wert -595.1</title></circle>
<circle cx="1816.4" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.3.1.1, Wert -595.9</title></circle>
<circle cx="1446.7" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.2.1.2.1, Wert -597.2</title></circle>
<circle cx="429.8" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 28.1.1.2.1, Wert -597.6</title></circle>
<circle cx="60.0" cy="420.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 20.1.1.1.1, Wert -607.1</title></circle>
<circle cx="152.4" cy="420.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 20.1.1.2.1, Wert -607.1</title></circle>
<circle cx="1539.1" cy="420.0" r="5" fill="#2d884e" stroke="#333" stroke-width="0.5"><title>Id 3.2.2.1.1, Wert -613.9</title></circle>
<circle cx="892.0" cy="420.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1.1.3, Wert -622.0</title></circle>
<circle cx="1169.3" cy="420.0" r="5" fill="#2d884e" stroke="#333" stroke-width="0.5"><title>Id 3.1.2.3, Wert -613.9</title></circle>
<circle cx="337.3" cy="420.0" r="5" fill="#298b4f" stroke="#333" stroke-width="0.5"><title>Id 24.2.2.1.1, Wert -598.6</title></circle>
<circle cx="984.4" cy="420.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1.2.1.1, Wert -622.0</title></circle>
<circle cx="2093.8" cy="420.0" r="5" fill="#2d894f" stroke="#333" stroke-width="0.5"><title>Id 32.1.2.2.1, Wert -612.9</title></circle>
<circle cx="244.9" cy="420.0" r="5" fill="#2a8a4f" stroke="#333" stroke-width="0.5"><title>Id 24.1.2.1.1, Wert -602.8</title></circle>
<circle cx="707.1" cy="420.0" r="5" fill="#2d884e" stroke="#333" stroke-width="0.5"><title>Id 3.1.1.1.1, Wert -613.9</title></circle>
<circle cx="1261.8" cy="420.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 3.1.3.1, Wert -607.7</title></circle>
<circle cx="799.6" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.1.1.2.1, Wert -595.1</title></circle>
<circle cx="1076.9" cy="420.0" r="5" fill="#2d884e" stroke="#333" stroke-width="0.5"><title>Id 3.1.2.2.1, Wert -613.9</title></circle>
<circle cx="1631.6" cy="420.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 3.2.2.2.1, Wert -607.7</title></circle>
<circle cx="1354.2" cy="420.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 3.1.4.1, Wert -607.7</title></circle>
<circle cx="1724.0" cy="420.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.2.2.3, Wert -622.1</title></circle>
<circle cx="568.4" cy="420.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.2, Wert -594.2</title></circle>
<circle cx="660.9" cy="420.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.2, Wert -594.2</title></circle>
<circle cx="1955.1" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.1.2, Wert -595.1</title></circle>
<circle cx="2047.6" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.2.2, Wert -595.1</title></circle>
<circle cx="1862.7" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.3.1.2, Wert -595.9</title></circle>
<circle cx="1492.9" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.2.1.2.2, Wert -597.2</title></circle>
<circle cx="476.0" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 28.1.1.2.2, Wert -597.6</title></circle>
<circle cx="106.2" cy="420.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 20.1.1.1.2, Wert -607.1</title></circle>
<circle cx="198.7" cy="420.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 20.1.1.2.2, Wert -607.1</title></circle>
<circle cx="1585.3" cy="420.0" r="5" fill="#2d884e" stroke="#333" stroke-width="0.5"><title>Id 3.2.2.1.2, Wert -613.9</title></circle>
<circle cx="938.2" cy="420.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1.1.4, Wert -622.0</title></circle>
<circle cx="1215.6" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.1.2.4, Wert -595.1</title></circle>
<circle cx="383.6" cy="420.0" r="5" fill="#30874e" stroke="#333" stroke-width="0.5"><title>Id 24.2.2.1.2, Wert -625.6</title></circle>
<circle cx="1030.7" cy="420.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1.2.1.2, Wert -622.0</title></circle>
<circle cx="2140.0" cy="420.0" r="5" fill="#2d894f" stroke="#333" stroke-width="0.5"><title>Id 32.1.2.2.2, Wert -612.9</title></circle>
<circle cx="291.1" cy="420.0" r="5" fill="#2a8a4f" stroke="#333" stroke-width="0.5"><title>Id 24.1.2.1.2, Wert -602.8</title></circle>
<circle cx="753.3" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.1.1.1.2, Wert -595.1</title></circle>
<circle cx="1308.0" cy="420.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1.3.2, Wert -622.1</title></circle>
<circle cx="845.8" cy="420.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1.1.2.2, Wert -622.0</title></circle>
<circle cx="1123.1" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.1.2.2.2, Wert -595.1</title></circle>
<circle cx="1677.8" cy="420.0" r="5" fill="#2b894f" stroke="#333" stroke-width="0.5"><title>Id 3.2.2.2.2, Wert -607.7</title></circle>
<circle cx="1400.4" cy="420.0" r="5" fill="#2f874e" stroke="#333" stroke-width="0.5"><title>Id 3.1.4.2, Wert -622.1</title></circle>
<circle cx="1770.2" cy="420.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.2.2.4, Wert -595.1</title></circle>
<circle cx="60.0" cy="510.0" r="7" fill="#288c50" stroke="#c04040" stroke-width="2"><title>Id 28.1.2.1.1.1, Wert -594.2</title></circle>
<circle cx="397.3" cy="510.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.1.1, Wert -594.2</title></circle>
<circle cx="172.4" cy="510.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.2.1, Wert -594.2</title></circle>
<circle cx="509.7" cy="510.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.2.1, Wert -594.2</title></circle>
<circle cx="284.9" cy="510.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.3, Wert -594.2</title></circle>
<circle cx="622.2" cy="510.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.3, Wert -594.2</title></circle>
<circle cx="1521.6" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.1.1.1, Wert -595.1</title></circle>
<circle cx="1858.9" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.2.1.1, Wert -595.1</title></circle>
<circle cx="847.0" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.1.1.2.1.1, Wert -595.1</title></circle>
<circle cx="1634.1" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.1.2.1, Wert -595.1</title></circle>
<circle cx="1971.4" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.2.2.1, Wert -595.1</title></circle>
<circle cx="1071.9" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.1.2.4.1, Wert -595.1</title></circle>
<circle cx="734.6" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.1.1.1.2.1, Wert -595.1</title></circle>
<circle cx="959.5" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.1.2.2.2.1, Wert -595.1</title></circle>
<circle cx="1184.3" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.2.2.4.1, Wert -595.1</title></circle>
<circle cx="1746.5" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.1.3, Wert -595.1</title></circle>
<circle cx="2083.8" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.2.3, Wert -595.1</title></circle>
<circle cx="1296.8" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.3.1.1.1, Wert -595.9</title></circle>
<circle cx="1409.2" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.3.1.2.1, Wert -595.9</title></circle>
<circle cx="116.2" cy="510.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.1.2, Wert -594.2</title></circle>
<circle cx="453.5" cy="510.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.1.2, Wert -594.2</title></circle>
<circle cx="228.6" cy="510.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.2.2, Wert -594.2</title></circle>
<circle cx="565.9" cy="510.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.2.2, Wert -594.2</title></circle>
<circle cx="341.1" cy="510.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.4, Wert -594.2</title></circle>
<circle cx="678.4" cy="510.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.4, Wert -594.2</title></circle>
<circle cx="1577.8" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.1.1.2, Wert -595.1</title></circle>
<circle cx="1915.1" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.2.1.2, Wert -595.1</title></circle>
<circle cx="903.2" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.1.1.2.1.2, Wert -595.1</title></circle>
<circle cx="1690.3" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.1.2.2, Wert -595.1</title></circle>
<circle cx="2027.6" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.2.2.2, Wert -595.1</title></circle>
<circle cx="1128.1" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.1.2.4.2, Wert -595.1</title></circle>
<circle cx="790.8" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.1.1.1.2.2, Wert -595.1</title></circle>
<circle cx="1015.7" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.1.2.2.2.2, Wert -595.1</title></circle>
<circle cx="1240.5" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.2.2.4.2, Wert -595.1</title></circle>
<circle cx="1802.7" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.1.4, Wert -595.1</title></circle>
<circle cx="2140.0" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.4.2.4, Wert -595.1</title></circle>
<circle cx="1353.0" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.3.1.1.2, Wert -595.9</title></circle>
<circle cx="1465.4" cy="510.0" r="5" fill="#288b4f" stroke="#333" stroke-width="0.5"><title>Id 3.3.1.2.2, Wert -595.9</title></circle>
<circle cx="60.0" cy="600.0" r="7" fill="#288c50" stroke="#c04040" stroke-width="2"><title>Id 28.1.2.1.1.1.1, Wert -594.2</title></circle>
<circle cx="1133.5" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.1.1.1, Wert -594.2</title></circle>
<circle cx="462.6" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.2.1.1, Wert -594.2</title></circle>
<circle cx="1536.1" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.2.1.1, Wert -594.2</title></circle>
<circle cx="865.2" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.3.1, Wert -594.2</title></circle>
<circle cx="1938.7" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.3.1, Wert -594.2</title></circle>
<circle cx="194.2" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.1.2.1, Wert -594.2</title></circle>
<circle cx="1267.7" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.1.2.1, Wert -594.2</title></circle>
<circle cx="596.8" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.2.2.1, Wert -594.2</title></circle>
<circle cx="1670.3" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.2.2.1, Wert -594.2</title></circle>
<circle cx="999.4" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.4.1, Wert -594.2</title></circle>
<circle cx="2072.9" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.4.1, Wert -594.2</title></circle>
<circle cx="328.4" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.1.3, Wert -594.2</title></circle>
<circle cx="1401.9" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.1.3, Wert -594.2</title></circle>
<circle cx="731.0" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.2.3, Wert -594.2</title></circle>
<circle cx="1804.5" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.2.3, Wert -594.2</title></circle>
<circle cx="127.1" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.1.1.2, Wert -594.2</title></circle>
<circle cx="1200.6" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.1.1.2, Wert -594.2</title></circle>
<circle cx="529.7" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.2.1.2, Wert -594.2</title></circle>
<circle cx="1603.2" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.2.1.2, Wert -594.2</title></circle>
<circle cx="932.3" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.3.2, Wert -594.2</title></circle>
<circle cx="2005.8" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.3.2, Wert -594.2</title></circle>
<circle cx="261.3" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.1.2.2, Wert -594.2</title></circle>
<circle cx="1334.8" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.1.2.2, Wert -594.2</title></circle>
<circle cx="663.9" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.2.2.2, Wert -594.2</title></circle>
<circle cx="1737.4" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.2.2.2, Wert -594.2</title></circle>
<circle cx="1066.5" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.4.2, Wert -594.2</title></circle>
<circle cx="2140.0" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.4.2, Wert -594.2</title></circle>
<circle cx="395.5" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.1.4, Wert -594.2</title></circle>
<circle cx="1469.0" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.1.4, Wert -594.2</title></circle>
<circle cx="798.1" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.1.2.4, Wert -594.2</title></circle>
<circle cx="1871.6" cy="600.0" r="5" fill="#288c50" stroke="#333" stroke-width="0.5"><title>Id 28.1.2.2.2.4, Wert -594.2</title></circle>
<text x="60.0" y="622.0" text-anchor="middle" font-size="12" font-weight="bold" fill="#c04040">28.1.2.1.1.1.1</text>
<text x="48" y="64.0" text-anchor="end" font-size="11" fill="#666">Gen 0</text>
<text x="48" y="154.0" text-anchor="end" font-size="11" fill="#666">Gen 1</text>
<text x="48" y="244.0" text-anchor="end" font-size="11" fill="#666">Gen 2</text>
<text x="48" y="334.0" text-anchor="end" font-size="11" fill="#666">Gen 3</text>
<text x="48" y="424.0" text-anchor="end" font-size="11" fill="#666">Gen 4</text>
<text x="48" y="514.0" text-anchor="end" font-size="11" fill="#666">Gen 5</text>
<text x="48" y="604.0" text-anchor="end" font-size="11" fill="#666">Gen 6</text>
</svg>

After

Width:  |  Height:  |  Size: 74 KiB

+27 -24
View File
@@ -5,21 +5,21 @@
<line x1="60" y1="60" x2="60" y2="390.0" stroke="#333" stroke-width="1.5"/>
<line x1="60" y1="390.0" x2="840" y2="390.0" stroke="#333" stroke-width="1.5"/>
<line x1="60" y1="390.0" x2="840" y2="390.0" stroke="#eee" stroke-width="1"/>
<text x="52" y="394.0" text-anchor="end" font-size="11" fill="#666">-821</text>
<text x="52" y="394.0" text-anchor="end" font-size="11" fill="#666">-1164</text>
<line x1="60" y1="324.0" x2="840" y2="324.0" stroke="#eee" stroke-width="1"/>
<text x="52" y="328.0" text-anchor="end" font-size="11" fill="#666">-715</text>
<text x="52" y="328.0" text-anchor="end" font-size="11" fill="#666">-1050</text>
<line x1="60" y1="258.0" x2="840" y2="258.0" stroke="#eee" stroke-width="1"/>
<text x="52" y="262.0" text-anchor="end" font-size="11" fill="#666">-609</text>
<text x="52" y="262.0" text-anchor="end" font-size="11" fill="#666">-936</text>
<line x1="60" y1="192.0" x2="840" y2="192.0" stroke="#eee" stroke-width="1"/>
<text x="52" y="196.0" text-anchor="end" font-size="11" fill="#666">-503</text>
<text x="52" y="196.0" text-anchor="end" font-size="11" fill="#666">-822</text>
<line x1="60" y1="126.0" x2="840" y2="126.0" stroke="#eee" stroke-width="1"/>
<text x="52" y="130.0" text-anchor="end" font-size="11" fill="#666">-398</text>
<text x="52" y="130.0" text-anchor="end" font-size="11" fill="#666">-708</text>
<line x1="60" y1="60.0" x2="840" y2="60.0" stroke="#eee" stroke-width="1"/>
<text x="52" y="64.0" text-anchor="end" font-size="11" fill="#666">-292</text>
<text x="52" y="64.0" text-anchor="end" font-size="11" fill="#666">-594</text>
<text x="18" y="225.0" text-anchor="middle" font-size="12" fill="#333" transform="rotate(-90 18 225.0)">Wertigkeit (hoeher = besser)</text>
<polyline points="60.0,105.6 112.0,74.6 164.0,74.6 216.0,74.6 268.0,60.6 320.0,60.6 372.0,60.6 424.0,60.0 476.0,60.0 528.0,60.0 580.0,60.0 632.0,60.0 684.0,60.0 736.0,60.0 788.0,60.0 840.0,60.0" fill="none" stroke="#2f6f4f" stroke-width="2"/>
<polyline points="60.0,246.5 112.0,206.0 164.0,219.5 216.0,145.1 268.0,123.3 320.0,130.6 372.0,91.7 424.0,82.5 476.0,85.5 528.0,63.8 580.0,63.8 632.0,63.8 684.0,60.5 736.0,60.5 788.0,60.5 840.0,60.0" fill="none" stroke="#c08a2d" stroke-width="2"/>
<polyline points="60.0,385.7 112.0,390.0 164.0,390.0 216.0,183.8 268.0,179.7 320.0,183.8 372.0,114.7 424.0,155.6 476.0,155.6 528.0,67.4 580.0,67.4 632.0,67.4 684.0,61.6 736.0,61.6 788.0,61.6 840.0,60.0" fill="none" stroke="#a03030" stroke-width="2"/>
<polyline points="60.0,121.1 103.3,76.2 146.7,76.2 190.0,76.2 233.3,67.8 276.7,67.8 320.0,67.8 363.3,60.0 406.7,60.0 450.0,60.0 493.3,60.0 536.7,60.0 580.0,60.0 623.3,60.0 666.7,60.0 710.0,60.0 753.3,60.0 796.7,60.0 840.0,60.0" fill="none" stroke="#2f6f4f" stroke-width="2"/>
<polyline points="60.0,266.7 103.3,215.0 146.7,232.2 190.0,149.5 233.3,128.2 276.7,135.3 320.0,96.3 363.3,82.8 406.7,87.3 450.0,68.9 493.3,66.8 536.7,67.5 580.0,60.4 623.3,60.4 666.7,60.4 710.0,60.0 753.3,60.0 796.7,60.0 840.0,60.0" fill="none" stroke="#c08a2d" stroke-width="2"/>
<polyline points="60.0,390.0 103.3,355.9 146.7,390.0 190.0,188.5 233.3,196.7 276.7,196.7 320.0,117.6 363.3,113.0 406.7,117.6 450.0,76.2 493.3,78.2 536.7,78.2 580.0,61.0 623.3,61.0 666.7,61.0 710.0,60.0 753.3,60.0 796.7,60.0 840.0,60.0" fill="none" stroke="#a03030" stroke-width="2"/>
<line x1="680" y1="70" x2="704" y2="70" stroke="#2f6f4f" stroke-width="2"/>
<text x="710" y="74" font-size="11" fill="#333">beste Loesung</text>
<line x1="680" y1="88" x2="704" y2="88" stroke="#c08a2d" stroke-width="2"/>
@@ -35,22 +35,25 @@
<text x="52" y="519.0" text-anchor="end" font-size="11" fill="#666">60</text>
<line x1="60" y1="440.0" x2="840" y2="440.0" stroke="#eee" stroke-width="1"/>
<text x="52" y="444.0" text-anchor="end" font-size="11" fill="#666">120</text>
<polyline points="60.0,540.0 112.0,490.0 164.0,440.0 216.0,547.5 268.0,505.0 320.0,462.5 372.0,555.0 424.0,520.0 476.0,485.0 528.0,561.2 580.0,532.5 632.0,503.8 684.0,566.2 736.0,542.5 788.0,518.8 840.0,570.0" fill="none" stroke="#4060a0" stroke-width="2"/>
<polyline points="60.0,540.0 103.3,490.0 146.7,440.0 190.0,547.5 233.3,505.0 276.7,462.5 320.0,555.0 363.3,520.0 406.7,485.0 450.0,561.2 493.3,532.5 536.7,503.8 580.0,566.2 623.3,542.5 666.7,518.8 710.0,570.0 753.3,550.0 796.7,530.0 840.0,573.8" fill="none" stroke="#4060a0" stroke-width="2"/>
<text x="60.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">e</text>
<text x="112.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="164.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="216.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="268.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="320.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="372.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="424.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="476.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="528.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="580.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="632.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="684.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="736.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="788.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="103.3" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="146.7" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="190.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="233.3" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="276.7" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="320.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="363.3" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="406.7" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="450.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="493.3" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="536.7" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="580.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="623.3" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="666.7" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="710.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="753.3" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="796.7" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="840.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="450" y="638" text-anchor="middle" font-size="12" fill="#333">Zyklus-Aktion (Zeit)</text>
</svg>

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

+296 -296
View File
@@ -1,300 +1,300 @@
Aksoy, Luca, = Hof 1, Tisch 30, Nummer 2
Aksoy, Marie, = Hof 1, Tisch 30, Nummer 4
Aksoy, Marija, = Hof 2, Tisch 53, Nummer 2
Aksoy, Michael, Dr. = Hof 2, Tisch 55, Nummer 2
Aksoy, Nadine, = Hof 1, Tisch 21, Nummer 3
Aksoy, Nicole, = Hof 1, Tisch 31, Nummer 5
Aksoy, Sergej, = Hof 1, Tisch 21, Nummer 2
Aksoy, Sofia, = Hof 1, Tisch 30, Nummer 3
Aksoy, Thomas, = Hof 1, Tisch 21, Nummer 4
Albrecht, Andreas, = Hof 1, Tisch 8, Nummer 2
Albrecht, Emre, Prof. Dr. = Hof 1, Tisch 37, Nummer 4
Albrecht, Sarah, = Hof 1, Tisch 8, Nummer 4
Albrecht, Yusuf, Prof. Dr. = Hof 1, Tisch 15, Nummer 5
Arnold, Christian, = Hof 2, Tisch 69, Nummer 3
Arnold, Jennifer, = Hof 2, Tisch 70, Nummer 2
Arnold, Jennifer, Dr. = Hof 1, Tisch 28, Nummer 4
Arnold, Leni, = Hof 2, Tisch 70, Nummer 3
Arnold, Mila, = Hof 2, Tisch 69, Nummer 4
Arnold, Nadine, = Hof 2, Tisch 52, Nummer 3
Arnold, Patrick, = Hof 2, Tisch 69, Nummer 2
Barth, Lina, = Hof 1, Tisch 16, Nummer 3
Barth, Markus, = Hof 2, Tisch 49, Nummer 3
Barth, Nadine, = Hof 1, Tisch 16, Nummer 4
Barth, Patrick, = Hof 1, Tisch 16, Nummer 2
Barth, Timo, = Hof 1, Tisch 16, Nummer 5
Bauer, Dragana, = Hof 1, Tisch 42, Nummer 4
Bauer, Yusuf, = Hof 1, Tisch 2, Nummer 3
Becker, Jan, = Hof 2, Tisch 46, Nummer 2
Becker, Marija, = Hof 1, Tisch 43, Nummer 2
Becker, Nicole, = Hof 2, Tisch 46, Nummer 3
Becker, Sandra, = Hof 2, Tisch 46, Nummer 4
Berger, Andreas, = Hof 1, Tisch 20, Nummer 3
Berger, Anton, = Hof 1, Tisch 29, Nummer 3
Berger, Jennifer, = Hof 1, Tisch 20, Nummer 5
Berger, Layla, = Hof 1, Tisch 29, Nummer 2
Berger, Nadine, Dr. = Hof 2, Tisch 62, Nummer 2
Berger, Stefan, = Hof 1, Tisch 20, Nummer 4
Berger, Svenja, = Hof 1, Tisch 20, Nummer 2
Bianchi, Jan, Dr. = Hof 1, Tisch 2, Nummer 2
Bianchi, Mia, = Hof 1, Tisch 38, Nummer 3
Bianchi, Sandra, = Hof 1, Tisch 38, Nummer 4
Bianchi, Thomas, = Hof 1, Tisch 37, Nummer 2
Bianchi, Thomas, = Hof 1, Tisch 38, Nummer 2
Braun, Christian, = Hof 1, Tisch 3, Nummer 3
Braun, Dragana, = Hof 1, Tisch 11, Nummer 3
Braun, Jan, = Hof 1, Tisch 11, Nummer 5
Braun, Julia, = Hof 1, Tisch 11, Nummer 4
Braun, Milan, = Hof 1, Tisch 11, Nummer 2
Braun, Nadine, = Hof 1, Tisch 3, Nummer 2
Busch, Emre, = Hof 1, Tisch 39, Nummer 4
Busch, Marie, = Hof 1, Tisch 39, Nummer 3
Busch, Michael, = Hof 1, Tisch 39, Nummer 2
Busch, Olga, = Hof 1, Tisch 39, Nummer 5
Busch, Patrick, = Hof 2, Tisch 55, Nummer 5
Celik, Elif, = Hof 1, Tisch 19, Nummer 4
Celik, Patrick, = Hof 1, Tisch 19, Nummer 3
Dallmann, Charlotte, = Hof 1, Tisch 7, Nummer 2
Dallmann, Heinrich, = Hof 1, Tisch 7, Nummer 5
Dallmann, Margarete, = Hof 1, Tisch 7, Nummer 3
Dallmann, Maximilian, = Hof 1, Tisch 7, Nummer 4
Demir, Sandra, Dr. = Hof 1, Tisch 29, Nummer 4
Dietrich, Dragana, Prof. Dr. = Hof 2, Tisch 56, Nummer 4
Dietrich, Jennifer, = Hof 2, Tisch 63, Nummer 3
Dietrich, Marco, = Hof 2, Tisch 63, Nummer 2
Dietrich, Sofia, = Hof 2, Tisch 63, Nummer 4
Engel, Anja, = Hof 1, Tisch 27, Nummer 2
Engel, Anton, = Hof 1, Tisch 28, Nummer 3
Engel, Julia, = Hof 1, Tisch 27, Nummer 4
Engel, Nicole, = Hof 1, Tisch 28, Nummer 5
Engel, Yusuf, = Hof 1, Tisch 27, Nummer 3
Esposito, Jan, Dr. = Hof 1, Tisch 10, Nummer 4
Esposito, Yusuf, Prof. Dr. = Hof 1, Tisch 43, Nummer 3
Frank, Dennis, = Hof 1, Tisch 12, Nummer 2
Frank, Finn, = Hof 1, Tisch 22, Nummer 2
Frank, Lena, = Hof 1, Tisch 22, Nummer 3
Frank, Marie, = Hof 1, Tisch 22, Nummer 4
Frank, Nadine, = Hof 1, Tisch 12, Nummer 3
Franke, Amira, = Hof 2, Tisch 57, Nummer 3
Franke, Julia, = Hof 2, Tisch 57, Nummer 2
Franke, Marco, = Hof 2, Tisch 67, Nummer 3
Franke, Michael, = Hof 2, Tisch 57, Nummer 4
Franke, Olga, = Hof 2, Tisch 67, Nummer 5
Freifrau von Waldeck, Antonia, = Hof 1, Tisch 6, Nummer 3
Aksoy, Luca, = Hof 1, Tisch 35, Nummer 2
Aksoy, Marie, = Hof 1, Tisch 34, Nummer 4
Aksoy, Marija, = Hof 2, Tisch 78, Nummer 3
Aksoy, Michael, Dr. = Hof 2, Tisch 52, Nummer 4
Aksoy, Nadine, = Hof 1, Tisch 34, Nummer 3
Aksoy, Nicole, = Hof 2, Tisch 71, Nummer 4
Aksoy, Sergej, = Hof 1, Tisch 34, Nummer 2
Aksoy, Sofia, = Hof 1, Tisch 35, Nummer 3
Aksoy, Thomas, = Hof 1, Tisch 35, Nummer 4
Albrecht, Andreas, = Hof 1, Tisch 36, Nummer 2
Albrecht, Emre, Prof. Dr. = Hof 1, Tisch 19, Nummer 3
Albrecht, Sarah, = Hof 1, Tisch 36, Nummer 4
Albrecht, Yusuf, Prof. Dr. = Hof 1, Tisch 29, Nummer 3
Arnold, Christian, = Hof 1, Tisch 39, Nummer 4
Arnold, Jennifer, = Hof 1, Tisch 39, Nummer 2
Arnold, Jennifer, Dr. = Hof 1, Tisch 19, Nummer 4
Arnold, Leni, = Hof 1, Tisch 32, Nummer 5
Arnold, Mila, = Hof 1, Tisch 39, Nummer 3
Arnold, Nadine, = Hof 2, Tisch 75, Nummer 3
Arnold, Patrick, = Hof 1, Tisch 32, Nummer 4
Barth, Lina, = Hof 2, Tisch 59, Nummer 4
Barth, Markus, = Hof 1, Tisch 30, Nummer 3
Barth, Nadine, = Hof 2, Tisch 59, Nummer 3
Barth, Patrick, = Hof 2, Tisch 59, Nummer 2
Barth, Timo, = Hof 2, Tisch 59, Nummer 5
Bauer, Dragana, = Hof 1, Tisch 41, Nummer 4
Bauer, Yusuf, = Hof 1, Tisch 3, Nummer 5
Becker, Jan, = Hof 2, Tisch 54, Nummer 2
Becker, Marija, = Hof 2, Tisch 47, Nummer 2
Becker, Nicole, = Hof 2, Tisch 54, Nummer 3
Becker, Sandra, = Hof 2, Tisch 54, Nummer 4
Berger, Andreas, = Hof 1, Tisch 36, Nummer 5
Berger, Anton, = Hof 1, Tisch 28, Nummer 5
Berger, Jennifer, = Hof 1, Tisch 28, Nummer 2
Berger, Layla, = Hof 1, Tisch 36, Nummer 3
Berger, Nadine, Dr. = Hof 1, Tisch 1, Nummer 3
Berger, Stefan, = Hof 1, Tisch 28, Nummer 4
Berger, Svenja, = Hof 1, Tisch 28, Nummer 3
Bianchi, Jan, Dr. = Hof 1, Tisch 3, Nummer 2
Bianchi, Mia, = Hof 2, Tisch 46, Nummer 3
Bianchi, Sandra, = Hof 2, Tisch 46, Nummer 2
Bianchi, Thomas, = Hof 1, Tisch 20, Nummer 3
Bianchi, Thomas, = Hof 2, Tisch 46, Nummer 4
Braun, Christian, = Hof 1, Tisch 37, Nummer 4
Braun, Dragana, = Hof 1, Tisch 44, Nummer 3
Braun, Jan, = Hof 1, Tisch 44, Nummer 2
Braun, Julia, = Hof 1, Tisch 37, Nummer 2
Braun, Milan, = Hof 1, Tisch 37, Nummer 3
Braun, Nadine, = Hof 1, Tisch 44, Nummer 4
Busch, Emre, = Hof 2, Tisch 69, Nummer 3
Busch, Marie, = Hof 2, Tisch 69, Nummer 4
Busch, Michael, = Hof 2, Tisch 69, Nummer 2
Busch, Olga, = Hof 2, Tisch 69, Nummer 5
Busch, Patrick, = Hof 2, Tisch 51, Nummer 2
Celik, Elif, = Hof 1, Tisch 33, Nummer 2
Celik, Patrick, = Hof 1, Tisch 33, Nummer 4
Dallmann, Charlotte, = Hof 1, Tisch 7, Nummer 5
Dallmann, Heinrich, = Hof 1, Tisch 7, Nummer 3
Dallmann, Margarete, = Hof 1, Tisch 7, Nummer 4
Dallmann, Maximilian, = Hof 1, Tisch 7, Nummer 2
Demir, Sandra, Dr. = Hof 1, Tisch 33, Nummer 5
Dietrich, Dragana, Prof. Dr. = Hof 2, Tisch 51, Nummer 4
Dietrich, Jennifer, = Hof 1, Tisch 14, Nummer 3
Dietrich, Marco, = Hof 1, Tisch 14, Nummer 4
Dietrich, Sofia, = Hof 1, Tisch 14, Nummer 2
Engel, Anja, = Hof 2, Tisch 82, Nummer 3
Engel, Anton, = Hof 2, Tisch 88, Nummer 4
Engel, Julia, = Hof 2, Tisch 82, Nummer 2
Engel, Nicole, = Hof 2, Tisch 88, Nummer 3
Engel, Yusuf, = Hof 2, Tisch 82, Nummer 4
Esposito, Jan, Dr. = Hof 1, Tisch 13, Nummer 2
Esposito, Yusuf, Prof. Dr. = Hof 2, Tisch 47, Nummer 3
Frank, Dennis, = Hof 1, Tisch 21, Nummer 3
Frank, Finn, = Hof 1, Tisch 10, Nummer 3
Frank, Lena, = Hof 1, Tisch 10, Nummer 2
Frank, Marie, = Hof 1, Tisch 21, Nummer 5
Frank, Nadine, = Hof 1, Tisch 10, Nummer 4
Franke, Amira, = Hof 2, Tisch 81, Nummer 2
Franke, Julia, = Hof 2, Tisch 80, Nummer 4
Franke, Marco, = Hof 2, Tisch 80, Nummer 3
Franke, Michael, = Hof 2, Tisch 81, Nummer 3
Franke, Olga, = Hof 2, Tisch 80, Nummer 2
Freifrau von Waldeck, Antonia, = Hof 1, Tisch 6, Nummer 5
Freiherr von Waldeck, Konstantin, Dr. = Hof 1, Tisch 6, Nummer 2
Grothe, Alexander, Dr. h.c. = Hof 1, Tisch 5, Nummer 5
Grothe, Alexander, Dr. h.c. = Hof 1, Tisch 5, Nummer 4
Grothe, Beate, = Hof 1, Tisch 5, Nummer 2
Haas, Jennifer, Dr. = Hof 2, Tisch 49, Nummer 2
Haas, Patrick, = Hof 1, Tisch 42, Nummer 5
Hansen, Giovanna, = Hof 1, Tisch 14, Nummer 2
Hansen, Markus, = Hof 1, Tisch 14, Nummer 4
Hansen, Nicole, Dr. = Hof 1, Tisch 41, Nummer 2
Hansen, Olga, = Hof 1, Tisch 14, Nummer 3
Hansen, Thomas, = Hof 1, Tisch 10, Nummer 3
Hartmann, Deniz, = Hof 1, Tisch 13, Nummer 2
Hartmann, Marija, = Hof 1, Tisch 12, Nummer 4
Hartmann, Nadine, = Hof 1, Tisch 13, Nummer 4
Hartmann, Olga, = Hof 1, Tisch 13, Nummer 3
Hartmann, Thomas, = Hof 1, Tisch 12, Nummer 5
Hoffmann, Emre, = Hof 2, Tisch 56, Nummer 5
Hoffmann, Patrick, Prof. Dr. = Hof 2, Tisch 52, Nummer 4
Hoffmann, Thomas, Dr. = Hof 1, Tisch 17, Nummer 5
Horn, Kathrin, = Hof 2, Tisch 82, Nummer 3
Horn, Layla, = Hof 2, Tisch 82, Nummer 4
Horn, Leon, = Hof 2, Tisch 82, Nummer 2
Horn, Michael, = Hof 2, Tisch 82, Nummer 5
Kaya, Christina, = Hof 1, Tisch 44, Nummer 2
Kaya, Luca, = Hof 1, Tisch 44, Nummer 3
Kaya, Nicole, = Hof 1, Tisch 44, Nummer 4
Kaya, Patrick, Dr. = Hof 1, Tisch 1, Nummer 4
Kaya, Timo, Prof. Dr. = Hof 1, Tisch 29, Nummer 5
Kessler, Ferdinand, Dr. = Hof 1, Tisch 5, Nummer 3
Kessler, Viktoria, = Hof 1, Tisch 5, Nummer 4
Klein, Emre, = Hof 1, Tisch 1, Nummer 3
Klein, Lina, = Hof 2, Tisch 51, Nummer 3
Klein, Markus, = Hof 1, Tisch 31, Nummer 4
Klein, Milan, = Hof 2, Tisch 51, Nummer 2
Klein, Olga, Dr. = Hof 1, Tisch 28, Nummer 2
Klein, Stefanie, = Hof 2, Tisch 51, Nummer 4
Koch, Emil, = Hof 1, Tisch 41, Nummer 4
Koch, Jan, = Hof 1, Tisch 40, Nummer 5
Koch, Kathrin, Dr. = Hof 2, Tisch 80, Nummer 4
Koch, Marie, = Hof 1, Tisch 41, Nummer 5
Koch, Michael, = Hof 1, Tisch 40, Nummer 3
Koch, Olga, = Hof 1, Tisch 40, Nummer 4
Koch, Sarah, = Hof 1, Tisch 40, Nummer 2
Kovac, Anja, = Hof 1, Tisch 32, Nummer 4
Kovac, Henry, = Hof 1, Tisch 24, Nummer 3
Kovac, Lena, = Hof 1, Tisch 24, Nummer 2
Kovac, Luca, = Hof 2, Tisch 67, Nummer 4
Kovac, Marco, = Hof 1, Tisch 32, Nummer 2
Kovac, Marija, = Hof 1, Tisch 32, Nummer 3
Kovac, Matthias, = Hof 1, Tisch 43, Nummer 4
Kovac, Tobias, = Hof 1, Tisch 24, Nummer 4
Kraus, Markus, = Hof 1, Tisch 34, Nummer 2
Kraus, Patrick, Dr. = Hof 2, Tisch 66, Nummer 3
Krause, Andreas, = Hof 2, Tisch 75, Nummer 4
Krause, Arda, = Hof 2, Tisch 75, Nummer 5
Krause, Christina, Dr. = Hof 1, Tisch 2, Nummer 4
Krause, Daniel, = Hof 1, Tisch 31, Nummer 2
Krause, Dragana, Dr. = Hof 2, Tisch 68, Nummer 3
Krause, Emma, = Hof 2, Tisch 75, Nummer 3
Krause, Julia, = Hof 2, Tisch 75, Nummer 2
Krause, Matthias, = Hof 2, Tisch 66, Nummer 2
Krause, Thomas, = Hof 1, Tisch 42, Nummer 2
Kuhn, Julia, Dr. = Hof 2, Tisch 80, Nummer 3
Lange, Dragana, = Hof 1, Tisch 8, Nummer 3
Lange, Jan, = Hof 1, Tisch 36, Nummer 3
Lange, Michael, = Hof 1, Tisch 36, Nummer 2
Lange, Sergej, = Hof 2, Tisch 55, Nummer 3
Lange, Sofia, = Hof 1, Tisch 36, Nummer 4
Lange, Svenja, = Hof 1, Tisch 8, Nummer 5
Lehmann, Giovanna, = Hof 1, Tisch 18, Nummer 4
Lehmann, Layla, = Hof 1, Tisch 18, Nummer 5
Lehmann, Markus, = Hof 1, Tisch 18, Nummer 2
Lehmann, Milan, = Hof 1, Tisch 18, Nummer 3
Lehmann, Nicole, = Hof 1, Tisch 19, Nummer 5
Lehmann, Patrick, = Hof 2, Tisch 62, Nummer 4
Lehmann, Thomas, = Hof 1, Tisch 19, Nummer 2
Ludwig, Aylin, Dr. = Hof 2, Tisch 66, Nummer 5
Ludwig, Elias, = Hof 2, Tisch 76, Nummer 3
Ludwig, Elif, = Hof 2, Tisch 76, Nummer 2
Ludwig, Emre, = Hof 2, Tisch 76, Nummer 4
Ludwig, Emre, Prof. Dr. = Hof 1, Tisch 31, Nummer 3
Ludwig, Giovanna, = Hof 2, Tisch 76, Nummer 5
Maier, Arda, = Hof 2, Tisch 78, Nummer 4
Maier, Christian, = Hof 2, Tisch 78, Nummer 5
Maier, Olga, = Hof 2, Tisch 78, Nummer 2
Maier, Sarah, = Hof 2, Tisch 78, Nummer 3
Neumann, Jennifer, = Hof 2, Tisch 86, Nummer 5
Neumann, Lina, = Hof 2, Tisch 86, Nummer 4
Neumann, Matteo, = Hof 2, Tisch 86, Nummer 3
Neumann, Thomas, = Hof 2, Tisch 86, Nummer 2
Nguyen, Anja, = Hof 2, Tisch 47, Nummer 4
Nguyen, Daniel, = Hof 2, Tisch 47, Nummer 2
Nguyen, Julia, = Hof 1, Tisch 9, Nummer 5
Nguyen, Sofia, = Hof 2, Tisch 47, Nummer 3
Nowak, Aylin, = Hof 1, Tisch 33, Nummer 5
Nowak, Felix, = Hof 1, Tisch 34, Nummer 4
Nowak, Kathrin, = Hof 1, Tisch 33, Nummer 4
Nowak, Lina, = Hof 1, Tisch 33, Nummer 3
Nowak, Markus, = Hof 1, Tisch 34, Nummer 3
Nowak, Noah, = Hof 1, Tisch 33, Nummer 2
Ott, Daniel, = Hof 2, Tisch 74, Nummer 3
Ott, Hannah, = Hof 2, Tisch 73, Nummer 2
Ott, Luca, = Hof 2, Tisch 68, Nummer 4
Ott, Matthias, = Hof 2, Tisch 73, Nummer 4
Ott, Melanie, = Hof 2, Tisch 73, Nummer 3
Ott, Olga, = Hof 2, Tisch 74, Nummer 4
Ott, Sergej, Prof. Dr. = Hof 1, Tisch 42, Nummer 3
Ott, Yusuf, Prof. Dr. = Hof 2, Tisch 62, Nummer 3
Peters, Christian, = Hof 1, Tisch 26, Nummer 3
Peters, Nicole, = Hof 1, Tisch 41, Nummer 3
Petrov, Giovanna, = Hof 1, Tisch 34, Nummer 5
Petrov, Kathrin, = Hof 1, Tisch 25, Nummer 3
Petrov, Kathrin, Prof. Dr. = Hof 1, Tisch 3, Nummer 5
Petrov, Matthias, = Hof 2, Tisch 50, Nummer 3
Petrov, Milan, = Hof 1, Tisch 25, Nummer 4
Petrov, Sergej, = Hof 2, Tisch 53, Nummer 4
Pohl, Dragana, = Hof 2, Tisch 85, Nummer 3
Pohl, Emre, = Hof 2, Tisch 85, Nummer 5
Pohl, Mia, = Hof 2, Tisch 85, Nummer 2
Pohl, Theo, = Hof 2, Tisch 85, Nummer 4
Polat, Kathrin, = Hof 2, Tisch 53, Nummer 3
Polat, Katrin, = Hof 2, Tisch 83, Nummer 4
Polat, Marija, = Hof 2, Tisch 52, Nummer 2
Polat, Markus, = Hof 2, Tisch 83, Nummer 2
Polat, Sarah, = Hof 2, Tisch 74, Nummer 5
Polat, Stefan, = Hof 2, Tisch 74, Nummer 2
Polat, Stefanie, = Hof 2, Tisch 83, Nummer 3
Popescu, Matthias, = Hof 1, Tisch 15, Nummer 4
Richter, Anja, = Hof 1, Tisch 23, Nummer 4
Richter, Anja, Prof. Dr. = Hof 2, Tisch 61, Nummer 4
Richter, Anton, = Hof 1, Tisch 23, Nummer 3
Richter, Greta, = Hof 1, Tisch 23, Nummer 5
Richter, Julia, Prof. Dr. = Hof 2, Tisch 50, Nummer 4
Richter, Marco, = Hof 2, Tisch 52, Nummer 5
Richter, Matthias, = Hof 1, Tisch 23, Nummer 2
Richter, Stefan, = Hof 2, Tisch 67, Nummer 2
Rossi, Emilia, = Hof 2, Tisch 84, Nummer 4
Rossi, Luca, = Hof 2, Tisch 84, Nummer 3
Rossi, Melanie, = Hof 2, Tisch 84, Nummer 2
Roth, Christian, = Hof 2, Tisch 60, Nummer 4
Roth, Julia, Prof. Dr. = Hof 1, Tisch 9, Nummer 3
Roth, Olga, = Hof 1, Tisch 37, Nummer 3
Roth, Sarah, = Hof 2, Tisch 60, Nummer 2
Roth, Sofia, = Hof 2, Tisch 60, Nummer 3
Sahin, Kathrin, = Hof 2, Tisch 77, Nummer 4
Sahin, Markus, = Hof 2, Tisch 77, Nummer 5
Sahin, Nicole, = Hof 2, Tisch 77, Nummer 3
Sahin, Patrick, = Hof 2, Tisch 77, Nummer 2
Sahin, Thomas, = Hof 2, Tisch 61, Nummer 2
Schmidt, Giovanna, = Hof 1, Tisch 45, Nummer 2
Schmidt, Marie, = Hof 1, Tisch 45, Nummer 3
Schmidt, Matthias, = Hof 1, Tisch 45, Nummer 4
Schmidt, Nicole, = Hof 1, Tisch 10, Nummer 2
Schmitt, Dennis, Prof. Dr. = Hof 2, Tisch 68, Nummer 2
Schmitt, Markus, = Hof 1, Tisch 26, Nummer 4
Schmitt, Markus, = Hof 2, Tisch 79, Nummer 3
Schmitt, Sarah, = Hof 2, Tisch 79, Nummer 4
Schmitt, Sofia, = Hof 2, Tisch 79, Nummer 2
Schmitt, Stefan, Prof. Dr. = Hof 2, Tisch 72, Nummer 2
Schwarz, Giovanna, = Hof 2, Tisch 56, Nummer 3
Seidel, Anja, Dr. = Hof 1, Tisch 17, Nummer 2
Seidel, Markus, Dr. = Hof 1, Tisch 3, Nummer 4
Seidel, Yusuf, Prof. Dr. = Hof 1, Tisch 1, Nummer 5
Seifert, Elif, = Hof 2, Tisch 48, Nummer 4
Seifert, Leni, = Hof 2, Tisch 48, Nummer 2
Seifert, Marco, Prof. Dr. = Hof 2, Tisch 66, Nummer 4
Seifert, Nicole, = Hof 2, Tisch 49, Nummer 5
Seifert, Stefanie, Dr. = Hof 1, Tisch 9, Nummer 2
Seifert, Timo, = Hof 2, Tisch 48, Nummer 3
Seifert, Yusuf, = Hof 2, Tisch 49, Nummer 4
Simon, Andreas, = Hof 2, Tisch 81, Nummer 2
Simon, Emma, = Hof 2, Tisch 81, Nummer 4
Simon, Lena, = Hof 2, Tisch 81, Nummer 5
Simon, Markus, = Hof 2, Tisch 81, Nummer 3
Simon, Svenja, = Hof 1, Tisch 15, Nummer 2
Stein, Ben, = Hof 2, Tisch 87, Nummer 2
Stein, Emilia, = Hof 2, Tisch 87, Nummer 3
Stein, Giovanna, = Hof 2, Tisch 87, Nummer 4
Stein, Markus, Prof. Dr. = Hof 1, Tisch 15, Nummer 3
Stein, Nadine, Dr. = Hof 1, Tisch 26, Nummer 2
Stein, Thomas, = Hof 2, Tisch 87, Nummer 5
Haas, Jennifer, Dr. = Hof 1, Tisch 30, Nummer 2
Haas, Patrick, = Hof 1, Tisch 41, Nummer 3
Hansen, Giovanna, = Hof 1, Tisch 22, Nummer 2
Hansen, Markus, = Hof 1, Tisch 22, Nummer 3
Hansen, Nicole, Dr. = Hof 1, Tisch 42, Nummer 4
Hansen, Olga, = Hof 1, Tisch 22, Nummer 4
Hansen, Thomas, = Hof 1, Tisch 2, Nummer 3
Hartmann, Deniz, = Hof 2, Tisch 87, Nummer 2
Hartmann, Marija, = Hof 2, Tisch 88, Nummer 2
Hartmann, Nadine, = Hof 2, Tisch 88, Nummer 5
Hartmann, Olga, = Hof 2, Tisch 87, Nummer 3
Hartmann, Thomas, = Hof 2, Tisch 87, Nummer 4
Hoffmann, Emre, = Hof 2, Tisch 51, Nummer 3
Hoffmann, Patrick, Prof. Dr. = Hof 2, Tisch 75, Nummer 4
Hoffmann, Thomas, Dr. = Hof 2, Tisch 61, Nummer 3
Horn, Kathrin, = Hof 2, Tisch 85, Nummer 5
Horn, Layla, = Hof 2, Tisch 85, Nummer 2
Horn, Leon, = Hof 2, Tisch 85, Nummer 3
Horn, Michael, = Hof 2, Tisch 85, Nummer 4
Kaya, Christina, = Hof 2, Tisch 48, Nummer 3
Kaya, Luca, = Hof 2, Tisch 48, Nummer 2
Kaya, Nicole, = Hof 2, Tisch 48, Nummer 4
Kaya, Patrick, Dr. = Hof 1, Tisch 4, Nummer 2
Kaya, Timo, Prof. Dr. = Hof 1, Tisch 33, Nummer 3
Kessler, Ferdinand, Dr. = Hof 1, Tisch 5, Nummer 5
Kessler, Viktoria, = Hof 1, Tisch 5, Nummer 3
Klein, Emre, = Hof 1, Tisch 4, Nummer 4
Klein, Lina, = Hof 2, Tisch 64, Nummer 2
Klein, Markus, = Hof 2, Tisch 71, Nummer 3
Klein, Milan, = Hof 2, Tisch 64, Nummer 4
Klein, Olga, Dr. = Hof 1, Tisch 19, Nummer 2
Klein, Stefanie, = Hof 2, Tisch 64, Nummer 3
Koch, Emil, = Hof 1, Tisch 42, Nummer 2
Koch, Jan, = Hof 1, Tisch 43, Nummer 2
Koch, Kathrin, Dr. = Hof 2, Tisch 67, Nummer 2
Koch, Marie, = Hof 1, Tisch 43, Nummer 4
Koch, Michael, = Hof 1, Tisch 43, Nummer 3
Koch, Olga, = Hof 1, Tisch 42, Nummer 3
Koch, Sarah, = Hof 1, Tisch 43, Nummer 5
Kovac, Anja, = Hof 1, Tisch 21, Nummer 2
Kovac, Henry, = Hof 1, Tisch 11, Nummer 3
Kovac, Lena, = Hof 1, Tisch 21, Nummer 4
Kovac, Luca, = Hof 2, Tisch 72, Nummer 4
Kovac, Marco, = Hof 1, Tisch 11, Nummer 4
Kovac, Marija, = Hof 1, Tisch 11, Nummer 5
Kovac, Matthias, = Hof 2, Tisch 47, Nummer 4
Kovac, Tobias, = Hof 1, Tisch 11, Nummer 2
Kraus, Markus, = Hof 1, Tisch 9, Nummer 3
Kraus, Patrick, Dr. = Hof 2, Tisch 58, Nummer 3
Krause, Andreas, = Hof 2, Tisch 83, Nummer 4
Krause, Arda, = Hof 2, Tisch 83, Nummer 3
Krause, Christina, Dr. = Hof 1, Tisch 3, Nummer 4
Krause, Daniel, = Hof 2, Tisch 71, Nummer 2
Krause, Dragana, Dr. = Hof 2, Tisch 62, Nummer 3
Krause, Emma, = Hof 2, Tisch 83, Nummer 2
Krause, Julia, = Hof 2, Tisch 83, Nummer 5
Krause, Matthias, = Hof 2, Tisch 58, Nummer 4
Krause, Thomas, = Hof 1, Tisch 41, Nummer 5
Kuhn, Julia, Dr. = Hof 2, Tisch 57, Nummer 3
Lange, Dragana, = Hof 2, Tisch 81, Nummer 4
Lange, Jan, = Hof 2, Tisch 73, Nummer 4
Lange, Michael, = Hof 2, Tisch 73, Nummer 2
Lange, Sergej, = Hof 2, Tisch 52, Nummer 3
Lange, Sofia, = Hof 2, Tisch 73, Nummer 3
Lange, Svenja, = Hof 2, Tisch 81, Nummer 5
Lehmann, Giovanna, = Hof 1, Tisch 17, Nummer 3
Lehmann, Layla, = Hof 1, Tisch 16, Nummer 4
Lehmann, Markus, = Hof 1, Tisch 17, Nummer 4
Lehmann, Milan, = Hof 1, Tisch 16, Nummer 2
Lehmann, Nicole, = Hof 1, Tisch 17, Nummer 2
Lehmann, Patrick, = Hof 1, Tisch 1, Nummer 5
Lehmann, Thomas, = Hof 1, Tisch 16, Nummer 3
Ludwig, Aylin, Dr. = Hof 2, Tisch 58, Nummer 5
Ludwig, Elias, = Hof 2, Tisch 49, Nummer 3
Ludwig, Elif, = Hof 2, Tisch 49, Nummer 5
Ludwig, Emre, = Hof 2, Tisch 49, Nummer 4
Ludwig, Emre, Prof. Dr. = Hof 2, Tisch 71, Nummer 5
Ludwig, Giovanna, = Hof 2, Tisch 49, Nummer 2
Maier, Arda, = Hof 2, Tisch 55, Nummer 2
Maier, Christian, = Hof 2, Tisch 55, Nummer 5
Maier, Olga, = Hof 2, Tisch 55, Nummer 3
Maier, Sarah, = Hof 2, Tisch 55, Nummer 4
Neumann, Jennifer, = Hof 1, Tisch 18, Nummer 5
Neumann, Lina, = Hof 1, Tisch 18, Nummer 3
Neumann, Matteo, = Hof 1, Tisch 18, Nummer 4
Neumann, Thomas, = Hof 1, Tisch 18, Nummer 2
Nguyen, Anja, = Hof 2, Tisch 63, Nummer 3
Nguyen, Daniel, = Hof 2, Tisch 63, Nummer 2
Nguyen, Julia, = Hof 1, Tisch 13, Nummer 3
Nguyen, Sofia, = Hof 2, Tisch 63, Nummer 4
Nowak, Aylin, = Hof 1, Tisch 27, Nummer 3
Nowak, Felix, = Hof 1, Tisch 27, Nummer 2
Nowak, Kathrin, = Hof 1, Tisch 26, Nummer 4
Nowak, Lina, = Hof 1, Tisch 26, Nummer 2
Nowak, Markus, = Hof 1, Tisch 27, Nummer 4
Nowak, Noah, = Hof 1, Tisch 26, Nummer 3
Ott, Daniel, = Hof 2, Tisch 77, Nummer 4
Ott, Hannah, = Hof 2, Tisch 76, Nummer 4
Ott, Luca, = Hof 2, Tisch 62, Nummer 4
Ott, Matthias, = Hof 2, Tisch 76, Nummer 3
Ott, Melanie, = Hof 2, Tisch 76, Nummer 2
Ott, Olga, = Hof 2, Tisch 77, Nummer 3
Ott, Sergej, Prof. Dr. = Hof 1, Tisch 41, Nummer 2
Ott, Yusuf, Prof. Dr. = Hof 1, Tisch 1, Nummer 4
Peters, Christian, = Hof 1, Tisch 8, Nummer 2
Peters, Nicole, = Hof 1, Tisch 42, Nummer 5
Petrov, Giovanna, = Hof 1, Tisch 9, Nummer 2
Petrov, Kathrin, = Hof 1, Tisch 38, Nummer 4
Petrov, Kathrin, Prof. Dr. = Hof 1, Tisch 8, Nummer 4
Petrov, Matthias, = Hof 1, Tisch 30, Nummer 4
Petrov, Milan, = Hof 1, Tisch 38, Nummer 2
Petrov, Sergej, = Hof 2, Tisch 78, Nummer 4
Pohl, Dragana, = Hof 2, Tisch 60, Nummer 2
Pohl, Emre, = Hof 2, Tisch 60, Nummer 5
Pohl, Mia, = Hof 2, Tisch 60, Nummer 3
Pohl, Theo, = Hof 2, Tisch 60, Nummer 4
Polat, Kathrin, = Hof 2, Tisch 78, Nummer 2
Polat, Katrin, = Hof 2, Tisch 77, Nummer 2
Polat, Marija, = Hof 2, Tisch 75, Nummer 2
Polat, Markus, = Hof 2, Tisch 68, Nummer 2
Polat, Sarah, = Hof 2, Tisch 68, Nummer 4
Polat, Stefan, = Hof 2, Tisch 68, Nummer 3
Polat, Stefanie, = Hof 2, Tisch 77, Nummer 5
Popescu, Matthias, = Hof 1, Tisch 29, Nummer 2
Richter, Anja, = Hof 1, Tisch 45, Nummer 5
Richter, Anja, Prof. Dr. = Hof 2, Tisch 66, Nummer 3
Richter, Anton, = Hof 1, Tisch 45, Nummer 3
Richter, Greta, = Hof 1, Tisch 45, Nummer 4
Richter, Julia, Prof. Dr. = Hof 1, Tisch 20, Nummer 2
Richter, Marco, = Hof 2, Tisch 75, Nummer 5
Richter, Matthias, = Hof 1, Tisch 45, Nummer 2
Richter, Stefan, = Hof 2, Tisch 72, Nummer 3
Rossi, Emilia, = Hof 1, Tisch 25, Nummer 3
Rossi, Luca, = Hof 1, Tisch 25, Nummer 4
Rossi, Melanie, = Hof 1, Tisch 25, Nummer 2
Roth, Christian, = Hof 2, Tisch 65, Nummer 2
Roth, Julia, Prof. Dr. = Hof 1, Tisch 2, Nummer 2
Roth, Olga, = Hof 1, Tisch 20, Nummer 5
Roth, Sarah, = Hof 2, Tisch 65, Nummer 3
Roth, Sofia, = Hof 2, Tisch 65, Nummer 4
Sahin, Kathrin, = Hof 2, Tisch 50, Nummer 2
Sahin, Markus, = Hof 2, Tisch 50, Nummer 4
Sahin, Nicole, = Hof 2, Tisch 50, Nummer 5
Sahin, Patrick, = Hof 2, Tisch 50, Nummer 3
Sahin, Thomas, = Hof 2, Tisch 66, Nummer 4
Schmidt, Giovanna, = Hof 2, Tisch 53, Nummer 3
Schmidt, Marie, = Hof 2, Tisch 53, Nummer 4
Schmidt, Matthias, = Hof 2, Tisch 53, Nummer 2
Schmidt, Nicole, = Hof 1, Tisch 13, Nummer 4
Schmitt, Dennis, Prof. Dr. = Hof 2, Tisch 72, Nummer 2
Schmitt, Markus, = Hof 1, Tisch 24, Nummer 4
Schmitt, Markus, = Hof 1, Tisch 8, Nummer 3
Schmitt, Sarah, = Hof 1, Tisch 24, Nummer 3
Schmitt, Sofia, = Hof 1, Tisch 24, Nummer 2
Schmitt, Stefan, Prof. Dr. = Hof 2, Tisch 67, Nummer 3
Schwarz, Giovanna, = Hof 2, Tisch 58, Nummer 2
Seidel, Anja, Dr. = Hof 2, Tisch 61, Nummer 5
Seidel, Markus, Dr. = Hof 1, Tisch 8, Nummer 5
Seidel, Yusuf, Prof. Dr. = Hof 1, Tisch 4, Nummer 3
Seifert, Elif, = Hof 1, Tisch 40, Nummer 2
Seifert, Leni, = Hof 1, Tisch 40, Nummer 4
Seifert, Marco, Prof. Dr. = Hof 2, Tisch 57, Nummer 4
Seifert, Nicole, = Hof 1, Tisch 32, Nummer 3
Seifert, Stefanie, Dr. = Hof 1, Tisch 2, Nummer 5
Seifert, Timo, = Hof 1, Tisch 32, Nummer 2
Seifert, Yusuf, = Hof 1, Tisch 40, Nummer 3
Simon, Andreas, = Hof 2, Tisch 56, Nummer 4
Simon, Emma, = Hof 2, Tisch 56, Nummer 3
Simon, Lena, = Hof 2, Tisch 56, Nummer 5
Simon, Markus, = Hof 2, Tisch 56, Nummer 2
Simon, Svenja, = Hof 1, Tisch 29, Nummer 5
Stein, Ben, = Hof 2, Tisch 79, Nummer 2
Stein, Emilia, = Hof 2, Tisch 79, Nummer 3
Stein, Giovanna, = Hof 2, Tisch 79, Nummer 4
Stein, Markus, Prof. Dr. = Hof 1, Tisch 29, Nummer 4
Stein, Nadine, Dr. = Hof 1, Tisch 9, Nummer 4
Stein, Thomas, = Hof 2, Tisch 79, Nummer 5
Steinbach, Elisabeth, = Hof 1, Tisch 6, Nummer 4
Steinbach, Georg, = Hof 1, Tisch 6, Nummer 5
Thiel, Christina, = Hof 2, Tisch 64, Nummer 4
Thiel, Jan, Dr. = Hof 2, Tisch 61, Nummer 3
Thiel, Julia, = Hof 2, Tisch 64, Nummer 2
Thiel, Yusuf, = Hof 2, Tisch 64, Nummer 3
Tran, Marija, = Hof 2, Tisch 80, Nummer 2
Tran, Olga, = Hof 1, Tisch 17, Nummer 3
Tran, Thomas, Prof. Dr. = Hof 2, Tisch 53, Nummer 5
Wagner, Henry, = Hof 2, Tisch 59, Nummer 2
Wagner, Marco, = Hof 2, Tisch 59, Nummer 3
Wagner, Nicole, = Hof 2, Tisch 59, Nummer 4
Wagner, Sarah, = Hof 2, Tisch 59, Nummer 5
Weber, Andreas, = Hof 2, Tisch 50, Nummer 2
Steinbach, Georg, = Hof 1, Tisch 6, Nummer 3
Thiel, Christina, = Hof 1, Tisch 23, Nummer 3
Thiel, Jan, Dr. = Hof 2, Tisch 66, Nummer 2
Thiel, Julia, = Hof 1, Tisch 23, Nummer 2
Thiel, Yusuf, = Hof 1, Tisch 23, Nummer 4
Tran, Marija, = Hof 2, Tisch 67, Nummer 5
Tran, Olga, = Hof 2, Tisch 61, Nummer 4
Tran, Thomas, Prof. Dr. = Hof 2, Tisch 78, Nummer 5
Wagner, Henry, = Hof 1, Tisch 15, Nummer 5
Wagner, Marco, = Hof 1, Tisch 15, Nummer 3
Wagner, Nicole, = Hof 1, Tisch 15, Nummer 2
Wagner, Sarah, = Hof 1, Tisch 15, Nummer 4
Weber, Andreas, = Hof 1, Tisch 20, Nummer 4
Weber, Julia, = Hof 1, Tisch 1, Nummer 2
Weber, Katrin, = Hof 2, Tisch 72, Nummer 4
Weber, Yusuf, = Hof 2, Tisch 56, Nummer 2
Werner, Andreas, = Hof 1, Tisch 35, Nummer 5
Werner, Dennis, Prof. Dr. = Hof 1, Tisch 17, Nummer 4
Werner, Katrin, = Hof 2, Tisch 55, Nummer 4
Werner, Luca, = Hof 2, Tisch 72, Nummer 3
Werner, Marco, = Hof 1, Tisch 35, Nummer 4
Werner, Nadine, = Hof 1, Tisch 35, Nummer 3
Werner, Sandra, = Hof 1, Tisch 35, Nummer 2
Winkler, Lena, = Hof 1, Tisch 25, Nummer 5
Winkler, Marco, = Hof 1, Tisch 2, Nummer 5
Winkler, Patrick, = Hof 1, Tisch 25, Nummer 2
Winkler, Thomas, = Hof 1, Tisch 9, Nummer 4
Wolf, Ben, = Hof 2, Tisch 88, Nummer 3
Wolf, Emma, = Hof 2, Tisch 88, Nummer 2
Wolf, Julia, = Hof 2, Tisch 88, Nummer 5
Wolf, Thomas, = Hof 2, Tisch 88, Nummer 4
Zimmermann, Jan, = Hof 2, Tisch 71, Nummer 3
Zimmermann, Markus, = Hof 2, Tisch 71, Nummer 5
Zimmermann, Mia, = Hof 2, Tisch 71, Nummer 4
Zimmermann, Patrick, = Hof 2, Tisch 68, Nummer 5
Zimmermann, Svenja, = Hof 2, Tisch 71, Nummer 2
Weber, Katrin, = Hof 2, Tisch 57, Nummer 2
Weber, Yusuf, = Hof 2, Tisch 57, Nummer 5
Werner, Andreas, = Hof 2, Tisch 70, Nummer 2
Werner, Dennis, Prof. Dr. = Hof 2, Tisch 61, Nummer 2
Werner, Katrin, = Hof 2, Tisch 52, Nummer 2
Werner, Luca, = Hof 2, Tisch 67, Nummer 4
Werner, Marco, = Hof 2, Tisch 70, Nummer 5
Werner, Nadine, = Hof 2, Tisch 70, Nummer 4
Werner, Sandra, = Hof 2, Tisch 70, Nummer 3
Winkler, Lena, = Hof 1, Tisch 38, Nummer 5
Winkler, Marco, = Hof 1, Tisch 3, Nummer 3
Winkler, Patrick, = Hof 1, Tisch 38, Nummer 3
Winkler, Thomas, = Hof 1, Tisch 2, Nummer 4
Wolf, Ben, = Hof 2, Tisch 84, Nummer 5
Wolf, Emma, = Hof 2, Tisch 84, Nummer 3
Wolf, Julia, = Hof 2, Tisch 84, Nummer 4
Wolf, Thomas, = Hof 2, Tisch 84, Nummer 2
Zimmermann, Jan, = Hof 2, Tisch 74, Nummer 2
Zimmermann, Markus, = Hof 2, Tisch 74, Nummer 4
Zimmermann, Mia, = Hof 2, Tisch 74, Nummer 3
Zimmermann, Patrick, = Hof 2, Tisch 62, Nummer 2
Zimmermann, Svenja, = Hof 2, Tisch 74, Nummer 5
1 Aksoy Luca = Hof 1 Tisch 30 Tisch 35 Nummer 2
2 Aksoy Marie = Hof 1 Tisch 30 Tisch 34 Nummer 4
3 Aksoy Marija = Hof 2 Tisch 53 Tisch 78 Nummer 2 Nummer 3
4 Aksoy Michael Dr. = Hof 2 Tisch 55 Tisch 52 Nummer 2 Nummer 4
5 Aksoy Nadine = Hof 1 Tisch 21 Tisch 34 Nummer 3
6 Aksoy Nicole = Hof 1 = Hof 2 Tisch 31 Tisch 71 Nummer 5 Nummer 4
7 Aksoy Sergej = Hof 1 Tisch 21 Tisch 34 Nummer 2
8 Aksoy Sofia = Hof 1 Tisch 30 Tisch 35 Nummer 3
9 Aksoy Thomas = Hof 1 Tisch 21 Tisch 35 Nummer 4
10 Albrecht Andreas = Hof 1 Tisch 8 Tisch 36 Nummer 2
11 Albrecht Emre Prof. Dr. = Hof 1 Tisch 37 Tisch 19 Nummer 4 Nummer 3
12 Albrecht Sarah = Hof 1 Tisch 8 Tisch 36 Nummer 4
13 Albrecht Yusuf Prof. Dr. = Hof 1 Tisch 15 Tisch 29 Nummer 5 Nummer 3
14 Arnold Christian = Hof 2 = Hof 1 Tisch 69 Tisch 39 Nummer 3 Nummer 4
15 Arnold Jennifer = Hof 2 = Hof 1 Tisch 70 Tisch 39 Nummer 2
16 Arnold Jennifer Dr. = Hof 1 Tisch 28 Tisch 19 Nummer 4
17 Arnold Leni = Hof 2 = Hof 1 Tisch 70 Tisch 32 Nummer 3 Nummer 5
18 Arnold Mila = Hof 2 = Hof 1 Tisch 69 Tisch 39 Nummer 4 Nummer 3
19 Arnold Nadine = Hof 2 Tisch 52 Tisch 75 Nummer 3
20 Arnold Patrick = Hof 2 = Hof 1 Tisch 69 Tisch 32 Nummer 2 Nummer 4
21 Barth Lina = Hof 1 = Hof 2 Tisch 16 Tisch 59 Nummer 3 Nummer 4
22 Barth Markus = Hof 2 = Hof 1 Tisch 49 Tisch 30 Nummer 3
23 Barth Nadine = Hof 1 = Hof 2 Tisch 16 Tisch 59 Nummer 4 Nummer 3
24 Barth Patrick = Hof 1 = Hof 2 Tisch 16 Tisch 59 Nummer 2
25 Barth Timo = Hof 1 = Hof 2 Tisch 16 Tisch 59 Nummer 5
26 Bauer Dragana = Hof 1 Tisch 42 Tisch 41 Nummer 4
27 Bauer Yusuf = Hof 1 Tisch 2 Tisch 3 Nummer 3 Nummer 5
28 Becker Jan = Hof 2 Tisch 46 Tisch 54 Nummer 2
29 Becker Marija = Hof 1 = Hof 2 Tisch 43 Tisch 47 Nummer 2
30 Becker Nicole = Hof 2 Tisch 46 Tisch 54 Nummer 3
31 Becker Sandra = Hof 2 Tisch 46 Tisch 54 Nummer 4
32 Berger Andreas = Hof 1 Tisch 20 Tisch 36 Nummer 3 Nummer 5
33 Berger Anton = Hof 1 Tisch 29 Tisch 28 Nummer 3 Nummer 5
34 Berger Jennifer = Hof 1 Tisch 20 Tisch 28 Nummer 5 Nummer 2
35 Berger Layla = Hof 1 Tisch 29 Tisch 36 Nummer 2 Nummer 3
36 Berger Nadine Dr. = Hof 2 Dr. = Hof 1 Tisch 62 Tisch 1 Nummer 2 Nummer 3
37 Berger Stefan = Hof 1 Tisch 20 Tisch 28 Nummer 4
38 Berger Svenja = Hof 1 Tisch 20 Tisch 28 Nummer 2 Nummer 3
39 Bianchi Jan Dr. = Hof 1 Tisch 2 Tisch 3 Nummer 2
40 Bianchi Mia = Hof 1 = Hof 2 Tisch 38 Tisch 46 Nummer 3
41 Bianchi Sandra = Hof 1 = Hof 2 Tisch 38 Tisch 46 Nummer 4 Nummer 2
42 Bianchi Thomas = Hof 1 Tisch 37 Tisch 20 Nummer 2 Nummer 3
43 Bianchi Thomas = Hof 1 = Hof 2 Tisch 38 Tisch 46 Nummer 2 Nummer 4
44 Braun Christian = Hof 1 Tisch 3 Tisch 37 Nummer 3 Nummer 4
45 Braun Dragana = Hof 1 Tisch 11 Tisch 44 Nummer 3
46 Braun Jan = Hof 1 Tisch 11 Tisch 44 Nummer 5 Nummer 2
47 Braun Julia = Hof 1 Tisch 11 Tisch 37 Nummer 4 Nummer 2
48 Braun Milan = Hof 1 Tisch 11 Tisch 37 Nummer 2 Nummer 3
49 Braun Nadine = Hof 1 Tisch 3 Tisch 44 Nummer 2 Nummer 4
50 Busch Emre = Hof 1 = Hof 2 Tisch 39 Tisch 69 Nummer 4 Nummer 3
51 Busch Marie = Hof 1 = Hof 2 Tisch 39 Tisch 69 Nummer 3 Nummer 4
52 Busch Michael = Hof 1 = Hof 2 Tisch 39 Tisch 69 Nummer 2
53 Busch Olga = Hof 1 = Hof 2 Tisch 39 Tisch 69 Nummer 5
54 Busch Patrick = Hof 2 Tisch 55 Tisch 51 Nummer 5 Nummer 2
55 Celik Elif = Hof 1 Tisch 19 Tisch 33 Nummer 4 Nummer 2
56 Celik Patrick = Hof 1 Tisch 19 Tisch 33 Nummer 3 Nummer 4
57 Dallmann Charlotte = Hof 1 Tisch 7 Tisch 7 Nummer 2 Nummer 5
58 Dallmann Heinrich = Hof 1 Tisch 7 Tisch 7 Nummer 5 Nummer 3
59 Dallmann Margarete = Hof 1 Tisch 7 Tisch 7 Nummer 3 Nummer 4
60 Dallmann Maximilian = Hof 1 Tisch 7 Tisch 7 Nummer 4 Nummer 2
61 Demir Sandra Dr. = Hof 1 Tisch 29 Tisch 33 Nummer 4 Nummer 5
62 Dietrich Dragana Prof. Dr. = Hof 2 Tisch 56 Tisch 51 Nummer 4
63 Dietrich Jennifer = Hof 2 = Hof 1 Tisch 63 Tisch 14 Nummer 3
64 Dietrich Marco = Hof 2 = Hof 1 Tisch 63 Tisch 14 Nummer 2 Nummer 4
65 Dietrich Sofia = Hof 2 = Hof 1 Tisch 63 Tisch 14 Nummer 4 Nummer 2
66 Engel Anja = Hof 1 = Hof 2 Tisch 27 Tisch 82 Nummer 2 Nummer 3
67 Engel Anton = Hof 1 = Hof 2 Tisch 28 Tisch 88 Nummer 3 Nummer 4
68 Engel Julia = Hof 1 = Hof 2 Tisch 27 Tisch 82 Nummer 4 Nummer 2
69 Engel Nicole = Hof 1 = Hof 2 Tisch 28 Tisch 88 Nummer 5 Nummer 3
70 Engel Yusuf = Hof 1 = Hof 2 Tisch 27 Tisch 82 Nummer 3 Nummer 4
71 Esposito Jan Dr. = Hof 1 Tisch 10 Tisch 13 Nummer 4 Nummer 2
72 Esposito Yusuf Prof. Dr. = Hof 1 Prof. Dr. = Hof 2 Tisch 43 Tisch 47 Nummer 3
73 Frank Dennis = Hof 1 Tisch 12 Tisch 21 Nummer 2 Nummer 3
74 Frank Finn = Hof 1 Tisch 22 Tisch 10 Nummer 2 Nummer 3
75 Frank Lena = Hof 1 Tisch 22 Tisch 10 Nummer 3 Nummer 2
76 Frank Marie = Hof 1 Tisch 22 Tisch 21 Nummer 4 Nummer 5
77 Frank Nadine = Hof 1 Tisch 12 Tisch 10 Nummer 3 Nummer 4
78 Franke Amira = Hof 2 Tisch 57 Tisch 81 Nummer 3 Nummer 2
79 Franke Julia = Hof 2 Tisch 57 Tisch 80 Nummer 2 Nummer 4
80 Franke Marco = Hof 2 Tisch 67 Tisch 80 Nummer 3
81 Franke Michael = Hof 2 Tisch 57 Tisch 81 Nummer 4 Nummer 3
82 Franke Olga = Hof 2 Tisch 67 Tisch 80 Nummer 5 Nummer 2
83 Freifrau von Waldeck Antonia = Hof 1 Tisch 6 Tisch 6 Nummer 3 Nummer 5
84 Freiherr von Waldeck Konstantin Dr. = Hof 1 Tisch 6 Tisch 6 Nummer 2
85 Grothe Alexander Dr. h.c. = Hof 1 Tisch 5 Tisch 5 Nummer 5 Nummer 4
86 Grothe Beate = Hof 1 Tisch 5 Tisch 5 Nummer 2
87 Haas Jennifer Dr. = Hof 2 Dr. = Hof 1 Tisch 49 Tisch 30 Nummer 2
88 Haas Patrick = Hof 1 Tisch 42 Tisch 41 Nummer 5 Nummer 3
89 Hansen Giovanna = Hof 1 Tisch 14 Tisch 22 Nummer 2
90 Hansen Markus = Hof 1 Tisch 14 Tisch 22 Nummer 4 Nummer 3
91 Hansen Nicole Dr. = Hof 1 Tisch 41 Tisch 42 Nummer 2 Nummer 4
92 Hansen Olga = Hof 1 Tisch 14 Tisch 22 Nummer 3 Nummer 4
93 Hansen Thomas = Hof 1 Tisch 10 Tisch 2 Nummer 3
94 Hartmann Deniz = Hof 1 = Hof 2 Tisch 13 Tisch 87 Nummer 2
95 Hartmann Marija = Hof 1 = Hof 2 Tisch 12 Tisch 88 Nummer 4 Nummer 2
96 Hartmann Nadine = Hof 1 = Hof 2 Tisch 13 Tisch 88 Nummer 4 Nummer 5
97 Hartmann Olga = Hof 1 = Hof 2 Tisch 13 Tisch 87 Nummer 3
98 Hartmann Thomas = Hof 1 = Hof 2 Tisch 12 Tisch 87 Nummer 5 Nummer 4
99 Hoffmann Emre = Hof 2 Tisch 56 Tisch 51 Nummer 5 Nummer 3
100 Hoffmann Patrick Prof. Dr. = Hof 2 Tisch 52 Tisch 75 Nummer 4
101 Hoffmann Thomas Dr. = Hof 1 Dr. = Hof 2 Tisch 17 Tisch 61 Nummer 5 Nummer 3
102 Horn Kathrin = Hof 2 Tisch 82 Tisch 85 Nummer 3 Nummer 5
103 Horn Layla = Hof 2 Tisch 82 Tisch 85 Nummer 4 Nummer 2
104 Horn Leon = Hof 2 Tisch 82 Tisch 85 Nummer 2 Nummer 3
105 Horn Michael = Hof 2 Tisch 82 Tisch 85 Nummer 5 Nummer 4
106 Kaya Christina = Hof 1 = Hof 2 Tisch 44 Tisch 48 Nummer 2 Nummer 3
107 Kaya Luca = Hof 1 = Hof 2 Tisch 44 Tisch 48 Nummer 3 Nummer 2
108 Kaya Nicole = Hof 1 = Hof 2 Tisch 44 Tisch 48 Nummer 4
109 Kaya Patrick Dr. = Hof 1 Tisch 1 Tisch 4 Nummer 4 Nummer 2
110 Kaya Timo Prof. Dr. = Hof 1 Tisch 29 Tisch 33 Nummer 5 Nummer 3
111 Kessler Ferdinand Dr. = Hof 1 Tisch 5 Tisch 5 Nummer 3 Nummer 5
112 Kessler Viktoria = Hof 1 Tisch 5 Tisch 5 Nummer 4 Nummer 3
113 Klein Emre = Hof 1 Tisch 1 Tisch 4 Nummer 3 Nummer 4
114 Klein Lina = Hof 2 Tisch 51 Tisch 64 Nummer 3 Nummer 2
115 Klein Markus = Hof 1 = Hof 2 Tisch 31 Tisch 71 Nummer 4 Nummer 3
116 Klein Milan = Hof 2 Tisch 51 Tisch 64 Nummer 2 Nummer 4
117 Klein Olga Dr. = Hof 1 Tisch 28 Tisch 19 Nummer 2
118 Klein Stefanie = Hof 2 Tisch 51 Tisch 64 Nummer 4 Nummer 3
119 Koch Emil = Hof 1 Tisch 41 Tisch 42 Nummer 4 Nummer 2
120 Koch Jan = Hof 1 Tisch 40 Tisch 43 Nummer 5 Nummer 2
121 Koch Kathrin Dr. = Hof 2 Tisch 80 Tisch 67 Nummer 4 Nummer 2
122 Koch Marie = Hof 1 Tisch 41 Tisch 43 Nummer 5 Nummer 4
123 Koch Michael = Hof 1 Tisch 40 Tisch 43 Nummer 3
124 Koch Olga = Hof 1 Tisch 40 Tisch 42 Nummer 4 Nummer 3
125 Koch Sarah = Hof 1 Tisch 40 Tisch 43 Nummer 2 Nummer 5
126 Kovac Anja = Hof 1 Tisch 32 Tisch 21 Nummer 4 Nummer 2
127 Kovac Henry = Hof 1 Tisch 24 Tisch 11 Nummer 3
128 Kovac Lena = Hof 1 Tisch 24 Tisch 21 Nummer 2 Nummer 4
129 Kovac Luca = Hof 2 Tisch 67 Tisch 72 Nummer 4
130 Kovac Marco = Hof 1 Tisch 32 Tisch 11 Nummer 2 Nummer 4
131 Kovac Marija = Hof 1 Tisch 32 Tisch 11 Nummer 3 Nummer 5
132 Kovac Matthias = Hof 1 = Hof 2 Tisch 43 Tisch 47 Nummer 4
133 Kovac Tobias = Hof 1 Tisch 24 Tisch 11 Nummer 4 Nummer 2
134 Kraus Markus = Hof 1 Tisch 34 Tisch 9 Nummer 2 Nummer 3
135 Kraus Patrick Dr. = Hof 2 Tisch 66 Tisch 58 Nummer 3
136 Krause Andreas = Hof 2 Tisch 75 Tisch 83 Nummer 4
137 Krause Arda = Hof 2 Tisch 75 Tisch 83 Nummer 5 Nummer 3
138 Krause Christina Dr. = Hof 1 Tisch 2 Tisch 3 Nummer 4
139 Krause Daniel = Hof 1 = Hof 2 Tisch 31 Tisch 71 Nummer 2
140 Krause Dragana Dr. = Hof 2 Tisch 68 Tisch 62 Nummer 3
141 Krause Emma = Hof 2 Tisch 75 Tisch 83 Nummer 3 Nummer 2
142 Krause Julia = Hof 2 Tisch 75 Tisch 83 Nummer 2 Nummer 5
143 Krause Matthias = Hof 2 Tisch 66 Tisch 58 Nummer 2 Nummer 4
144 Krause Thomas = Hof 1 Tisch 42 Tisch 41 Nummer 2 Nummer 5
145 Kuhn Julia Dr. = Hof 2 Tisch 80 Tisch 57 Nummer 3
146 Lange Dragana = Hof 1 = Hof 2 Tisch 8 Tisch 81 Nummer 3 Nummer 4
147 Lange Jan = Hof 1 = Hof 2 Tisch 36 Tisch 73 Nummer 3 Nummer 4
148 Lange Michael = Hof 1 = Hof 2 Tisch 36 Tisch 73 Nummer 2
149 Lange Sergej = Hof 2 Tisch 55 Tisch 52 Nummer 3
150 Lange Sofia = Hof 1 = Hof 2 Tisch 36 Tisch 73 Nummer 4 Nummer 3
151 Lange Svenja = Hof 1 = Hof 2 Tisch 8 Tisch 81 Nummer 5
152 Lehmann Giovanna = Hof 1 Tisch 18 Tisch 17 Nummer 4 Nummer 3
153 Lehmann Layla = Hof 1 Tisch 18 Tisch 16 Nummer 5 Nummer 4
154 Lehmann Markus = Hof 1 Tisch 18 Tisch 17 Nummer 2 Nummer 4
155 Lehmann Milan = Hof 1 Tisch 18 Tisch 16 Nummer 3 Nummer 2
156 Lehmann Nicole = Hof 1 Tisch 19 Tisch 17 Nummer 5 Nummer 2
157 Lehmann Patrick = Hof 2 = Hof 1 Tisch 62 Tisch 1 Nummer 4 Nummer 5
158 Lehmann Thomas = Hof 1 Tisch 19 Tisch 16 Nummer 2 Nummer 3
159 Ludwig Aylin Dr. = Hof 2 Tisch 66 Tisch 58 Nummer 5
160 Ludwig Elias = Hof 2 Tisch 76 Tisch 49 Nummer 3
161 Ludwig Elif = Hof 2 Tisch 76 Tisch 49 Nummer 2 Nummer 5
162 Ludwig Emre = Hof 2 Tisch 76 Tisch 49 Nummer 4
163 Ludwig Emre Prof. Dr. = Hof 1 Prof. Dr. = Hof 2 Tisch 31 Tisch 71 Nummer 3 Nummer 5
164 Ludwig Giovanna = Hof 2 Tisch 76 Tisch 49 Nummer 5 Nummer 2
165 Maier Arda = Hof 2 Tisch 78 Tisch 55 Nummer 4 Nummer 2
166 Maier Christian = Hof 2 Tisch 78 Tisch 55 Nummer 5
167 Maier Olga = Hof 2 Tisch 78 Tisch 55 Nummer 2 Nummer 3
168 Maier Sarah = Hof 2 Tisch 78 Tisch 55 Nummer 3 Nummer 4
169 Neumann Jennifer = Hof 2 = Hof 1 Tisch 86 Tisch 18 Nummer 5
170 Neumann Lina = Hof 2 = Hof 1 Tisch 86 Tisch 18 Nummer 4 Nummer 3
171 Neumann Matteo = Hof 2 = Hof 1 Tisch 86 Tisch 18 Nummer 3 Nummer 4
172 Neumann Thomas = Hof 2 = Hof 1 Tisch 86 Tisch 18 Nummer 2
173 Nguyen Anja = Hof 2 Tisch 47 Tisch 63 Nummer 4 Nummer 3
174 Nguyen Daniel = Hof 2 Tisch 47 Tisch 63 Nummer 2
175 Nguyen Julia = Hof 1 Tisch 9 Tisch 13 Nummer 5 Nummer 3
176 Nguyen Sofia = Hof 2 Tisch 47 Tisch 63 Nummer 3 Nummer 4
177 Nowak Aylin = Hof 1 Tisch 33 Tisch 27 Nummer 5 Nummer 3
178 Nowak Felix = Hof 1 Tisch 34 Tisch 27 Nummer 4 Nummer 2
179 Nowak Kathrin = Hof 1 Tisch 33 Tisch 26 Nummer 4
180 Nowak Lina = Hof 1 Tisch 33 Tisch 26 Nummer 3 Nummer 2
181 Nowak Markus = Hof 1 Tisch 34 Tisch 27 Nummer 3 Nummer 4
182 Nowak Noah = Hof 1 Tisch 33 Tisch 26 Nummer 2 Nummer 3
183 Ott Daniel = Hof 2 Tisch 74 Tisch 77 Nummer 3 Nummer 4
184 Ott Hannah = Hof 2 Tisch 73 Tisch 76 Nummer 2 Nummer 4
185 Ott Luca = Hof 2 Tisch 68 Tisch 62 Nummer 4
186 Ott Matthias = Hof 2 Tisch 73 Tisch 76 Nummer 4 Nummer 3
187 Ott Melanie = Hof 2 Tisch 73 Tisch 76 Nummer 3 Nummer 2
188 Ott Olga = Hof 2 Tisch 74 Tisch 77 Nummer 4 Nummer 3
189 Ott Sergej Prof. Dr. = Hof 1 Tisch 42 Tisch 41 Nummer 3 Nummer 2
190 Ott Yusuf Prof. Dr. = Hof 2 Prof. Dr. = Hof 1 Tisch 62 Tisch 1 Nummer 3 Nummer 4
191 Peters Christian = Hof 1 Tisch 26 Tisch 8 Nummer 3 Nummer 2
192 Peters Nicole = Hof 1 Tisch 41 Tisch 42 Nummer 3 Nummer 5
193 Petrov Giovanna = Hof 1 Tisch 34 Tisch 9 Nummer 5 Nummer 2
194 Petrov Kathrin = Hof 1 Tisch 25 Tisch 38 Nummer 3 Nummer 4
195 Petrov Kathrin Prof. Dr. = Hof 1 Tisch 3 Tisch 8 Nummer 5 Nummer 4
196 Petrov Matthias = Hof 2 = Hof 1 Tisch 50 Tisch 30 Nummer 3 Nummer 4
197 Petrov Milan = Hof 1 Tisch 25 Tisch 38 Nummer 4 Nummer 2
198 Petrov Sergej = Hof 2 Tisch 53 Tisch 78 Nummer 4
199 Pohl Dragana = Hof 2 Tisch 85 Tisch 60 Nummer 3 Nummer 2
200 Pohl Emre = Hof 2 Tisch 85 Tisch 60 Nummer 5
201 Pohl Mia = Hof 2 Tisch 85 Tisch 60 Nummer 2 Nummer 3
202 Pohl Theo = Hof 2 Tisch 85 Tisch 60 Nummer 4
203 Polat Kathrin = Hof 2 Tisch 53 Tisch 78 Nummer 3 Nummer 2
204 Polat Katrin = Hof 2 Tisch 83 Tisch 77 Nummer 4 Nummer 2
205 Polat Marija = Hof 2 Tisch 52 Tisch 75 Nummer 2
206 Polat Markus = Hof 2 Tisch 83 Tisch 68 Nummer 2
207 Polat Sarah = Hof 2 Tisch 74 Tisch 68 Nummer 5 Nummer 4
208 Polat Stefan = Hof 2 Tisch 74 Tisch 68 Nummer 2 Nummer 3
209 Polat Stefanie = Hof 2 Tisch 83 Tisch 77 Nummer 3 Nummer 5
210 Popescu Matthias = Hof 1 Tisch 15 Tisch 29 Nummer 4 Nummer 2
211 Richter Anja = Hof 1 Tisch 23 Tisch 45 Nummer 4 Nummer 5
212 Richter Anja Prof. Dr. = Hof 2 Tisch 61 Tisch 66 Nummer 4 Nummer 3
213 Richter Anton = Hof 1 Tisch 23 Tisch 45 Nummer 3
214 Richter Greta = Hof 1 Tisch 23 Tisch 45 Nummer 5 Nummer 4
215 Richter Julia Prof. Dr. = Hof 2 Prof. Dr. = Hof 1 Tisch 50 Tisch 20 Nummer 4 Nummer 2
216 Richter Marco = Hof 2 Tisch 52 Tisch 75 Nummer 5
217 Richter Matthias = Hof 1 Tisch 23 Tisch 45 Nummer 2
218 Richter Stefan = Hof 2 Tisch 67 Tisch 72 Nummer 2 Nummer 3
219 Rossi Emilia = Hof 2 = Hof 1 Tisch 84 Tisch 25 Nummer 4 Nummer 3
220 Rossi Luca = Hof 2 = Hof 1 Tisch 84 Tisch 25 Nummer 3 Nummer 4
221 Rossi Melanie = Hof 2 = Hof 1 Tisch 84 Tisch 25 Nummer 2
222 Roth Christian = Hof 2 Tisch 60 Tisch 65 Nummer 4 Nummer 2
223 Roth Julia Prof. Dr. = Hof 1 Tisch 9 Tisch 2 Nummer 3 Nummer 2
224 Roth Olga = Hof 1 Tisch 37 Tisch 20 Nummer 3 Nummer 5
225 Roth Sarah = Hof 2 Tisch 60 Tisch 65 Nummer 2 Nummer 3
226 Roth Sofia = Hof 2 Tisch 60 Tisch 65 Nummer 3 Nummer 4
227 Sahin Kathrin = Hof 2 Tisch 77 Tisch 50 Nummer 4 Nummer 2
228 Sahin Markus = Hof 2 Tisch 77 Tisch 50 Nummer 5 Nummer 4
229 Sahin Nicole = Hof 2 Tisch 77 Tisch 50 Nummer 3 Nummer 5
230 Sahin Patrick = Hof 2 Tisch 77 Tisch 50 Nummer 2 Nummer 3
231 Sahin Thomas = Hof 2 Tisch 61 Tisch 66 Nummer 2 Nummer 4
232 Schmidt Giovanna = Hof 1 = Hof 2 Tisch 45 Tisch 53 Nummer 2 Nummer 3
233 Schmidt Marie = Hof 1 = Hof 2 Tisch 45 Tisch 53 Nummer 3 Nummer 4
234 Schmidt Matthias = Hof 1 = Hof 2 Tisch 45 Tisch 53 Nummer 4 Nummer 2
235 Schmidt Nicole = Hof 1 Tisch 10 Tisch 13 Nummer 2 Nummer 4
236 Schmitt Dennis Prof. Dr. = Hof 2 Tisch 68 Tisch 72 Nummer 2
237 Schmitt Markus = Hof 1 Tisch 26 Tisch 24 Nummer 4
238 Schmitt Markus = Hof 2 = Hof 1 Tisch 79 Tisch 8 Nummer 3
239 Schmitt Sarah = Hof 2 = Hof 1 Tisch 79 Tisch 24 Nummer 4 Nummer 3
240 Schmitt Sofia = Hof 2 = Hof 1 Tisch 79 Tisch 24 Nummer 2
241 Schmitt Stefan Prof. Dr. = Hof 2 Tisch 72 Tisch 67 Nummer 2 Nummer 3
242 Schwarz Giovanna = Hof 2 Tisch 56 Tisch 58 Nummer 3 Nummer 2
243 Seidel Anja Dr. = Hof 1 Dr. = Hof 2 Tisch 17 Tisch 61 Nummer 2 Nummer 5
244 Seidel Markus Dr. = Hof 1 Tisch 3 Tisch 8 Nummer 4 Nummer 5
245 Seidel Yusuf Prof. Dr. = Hof 1 Tisch 1 Tisch 4 Nummer 5 Nummer 3
246 Seifert Elif = Hof 2 = Hof 1 Tisch 48 Tisch 40 Nummer 4 Nummer 2
247 Seifert Leni = Hof 2 = Hof 1 Tisch 48 Tisch 40 Nummer 2 Nummer 4
248 Seifert Marco Prof. Dr. = Hof 2 Tisch 66 Tisch 57 Nummer 4
249 Seifert Nicole = Hof 2 = Hof 1 Tisch 49 Tisch 32 Nummer 5 Nummer 3
250 Seifert Stefanie Dr. = Hof 1 Tisch 9 Tisch 2 Nummer 2 Nummer 5
251 Seifert Timo = Hof 2 = Hof 1 Tisch 48 Tisch 32 Nummer 3 Nummer 2
252 Seifert Yusuf = Hof 2 = Hof 1 Tisch 49 Tisch 40 Nummer 4 Nummer 3
253 Simon Andreas = Hof 2 Tisch 81 Tisch 56 Nummer 2 Nummer 4
254 Simon Emma = Hof 2 Tisch 81 Tisch 56 Nummer 4 Nummer 3
255 Simon Lena = Hof 2 Tisch 81 Tisch 56 Nummer 5
256 Simon Markus = Hof 2 Tisch 81 Tisch 56 Nummer 3 Nummer 2
257 Simon Svenja = Hof 1 Tisch 15 Tisch 29 Nummer 2 Nummer 5
258 Stein Ben = Hof 2 Tisch 87 Tisch 79 Nummer 2
259 Stein Emilia = Hof 2 Tisch 87 Tisch 79 Nummer 3
260 Stein Giovanna = Hof 2 Tisch 87 Tisch 79 Nummer 4
261 Stein Markus Prof. Dr. = Hof 1 Tisch 15 Tisch 29 Nummer 3 Nummer 4
262 Stein Nadine Dr. = Hof 1 Tisch 26 Tisch 9 Nummer 2 Nummer 4
263 Stein Thomas = Hof 2 Tisch 87 Tisch 79 Nummer 5
264 Steinbach Elisabeth = Hof 1 Tisch 6 Tisch 6 Nummer 4
265 Steinbach Georg = Hof 1 Tisch 6 Tisch 6 Nummer 5 Nummer 3
266 Thiel Christina = Hof 2 = Hof 1 Tisch 64 Tisch 23 Nummer 4 Nummer 3
267 Thiel Jan Dr. = Hof 2 Tisch 61 Tisch 66 Nummer 3 Nummer 2
268 Thiel Julia = Hof 2 = Hof 1 Tisch 64 Tisch 23 Nummer 2
269 Thiel Yusuf = Hof 2 = Hof 1 Tisch 64 Tisch 23 Nummer 3 Nummer 4
270 Tran Marija = Hof 2 Tisch 80 Tisch 67 Nummer 2 Nummer 5
271 Tran Olga = Hof 1 = Hof 2 Tisch 17 Tisch 61 Nummer 3 Nummer 4
272 Tran Thomas Prof. Dr. = Hof 2 Tisch 53 Tisch 78 Nummer 5
273 Wagner Henry = Hof 2 = Hof 1 Tisch 59 Tisch 15 Nummer 2 Nummer 5
274 Wagner Marco = Hof 2 = Hof 1 Tisch 59 Tisch 15 Nummer 3
275 Wagner Nicole = Hof 2 = Hof 1 Tisch 59 Tisch 15 Nummer 4 Nummer 2
276 Wagner Sarah = Hof 2 = Hof 1 Tisch 59 Tisch 15 Nummer 5 Nummer 4
277 Weber Andreas = Hof 2 = Hof 1 Tisch 50 Tisch 20 Nummer 2 Nummer 4
278 Weber Julia = Hof 1 Tisch 1 Tisch 1 Nummer 2
279 Weber Katrin = Hof 2 Tisch 72 Tisch 57 Nummer 4 Nummer 2
280 Weber Yusuf = Hof 2 Tisch 56 Tisch 57 Nummer 2 Nummer 5
281 Werner Andreas = Hof 1 = Hof 2 Tisch 35 Tisch 70 Nummer 5 Nummer 2
282 Werner Dennis Prof. Dr. = Hof 1 Prof. Dr. = Hof 2 Tisch 17 Tisch 61 Nummer 4 Nummer 2
283 Werner Katrin = Hof 2 Tisch 55 Tisch 52 Nummer 4 Nummer 2
284 Werner Luca = Hof 2 Tisch 72 Tisch 67 Nummer 3 Nummer 4
285 Werner Marco = Hof 1 = Hof 2 Tisch 35 Tisch 70 Nummer 4 Nummer 5
286 Werner Nadine = Hof 1 = Hof 2 Tisch 35 Tisch 70 Nummer 3 Nummer 4
287 Werner Sandra = Hof 1 = Hof 2 Tisch 35 Tisch 70 Nummer 2 Nummer 3
288 Winkler Lena = Hof 1 Tisch 25 Tisch 38 Nummer 5
289 Winkler Marco = Hof 1 Tisch 2 Tisch 3 Nummer 5 Nummer 3
290 Winkler Patrick = Hof 1 Tisch 25 Tisch 38 Nummer 2 Nummer 3
291 Winkler Thomas = Hof 1 Tisch 9 Tisch 2 Nummer 4
292 Wolf Ben = Hof 2 Tisch 88 Tisch 84 Nummer 3 Nummer 5
293 Wolf Emma = Hof 2 Tisch 88 Tisch 84 Nummer 2 Nummer 3
294 Wolf Julia = Hof 2 Tisch 88 Tisch 84 Nummer 5 Nummer 4
295 Wolf Thomas = Hof 2 Tisch 88 Tisch 84 Nummer 4 Nummer 2
296 Zimmermann Jan = Hof 2 Tisch 71 Tisch 74 Nummer 3 Nummer 2
297 Zimmermann Markus = Hof 2 Tisch 71 Tisch 74 Nummer 5 Nummer 4
298 Zimmermann Mia = Hof 2 Tisch 71 Tisch 74 Nummer 4 Nummer 3
299 Zimmermann Patrick = Hof 2 Tisch 68 Tisch 62 Nummer 5 Nummer 2
300 Zimmermann Svenja = Hof 2 Tisch 71 Tisch 74 Nummer 2 Nummer 5
+414 -414
View File
@@ -1,193 +1,209 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="2476.05" height="466.676" viewBox="0 0 2476.05 466.676">
<rect width="100%" height="100%" fill="white"/>
<polyline points="1877.37,233.338 1786.04,233.338" fill="none" stroke="#e6194b" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="872.685,50.6676 781.35,50.6676" fill="none" stroke="#3cb44b" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="187.67,142.003 87.0014,151.337" fill="none" stroke="#4363d8" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="918.352,142.003 872.685,233.338" fill="none" stroke="#911eb4" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="142.003,233.338 105.669,132.669" fill="none" stroke="#42d4f4" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="324.673,233.338 279.006,324.673" fill="none" stroke="#f032e6" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="224.004,60.0014 507.344,233.338 452.342,315.34" fill="none" stroke="#bfef45" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="598.679,233.338 690.014,233.338" fill="none" stroke="#fabed4" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="644.347,324.673 690.014,50.6676" fill="none" stroke="#469990" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="735.682,324.673 690.014,233.338" fill="none" stroke="#dcbeff" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="1694.7,50.6676 1776.7,60.0014" fill="none" stroke="#4363d8" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="1877.37,50.6676 1795.37,41.3338" fill="none" stroke="#f58231" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="1557.7,142.003 1603.37,233.338" fill="none" stroke="#42d4f4" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="2060.04,233.338 2014.38,324.673" fill="none" stroke="#9a6324" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="2151.38,233.338 2252.05,242.672" fill="none" stroke="#800000" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="2288.38,324.673 2233.38,224.004" fill="none" stroke="#000075" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="50.6676,56.8902 142.003,50.6676" fill="none" stroke="#4363d8" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="242.672,41.3338 964.02,50.6676" fill="none" stroke="#f58231" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="644.347,142.003 726.348,132.669" fill="none" stroke="#469990" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="827.017,142.003 790.683,224.004" fill="none" stroke="#9a6324" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="370.341,324.673 471.01,334.007" fill="none" stroke="#4363d8" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="324.673,416.009 406.675,425.342" fill="none" stroke="#42d4f4" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="425.342,406.675 507.344,416.009" fill="none" stroke="#f032e6" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="2334.05,50.6676 2416.05,60.0014" fill="none" stroke="#469990" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="2434.72,41.3338 2379.72,142.003" fill="none" stroke="#dcbeff" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="1603.37,233.338 1694.7,233.338" fill="none" stroke="#800000" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="324.673,50.6676 233.338,50.6676" fill="none" stroke="#e6194b" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="781.35,50.6676 690.014,50.6676" fill="none" stroke="#3cb44b" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="872.685,50.6676 918.352,142.003" fill="none" stroke="#4363d8" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="187.67,142.003 142.003,50.6676" fill="none" stroke="#f58231" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="461.676,142.003 553.011,142.003" fill="none" stroke="#42d4f4" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="735.682,142.003 827.017,142.003" fill="none" stroke="#f032e6" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="507.344,233.338 598.679,233.338" fill="none" stroke="#9a6324" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="872.685,233.338 827.017,142.003" fill="none" stroke="#800000" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="461.676,324.673 553.011,324.673" fill="none" stroke="#aaffc3" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="735.682,324.673 690.014,416.009" fill="none" stroke="#000075" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="233.338,416.009 269.672,334.007" fill="none" stroke="#e6194b" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="324.673,416.009 288.34,315.34" fill="none" stroke="#3cb44b" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="1968.71,50.6676 2060.04,50.6676" fill="none" stroke="#42d4f4" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="2014.38,142.003 2060.04,233.338" fill="none" stroke="#fabed4" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="1694.7,233.338 1731.04,315.34" fill="none" stroke="#aaffc3" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="2151.38,233.338 2096.38,334.007" fill="none" stroke="#000075" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="1649.03,324.673 1749.7,334.007" fill="none" stroke="#e6194b" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="2014.38,324.673 2115.04,315.34" fill="none" stroke="#3cb44b" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="2197.05,324.673 2160.71,425.342" fill="none" stroke="#4363d8" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="2060.04,416.009 2142.04,406.675" fill="none" stroke="#f58231" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="964.02,50.6676 918.352,142.003" fill="none" stroke="#f032e6" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="690.014,233.338 644.347,324.673" fill="none" stroke="#469990" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="416.009,416.009 498.01,425.342" fill="none" stroke="#4363d8" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="516.678,406.675 598.679,416.009" fill="none" stroke="#f58231" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="1567.03,132.669 1603.37,233.338" fill="none" stroke="#469990" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="1548.37,151.337 1649.03,142.003" fill="none" stroke="#dcbeff" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<circle cx="96.3352" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="96.3352" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="96.3352" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">12</text>
<circle cx="187.67" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="187.67" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="187.67" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">31</text>
<circle cx="1968.71" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1968.71" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="1968.71" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">86</text>
<circle cx="324.673" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="324.673" cy="32" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="340.84" cy="60.0014" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="308.507" cy="60.0014" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="324.673" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="324.673" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">4</text>
<circle cx="2242.71" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2242.71" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="2242.71" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">54</text>
<circle cx="1649.03" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1649.03" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="1649.03" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">58</text>
<circle cx="2288.38" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2288.38" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="2288.38" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">65</text>
<circle cx="1877.37" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1877.37" cy="214.67" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1877.37" cy="252.006" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1877.37" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="1877.37" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">70</text>
<circle cx="781.35" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="781.35" cy="32" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="797.516" cy="60.0014" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="765.183" cy="60.0014" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="781.35" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="781.35" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">9</text>
<circle cx="872.685" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="872.685" cy="32" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="888.851" cy="60.0014" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="856.518" cy="60.0014" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="872.685" cy="32" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="888.851" cy="60.0014" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="856.518" cy="60.0014" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="872.685" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="872.685" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">10</text>
<circle cx="187.67" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="187.67" cy="123.335" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="203.837" cy="151.337" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="171.504" cy="151.337" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="187.67" cy="123.335" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="203.837" cy="151.337" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="171.504" cy="151.337" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="187.67" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="187.67" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">13</text>
<circle cx="279.006" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="279.006" cy="123.335" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="295.172" cy="151.337" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="262.839" cy="151.337" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="279.006" cy="123.335" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="295.172" cy="151.337" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="262.839" cy="151.337" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="279.006" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="279.006" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">14</text>
<circle cx="918.352" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="918.352" cy="123.335" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="934.519" cy="151.337" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="902.186" cy="151.337" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="918.352" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="918.352" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">21</text>
<circle cx="461.676" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="461.676" cy="123.335" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="477.843" cy="151.337" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="445.51" cy="151.337" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="461.676" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="461.676" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">16</text>
<circle cx="553.011" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="553.011" cy="123.335" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="569.178" cy="151.337" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="536.845" cy="151.337" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="553.011" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="553.011" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">17</text>
<circle cx="735.682" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="735.682" cy="123.335" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="751.849" cy="151.337" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="719.515" cy="151.337" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="735.682" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="735.682" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">19</text>
<circle cx="142.003" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="142.003" cy="214.67" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="158.169" cy="242.672" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="125.836" cy="242.672" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="142.003" cy="214.67" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="158.169" cy="242.672" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="125.836" cy="242.672" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="142.003" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="142.003" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">22</text>
<circle cx="233.338" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="233.338" cy="214.67" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="249.505" cy="242.672" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="217.171" cy="242.672" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="233.338" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="233.338" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">23</text>
<circle cx="324.673" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="324.673" cy="214.67" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="340.84" cy="242.672" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="308.507" cy="242.672" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="324.673" cy="214.67" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="340.84" cy="242.672" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="308.507" cy="242.672" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="324.673" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="324.673" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">24</text>
<circle cx="416.009" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="416.009" cy="214.67" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="432.175" cy="242.672" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="399.842" cy="242.672" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="416.009" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="416.009" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">25</text>
<circle cx="507.344" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="507.344" cy="214.67" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="523.51" cy="242.672" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="491.177" cy="242.672" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="507.344" cy="214.67" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="523.51" cy="242.672" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="491.177" cy="242.672" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="507.344" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="507.344" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">26</text>
<circle cx="598.679" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="598.679" cy="214.67" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="614.846" cy="242.672" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="582.512" cy="242.672" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="598.679" cy="214.67" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="614.846" cy="242.672" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="582.512" cy="242.672" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="598.679" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="598.679" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">27</text>
<circle cx="872.685" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="872.685" cy="214.67" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="888.851" cy="242.672" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="856.518" cy="242.672" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="872.685" cy="214.67" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="888.851" cy="242.672" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="856.518" cy="242.672" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="872.685" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="872.685" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">30</text>
<circle cx="279.006" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="279.006" cy="306.006" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="295.172" cy="334.007" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="262.839" cy="334.007" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="279.006" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="279.006" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">32</text>
<circle cx="644.347" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="644.347" cy="306.006" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="660.513" cy="334.007" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="628.18" cy="334.007" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="644.347" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="644.347" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">36</text>
<circle cx="461.676" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="461.676" cy="306.006" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="477.843" cy="334.007" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="445.51" cy="334.007" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="461.676" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="461.676" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">34</text>
<circle cx="553.011" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="553.011" cy="306.006" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="569.178" cy="334.007" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="536.845" cy="334.007" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="553.011" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="553.011" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">35</text>
<circle cx="735.682" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="735.682" cy="306.006" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="751.849" cy="334.007" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="719.515" cy="334.007" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="735.682" cy="306.006" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="751.849" cy="334.007" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="719.515" cy="334.007" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="735.682" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="735.682" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">37</text>
<circle cx="827.017" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="827.017" cy="306.006" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="843.184" cy="334.007" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="810.851" cy="334.007" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="827.017" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="827.017" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">38</text>
<circle cx="598.679" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="598.679" cy="397.341" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="614.846" cy="425.342" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="582.512" cy="425.342" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="598.679" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="598.679" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">43</text>
<circle cx="233.338" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="233.338" cy="397.341" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="249.505" cy="425.342" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="217.171" cy="425.342" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="233.338" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="233.338" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">39</text>
<circle cx="324.673" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="324.673" cy="397.341" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="340.84" cy="425.342" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="308.507" cy="425.342" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="324.673" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="324.673" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">40</text>
<circle cx="690.014" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="690.014" cy="397.341" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="706.181" cy="425.342" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="673.848" cy="425.342" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="690.014" cy="397.341" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="706.181" cy="425.342" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="673.848" cy="425.342" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="690.014" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="690.014" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">44</text>
<circle cx="781.35" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="781.35" cy="397.341" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="797.516" cy="425.342" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="765.183" cy="425.342" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="781.35" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="781.35" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">45</text>
<circle cx="1512.03" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1512.03" cy="32" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1528.2" cy="60.0014" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1495.86" cy="60.0014" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1512.03" cy="32" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="1528.2" cy="60.0014" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="1495.86" cy="60.0014" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="1512.03" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="1512.03" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">46</text>
<circle cx="1603.37" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1603.37" cy="32" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="1619.53" cy="60.0014" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="1587.2" cy="60.0014" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="1603.37" cy="32" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="1619.53" cy="60.0014" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="1587.2" cy="60.0014" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="1603.37" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="1603.37" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">47</text>
<circle cx="1694.7" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1694.7" cy="32" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="1710.87" cy="60.0014" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="1678.54" cy="60.0014" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="1694.7" cy="32" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="1710.87" cy="60.0014" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="1678.54" cy="60.0014" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="1694.7" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="1694.7" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">48</text>
<circle cx="1877.37" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1877.37" cy="32" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="1893.54" cy="60.0014" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="1861.21" cy="60.0014" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="1877.37" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="1877.37" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">50</text>
<circle cx="1968.71" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1968.71" cy="32" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="1984.87" cy="60.0014" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="1952.54" cy="60.0014" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="1968.71" cy="32" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1984.87" cy="60.0014" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1952.54" cy="60.0014" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1968.71" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="1968.71" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">51</text>
<circle cx="1557.7" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1557.7" cy="123.335" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1573.87" cy="151.337" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1541.53" cy="151.337" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1557.7" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="1557.7" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">57</text>
<circle cx="1831.7" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1831.7" cy="123.335" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="1847.87" cy="151.337" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="1815.54" cy="151.337" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="1831.7" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="1831.7" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">60</text>
<circle cx="1923.04" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1923.04" cy="123.335" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="1939.21" cy="151.337" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="1906.87" cy="151.337" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="1923.04" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="1923.04" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">61</text>
<circle cx="2060.04" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2060.04" cy="32" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="2076.21" cy="60.0014" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="2043.88" cy="60.0014" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="2060.04" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="2060.04" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">52</text>
<circle cx="2151.38" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2151.38" cy="32" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="2167.54" cy="60.0014" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="2135.21" cy="60.0014" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="2151.38" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="2151.38" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">53</text>
<circle cx="2242.71" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2242.71" cy="32" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2258.88" cy="60.0014" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2226.55" cy="60.0014" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2242.71" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="2242.71" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">54</text>
<circle cx="2014.38" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2014.38" cy="123.335" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2030.54" cy="151.337" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
@@ -206,67 +222,79 @@
<circle cx="2180.88" cy="151.337" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="2197.05" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="2197.05" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">64</text>
<circle cx="1786.04" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1786.04" cy="214.67" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1802.2" cy="242.672" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1769.87" cy="242.672" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1786.04" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="1786.04" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">69</text>
<circle cx="2288.38" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2288.38" cy="123.335" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="2304.55" cy="151.337" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="2272.21" cy="151.337" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="2288.38" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="2288.38" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">65</text>
<circle cx="2379.72" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2379.72" cy="123.335" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="2395.88" cy="151.337" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="2363.55" cy="151.337" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="2379.72" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="2379.72" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">66</text>
<circle cx="1694.7" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1694.7" cy="214.67" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1710.87" cy="242.672" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1678.54" cy="242.672" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1694.7" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="1694.7" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">68</text>
<circle cx="2060.04" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2060.04" cy="214.67" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="2076.21" cy="242.672" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="2043.88" cy="242.672" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="2060.04" cy="214.67" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2076.21" cy="242.672" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2043.88" cy="242.672" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2060.04" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="2060.04" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">72</text>
<circle cx="2151.38" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2151.38" cy="214.67" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="2167.54" cy="242.672" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="2135.21" cy="242.672" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="2151.38" cy="214.67" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2167.54" cy="242.672" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2135.21" cy="242.672" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2151.38" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="2151.38" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">73</text>
<circle cx="1923.04" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1923.04" cy="306.006" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1939.21" cy="334.007" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1906.87" cy="334.007" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1923.04" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="1923.04" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">79</text>
<circle cx="1649.03" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1649.03" cy="306.006" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1665.2" cy="334.007" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1632.87" cy="334.007" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1649.03" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="1649.03" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">76</text>
<circle cx="2014.38" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2014.38" cy="306.006" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="2030.54" cy="334.007" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="1998.21" cy="334.007" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="2014.38" cy="306.006" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="2030.54" cy="334.007" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="1998.21" cy="334.007" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="2014.38" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="2014.38" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">80</text>
<circle cx="2288.38" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2288.38" cy="306.006" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2304.55" cy="334.007" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2272.21" cy="334.007" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2288.38" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="2288.38" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">83</text>
<circle cx="1786.04" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1786.04" cy="397.341" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1802.2" cy="425.342" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1769.87" cy="425.342" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1786.04" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="1786.04" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">84</text>
<circle cx="2197.05" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2197.05" cy="306.006" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="2213.21" cy="334.007" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="2180.88" cy="334.007" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="2197.05" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="2197.05" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">82</text>
<circle cx="2060.04" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2060.04" cy="397.341" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2076.21" cy="425.342" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2043.88" cy="425.342" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2060.04" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="2060.04" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">87</text>
<circle cx="50.6676" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="50.6676" cy="32" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="69.3352" cy="50.6676" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="50.6676" cy="69.3352" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="32" cy="50.6676" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="50.6676" cy="32" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="69.3352" cy="50.6676" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="50.6676" cy="69.3352" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="32" cy="50.6676" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="50.6676" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="50.6676" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">1</text>
<circle cx="142.003" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="142.003" cy="32" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="160.67" cy="50.6676" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="142.003" cy="69.3352" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="123.335" cy="50.6676" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="142.003" cy="32" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="160.67" cy="50.6676" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="142.003" cy="69.3352" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="123.335" cy="50.6676" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="142.003" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="142.003" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">2</text>
<circle cx="233.338" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="233.338" cy="32" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="252.006" cy="50.6676" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="233.338" cy="69.3352" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="214.67" cy="50.6676" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="233.338" cy="32" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="252.006" cy="50.6676" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="233.338" cy="69.3352" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="214.67" cy="50.6676" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="233.338" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="233.338" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">3</text>
<circle cx="416.009" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
@@ -291,194 +319,159 @@
<circle cx="598.679" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="598.679" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">7</text>
<circle cx="690.014" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="690.014" cy="32" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="708.682" cy="50.6676" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="690.014" cy="69.3352" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="671.347" cy="50.6676" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="690.014" cy="32" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="708.682" cy="50.6676" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="690.014" cy="69.3352" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="671.347" cy="50.6676" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="690.014" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="690.014" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">8</text>
<circle cx="781.35" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="781.35" cy="32" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="800.017" cy="50.6676" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="781.35" cy="69.3352" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="762.682" cy="50.6676" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="781.35" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="781.35" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">9</text>
<circle cx="964.02" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="964.02" cy="32" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="982.688" cy="50.6676" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="964.02" cy="69.3352" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="945.352" cy="50.6676" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="964.02" cy="32" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="982.688" cy="50.6676" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="964.02" cy="69.3352" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="945.352" cy="50.6676" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="964.02" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="964.02" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">11</text>
<circle cx="96.3352" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="96.3352" cy="123.335" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="115.003" cy="142.003" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="96.3352" cy="160.67" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="77.6676" cy="142.003" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="96.3352" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="96.3352" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">12</text>
<circle cx="370.341" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="370.341" cy="123.335" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="389.009" cy="142.003" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="370.341" cy="160.67" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="351.673" cy="142.003" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="370.341" cy="123.335" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="389.009" cy="142.003" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="370.341" cy="160.67" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="351.673" cy="142.003" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="370.341" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="370.341" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">15</text>
<circle cx="461.676" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="461.676" cy="123.335" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="480.344" cy="142.003" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="461.676" cy="160.67" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="443.009" cy="142.003" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="461.676" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="461.676" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">16</text>
<circle cx="553.011" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="553.011" cy="123.335" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="571.679" cy="142.003" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="553.011" cy="160.67" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="534.344" cy="142.003" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="553.011" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="553.011" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">17</text>
<circle cx="644.347" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="644.347" cy="123.335" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="663.014" cy="142.003" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="644.347" cy="160.67" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="625.679" cy="142.003" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="644.347" cy="123.335" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="663.014" cy="142.003" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="644.347" cy="160.67" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="625.679" cy="142.003" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="644.347" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="644.347" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">18</text>
<circle cx="735.682" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="735.682" cy="123.335" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="754.35" cy="142.003" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="735.682" cy="160.67" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="717.014" cy="142.003" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="735.682" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="735.682" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">19</text>
<circle cx="827.017" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="827.017" cy="123.335" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="845.685" cy="142.003" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="827.017" cy="160.67" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="808.35" cy="142.003" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="827.017" cy="123.335" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="845.685" cy="142.003" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="827.017" cy="160.67" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="808.35" cy="142.003" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="827.017" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="827.017" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">20</text>
<circle cx="233.338" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="233.338" cy="214.67" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="252.006" cy="233.338" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="233.338" cy="252.006" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="214.67" cy="233.338" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="233.338" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="233.338" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">23</text>
<circle cx="416.009" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="416.009" cy="214.67" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="434.676" cy="233.338" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="416.009" cy="252.006" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="397.341" cy="233.338" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="416.009" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="416.009" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">25</text>
<circle cx="918.352" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="918.352" cy="123.335" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="937.02" cy="142.003" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="918.352" cy="160.67" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="899.685" cy="142.003" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="918.352" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="918.352" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">21</text>
<circle cx="690.014" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="690.014" cy="214.67" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="708.682" cy="233.338" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="690.014" cy="252.006" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="671.347" cy="233.338" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="690.014" cy="214.67" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="708.682" cy="233.338" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="690.014" cy="252.006" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="671.347" cy="233.338" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="690.014" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="690.014" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">28</text>
<circle cx="781.35" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="781.35" cy="214.67" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="781.35" cy="214.67" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="800.017" cy="233.338" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="781.35" cy="252.006" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="762.682" cy="233.338" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="781.35" cy="252.006" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="762.682" cy="233.338" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="781.35" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="781.35" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">29</text>
<circle cx="187.67" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="187.67" cy="306.006" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="206.338" cy="324.673" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="187.67" cy="343.341" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="169.003" cy="324.673" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="187.67" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="187.67" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">31</text>
<circle cx="279.006" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="279.006" cy="306.006" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="297.673" cy="324.673" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="279.006" cy="343.341" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="260.338" cy="324.673" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="279.006" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="279.006" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">32</text>
<circle cx="370.341" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="370.341" cy="306.006" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="389.009" cy="324.673" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="370.341" cy="343.341" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="351.673" cy="324.673" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="370.341" cy="306.006" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="389.009" cy="324.673" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="370.341" cy="343.341" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="351.673" cy="324.673" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="370.341" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="370.341" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">33</text>
<circle cx="461.676" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="461.676" cy="306.006" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="480.344" cy="324.673" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="461.676" cy="343.341" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="443.009" cy="324.673" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="461.676" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="461.676" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">34</text>
<circle cx="553.011" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="553.011" cy="306.006" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="571.679" cy="324.673" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="553.011" cy="343.341" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="534.344" cy="324.673" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="553.011" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="553.011" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">35</text>
<circle cx="233.338" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="233.338" cy="397.341" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="252.006" cy="416.009" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="233.338" cy="434.676" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="214.67" cy="416.009" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="233.338" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="233.338" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">39</text>
<circle cx="324.673" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="324.673" cy="397.341" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="343.341" cy="416.009" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="324.673" cy="434.676" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="306.006" cy="416.009" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="324.673" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="324.673" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">40</text>
<circle cx="644.347" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="644.347" cy="306.006" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="663.014" cy="324.673" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="644.347" cy="343.341" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="625.679" cy="324.673" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="644.347" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="644.347" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">36</text>
<circle cx="827.017" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="827.017" cy="306.006" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="845.685" cy="324.673" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="827.017" cy="343.341" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="808.35" cy="324.673" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="827.017" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="827.017" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">38</text>
<circle cx="416.009" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="416.009" cy="397.341" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="434.676" cy="416.009" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="416.009" cy="434.676" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="397.341" cy="416.009" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="416.009" cy="397.341" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="434.676" cy="416.009" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="416.009" cy="434.676" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="397.341" cy="416.009" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="416.009" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="416.009" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">41</text>
<circle cx="507.344" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="507.344" cy="397.341" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="526.011" cy="416.009" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="507.344" cy="434.676" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="488.676" cy="416.009" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="507.344" cy="397.341" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="526.011" cy="416.009" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="507.344" cy="434.676" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="488.676" cy="416.009" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="507.344" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="507.344" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">42</text>
<circle cx="598.679" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="598.679" cy="397.341" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="617.347" cy="416.009" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="598.679" cy="434.676" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="580.011" cy="416.009" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="598.679" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="598.679" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">43</text>
<circle cx="781.35" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="781.35" cy="397.341" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="800.017" cy="416.009" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="781.35" cy="434.676" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="762.682" cy="416.009" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="781.35" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="781.35" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">45</text>
<circle cx="1786.04" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1786.04" cy="32" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="1804.7" cy="50.6676" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="1786.04" cy="69.3352" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="1767.37" cy="50.6676" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="1786.04" cy="32" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1804.7" cy="50.6676" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1786.04" cy="69.3352" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1767.37" cy="50.6676" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1786.04" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="1786.04" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">49</text>
<circle cx="2060.04" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2060.04" cy="32" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2078.71" cy="50.6676" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2060.04" cy="69.3352" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2041.38" cy="50.6676" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2060.04" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="2060.04" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">52</text>
<circle cx="2151.38" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2151.38" cy="32" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2170.05" cy="50.6676" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2151.38" cy="69.3352" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2132.71" cy="50.6676" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2151.38" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="2151.38" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">53</text>
<circle cx="1877.37" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1877.37" cy="32" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="1896.04" cy="50.6676" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="1877.37" cy="69.3352" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="1858.7" cy="50.6676" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="1877.37" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="1877.37" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">50</text>
<circle cx="2334.05" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2334.05" cy="32" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="2352.72" cy="50.6676" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="2334.05" cy="69.3352" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="2315.38" cy="50.6676" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="2334.05" cy="32" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2352.72" cy="50.6676" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2334.05" cy="69.3352" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2315.38" cy="50.6676" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2334.05" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="2334.05" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">55</text>
<circle cx="2425.38" cy="50.6676" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2425.38" cy="32" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="2444.05" cy="50.6676" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="2425.38" cy="69.3352" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="2406.72" cy="50.6676" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="2425.38" cy="32" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2444.05" cy="50.6676" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2425.38" cy="69.3352" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2406.72" cy="50.6676" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2425.38" cy="50.6676" r="12" fill="white" fill-opacity="0.75"/>
<text x="2425.38" y="50.6676" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">56</text>
<circle cx="1557.7" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1557.7" cy="123.335" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="1576.37" cy="142.003" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="1557.7" cy="160.67" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="1539.03" cy="142.003" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="1557.7" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="1557.7" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">57</text>
<circle cx="1649.03" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1649.03" cy="123.335" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="1667.7" cy="142.003" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="1649.03" cy="160.67" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="1630.37" cy="142.003" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="1649.03" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="1649.03" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">58</text>
<circle cx="1740.37" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1740.37" cy="123.335" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="1759.04" cy="142.003" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
@@ -486,109 +479,116 @@
<circle cx="1721.7" cy="142.003" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="1740.37" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="1740.37" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">59</text>
<circle cx="2379.72" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2379.72" cy="123.335" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="2398.38" cy="142.003" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="2379.72" cy="160.67" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="2361.05" cy="142.003" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="2379.72" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="2379.72" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">66</text>
<circle cx="1831.7" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1831.7" cy="123.335" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="1850.37" cy="142.003" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="1831.7" cy="160.67" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="1813.04" cy="142.003" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="1831.7" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="1831.7" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">60</text>
<circle cx="1923.04" cy="142.003" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1923.04" cy="123.335" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1941.71" cy="142.003" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1923.04" cy="160.67" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1904.37" cy="142.003" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1923.04" cy="142.003" r="12" fill="white" fill-opacity="0.75"/>
<text x="1923.04" y="142.003" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">61</text>
<circle cx="1603.37" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1603.37" cy="214.67" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="1622.03" cy="233.338" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1603.37" cy="252.006" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="1584.7" cy="233.338" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1603.37" cy="214.67" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="1622.03" cy="233.338" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="1603.37" cy="252.006" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="1584.7" cy="233.338" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="1603.37" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="1603.37" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">67</text>
<circle cx="1694.7" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1694.7" cy="214.67" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="1713.37" cy="233.338" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="1694.7" cy="252.006" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="1676.03" cy="233.338" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="1694.7" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="1694.7" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">68</text>
<circle cx="1786.04" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1786.04" cy="214.67" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="1804.7" cy="233.338" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="1786.04" cy="252.006" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="1767.37" cy="233.338" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="1786.04" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="1786.04" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">69</text>
<circle cx="1877.37" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1877.37" cy="214.67" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1896.04" cy="233.338" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1877.37" cy="252.006" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1858.7" cy="233.338" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1877.37" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="1877.37" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">70</text>
<circle cx="1968.71" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1968.71" cy="214.67" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1987.38" cy="233.338" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1968.71" cy="252.006" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1950.04" cy="233.338" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1968.71" cy="214.67" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="1987.38" cy="233.338" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="1968.71" cy="252.006" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="1950.04" cy="233.338" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="1968.71" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="1968.71" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">71</text>
<circle cx="2242.71" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2242.71" cy="214.67" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2261.38" cy="233.338" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="2242.71" cy="252.006" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="2224.05" cy="233.338" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2242.71" cy="214.67" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="2261.38" cy="233.338" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="2242.71" cy="252.006" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="2224.05" cy="233.338" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="2242.71" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="2242.71" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">74</text>
<circle cx="2334.05" cy="233.338" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2334.05" cy="214.67" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2352.72" cy="233.338" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2334.05" cy="252.006" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2315.38" cy="233.338" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2334.05" cy="214.67" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2352.72" cy="233.338" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2334.05" cy="252.006" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2315.38" cy="233.338" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2334.05" cy="233.338" r="12" fill="white" fill-opacity="0.75"/>
<text x="2334.05" y="233.338" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">75</text>
<circle cx="1649.03" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1649.03" cy="306.006" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1667.7" cy="324.673" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1649.03" cy="343.341" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1630.37" cy="324.673" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1649.03" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="1649.03" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">76</text>
<circle cx="1740.37" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1740.37" cy="306.006" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="1759.04" cy="324.673" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="1740.37" cy="343.341" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="1721.7" cy="324.673" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="1740.37" cy="306.006" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1759.04" cy="324.673" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1740.37" cy="343.341" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="1721.7" cy="324.673" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="1740.37" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="1740.37" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">77</text>
<circle cx="1831.7" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1831.7" cy="306.006" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="1850.37" cy="324.673" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="1831.7" cy="343.341" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="1813.04" cy="324.673" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="1831.7" cy="306.006" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="1850.37" cy="324.673" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="1831.7" cy="343.341" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="1813.04" cy="324.673" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="1831.7" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="1831.7" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">78</text>
<circle cx="1923.04" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1923.04" cy="306.006" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1941.71" cy="324.673" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1923.04" cy="343.341" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1904.37" cy="324.673" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1923.04" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="1923.04" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">79</text>
<circle cx="2105.71" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2105.71" cy="306.006" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2124.38" cy="324.673" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2105.71" cy="343.341" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2087.04" cy="324.673" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2105.71" cy="306.006" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="2124.38" cy="324.673" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="2105.71" cy="343.341" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2087.04" cy="324.673" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="2105.71" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="2105.71" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">81</text>
<circle cx="2197.05" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2197.05" cy="306.006" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="2215.71" cy="324.673" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="2197.05" cy="343.341" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="2178.38" cy="324.673" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="2197.05" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="2197.05" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">82</text>
<circle cx="2288.38" cy="324.673" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2288.38" cy="306.006" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="2307.05" cy="324.673" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="2288.38" cy="343.341" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="2269.71" cy="324.673" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="2288.38" cy="324.673" r="12" fill="white" fill-opacity="0.75"/>
<text x="2288.38" y="324.673" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">83</text>
<circle cx="1786.04" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1786.04" cy="397.341" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="1804.7" cy="416.009" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="1786.04" cy="434.676" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="1767.37" cy="416.009" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="1786.04" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="1786.04" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">84</text>
<circle cx="1877.37" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1877.37" cy="397.341" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1896.04" cy="416.009" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1877.37" cy="434.676" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1858.7" cy="416.009" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="1877.37" cy="397.341" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="1896.04" cy="416.009" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="1877.37" cy="434.676" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="1858.7" cy="416.009" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="1877.37" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="1877.37" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">85</text>
<circle cx="1968.71" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="1968.71" cy="397.341" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="1987.38" cy="416.009" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="1968.71" cy="434.676" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="1950.04" cy="416.009" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="1968.71" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="1968.71" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">86</text>
<circle cx="2060.04" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2060.04" cy="397.341" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2078.71" cy="416.009" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2060.04" cy="434.676" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2041.38" cy="416.009" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="2060.04" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="2060.04" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">87</text>
<circle cx="2151.38" cy="416.009" r="40.6676" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="2151.38" cy="397.341" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2170.05" cy="416.009" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2151.38" cy="434.676" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2132.71" cy="416.009" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="2151.38" cy="397.341" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2170.05" cy="416.009" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="2151.38" cy="434.676" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="2132.71" cy="416.009" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="2151.38" cy="416.009" r="12" fill="white" fill-opacity="0.75"/>
<text x="2151.38" y="416.009" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">88</text>
</svg>

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

+296 -296
View File
@@ -1,476 +1,476 @@
[1]
Julia Weber = Hof 1, Tisch 1, Nummer 1
Emre Klein = Hof 1, Tisch 1, Nummer 2
Dr. Patrick Kaya = Hof 1, Tisch 1, Nummer 3
Prof. Dr. Yusuf Seidel = Hof 1, Tisch 1, Nummer 4
Dr. Nadine Berger = Hof 1, Tisch 1, Nummer 2
Prof. Dr. Yusuf Ott = Hof 1, Tisch 1, Nummer 3
Patrick Lehmann = Hof 1, Tisch 1, Nummer 4
[2]
Dr. Jan Bianchi = Hof 1, Tisch 2, Nummer 1
Yusuf Bauer = Hof 1, Tisch 2, Nummer 2
Dr. Christina Krause = Hof 1, Tisch 2, Nummer 3
Marco Winkler = Hof 1, Tisch 2, Nummer 4
Prof. Dr. Julia Roth = Hof 1, Tisch 2, Nummer 1
Thomas Hansen = Hof 1, Tisch 2, Nummer 2
Thomas Winkler = Hof 1, Tisch 2, Nummer 3
Dr. Stefanie Seifert = Hof 1, Tisch 2, Nummer 4
[3]
Nadine Braun = Hof 1, Tisch 3, Nummer 1
Christian Braun = Hof 1, Tisch 3, Nummer 2
Dr. Markus Seidel = Hof 1, Tisch 3, Nummer 3
Prof. Dr. Kathrin Petrov = Hof 1, Tisch 3, Nummer 4
Dr. Jan Bianchi = Hof 1, Tisch 3, Nummer 1
Marco Winkler = Hof 1, Tisch 3, Nummer 2
Dr. Christina Krause = Hof 1, Tisch 3, Nummer 3
Yusuf Bauer = Hof 1, Tisch 3, Nummer 4
[4]
Dr. Patrick Kaya = Hof 1, Tisch 4, Nummer 1
Prof. Dr. Yusuf Seidel = Hof 1, Tisch 4, Nummer 2
Emre Klein = Hof 1, Tisch 4, Nummer 3
[5]
Beate Grothe = Hof 1, Tisch 5, Nummer 1
Dr. Ferdinand Kessler = Hof 1, Tisch 5, Nummer 2
Viktoria Kessler = Hof 1, Tisch 5, Nummer 3
Dr. h.c. Alexander Grothe = Hof 1, Tisch 5, Nummer 4
Viktoria Kessler = Hof 1, Tisch 5, Nummer 2
Dr. h.c. Alexander Grothe = Hof 1, Tisch 5, Nummer 3
Dr. Ferdinand Kessler = Hof 1, Tisch 5, Nummer 4
[6]
Dr. Konstantin Freiherr von Waldeck = Hof 1, Tisch 6, Nummer 1
Antonia Freifrau von Waldeck = Hof 1, Tisch 6, Nummer 2
Georg Steinbach = Hof 1, Tisch 6, Nummer 2
Elisabeth Steinbach = Hof 1, Tisch 6, Nummer 3
Georg Steinbach = Hof 1, Tisch 6, Nummer 4
Antonia Freifrau von Waldeck = Hof 1, Tisch 6, Nummer 4
[7]
Charlotte Dallmann = Hof 1, Tisch 7, Nummer 1
Margarete Dallmann = Hof 1, Tisch 7, Nummer 2
Maximilian Dallmann = Hof 1, Tisch 7, Nummer 3
Heinrich Dallmann = Hof 1, Tisch 7, Nummer 4
Maximilian Dallmann = Hof 1, Tisch 7, Nummer 1
Heinrich Dallmann = Hof 1, Tisch 7, Nummer 2
Margarete Dallmann = Hof 1, Tisch 7, Nummer 3
Charlotte Dallmann = Hof 1, Tisch 7, Nummer 4
[8]
Andreas Albrecht = Hof 1, Tisch 8, Nummer 1
Dragana Lange = Hof 1, Tisch 8, Nummer 2
Sarah Albrecht = Hof 1, Tisch 8, Nummer 3
Svenja Lange = Hof 1, Tisch 8, Nummer 4
Christian Peters = Hof 1, Tisch 8, Nummer 1
Markus Schmitt = Hof 1, Tisch 8, Nummer 2
Prof. Dr. Kathrin Petrov = Hof 1, Tisch 8, Nummer 3
Dr. Markus Seidel = Hof 1, Tisch 8, Nummer 4
[9]
Dr. Stefanie Seifert = Hof 1, Tisch 9, Nummer 1
Prof. Dr. Julia Roth = Hof 1, Tisch 9, Nummer 2
Thomas Winkler = Hof 1, Tisch 9, Nummer 3
Julia Nguyen = Hof 1, Tisch 9, Nummer 4
Giovanna Petrov = Hof 1, Tisch 9, Nummer 1
Markus Kraus = Hof 1, Tisch 9, Nummer 2
Dr. Nadine Stein = Hof 1, Tisch 9, Nummer 3
[10]
Nicole Schmidt = Hof 1, Tisch 10, Nummer 1
Thomas Hansen = Hof 1, Tisch 10, Nummer 2
Dr. Jan Esposito = Hof 1, Tisch 10, Nummer 3
Lena Frank = Hof 1, Tisch 10, Nummer 1
Finn Frank = Hof 1, Tisch 10, Nummer 2
Nadine Frank = Hof 1, Tisch 10, Nummer 3
[11]
Milan Braun = Hof 1, Tisch 11, Nummer 1
Dragana Braun = Hof 1, Tisch 11, Nummer 2
Julia Braun = Hof 1, Tisch 11, Nummer 3
Jan Braun = Hof 1, Tisch 11, Nummer 4
Tobias Kovac = Hof 1, Tisch 11, Nummer 1
Henry Kovac = Hof 1, Tisch 11, Nummer 2
Marco Kovac = Hof 1, Tisch 11, Nummer 3
Marija Kovac = Hof 1, Tisch 11, Nummer 4
[12]
Dennis Frank = Hof 1, Tisch 12, Nummer 1
Nadine Frank = Hof 1, Tisch 12, Nummer 2
Marija Hartmann = Hof 1, Tisch 12, Nummer 3
Thomas Hartmann = Hof 1, Tisch 12, Nummer 4
[13]
Deniz Hartmann = Hof 1, Tisch 13, Nummer 1
Olga Hartmann = Hof 1, Tisch 13, Nummer 2
Nadine Hartmann = Hof 1, Tisch 13, Nummer 3
Dr. Jan Esposito = Hof 1, Tisch 13, Nummer 1
Julia Nguyen = Hof 1, Tisch 13, Nummer 2
Nicole Schmidt = Hof 1, Tisch 13, Nummer 3
[14]
Giovanna Hansen = Hof 1, Tisch 14, Nummer 1
Olga Hansen = Hof 1, Tisch 14, Nummer 2
Markus Hansen = Hof 1, Tisch 14, Nummer 3
Sofia Dietrich = Hof 1, Tisch 14, Nummer 1
Jennifer Dietrich = Hof 1, Tisch 14, Nummer 2
Marco Dietrich = Hof 1, Tisch 14, Nummer 3
[15]
Svenja Simon = Hof 1, Tisch 15, Nummer 1
Prof. Dr. Markus Stein = Hof 1, Tisch 15, Nummer 2
Matthias Popescu = Hof 1, Tisch 15, Nummer 3
Prof. Dr. Yusuf Albrecht = Hof 1, Tisch 15, Nummer 4
Nicole Wagner = Hof 1, Tisch 15, Nummer 1
Marco Wagner = Hof 1, Tisch 15, Nummer 2
Sarah Wagner = Hof 1, Tisch 15, Nummer 3
Henry Wagner = Hof 1, Tisch 15, Nummer 4
[16]
Patrick Barth = Hof 1, Tisch 16, Nummer 1
Lina Barth = Hof 1, Tisch 16, Nummer 2
Nadine Barth = Hof 1, Tisch 16, Nummer 3
Timo Barth = Hof 1, Tisch 16, Nummer 4
Milan Lehmann = Hof 1, Tisch 16, Nummer 1
Thomas Lehmann = Hof 1, Tisch 16, Nummer 2
Layla Lehmann = Hof 1, Tisch 16, Nummer 3
[17]
Dr. Anja Seidel = Hof 1, Tisch 17, Nummer 1
Olga Tran = Hof 1, Tisch 17, Nummer 2
Prof. Dr. Dennis Werner = Hof 1, Tisch 17, Nummer 3
Dr. Thomas Hoffmann = Hof 1, Tisch 17, Nummer 4
Nicole Lehmann = Hof 1, Tisch 17, Nummer 1
Giovanna Lehmann = Hof 1, Tisch 17, Nummer 2
Markus Lehmann = Hof 1, Tisch 17, Nummer 3
[18]
Markus Lehmann = Hof 1, Tisch 18, Nummer 1
Milan Lehmann = Hof 1, Tisch 18, Nummer 2
Giovanna Lehmann = Hof 1, Tisch 18, Nummer 3
Layla Lehmann = Hof 1, Tisch 18, Nummer 4
Thomas Neumann = Hof 1, Tisch 18, Nummer 1
Lina Neumann = Hof 1, Tisch 18, Nummer 2
Matteo Neumann = Hof 1, Tisch 18, Nummer 3
Jennifer Neumann = Hof 1, Tisch 18, Nummer 4
[19]
Thomas Lehmann = Hof 1, Tisch 19, Nummer 1
Patrick Celik = Hof 1, Tisch 19, Nummer 2
Elif Celik = Hof 1, Tisch 19, Nummer 3
Nicole Lehmann = Hof 1, Tisch 19, Nummer 4
Dr. Olga Klein = Hof 1, Tisch 19, Nummer 1
Prof. Dr. Emre Albrecht = Hof 1, Tisch 19, Nummer 2
Dr. Jennifer Arnold = Hof 1, Tisch 19, Nummer 3
[20]
Svenja Berger = Hof 1, Tisch 20, Nummer 1
Andreas Berger = Hof 1, Tisch 20, Nummer 2
Stefan Berger = Hof 1, Tisch 20, Nummer 3
Jennifer Berger = Hof 1, Tisch 20, Nummer 4
Prof. Dr. Julia Richter = Hof 1, Tisch 20, Nummer 1
Thomas Bianchi = Hof 1, Tisch 20, Nummer 2
Andreas Weber = Hof 1, Tisch 20, Nummer 3
Olga Roth = Hof 1, Tisch 20, Nummer 4
[21]
Sergej Aksoy = Hof 1, Tisch 21, Nummer 1
Nadine Aksoy = Hof 1, Tisch 21, Nummer 2
Thomas Aksoy = Hof 1, Tisch 21, Nummer 3
Anja Kovac = Hof 1, Tisch 21, Nummer 1
Dennis Frank = Hof 1, Tisch 21, Nummer 2
Lena Kovac = Hof 1, Tisch 21, Nummer 3
Marie Frank = Hof 1, Tisch 21, Nummer 4
[22]
Finn Frank = Hof 1, Tisch 22, Nummer 1
Lena Frank = Hof 1, Tisch 22, Nummer 2
Marie Frank = Hof 1, Tisch 22, Nummer 3
Giovanna Hansen = Hof 1, Tisch 22, Nummer 1
Markus Hansen = Hof 1, Tisch 22, Nummer 2
Olga Hansen = Hof 1, Tisch 22, Nummer 3
[23]
Matthias Richter = Hof 1, Tisch 23, Nummer 1
Anton Richter = Hof 1, Tisch 23, Nummer 2
Anja Richter = Hof 1, Tisch 23, Nummer 3
Greta Richter = Hof 1, Tisch 23, Nummer 4
Julia Thiel = Hof 1, Tisch 23, Nummer 1
Christina Thiel = Hof 1, Tisch 23, Nummer 2
Yusuf Thiel = Hof 1, Tisch 23, Nummer 3
[24]
Lena Kovac = Hof 1, Tisch 24, Nummer 1
Henry Kovac = Hof 1, Tisch 24, Nummer 2
Tobias Kovac = Hof 1, Tisch 24, Nummer 3
Sofia Schmitt = Hof 1, Tisch 24, Nummer 1
Sarah Schmitt = Hof 1, Tisch 24, Nummer 2
Markus Schmitt = Hof 1, Tisch 24, Nummer 3
[25]
Patrick Winkler = Hof 1, Tisch 25, Nummer 1
Kathrin Petrov = Hof 1, Tisch 25, Nummer 2
Milan Petrov = Hof 1, Tisch 25, Nummer 3
Lena Winkler = Hof 1, Tisch 25, Nummer 4
Melanie Rossi = Hof 1, Tisch 25, Nummer 1
Emilia Rossi = Hof 1, Tisch 25, Nummer 2
Luca Rossi = Hof 1, Tisch 25, Nummer 3
[26]
Dr. Nadine Stein = Hof 1, Tisch 26, Nummer 1
Christian Peters = Hof 1, Tisch 26, Nummer 2
Markus Schmitt = Hof 1, Tisch 26, Nummer 3
Lina Nowak = Hof 1, Tisch 26, Nummer 1
Noah Nowak = Hof 1, Tisch 26, Nummer 2
Kathrin Nowak = Hof 1, Tisch 26, Nummer 3
[27]
Anja Engel = Hof 1, Tisch 27, Nummer 1
Yusuf Engel = Hof 1, Tisch 27, Nummer 2
Julia Engel = Hof 1, Tisch 27, Nummer 3
Felix Nowak = Hof 1, Tisch 27, Nummer 1
Aylin Nowak = Hof 1, Tisch 27, Nummer 2
Markus Nowak = Hof 1, Tisch 27, Nummer 3
[28]
Dr. Olga Klein = Hof 1, Tisch 28, Nummer 1
Anton Engel = Hof 1, Tisch 28, Nummer 2
Dr. Jennifer Arnold = Hof 1, Tisch 28, Nummer 3
Nicole Engel = Hof 1, Tisch 28, Nummer 4
Jennifer Berger = Hof 1, Tisch 28, Nummer 1
Svenja Berger = Hof 1, Tisch 28, Nummer 2
Stefan Berger = Hof 1, Tisch 28, Nummer 3
Anton Berger = Hof 1, Tisch 28, Nummer 4
[29]
Layla Berger = Hof 1, Tisch 29, Nummer 1
Anton Berger = Hof 1, Tisch 29, Nummer 2
Dr. Sandra Demir = Hof 1, Tisch 29, Nummer 3
Prof. Dr. Timo Kaya = Hof 1, Tisch 29, Nummer 4
Matthias Popescu = Hof 1, Tisch 29, Nummer 1
Prof. Dr. Yusuf Albrecht = Hof 1, Tisch 29, Nummer 2
Prof. Dr. Markus Stein = Hof 1, Tisch 29, Nummer 3
Svenja Simon = Hof 1, Tisch 29, Nummer 4
[30]
Luca Aksoy = Hof 1, Tisch 30, Nummer 1
Sofia Aksoy = Hof 1, Tisch 30, Nummer 2
Marie Aksoy = Hof 1, Tisch 30, Nummer 3
Dr. Jennifer Haas = Hof 1, Tisch 30, Nummer 1
Markus Barth = Hof 1, Tisch 30, Nummer 2
Matthias Petrov = Hof 1, Tisch 30, Nummer 3
[31]
Daniel Krause = Hof 1, Tisch 31, Nummer 1
Prof. Dr. Emre Ludwig = Hof 1, Tisch 31, Nummer 2
Markus Klein = Hof 1, Tisch 31, Nummer 3
Nicole Aksoy = Hof 1, Tisch 31, Nummer 4
[32]
Marco Kovac = Hof 1, Tisch 32, Nummer 1
Marija Kovac = Hof 1, Tisch 32, Nummer 2
Anja Kovac = Hof 1, Tisch 32, Nummer 3
Timo Seifert = Hof 1, Tisch 32, Nummer 1
Nicole Seifert = Hof 1, Tisch 32, Nummer 2
Patrick Arnold = Hof 1, Tisch 32, Nummer 3
Leni Arnold = Hof 1, Tisch 32, Nummer 4
[33]
Noah Nowak = Hof 1, Tisch 33, Nummer 1
Lina Nowak = Hof 1, Tisch 33, Nummer 2
Kathrin Nowak = Hof 1, Tisch 33, Nummer 3
Aylin Nowak = Hof 1, Tisch 33, Nummer 4
Elif Celik = Hof 1, Tisch 33, Nummer 1
Prof. Dr. Timo Kaya = Hof 1, Tisch 33, Nummer 2
Patrick Celik = Hof 1, Tisch 33, Nummer 3
Dr. Sandra Demir = Hof 1, Tisch 33, Nummer 4
[34]
Markus Kraus = Hof 1, Tisch 34, Nummer 1
Markus Nowak = Hof 1, Tisch 34, Nummer 2
Felix Nowak = Hof 1, Tisch 34, Nummer 3
Giovanna Petrov = Hof 1, Tisch 34, Nummer 4
Sergej Aksoy = Hof 1, Tisch 34, Nummer 1
Nadine Aksoy = Hof 1, Tisch 34, Nummer 2
Marie Aksoy = Hof 1, Tisch 34, Nummer 3
[35]
Sandra Werner = Hof 1, Tisch 35, Nummer 1
Nadine Werner = Hof 1, Tisch 35, Nummer 2
Marco Werner = Hof 1, Tisch 35, Nummer 3
Andreas Werner = Hof 1, Tisch 35, Nummer 4
Luca Aksoy = Hof 1, Tisch 35, Nummer 1
Sofia Aksoy = Hof 1, Tisch 35, Nummer 2
Thomas Aksoy = Hof 1, Tisch 35, Nummer 3
[36]
Michael Lange = Hof 1, Tisch 36, Nummer 1
Jan Lange = Hof 1, Tisch 36, Nummer 2
Sofia Lange = Hof 1, Tisch 36, Nummer 3
Andreas Albrecht = Hof 1, Tisch 36, Nummer 1
Layla Berger = Hof 1, Tisch 36, Nummer 2
Sarah Albrecht = Hof 1, Tisch 36, Nummer 3
Andreas Berger = Hof 1, Tisch 36, Nummer 4
[37]
Thomas Bianchi = Hof 1, Tisch 37, Nummer 1
Olga Roth = Hof 1, Tisch 37, Nummer 2
Prof. Dr. Emre Albrecht = Hof 1, Tisch 37, Nummer 3
Julia Braun = Hof 1, Tisch 37, Nummer 1
Milan Braun = Hof 1, Tisch 37, Nummer 2
Christian Braun = Hof 1, Tisch 37, Nummer 3
[38]
Thomas Bianchi = Hof 1, Tisch 38, Nummer 1
Mia Bianchi = Hof 1, Tisch 38, Nummer 2
Sandra Bianchi = Hof 1, Tisch 38, Nummer 3
Milan Petrov = Hof 1, Tisch 38, Nummer 1
Patrick Winkler = Hof 1, Tisch 38, Nummer 2
Kathrin Petrov = Hof 1, Tisch 38, Nummer 3
Lena Winkler = Hof 1, Tisch 38, Nummer 4
[39]
Michael Busch = Hof 1, Tisch 39, Nummer 1
Marie Busch = Hof 1, Tisch 39, Nummer 2
Emre Busch = Hof 1, Tisch 39, Nummer 3
Olga Busch = Hof 1, Tisch 39, Nummer 4
Jennifer Arnold = Hof 1, Tisch 39, Nummer 1
Mila Arnold = Hof 1, Tisch 39, Nummer 2
Christian Arnold = Hof 1, Tisch 39, Nummer 3
[40]
Sarah Koch = Hof 1, Tisch 40, Nummer 1
Michael Koch = Hof 1, Tisch 40, Nummer 2
Olga Koch = Hof 1, Tisch 40, Nummer 3
Jan Koch = Hof 1, Tisch 40, Nummer 4
Elif Seifert = Hof 1, Tisch 40, Nummer 1
Yusuf Seifert = Hof 1, Tisch 40, Nummer 2
Leni Seifert = Hof 1, Tisch 40, Nummer 3
[41]
Dr. Nicole Hansen = Hof 1, Tisch 41, Nummer 1
Nicole Peters = Hof 1, Tisch 41, Nummer 2
Emil Koch = Hof 1, Tisch 41, Nummer 3
Marie Koch = Hof 1, Tisch 41, Nummer 4
Prof. Dr. Sergej Ott = Hof 1, Tisch 41, Nummer 1
Patrick Haas = Hof 1, Tisch 41, Nummer 2
Dragana Bauer = Hof 1, Tisch 41, Nummer 3
Thomas Krause = Hof 1, Tisch 41, Nummer 4
[42]
Thomas Krause = Hof 1, Tisch 42, Nummer 1
Prof. Dr. Sergej Ott = Hof 1, Tisch 42, Nummer 2
Dragana Bauer = Hof 1, Tisch 42, Nummer 3
Patrick Haas = Hof 1, Tisch 42, Nummer 4
Emil Koch = Hof 1, Tisch 42, Nummer 1
Olga Koch = Hof 1, Tisch 42, Nummer 2
Dr. Nicole Hansen = Hof 1, Tisch 42, Nummer 3
Nicole Peters = Hof 1, Tisch 42, Nummer 4
[43]
Marija Becker = Hof 1, Tisch 43, Nummer 1
Prof. Dr. Yusuf Esposito = Hof 1, Tisch 43, Nummer 2
Matthias Kovac = Hof 1, Tisch 43, Nummer 3
Jan Koch = Hof 1, Tisch 43, Nummer 1
Michael Koch = Hof 1, Tisch 43, Nummer 2
Marie Koch = Hof 1, Tisch 43, Nummer 3
Sarah Koch = Hof 1, Tisch 43, Nummer 4
[44]
Christina Kaya = Hof 1, Tisch 44, Nummer 1
Luca Kaya = Hof 1, Tisch 44, Nummer 2
Nicole Kaya = Hof 1, Tisch 44, Nummer 3
Jan Braun = Hof 1, Tisch 44, Nummer 1
Dragana Braun = Hof 1, Tisch 44, Nummer 2
Nadine Braun = Hof 1, Tisch 44, Nummer 3
[45]
Giovanna Schmidt = Hof 1, Tisch 45, Nummer 1
Marie Schmidt = Hof 1, Tisch 45, Nummer 2
Matthias Schmidt = Hof 1, Tisch 45, Nummer 3
Matthias Richter = Hof 1, Tisch 45, Nummer 1
Anton Richter = Hof 1, Tisch 45, Nummer 2
Greta Richter = Hof 1, Tisch 45, Nummer 3
Anja Richter = Hof 1, Tisch 45, Nummer 4
[46]
Jan Becker = Hof 2, Tisch 46, Nummer 1
Nicole Becker = Hof 2, Tisch 46, Nummer 2
Sandra Becker = Hof 2, Tisch 46, Nummer 3
Sandra Bianchi = Hof 2, Tisch 46, Nummer 1
Mia Bianchi = Hof 2, Tisch 46, Nummer 2
Thomas Bianchi = Hof 2, Tisch 46, Nummer 3
[47]
Daniel Nguyen = Hof 2, Tisch 47, Nummer 1
Sofia Nguyen = Hof 2, Tisch 47, Nummer 2
Anja Nguyen = Hof 2, Tisch 47, Nummer 3
Marija Becker = Hof 2, Tisch 47, Nummer 1
Prof. Dr. Yusuf Esposito = Hof 2, Tisch 47, Nummer 2
Matthias Kovac = Hof 2, Tisch 47, Nummer 3
[48]
Leni Seifert = Hof 2, Tisch 48, Nummer 1
Timo Seifert = Hof 2, Tisch 48, Nummer 2
Elif Seifert = Hof 2, Tisch 48, Nummer 3
Luca Kaya = Hof 2, Tisch 48, Nummer 1
Christina Kaya = Hof 2, Tisch 48, Nummer 2
Nicole Kaya = Hof 2, Tisch 48, Nummer 3
[49]
Dr. Jennifer Haas = Hof 2, Tisch 49, Nummer 1
Markus Barth = Hof 2, Tisch 49, Nummer 2
Yusuf Seifert = Hof 2, Tisch 49, Nummer 3
Nicole Seifert = Hof 2, Tisch 49, Nummer 4
Giovanna Ludwig = Hof 2, Tisch 49, Nummer 1
Elias Ludwig = Hof 2, Tisch 49, Nummer 2
Emre Ludwig = Hof 2, Tisch 49, Nummer 3
Elif Ludwig = Hof 2, Tisch 49, Nummer 4
[50]
Andreas Weber = Hof 2, Tisch 50, Nummer 1
Matthias Petrov = Hof 2, Tisch 50, Nummer 2
Prof. Dr. Julia Richter = Hof 2, Tisch 50, Nummer 3
Kathrin Sahin = Hof 2, Tisch 50, Nummer 1
Patrick Sahin = Hof 2, Tisch 50, Nummer 2
Markus Sahin = Hof 2, Tisch 50, Nummer 3
Nicole Sahin = Hof 2, Tisch 50, Nummer 4
[51]
Milan Klein = Hof 2, Tisch 51, Nummer 1
Lina Klein = Hof 2, Tisch 51, Nummer 2
Stefanie Klein = Hof 2, Tisch 51, Nummer 3
Patrick Busch = Hof 2, Tisch 51, Nummer 1
Emre Hoffmann = Hof 2, Tisch 51, Nummer 2
Prof. Dr. Dragana Dietrich = Hof 2, Tisch 51, Nummer 3
[52]
Marija Polat = Hof 2, Tisch 52, Nummer 1
Nadine Arnold = Hof 2, Tisch 52, Nummer 2
Prof. Dr. Patrick Hoffmann = Hof 2, Tisch 52, Nummer 3
Marco Richter = Hof 2, Tisch 52, Nummer 4
Katrin Werner = Hof 2, Tisch 52, Nummer 1
Sergej Lange = Hof 2, Tisch 52, Nummer 2
Dr. Michael Aksoy = Hof 2, Tisch 52, Nummer 3
[53]
Marija Aksoy = Hof 2, Tisch 53, Nummer 1
Kathrin Polat = Hof 2, Tisch 53, Nummer 2
Sergej Petrov = Hof 2, Tisch 53, Nummer 3
Prof. Dr. Thomas Tran = Hof 2, Tisch 53, Nummer 4
Matthias Schmidt = Hof 2, Tisch 53, Nummer 1
Giovanna Schmidt = Hof 2, Tisch 53, Nummer 2
Marie Schmidt = Hof 2, Tisch 53, Nummer 3
[54]
Jan Becker = Hof 2, Tisch 54, Nummer 1
Nicole Becker = Hof 2, Tisch 54, Nummer 2
Sandra Becker = Hof 2, Tisch 54, Nummer 3
[55]
Dr. Michael Aksoy = Hof 2, Tisch 55, Nummer 1
Sergej Lange = Hof 2, Tisch 55, Nummer 2
Katrin Werner = Hof 2, Tisch 55, Nummer 3
Patrick Busch = Hof 2, Tisch 55, Nummer 4
Arda Maier = Hof 2, Tisch 55, Nummer 1
Olga Maier = Hof 2, Tisch 55, Nummer 2
Sarah Maier = Hof 2, Tisch 55, Nummer 3
Christian Maier = Hof 2, Tisch 55, Nummer 4
[56]
Yusuf Weber = Hof 2, Tisch 56, Nummer 1
Giovanna Schwarz = Hof 2, Tisch 56, Nummer 2
Prof. Dr. Dragana Dietrich = Hof 2, Tisch 56, Nummer 3
Emre Hoffmann = Hof 2, Tisch 56, Nummer 4
Markus Simon = Hof 2, Tisch 56, Nummer 1
Emma Simon = Hof 2, Tisch 56, Nummer 2
Andreas Simon = Hof 2, Tisch 56, Nummer 3
Lena Simon = Hof 2, Tisch 56, Nummer 4
[57]
Julia Franke = Hof 2, Tisch 57, Nummer 1
Amira Franke = Hof 2, Tisch 57, Nummer 2
Michael Franke = Hof 2, Tisch 57, Nummer 3
Katrin Weber = Hof 2, Tisch 57, Nummer 1
Dr. Julia Kuhn = Hof 2, Tisch 57, Nummer 2
Prof. Dr. Marco Seifert = Hof 2, Tisch 57, Nummer 3
Yusuf Weber = Hof 2, Tisch 57, Nummer 4
[58]
Giovanna Schwarz = Hof 2, Tisch 58, Nummer 1
Dr. Patrick Kraus = Hof 2, Tisch 58, Nummer 2
Matthias Krause = Hof 2, Tisch 58, Nummer 3
Dr. Aylin Ludwig = Hof 2, Tisch 58, Nummer 4
[59]
Henry Wagner = Hof 2, Tisch 59, Nummer 1
Marco Wagner = Hof 2, Tisch 59, Nummer 2
Nicole Wagner = Hof 2, Tisch 59, Nummer 3
Sarah Wagner = Hof 2, Tisch 59, Nummer 4
Patrick Barth = Hof 2, Tisch 59, Nummer 1
Nadine Barth = Hof 2, Tisch 59, Nummer 2
Lina Barth = Hof 2, Tisch 59, Nummer 3
Timo Barth = Hof 2, Tisch 59, Nummer 4
[60]
Sarah Roth = Hof 2, Tisch 60, Nummer 1
Sofia Roth = Hof 2, Tisch 60, Nummer 2
Christian Roth = Hof 2, Tisch 60, Nummer 3
Dragana Pohl = Hof 2, Tisch 60, Nummer 1
Mia Pohl = Hof 2, Tisch 60, Nummer 2
Theo Pohl = Hof 2, Tisch 60, Nummer 3
Emre Pohl = Hof 2, Tisch 60, Nummer 4
[61]
Thomas Sahin = Hof 2, Tisch 61, Nummer 1
Dr. Jan Thiel = Hof 2, Tisch 61, Nummer 2
Prof. Dr. Anja Richter = Hof 2, Tisch 61, Nummer 3
Prof. Dr. Dennis Werner = Hof 2, Tisch 61, Nummer 1
Dr. Thomas Hoffmann = Hof 2, Tisch 61, Nummer 2
Olga Tran = Hof 2, Tisch 61, Nummer 3
Dr. Anja Seidel = Hof 2, Tisch 61, Nummer 4
[62]
Dr. Nadine Berger = Hof 2, Tisch 62, Nummer 1
Prof. Dr. Yusuf Ott = Hof 2, Tisch 62, Nummer 2
Patrick Lehmann = Hof 2, Tisch 62, Nummer 3
Patrick Zimmermann = Hof 2, Tisch 62, Nummer 1
Dr. Dragana Krause = Hof 2, Tisch 62, Nummer 2
Luca Ott = Hof 2, Tisch 62, Nummer 3
[63]
Marco Dietrich = Hof 2, Tisch 63, Nummer 1
Jennifer Dietrich = Hof 2, Tisch 63, Nummer 2
Sofia Dietrich = Hof 2, Tisch 63, Nummer 3
Daniel Nguyen = Hof 2, Tisch 63, Nummer 1
Anja Nguyen = Hof 2, Tisch 63, Nummer 2
Sofia Nguyen = Hof 2, Tisch 63, Nummer 3
[64]
Julia Thiel = Hof 2, Tisch 64, Nummer 1
Yusuf Thiel = Hof 2, Tisch 64, Nummer 2
Christina Thiel = Hof 2, Tisch 64, Nummer 3
Lina Klein = Hof 2, Tisch 64, Nummer 1
Stefanie Klein = Hof 2, Tisch 64, Nummer 2
Milan Klein = Hof 2, Tisch 64, Nummer 3
[65]
Christian Roth = Hof 2, Tisch 65, Nummer 1
Sarah Roth = Hof 2, Tisch 65, Nummer 2
Sofia Roth = Hof 2, Tisch 65, Nummer 3
[66]
Matthias Krause = Hof 2, Tisch 66, Nummer 1
Dr. Patrick Kraus = Hof 2, Tisch 66, Nummer 2
Prof. Dr. Marco Seifert = Hof 2, Tisch 66, Nummer 3
Dr. Aylin Ludwig = Hof 2, Tisch 66, Nummer 4
Dr. Jan Thiel = Hof 2, Tisch 66, Nummer 1
Prof. Dr. Anja Richter = Hof 2, Tisch 66, Nummer 2
Thomas Sahin = Hof 2, Tisch 66, Nummer 3
[67]
Stefan Richter = Hof 2, Tisch 67, Nummer 1
Marco Franke = Hof 2, Tisch 67, Nummer 2
Luca Kovac = Hof 2, Tisch 67, Nummer 3
Olga Franke = Hof 2, Tisch 67, Nummer 4
Dr. Kathrin Koch = Hof 2, Tisch 67, Nummer 1
Prof. Dr. Stefan Schmitt = Hof 2, Tisch 67, Nummer 2
Luca Werner = Hof 2, Tisch 67, Nummer 3
Marija Tran = Hof 2, Tisch 67, Nummer 4
[68]
Prof. Dr. Dennis Schmitt = Hof 2, Tisch 68, Nummer 1
Dr. Dragana Krause = Hof 2, Tisch 68, Nummer 2
Luca Ott = Hof 2, Tisch 68, Nummer 3
Patrick Zimmermann = Hof 2, Tisch 68, Nummer 4
Markus Polat = Hof 2, Tisch 68, Nummer 1
Stefan Polat = Hof 2, Tisch 68, Nummer 2
Sarah Polat = Hof 2, Tisch 68, Nummer 3
[69]
Patrick Arnold = Hof 2, Tisch 69, Nummer 1
Christian Arnold = Hof 2, Tisch 69, Nummer 2
Mila Arnold = Hof 2, Tisch 69, Nummer 3
Michael Busch = Hof 2, Tisch 69, Nummer 1
Emre Busch = Hof 2, Tisch 69, Nummer 2
Marie Busch = Hof 2, Tisch 69, Nummer 3
Olga Busch = Hof 2, Tisch 69, Nummer 4
[70]
Jennifer Arnold = Hof 2, Tisch 70, Nummer 1
Leni Arnold = Hof 2, Tisch 70, Nummer 2
Andreas Werner = Hof 2, Tisch 70, Nummer 1
Sandra Werner = Hof 2, Tisch 70, Nummer 2
Nadine Werner = Hof 2, Tisch 70, Nummer 3
Marco Werner = Hof 2, Tisch 70, Nummer 4
[71]
Svenja Zimmermann = Hof 2, Tisch 71, Nummer 1
Jan Zimmermann = Hof 2, Tisch 71, Nummer 2
Mia Zimmermann = Hof 2, Tisch 71, Nummer 3
Markus Zimmermann = Hof 2, Tisch 71, Nummer 4
Daniel Krause = Hof 2, Tisch 71, Nummer 1
Markus Klein = Hof 2, Tisch 71, Nummer 2
Nicole Aksoy = Hof 2, Tisch 71, Nummer 3
Prof. Dr. Emre Ludwig = Hof 2, Tisch 71, Nummer 4
[72]
Prof. Dr. Stefan Schmitt = Hof 2, Tisch 72, Nummer 1
Luca Werner = Hof 2, Tisch 72, Nummer 2
Katrin Weber = Hof 2, Tisch 72, Nummer 3
Prof. Dr. Dennis Schmitt = Hof 2, Tisch 72, Nummer 1
Stefan Richter = Hof 2, Tisch 72, Nummer 2
Luca Kovac = Hof 2, Tisch 72, Nummer 3
[73]
Hannah Ott = Hof 2, Tisch 73, Nummer 1
Melanie Ott = Hof 2, Tisch 73, Nummer 2
Matthias Ott = Hof 2, Tisch 73, Nummer 3
Michael Lange = Hof 2, Tisch 73, Nummer 1
Sofia Lange = Hof 2, Tisch 73, Nummer 2
Jan Lange = Hof 2, Tisch 73, Nummer 3
[74]
Stefan Polat = Hof 2, Tisch 74, Nummer 1
Daniel Ott = Hof 2, Tisch 74, Nummer 2
Olga Ott = Hof 2, Tisch 74, Nummer 3
Sarah Polat = Hof 2, Tisch 74, Nummer 4
Jan Zimmermann = Hof 2, Tisch 74, Nummer 1
Mia Zimmermann = Hof 2, Tisch 74, Nummer 2
Markus Zimmermann = Hof 2, Tisch 74, Nummer 3
Svenja Zimmermann = Hof 2, Tisch 74, Nummer 4
[75]
Julia Krause = Hof 2, Tisch 75, Nummer 1
Emma Krause = Hof 2, Tisch 75, Nummer 2
Andreas Krause = Hof 2, Tisch 75, Nummer 3
Arda Krause = Hof 2, Tisch 75, Nummer 4
Marija Polat = Hof 2, Tisch 75, Nummer 1
Nadine Arnold = Hof 2, Tisch 75, Nummer 2
Prof. Dr. Patrick Hoffmann = Hof 2, Tisch 75, Nummer 3
Marco Richter = Hof 2, Tisch 75, Nummer 4
[76]
Elif Ludwig = Hof 2, Tisch 76, Nummer 1
Elias Ludwig = Hof 2, Tisch 76, Nummer 2
Emre Ludwig = Hof 2, Tisch 76, Nummer 3
Giovanna Ludwig = Hof 2, Tisch 76, Nummer 4
Melanie Ott = Hof 2, Tisch 76, Nummer 1
Matthias Ott = Hof 2, Tisch 76, Nummer 2
Hannah Ott = Hof 2, Tisch 76, Nummer 3
[77]
Patrick Sahin = Hof 2, Tisch 77, Nummer 1
Nicole Sahin = Hof 2, Tisch 77, Nummer 2
Kathrin Sahin = Hof 2, Tisch 77, Nummer 3
Markus Sahin = Hof 2, Tisch 77, Nummer 4
Katrin Polat = Hof 2, Tisch 77, Nummer 1
Olga Ott = Hof 2, Tisch 77, Nummer 2
Daniel Ott = Hof 2, Tisch 77, Nummer 3
Stefanie Polat = Hof 2, Tisch 77, Nummer 4
[78]
Olga Maier = Hof 2, Tisch 78, Nummer 1
Sarah Maier = Hof 2, Tisch 78, Nummer 2
Arda Maier = Hof 2, Tisch 78, Nummer 3
Christian Maier = Hof 2, Tisch 78, Nummer 4
Kathrin Polat = Hof 2, Tisch 78, Nummer 1
Marija Aksoy = Hof 2, Tisch 78, Nummer 2
Sergej Petrov = Hof 2, Tisch 78, Nummer 3
Prof. Dr. Thomas Tran = Hof 2, Tisch 78, Nummer 4
[79]
Sofia Schmitt = Hof 2, Tisch 79, Nummer 1
Markus Schmitt = Hof 2, Tisch 79, Nummer 2
Sarah Schmitt = Hof 2, Tisch 79, Nummer 3
Ben Stein = Hof 2, Tisch 79, Nummer 1
Emilia Stein = Hof 2, Tisch 79, Nummer 2
Giovanna Stein = Hof 2, Tisch 79, Nummer 3
Thomas Stein = Hof 2, Tisch 79, Nummer 4
[80]
Marija Tran = Hof 2, Tisch 80, Nummer 1
Dr. Julia Kuhn = Hof 2, Tisch 80, Nummer 2
Dr. Kathrin Koch = Hof 2, Tisch 80, Nummer 3
Olga Franke = Hof 2, Tisch 80, Nummer 1
Marco Franke = Hof 2, Tisch 80, Nummer 2
Julia Franke = Hof 2, Tisch 80, Nummer 3
[81]
Andreas Simon = Hof 2, Tisch 81, Nummer 1
Markus Simon = Hof 2, Tisch 81, Nummer 2
Emma Simon = Hof 2, Tisch 81, Nummer 3
Lena Simon = Hof 2, Tisch 81, Nummer 4
Amira Franke = Hof 2, Tisch 81, Nummer 1
Michael Franke = Hof 2, Tisch 81, Nummer 2
Dragana Lange = Hof 2, Tisch 81, Nummer 3
Svenja Lange = Hof 2, Tisch 81, Nummer 4
[82]
Leon Horn = Hof 2, Tisch 82, Nummer 1
Kathrin Horn = Hof 2, Tisch 82, Nummer 2
Layla Horn = Hof 2, Tisch 82, Nummer 3
Michael Horn = Hof 2, Tisch 82, Nummer 4
Julia Engel = Hof 2, Tisch 82, Nummer 1
Anja Engel = Hof 2, Tisch 82, Nummer 2
Yusuf Engel = Hof 2, Tisch 82, Nummer 3
[83]
Markus Polat = Hof 2, Tisch 83, Nummer 1
Stefanie Polat = Hof 2, Tisch 83, Nummer 2
Katrin Polat = Hof 2, Tisch 83, Nummer 3
Emma Krause = Hof 2, Tisch 83, Nummer 1
Arda Krause = Hof 2, Tisch 83, Nummer 2
Andreas Krause = Hof 2, Tisch 83, Nummer 3
Julia Krause = Hof 2, Tisch 83, Nummer 4
[84]
Melanie Rossi = Hof 2, Tisch 84, Nummer 1
Luca Rossi = Hof 2, Tisch 84, Nummer 2
Emilia Rossi = Hof 2, Tisch 84, Nummer 3
Thomas Wolf = Hof 2, Tisch 84, Nummer 1
Emma Wolf = Hof 2, Tisch 84, Nummer 2
Julia Wolf = Hof 2, Tisch 84, Nummer 3
Ben Wolf = Hof 2, Tisch 84, Nummer 4
[85]
Mia Pohl = Hof 2, Tisch 85, Nummer 1
Dragana Pohl = Hof 2, Tisch 85, Nummer 2
Theo Pohl = Hof 2, Tisch 85, Nummer 3
Emre Pohl = Hof 2, Tisch 85, Nummer 4
Layla Horn = Hof 2, Tisch 85, Nummer 1
Leon Horn = Hof 2, Tisch 85, Nummer 2
Michael Horn = Hof 2, Tisch 85, Nummer 3
Kathrin Horn = Hof 2, Tisch 85, Nummer 4
[86]
Thomas Neumann = Hof 2, Tisch 86, Nummer 1
Matteo Neumann = Hof 2, Tisch 86, Nummer 2
Lina Neumann = Hof 2, Tisch 86, Nummer 3
Jennifer Neumann = Hof 2, Tisch 86, Nummer 4
[87]
Ben Stein = Hof 2, Tisch 87, Nummer 1
Emilia Stein = Hof 2, Tisch 87, Nummer 2
Giovanna Stein = Hof 2, Tisch 87, Nummer 3
Thomas Stein = Hof 2, Tisch 87, Nummer 4
Deniz Hartmann = Hof 2, Tisch 87, Nummer 1
Olga Hartmann = Hof 2, Tisch 87, Nummer 2
Thomas Hartmann = Hof 2, Tisch 87, Nummer 3
[88]
Emma Wolf = Hof 2, Tisch 88, Nummer 1
Ben Wolf = Hof 2, Tisch 88, Nummer 2
Thomas Wolf = Hof 2, Tisch 88, Nummer 3
Julia Wolf = Hof 2, Tisch 88, Nummer 4
Marija Hartmann = Hof 2, Tisch 88, Nummer 1
Nicole Engel = Hof 2, Tisch 88, Nummer 2
Anton Engel = Hof 2, Tisch 88, Nummer 3
Nadine Hartmann = Hof 2, Tisch 88, Nummer 4