Adaptiver GA-Zyklus, Pool-Groessen-Panel, Konfig direkt aus cfg-Dateien

Zyklus/Farm:
- neuer adaptiver Modus: grosse Startpopulation, die je Generation
  schrumpft (Start/Schrumpfung/MinPopulation) und bei Konvergenz stoppt
  (Geduld Generationen ohne Verbesserung >= Schwelle, max MaxGenerationen)
- Zyklus.laden erkennt adaptives Profil am Feld 'Start' (Modus adaptiv),
  sonst klassisch (Abfolge/Anzahl); Farm._LaufStatisch/_LaufAdaptiv
- neue Trunkierungs-Selektion Farm.PopulationBegrenzen
- [Adaptiv]-Profil in zyklus.cfg (dokumentiert)

Entwicklungsgrafik:
- zweites Panel unter dem Verlauf zeigt die Anzahl erzeugter
  Verteilungen im Pool je Schritt (gemeinsame Zeitachse)

Konfiguration:
- platz.cfg entfernt; zyklus.cfg/strafen.cfg werden direkt aus
  $PLATZ_CFG geladen
- neuer Schalter --zyklus-art (Default Adaptiv) waehlt das GA-Profil
- web/main.py analog: direktes Laden, Profil via PLATZ_ZYKLUSART

Doku (README.md, CLAUDE.md) und Tests entsprechend aktualisiert;
Beispiele mit dem Adaptiv-Default neu berechnet.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Michael Stangl
2026-07-11 14:31:59 +02:00
parent 4f87895303
commit 644f61ef6b
23 changed files with 1909 additions and 1607 deletions
+42 -36
View File
@@ -1,47 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="500" viewBox="0 0 900 500" font-family="sans-serif">
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="650" viewBox="0 0 900 650" font-family="sans-serif">
<rect width="100%" height="100%" fill="white"/>
<text x="450" y="30" text-anchor="middle" font-size="16" fill="#333">Entwicklung der Loesungsfindung</text>
<line x1="60" y1="60" x2="60" y2="440" stroke="#333" stroke-width="1.5"/>
<line x1="60" y1="440" x2="840" y2="440" stroke="#333" stroke-width="1.5"/>
<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">-85</text>
<line x1="60" y1="364.0" x2="840" y2="364.0" stroke="#eee" stroke-width="1"/>
<text x="52" y="368.0" text-anchor="end" font-size="11" fill="#666">-77</text>
<line x1="60" y1="288.0" x2="840" y2="288.0" stroke="#eee" stroke-width="1"/>
<text x="52" y="292.0" text-anchor="end" font-size="11" fill="#666">-68</text>
<line x1="60" y1="212.0" x2="840" y2="212.0" stroke="#eee" stroke-width="1"/>
<text x="52" y="216.0" text-anchor="end" font-size="11" fill="#666">-60</text>
<line x1="60" y1="136.0" x2="840" y2="136.0" stroke="#eee" stroke-width="1"/>
<text x="52" y="140.0" text-anchor="end" font-size="11" fill="#666">-51</text>
<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">-177</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">-152</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">-127</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">-101</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">-76</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">-43</text>
<text x="18" y="250" text-anchor="middle" font-size="12" fill="#333" transform="rotate(-90 18 250)">Wertigkeit (hoeher = besser)</text>
<text x="450" y="482" text-anchor="middle" font-size="12" fill="#333">Zyklus-Aktion (Zeit)</text>
<text x="60.0" y="456" text-anchor="middle" font-size="10" fill="#999">e</text>
<text x="108.8" y="456" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="157.5" y="456" text-anchor="middle" font-size="10" fill="#999">z</text>
<text x="206.2" y="456" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="255.0" y="456" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="303.8" y="456" text-anchor="middle" font-size="10" fill="#999">z</text>
<text x="352.5" y="456" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="401.2" y="456" text-anchor="middle" font-size="10" fill="#999">z</text>
<text x="450.0" y="456" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="498.8" y="456" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="547.5" y="456" text-anchor="middle" font-size="10" fill="#999">z</text>
<text x="596.2" y="456" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="645.0" y="456" text-anchor="middle" font-size="10" fill="#999">z</text>
<text x="693.8" y="456" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="742.5" y="456" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="791.2" y="456" text-anchor="middle" font-size="10" fill="#999">z</text>
<text x="840.0" y="456" text-anchor="middle" font-size="10" fill="#999">s</text>
<polyline points="60.0,96.2 108.8,96.2 157.5,96.2 206.2,60.0 255.0,60.0 303.8,60.0 352.5,60.0 401.2,60.0 450.0,60.0 498.8,60.0 547.5,60.0 596.2,60.0 645.0,60.0 693.8,60.0 742.5,60.0 791.2,60.0 840.0,60.0" fill="none" stroke="#2f6f4f" stroke-width="2"/>
<polyline points="60.0,260.0 108.8,139.6 157.5,139.6 206.2,110.7 255.0,120.3 303.8,120.3 352.5,74.5 401.2,74.5 450.0,67.2 498.8,69.7 547.5,69.7 596.2,60.0 645.0,60.0 693.8,60.0 742.5,60.0 791.2,60.0 840.0,60.0" fill="none" stroke="#c08a2d" stroke-width="2"/>
<polyline points="60.0,440.0 108.8,186.7 157.5,186.7 206.2,150.5 255.0,186.7 303.8,186.7 352.5,96.2 401.2,96.2 450.0,78.1 498.8,96.2 547.5,96.2 596.2,60.0 645.0,60.0 693.8,60.0 742.5,60.0 791.2,60.0 840.0,60.0" fill="none" stroke="#a03030" stroke-width="2"/>
<text x="52" y="64.0" text-anchor="end" font-size="11" fill="#666">-51</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,63.4 125.0,60.0 190.0,60.0 255.0,60.0 320.0,60.0 385.0,60.0 450.0,60.0 515.0,60.0 580.0,60.0 645.0,60.0 710.0,60.0 775.0,60.0 840.0,60.0" fill="none" stroke="#2f6f4f" stroke-width="2"/>
<polyline points="60.0,116.9 125.0,91.1 190.0,99.7 255.0,71.2 320.0,70.6 385.0,70.8 450.0,65.5 515.0,65.5 580.0,65.5 645.0,62.1 710.0,62.1 775.0,62.1 840.0,60.0" fill="none" stroke="#c08a2d" stroke-width="2"/>
<polyline points="60.0,390.0 125.0,294.8 190.0,390.0 255.0,80.1 320.0,80.1 385.0,80.1 450.0,68.7 515.0,68.7 580.0,68.7 645.0,63.4 710.0,63.4 775.0,63.4 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"/>
<text x="710" y="92" font-size="11" fill="#333">Durchschnitt</text>
<line x1="680" y1="106" x2="704" y2="106" stroke="#a03030" stroke-width="2"/>
<text x="710" y="110" font-size="11" fill="#333">schlechteste Loesung</text>
<text x="450" y="428.0" text-anchor="middle" font-size="13" fill="#333">Anzahl erzeugter Verteilungen im Pool</text>
<line x1="60" y1="440.0" x2="60" y2="590.0" stroke="#333" stroke-width="1.5"/>
<line x1="60" y1="590.0" x2="840" y2="590.0" stroke="#333" stroke-width="1.5"/>
<line x1="60" y1="590.0" x2="840" y2="590.0" stroke="#eee" stroke-width="1"/>
<text x="52" y="594.0" text-anchor="end" font-size="11" fill="#666">0</text>
<line x1="60" y1="515.0" x2="840" y2="515.0" stroke="#eee" stroke-width="1"/>
<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 125.0,490.0 190.0,440.0 255.0,547.5 320.0,505.0 385.0,462.5 450.0,555.0 515.0,520.0 580.0,485.0 645.0,561.2 710.0,532.5 775.0,503.8 840.0,566.2" 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="125.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="190.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="255.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="320.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="385.0" 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="515.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="580.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">j</text>
<text x="645.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">s</text>
<text x="710.0" y="606.0" text-anchor="middle" font-size="10" fill="#999">m</text>
<text x="775.0" 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: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

+104 -104
View File
@@ -1,120 +1,120 @@
Aksoy, Rainer, = Hof 1, Tisch 1, Nummer 7
Aksoy, Renate, = Hof 1, Tisch 1, Nummer 2
Aydin, Horst, = Hof 1, Tisch 2, Nummer 8
Aydin, Ursula, = Hof 1, Tisch 2, Nummer 5
Barth, Hannelore, = Hof 1, Tisch 9, Nummer 8
Berger, Sergej, = Hof 1, Tisch 4, Nummer 6
Brandt, Andreas, = Hof 1, Tisch 15, Nummer 5
Brandt, Anja, = Hof 1, Tisch 14, Nummer 2
Aksoy, Rainer, = Hof 1, Tisch 15, Nummer 6
Aksoy, Renate, = Hof 1, Tisch 15, Nummer 4
Aydin, Horst, = Hof 1, Tisch 13, Nummer 7
Aydin, Ursula, = Hof 1, Tisch 13, Nummer 4
Barth, Hannelore, = Hof 1, Tisch 10, Nummer 8
Berger, Sergej, = Hof 1, Tisch 3, Nummer 4
Brandt, Andreas, = Hof 1, Tisch 2, Nummer 6
Brandt, Anja, = Hof 1, Tisch 6, Nummer 4
Brandt, Anton, = Hof 1, Tisch 16, Nummer 14
Brandt, Ben, = Hof 1, Tisch 17, Nummer 7
Brandt, Daniel, = Hof 1, Tisch 11, Nummer 5
Brandt, Felix, = Hof 1, Tisch 16, Nummer 2
Brandt, Frieda, = Hof 1, Tisch 16, Nummer 11
Brandt, Greta, = Hof 1, Tisch 16, Nummer 10
Brandt, Ben, = Hof 1, Tisch 17, Nummer 5
Brandt, Daniel, = Hof 1, Tisch 1, Nummer 7
Brandt, Felix, = Hof 1, Tisch 16, Nummer 4
Brandt, Frieda, = Hof 1, Tisch 16, Nummer 8
Brandt, Greta, = Hof 1, Tisch 16, Nummer 6
Brandt, Helga, = Hof 1, Tisch 1, Nummer 5
Brandt, Julia, = Hof 1, Tisch 1, Nummer 6
Brandt, Kathrin, = Hof 1, Tisch 11, Nummer 4
Brandt, Lena, = Hof 1, Tisch 15, Nummer 2
Brandt, Milan, = Hof 1, Tisch 14, Nummer 4
Brandt, Paul, = Hof 1, Tisch 17, Nummer 6
Brandt, Sofia, = Hof 1, Tisch 14, Nummer 6
Brandt, Theo, = Hof 1, Tisch 15, Nummer 7
Brandt, Julia, = Hof 1, Tisch 1, Nummer 4
Brandt, Kathrin, = Hof 1, Tisch 1, Nummer 6
Brandt, Lena, = Hof 1, Tisch 2, Nummer 4
Brandt, Milan, = Hof 1, Tisch 6, Nummer 3
Brandt, Paul, = Hof 1, Tisch 17, Nummer 3
Brandt, Sofia, = Hof 1, Tisch 6, Nummer 2
Brandt, Theo, = Hof 1, Tisch 2, Nummer 7
Brandt, Werner, = Hof 1, Tisch 1, Nummer 8
Busch, Stefanie, = Hof 1, Tisch 8, Nummer 7
Demir, Elif, = Hof 1, Tisch 10, Nummer 5
Demir, Hannelore, = Hof 1, Tisch 13, Nummer 9
Demir, Ingrid, = Hof 1, Tisch 13, Nummer 6
Demir, Monika, = Hof 1, Tisch 13, Nummer 3
Dietrich, Jennifer, = Hof 1, Tisch 13, Nummer 8
Dietrich, Nicole, = Hof 1, Tisch 12, Nummer 5
Erdem, Erika, = Hof 1, Tisch 14, Nummer 5
Erdem, Gerhard, = Hof 1, Tisch 9, Nummer 2
Erdem, Rainer, = Hof 1, Tisch 9, Nummer 5
Esposito, Christian, = Hof 1, Tisch 12, Nummer 7
Esposito, Gisela, = Hof 1, Tisch 9, Nummer 3
Esposito, Julia, = Hof 1, Tisch 8, Nummer 6
Fischer, Heinz, = Hof 1, Tisch 15, Nummer 4
Fischer, Helga, = Hof 1, Tisch 15, Nummer 3
Fischer, Nicole, = Hof 1, Tisch 12, Nummer 8
Fischer, Sven, = Hof 1, Tisch 10, Nummer 7
Frank, Erika, = Hof 1, Tisch 9, Nummer 6
Frank, Nadine, = Hof 1, Tisch 11, Nummer 9
Frank, Timo, = Hof 1, Tisch 10, Nummer 4
Frank, Tobias, = Hof 1, Tisch 1, Nummer 4
Franke, Brigitte, = Hof 1, Tisch 9, Nummer 7
Hansen, Olga, = Hof 1, Tisch 11, Nummer 3
Hansen, Wolfgang, = Hof 1, Tisch 9, Nummer 9
Hoffmann, Lena, = Hof 1, Tisch 12, Nummer 6
Horn, Daniel, = Hof 1, Tisch 11, Nummer 6
Horn, Svenja, = Hof 1, Tisch 13, Nummer 4
Klein, Stefan, = Hof 1, Tisch 10, Nummer 8
Koch, Andreas, = Hof 1, Tisch 4, Nummer 4
Koch, Giovanna, = Hof 1, Tisch 8, Nummer 4
Kovac, Giovanna, = Hof 1, Tisch 4, Nummer 9
Kraus, Dennis, = Hof 1, Tisch 12, Nummer 4
Kraus, Matteo, = Hof 1, Tisch 16, Nummer 6
Kraus, Melanie, = Hof 1, Tisch 12, Nummer 2
Kuhn, Leni, = Hof 1, Tisch 16, Nummer 9
Kuhn, Sarah, = Hof 1, Tisch 2, Nummer 9
Kuhn, Stefan, = Hof 1, Tisch 13, Nummer 5
Kuhn, Timo, = Hof 1, Tisch 2, Nummer 3
Lange, Milan, = Hof 1, Tisch 11, Nummer 2
Meyer, Anton, = Hof 1, Tisch 17, Nummer 5
Meyer, Christian, = Hof 1, Tisch 13, Nummer 7
Meyer, Ida, = Hof 1, Tisch 17, Nummer 3
Meyer, Marco, = Hof 1, Tisch 15, Nummer 8
Meyer, Mila, = Hof 1, Tisch 16, Nummer 3
Meyer, Sandra, = Hof 1, Tisch 15, Nummer 6
Meyer, Wolfgang, = Hof 1, Tisch 9, Nummer 4
Busch, Stefanie, = Hof 1, Tisch 3, Nummer 2
Demir, Elif, = Hof 1, Tisch 9, Nummer 6
Demir, Hannelore, = Hof 1, Tisch 14, Nummer 9
Demir, Ingrid, = Hof 1, Tisch 14, Nummer 7
Demir, Monika, = Hof 1, Tisch 14, Nummer 4
Dietrich, Jennifer, = Hof 1, Tisch 14, Nummer 8
Dietrich, Nicole, = Hof 1, Tisch 13, Nummer 5
Erdem, Erika, = Hof 1, Tisch 15, Nummer 7
Erdem, Gerhard, = Hof 1, Tisch 10, Nummer 7
Erdem, Rainer, = Hof 1, Tisch 10, Nummer 6
Esposito, Christian, = Hof 1, Tisch 13, Nummer 2
Esposito, Gisela, = Hof 1, Tisch 10, Nummer 4
Esposito, Julia, = Hof 1, Tisch 8, Nummer 3
Fischer, Heinz, = Hof 1, Tisch 15, Nummer 2
Fischer, Helga, = Hof 1, Tisch 15, Nummer 9
Fischer, Nicole, = Hof 1, Tisch 13, Nummer 9
Fischer, Sven, = Hof 1, Tisch 9, Nummer 3
Frank, Erika, = Hof 1, Tisch 10, Nummer 5
Frank, Nadine, = Hof 1, Tisch 12, Nummer 4
Frank, Timo, = Hof 1, Tisch 9, Nummer 8
Frank, Tobias, = Hof 1, Tisch 1, Nummer 10
Franke, Brigitte, = Hof 1, Tisch 10, Nummer 2
Hansen, Olga, = Hof 1, Tisch 12, Nummer 2
Hansen, Wolfgang, = Hof 1, Tisch 10, Nummer 3
Hoffmann, Lena, = Hof 1, Tisch 13, Nummer 6
Horn, Daniel, = Hof 1, Tisch 12, Nummer 7
Horn, Svenja, = Hof 1, Tisch 14, Nummer 5
Klein, Stefan, = Hof 1, Tisch 9, Nummer 5
Koch, Andreas, = Hof 1, Tisch 3, Nummer 5
Koch, Giovanna, = Hof 1, Tisch 3, Nummer 7
Kovac, Giovanna, = Hof 1, Tisch 8, Nummer 4
Kraus, Dennis, = Hof 1, Tisch 1, Nummer 3
Kraus, Matteo, = Hof 1, Tisch 16, Nummer 13
Kraus, Melanie, = Hof 1, Tisch 1, Nummer 9
Kuhn, Leni, = Hof 1, Tisch 16, Nummer 7
Kuhn, Sarah, = Hof 1, Tisch 11, Nummer 2
Kuhn, Stefan, = Hof 1, Tisch 14, Nummer 3
Kuhn, Timo, = Hof 1, Tisch 11, Nummer 7
Lange, Milan, = Hof 1, Tisch 12, Nummer 9
Meyer, Anton, = Hof 1, Tisch 17, Nummer 6
Meyer, Christian, = Hof 1, Tisch 14, Nummer 6
Meyer, Ida, = Hof 1, Tisch 17, Nummer 7
Meyer, Marco, = Hof 1, Tisch 11, Nummer 3
Meyer, Mila, = Hof 1, Tisch 16, Nummer 5
Meyer, Sandra, = Hof 1, Tisch 11, Nummer 4
Meyer, Wolfgang, = Hof 1, Tisch 10, Nummer 9
Musikverein, Gast, = Hof 1, Tisch 4, Nummer 2
Musikverein, Gast, = Hof 1, Tisch 4, Nummer 3
Musikverein, Gast, = Hof 1, Tisch 4, Nummer 4
Musikverein, Gast, = Hof 1, Tisch 4, Nummer 5
Musikverein, Gast, = Hof 1, Tisch 4, Nummer 6
Musikverein, Gast, = Hof 1, Tisch 4, Nummer 7
Musikverein, Gast, = Hof 1, Tisch 4, Nummer 8
Musikverein, Gast, = Hof 1, Tisch 4, Nummer 9
Musikverein, Gast, = Hof 1, Tisch 5, Nummer 2
Musikverein, Gast, = Hof 1, Tisch 5, Nummer 3
Musikverein, Gast, = Hof 1, Tisch 5, Nummer 4
Musikverein, Gast, = Hof 1, Tisch 5, Nummer 5
Musikverein, Gast, = Hof 1, Tisch 5, Nummer 6
Musikverein, Gast, = Hof 1, Tisch 5, Nummer 7
Musikverein, Gast, = Hof 1, Tisch 5, Nummer 8
Musikverein, Gast, = Hof 1, Tisch 5, Nummer 9
Peters, Melanie, = Hof 1, Tisch 8, Nummer 9
Peters, Yusuf, = Hof 1, Tisch 8, Nummer 8
Polat, Matthias, = Hof 1, Tisch 12, Nummer 3
Roth, Stefanie, = Hof 1, Tisch 13, Nummer 2
Schmidt, Dennis, = Hof 1, Tisch 8, Nummer 5
Schmitt, Markus, = Hof 1, Tisch 11, Nummer 7
Schwarz, Elias, = Hof 1, Tisch 16, Nummer 8
Schwarz, Guenter, = Hof 1, Tisch 1, Nummer 13
Schwarz, Liam, = Hof 1, Tisch 16, Nummer 5
Schwarz, Sarah, = Hof 1, Tisch 2, Nummer 2
Schwarz, Yusuf, = Hof 1, Tisch 2, Nummer 4
Simon, Jennifer, = Hof 1, Tisch 10, Nummer 9
Simon, Patrick, = Hof 1, Tisch 8, Nummer 3
Simon, Stefanie, = Hof 1, Tisch 10, Nummer 3
Sommer, Daniel, = Hof 1, Tisch 1, Nummer 10
Sommer, Dennis, = Hof 1, Tisch 14, Nummer 9
Sommer, Dennis, = Hof 1, Tisch 3, Nummer 2
Sommer, Dieter, = Hof 1, Tisch 1, Nummer 3
Sommer, Emil, = Hof 1, Tisch 16, Nummer 13
Sommer, Ida, = Hof 1, Tisch 16, Nummer 7
Sommer, Jennifer, = Hof 1, Tisch 3, Nummer 3
Sommer, Lina, = Hof 1, Tisch 14, Nummer 7
Sommer, Max, = Hof 1, Tisch 16, Nummer 12
Sommer, Nicole, = Hof 1, Tisch 14, Nummer 3
Sommer, Renate, = Hof 1, Tisch 1, Nummer 12
Sommer, Theo, = Hof 1, Tisch 16, Nummer 4
Stein, Andreas, = Hof 1, Tisch 10, Nummer 2
Stein, Werner, = Hof 1, Tisch 1, Nummer 9
Tran, Heinz, = Hof 1, Tisch 14, Nummer 8
Peters, Melanie, = Hof 1, Tisch 5, Nummer 3
Peters, Yusuf, = Hof 1, Tisch 5, Nummer 4
Polat, Matthias, = Hof 1, Tisch 13, Nummer 3
Roth, Stefanie, = Hof 1, Tisch 14, Nummer 2
Schmidt, Dennis, = Hof 1, Tisch 3, Nummer 6
Schmitt, Markus, = Hof 1, Tisch 12, Nummer 8
Schwarz, Elias, = Hof 1, Tisch 16, Nummer 3
Schwarz, Guenter, = Hof 1, Tisch 15, Nummer 8
Schwarz, Liam, = Hof 1, Tisch 16, Nummer 9
Schwarz, Sarah, = Hof 1, Tisch 12, Nummer 6
Schwarz, Yusuf, = Hof 1, Tisch 12, Nummer 3
Simon, Jennifer, = Hof 1, Tisch 9, Nummer 7
Simon, Patrick, = Hof 1, Tisch 8, Nummer 2
Simon, Stefanie, = Hof 1, Tisch 9, Nummer 2
Sommer, Daniel, = Hof 1, Tisch 1, Nummer 12
Sommer, Dennis, = Hof 1, Tisch 11, Nummer 6
Sommer, Dennis, = Hof 1, Tisch 2, Nummer 2
Sommer, Dieter, = Hof 1, Tisch 1, Nummer 2
Sommer, Emil, = Hof 1, Tisch 16, Nummer 12
Sommer, Ida, = Hof 1, Tisch 16, Nummer 10
Sommer, Jennifer, = Hof 1, Tisch 11, Nummer 5
Sommer, Lina, = Hof 1, Tisch 2, Nummer 3
Sommer, Max, = Hof 1, Tisch 16, Nummer 2
Sommer, Nicole, = Hof 1, Tisch 2, Nummer 5
Sommer, Renate, = Hof 1, Tisch 1, Nummer 13
Sommer, Theo, = Hof 1, Tisch 16, Nummer 11
Stein, Andreas, = Hof 1, Tisch 9, Nummer 9
Stein, Werner, = Hof 1, Tisch 15, Nummer 3
Tran, Heinz, = Hof 1, Tisch 15, Nummer 5
Vogel, Anton, = Hof 1, Tisch 17, Nummer 2
Vogel, Max, = Hof 1, Tisch 17, Nummer 4
Vogel, Sandra, = Hof 1, Tisch 2, Nummer 6
Vogel, Svenja, = Hof 1, Tisch 8, Nummer 2
Vogel, Yusuf, = Hof 1, Tisch 2, Nummer 7
Wagner, Daniel, = Hof 1, Tisch 10, Nummer 6
Wagner, Timo, = Hof 1, Tisch 12, Nummer 9
Vogel, Sandra, = Hof 1, Tisch 11, Nummer 9
Vogel, Svenja, = Hof 1, Tisch 3, Nummer 3
Vogel, Yusuf, = Hof 1, Tisch 11, Nummer 8
Wagner, Daniel, = Hof 1, Tisch 9, Nummer 4
Wagner, Timo, = Hof 1, Tisch 13, Nummer 8
Winkler, Sarah, = Hof 1, Tisch 1, Nummer 11
Yilmaz, Olga, = Hof 1, Tisch 11, Nummer 8
Yilmaz, Olga, = Hof 1, Tisch 12, Nummer 5
1 Aksoy Rainer = Hof 1 Tisch 1 Tisch 15 Nummer 7 Nummer 6
2 Aksoy Renate = Hof 1 Tisch 1 Tisch 15 Nummer 2 Nummer 4
3 Aydin Horst = Hof 1 Tisch 2 Tisch 13 Nummer 8 Nummer 7
4 Aydin Ursula = Hof 1 Tisch 2 Tisch 13 Nummer 5 Nummer 4
5 Barth Hannelore = Hof 1 Tisch 9 Tisch 10 Nummer 8 Nummer 8
6 Berger Sergej = Hof 1 Tisch 4 Tisch 3 Nummer 6 Nummer 4
7 Brandt Andreas = Hof 1 Tisch 15 Tisch 2 Nummer 5 Nummer 6
8 Brandt Anja = Hof 1 Tisch 14 Tisch 6 Nummer 2 Nummer 4
9 Brandt Anton = Hof 1 Tisch 16 Tisch 16 Nummer 14 Nummer 14
10 Brandt Ben = Hof 1 Tisch 17 Tisch 17 Nummer 7 Nummer 5
11 Brandt Daniel = Hof 1 Tisch 11 Tisch 1 Nummer 5 Nummer 7
12 Brandt Felix = Hof 1 Tisch 16 Tisch 16 Nummer 2 Nummer 4
13 Brandt Frieda = Hof 1 Tisch 16 Tisch 16 Nummer 11 Nummer 8
14 Brandt Greta = Hof 1 Tisch 16 Tisch 16 Nummer 10 Nummer 6
15 Brandt Helga = Hof 1 Tisch 1 Tisch 1 Nummer 5 Nummer 5
16 Brandt Julia = Hof 1 Tisch 1 Tisch 1 Nummer 6 Nummer 4
17 Brandt Kathrin = Hof 1 Tisch 11 Tisch 1 Nummer 4 Nummer 6
18 Brandt Lena = Hof 1 Tisch 15 Tisch 2 Nummer 2 Nummer 4
19 Brandt Milan = Hof 1 Tisch 14 Tisch 6 Nummer 4 Nummer 3
20 Brandt Paul = Hof 1 Tisch 17 Tisch 17 Nummer 6 Nummer 3
21 Brandt Sofia = Hof 1 Tisch 14 Tisch 6 Nummer 6 Nummer 2
22 Brandt Theo = Hof 1 Tisch 15 Tisch 2 Nummer 7 Nummer 7
23 Brandt Werner = Hof 1 Tisch 1 Tisch 1 Nummer 8 Nummer 8
24 Busch Stefanie = Hof 1 Tisch 8 Tisch 3 Nummer 7 Nummer 2
25 Demir Elif = Hof 1 Tisch 10 Tisch 9 Nummer 5 Nummer 6
26 Demir Hannelore = Hof 1 Tisch 13 Tisch 14 Nummer 9 Nummer 9
27 Demir Ingrid = Hof 1 Tisch 13 Tisch 14 Nummer 6 Nummer 7
28 Demir Monika = Hof 1 Tisch 13 Tisch 14 Nummer 3 Nummer 4
29 Dietrich Jennifer = Hof 1 Tisch 13 Tisch 14 Nummer 8 Nummer 8
30 Dietrich Nicole = Hof 1 Tisch 12 Tisch 13 Nummer 5 Nummer 5
31 Erdem Erika = Hof 1 Tisch 14 Tisch 15 Nummer 5 Nummer 7
32 Erdem Gerhard = Hof 1 Tisch 9 Tisch 10 Nummer 2 Nummer 7
33 Erdem Rainer = Hof 1 Tisch 9 Tisch 10 Nummer 5 Nummer 6
34 Esposito Christian = Hof 1 Tisch 12 Tisch 13 Nummer 7 Nummer 2
35 Esposito Gisela = Hof 1 Tisch 9 Tisch 10 Nummer 3 Nummer 4
36 Esposito Julia = Hof 1 Tisch 8 Tisch 8 Nummer 6 Nummer 3
37 Fischer Heinz = Hof 1 Tisch 15 Tisch 15 Nummer 4 Nummer 2
38 Fischer Helga = Hof 1 Tisch 15 Tisch 15 Nummer 3 Nummer 9
39 Fischer Nicole = Hof 1 Tisch 12 Tisch 13 Nummer 8 Nummer 9
40 Fischer Sven = Hof 1 Tisch 10 Tisch 9 Nummer 7 Nummer 3
41 Frank Erika = Hof 1 Tisch 9 Tisch 10 Nummer 6 Nummer 5
42 Frank Nadine = Hof 1 Tisch 11 Tisch 12 Nummer 9 Nummer 4
43 Frank Timo = Hof 1 Tisch 10 Tisch 9 Nummer 4 Nummer 8
44 Frank Tobias = Hof 1 Tisch 1 Tisch 1 Nummer 4 Nummer 10
45 Franke Brigitte = Hof 1 Tisch 9 Tisch 10 Nummer 7 Nummer 2
46 Hansen Olga = Hof 1 Tisch 11 Tisch 12 Nummer 3 Nummer 2
47 Hansen Wolfgang = Hof 1 Tisch 9 Tisch 10 Nummer 9 Nummer 3
48 Hoffmann Lena = Hof 1 Tisch 12 Tisch 13 Nummer 6 Nummer 6
49 Horn Daniel = Hof 1 Tisch 11 Tisch 12 Nummer 6 Nummer 7
50 Horn Svenja = Hof 1 Tisch 13 Tisch 14 Nummer 4 Nummer 5
51 Klein Stefan = Hof 1 Tisch 10 Tisch 9 Nummer 8 Nummer 5
52 Koch Andreas = Hof 1 Tisch 4 Tisch 3 Nummer 4 Nummer 5
53 Koch Giovanna = Hof 1 Tisch 8 Tisch 3 Nummer 4 Nummer 7
54 Kovac Giovanna = Hof 1 Tisch 4 Tisch 8 Nummer 9 Nummer 4
55 Kraus Dennis = Hof 1 Tisch 12 Tisch 1 Nummer 4 Nummer 3
56 Kraus Matteo = Hof 1 Tisch 16 Tisch 16 Nummer 6 Nummer 13
57 Kraus Melanie = Hof 1 Tisch 12 Tisch 1 Nummer 2 Nummer 9
58 Kuhn Leni = Hof 1 Tisch 16 Tisch 16 Nummer 9 Nummer 7
59 Kuhn Sarah = Hof 1 Tisch 2 Tisch 11 Nummer 9 Nummer 2
60 Kuhn Stefan = Hof 1 Tisch 13 Tisch 14 Nummer 5 Nummer 3
61 Kuhn Timo = Hof 1 Tisch 2 Tisch 11 Nummer 3 Nummer 7
62 Lange Milan = Hof 1 Tisch 11 Tisch 12 Nummer 2 Nummer 9
63 Meyer Anton = Hof 1 Tisch 17 Tisch 17 Nummer 5 Nummer 6
64 Meyer Christian = Hof 1 Tisch 13 Tisch 14 Nummer 7 Nummer 6
65 Meyer Ida = Hof 1 Tisch 17 Tisch 17 Nummer 3 Nummer 7
66 Meyer Marco = Hof 1 Tisch 15 Tisch 11 Nummer 8 Nummer 3
67 Meyer Mila = Hof 1 Tisch 16 Tisch 16 Nummer 3 Nummer 5
68 Meyer Sandra = Hof 1 Tisch 15 Tisch 11 Nummer 6 Nummer 4
69 Meyer Wolfgang = Hof 1 Tisch 9 Tisch 10 Nummer 4 Nummer 9
70 Musikverein Gast = Hof 1 Tisch 4 Tisch 4 Nummer 2 Nummer 2
71 Musikverein Gast = Hof 1 Tisch 4 Tisch 4 Nummer 3 Nummer 3
72 Musikverein Gast = Hof 1 Tisch 4 Nummer 4
73 Musikverein Gast = Hof 1 Tisch 4 Tisch 4 Nummer 5 Nummer 5
74 Musikverein Gast = Hof 1 Tisch 4 Nummer 6
75 Musikverein Gast = Hof 1 Tisch 4 Tisch 4 Nummer 7 Nummer 7
76 Musikverein Gast = Hof 1 Tisch 4 Tisch 4 Nummer 8 Nummer 8
77 Musikverein Gast = Hof 1 Tisch 4 Nummer 9
78 Musikverein Gast = Hof 1 Tisch 5 Tisch 5 Nummer 2 Nummer 2
Musikverein Gast = Hof 1 Tisch 5 Nummer 3
Musikverein Gast = Hof 1 Tisch 5 Nummer 4
79 Musikverein Gast = Hof 1 Tisch 5 Tisch 5 Nummer 5 Nummer 5
80 Musikverein Gast = Hof 1 Tisch 5 Tisch 5 Nummer 6 Nummer 6
81 Musikverein Gast = Hof 1 Tisch 5 Tisch 5 Nummer 7 Nummer 7
82 Musikverein Gast = Hof 1 Tisch 5 Tisch 5 Nummer 8 Nummer 8
83 Musikverein Peters Gast Melanie = Hof 1 Tisch 5 Tisch 5 Nummer 9 Nummer 3
84 Peters Melanie Yusuf = Hof 1 Tisch 8 Tisch 5 Nummer 9 Nummer 4
85 Peters Polat Yusuf Matthias = Hof 1 Tisch 8 Tisch 13 Nummer 8 Nummer 3
86 Polat Roth Matthias Stefanie = Hof 1 Tisch 12 Tisch 14 Nummer 3 Nummer 2
87 Roth Schmidt Stefanie Dennis = Hof 1 Tisch 13 Tisch 3 Nummer 2 Nummer 6
88 Schmidt Schmitt Dennis Markus = Hof 1 Tisch 8 Tisch 12 Nummer 5 Nummer 8
89 Schmitt Schwarz Markus Elias = Hof 1 Tisch 11 Tisch 16 Nummer 7 Nummer 3
90 Schwarz Elias Guenter = Hof 1 Tisch 16 Tisch 15 Nummer 8 Nummer 8
91 Schwarz Guenter Liam = Hof 1 Tisch 1 Tisch 16 Nummer 13 Nummer 9
92 Schwarz Liam Sarah = Hof 1 Tisch 16 Tisch 12 Nummer 5 Nummer 6
93 Schwarz Sarah Yusuf = Hof 1 Tisch 2 Tisch 12 Nummer 2 Nummer 3
94 Schwarz Simon Yusuf Jennifer = Hof 1 Tisch 2 Tisch 9 Nummer 4 Nummer 7
95 Simon Jennifer Patrick = Hof 1 Tisch 10 Tisch 8 Nummer 9 Nummer 2
96 Simon Patrick Stefanie = Hof 1 Tisch 8 Tisch 9 Nummer 3 Nummer 2
97 Simon Sommer Stefanie Daniel = Hof 1 Tisch 10 Tisch 1 Nummer 3 Nummer 12
98 Sommer Daniel Dennis = Hof 1 Tisch 1 Tisch 11 Nummer 10 Nummer 6
99 Sommer Dennis = Hof 1 Tisch 14 Tisch 2 Nummer 9 Nummer 2
100 Sommer Dennis Dieter = Hof 1 Tisch 3 Tisch 1 Nummer 2 Nummer 2
101 Sommer Dieter Emil = Hof 1 Tisch 1 Tisch 16 Nummer 3 Nummer 12
102 Sommer Emil Ida = Hof 1 Tisch 16 Tisch 16 Nummer 13 Nummer 10
103 Sommer Ida Jennifer = Hof 1 Tisch 16 Tisch 11 Nummer 7 Nummer 5
104 Sommer Jennifer Lina = Hof 1 Tisch 3 Tisch 2 Nummer 3 Nummer 3
105 Sommer Lina Max = Hof 1 Tisch 14 Tisch 16 Nummer 7 Nummer 2
106 Sommer Max Nicole = Hof 1 Tisch 16 Tisch 2 Nummer 12 Nummer 5
107 Sommer Nicole Renate = Hof 1 Tisch 14 Tisch 1 Nummer 3 Nummer 13
108 Sommer Renate Theo = Hof 1 Tisch 1 Tisch 16 Nummer 12 Nummer 11
109 Sommer Stein Theo Andreas = Hof 1 Tisch 16 Tisch 9 Nummer 4 Nummer 9
110 Stein Andreas Werner = Hof 1 Tisch 10 Tisch 15 Nummer 2 Nummer 3
111 Stein Tran Werner Heinz = Hof 1 Tisch 1 Tisch 15 Nummer 9 Nummer 5
Tran Heinz = Hof 1 Tisch 14 Nummer 8
112 Vogel Anton = Hof 1 Tisch 17 Tisch 17 Nummer 2 Nummer 2
113 Vogel Max = Hof 1 Tisch 17 Tisch 17 Nummer 4 Nummer 4
114 Vogel Sandra = Hof 1 Tisch 2 Tisch 11 Nummer 6 Nummer 9
115 Vogel Svenja = Hof 1 Tisch 8 Tisch 3 Nummer 2 Nummer 3
116 Vogel Yusuf = Hof 1 Tisch 2 Tisch 11 Nummer 7 Nummer 8
117 Wagner Daniel = Hof 1 Tisch 10 Tisch 9 Nummer 6 Nummer 4
118 Wagner Timo = Hof 1 Tisch 12 Tisch 13 Nummer 9 Nummer 8
119 Winkler Sarah = Hof 1 Tisch 1 Tisch 1 Nummer 11 Nummer 11
120 Yilmaz Olga = Hof 1 Tisch 11 Tisch 12 Nummer 8 Nummer 5
+111 -111
View File
@@ -1,17 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="995.887" height="667.258" viewBox="0 0 995.887 667.258">
<rect width="100%" height="100%" fill="white"/>
<polyline points="413.766,249.451 580.101,251.472" fill="none" stroke="#fabed4" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="419.154,254.839 261.286,419.851" fill="none" stroke="#469990" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<circle cx="744.415" cy="251.472" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="744.415" cy="251.472" r="12" fill="white" fill-opacity="0.75"/>
<text x="744.415" y="251.472" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">6</text>
<polyline points="251.472,415.786 251.472,251.472" fill="none" stroke="#3cb44b" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<polyline points="567.982,254.238 415.786,251.472" fill="none" stroke="#911eb4" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="0.5"/>
<circle cx="87.1573" cy="415.786" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="87.1573" cy="415.786" r="12" fill="white" fill-opacity="0.75"/>
<text x="87.1573" y="415.786" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">7</text>
<circle cx="744.415" cy="251.472" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="744.415" cy="216.979" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="774.288" cy="268.718" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="714.543" cy="268.718" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="744.415" cy="251.472" r="12" fill="white" fill-opacity="0.75"/>
<text x="744.415" y="251.472" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">6</text>
<circle cx="251.472" cy="415.786" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="251.472" cy="381.293" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="281.344" cy="433.033" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="221.6" cy="433.033" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="251.472" cy="415.786" r="12" fill="white" fill-opacity="0.75"/>
<text x="251.472" y="415.786" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">8</text>
<circle cx="87.1573" cy="251.472" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="87.1573" cy="216.979" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="117.029" cy="234.225" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="117.029" cy="268.718" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="87.1573" cy="285.965" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="57.2852" cy="268.718" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="57.2852" cy="234.225" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="87.1573" cy="251.472" r="12" fill="white" fill-opacity="0.75"/>
<text x="87.1573" y="251.472" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">2</text>
<circle cx="251.472" cy="251.472" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="251.472" cy="216.979" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="251.472" cy="285.965" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="251.472" cy="216.979" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="281.344" cy="234.225" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="281.344" cy="268.718" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="251.472" cy="285.965" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="221.6" cy="268.718" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="221.6" cy="234.225" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="251.472" cy="251.472" r="12" fill="white" fill-opacity="0.75"/>
<text x="251.472" y="251.472" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">3</text>
<circle cx="908.73" cy="415.786" r="48.4" fill="white" stroke="black" stroke-width="1.5"/>
@@ -23,139 +45,117 @@
<circle cx="885.867" cy="402.586" r="12" fill="#888888" stroke="black" stroke-width="1"/>
<circle cx="908.73" cy="415.786" r="12" fill="white" fill-opacity="0.75"/>
<text x="908.73" y="415.786" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">17</text>
<circle cx="580.101" cy="580.101" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="580.101" cy="545.608" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="607.069" cy="558.595" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="613.729" cy="587.776" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="595.067" cy="611.178" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="565.135" cy="611.178" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="546.472" cy="587.776" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="553.133" cy="558.595" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="580.101" cy="580.101" r="12" fill="white" fill-opacity="0.75"/>
<text x="580.101" y="580.101" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">15</text>
<circle cx="87.1573" cy="251.472" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="87.1573" cy="216.979" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="111.548" cy="227.081" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="121.651" cy="251.472" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="111.548" cy="275.862" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="87.1573" cy="285.965" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="62.7669" cy="275.862" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="52.664" cy="251.472" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="62.7669" cy="227.081" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="87.1573" cy="251.472" r="12" fill="white" fill-opacity="0.75"/>
<text x="87.1573" y="251.472" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">2</text>
<circle cx="415.786" cy="251.472" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="415.786" cy="216.979" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="440.177" cy="227.081" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="450.28" cy="251.472" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="440.177" cy="275.862" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="285.965" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="391.396" cy="275.862" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="381.293" cy="251.472" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="391.396" cy="227.081" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="251.472" r="12" fill="white" fill-opacity="0.75"/>
<text x="415.786" y="251.472" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">4</text>
<circle cx="580.101" cy="251.472" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="580.101" cy="216.979" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="604.491" cy="227.081" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="614.594" cy="251.472" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="604.491" cy="275.862" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="580.101" cy="285.965" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="555.711" cy="275.862" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="545.608" cy="251.472" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="555.711" cy="227.081" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="580.101" cy="216.979" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="607.069" cy="229.966" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="613.729" cy="259.147" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="595.067" cy="282.549" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="565.135" cy="282.549" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="546.472" cy="259.147" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="553.133" cy="229.966" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="580.101" cy="251.472" r="12" fill="white" fill-opacity="0.75"/>
<text x="580.101" y="251.472" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">5</text>
<circle cx="251.472" cy="415.786" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="251.472" cy="381.293" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="275.862" cy="391.396" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="285.965" cy="415.786" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="275.862" cy="440.177" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="251.472" cy="450.28" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="227.081" cy="440.177" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="216.979" cy="415.786" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="227.081" cy="391.396" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="251.472" cy="415.786" r="12" fill="white" fill-opacity="0.75"/>
<text x="251.472" y="415.786" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">8</text>
<circle cx="415.786" cy="251.472" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="415.786" cy="216.979" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="440.177" cy="227.081" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="450.28" cy="251.472" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="440.177" cy="275.862" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="285.965" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="391.396" cy="275.862" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="381.293" cy="251.472" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="391.396" cy="227.081" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="251.472" r="12" fill="white" fill-opacity="0.75"/>
<text x="415.786" y="251.472" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">4</text>
<circle cx="415.786" cy="415.786" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="415.786" cy="381.293" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="440.177" cy="391.396" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="450.28" cy="415.786" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="440.177" cy="440.177" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="450.28" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="391.396" cy="440.177" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="381.293" cy="415.786" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="391.396" cy="391.396" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="381.293" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="440.177" cy="391.396" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="450.28" cy="415.786" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="440.177" cy="440.177" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="450.28" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="391.396" cy="440.177" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="381.293" cy="415.786" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="391.396" cy="391.396" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="415.786" r="12" fill="white" fill-opacity="0.75"/>
<text x="415.786" y="415.786" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">9</text>
<circle cx="580.101" cy="415.786" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="580.101" cy="381.293" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="604.491" cy="391.396" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="614.594" cy="415.786" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="604.491" cy="440.177" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="580.101" cy="450.28" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="555.711" cy="440.177" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="545.608" cy="415.786" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="555.711" cy="391.396" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="580.101" cy="381.293" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="604.491" cy="391.396" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="614.594" cy="415.786" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="604.491" cy="440.177" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="580.101" cy="450.28" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="555.711" cy="440.177" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="545.608" cy="415.786" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="555.711" cy="391.396" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="580.101" cy="415.786" r="12" fill="white" fill-opacity="0.75"/>
<text x="580.101" y="415.786" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">10</text>
<circle cx="744.415" cy="415.786" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="744.415" cy="381.293" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="768.806" cy="391.396" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="778.909" cy="415.786" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="768.806" cy="440.177" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="744.415" cy="450.28" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="720.025" cy="440.177" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="709.922" cy="415.786" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="720.025" cy="391.396" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="744.415" cy="381.293" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="768.806" cy="391.396" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="778.909" cy="415.786" r="12" fill="#dcbeff" stroke="black" stroke-width="1"/>
<circle cx="768.806" cy="440.177" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="744.415" cy="450.28" r="12" fill="#9a6324" stroke="black" stroke-width="1"/>
<circle cx="720.025" cy="440.177" r="12" fill="#469990" stroke="black" stroke-width="1"/>
<circle cx="709.922" cy="415.786" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="720.025" cy="391.396" r="12" fill="#800000" stroke="black" stroke-width="1"/>
<circle cx="744.415" cy="415.786" r="12" fill="white" fill-opacity="0.75"/>
<text x="744.415" y="415.786" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">11</text>
<circle cx="87.1573" cy="580.101" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="87.1573" cy="545.608" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="111.548" cy="555.711" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="121.651" cy="580.101" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="111.548" cy="604.491" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="87.1573" cy="614.594" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="62.7669" cy="604.491" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="52.664" cy="580.101" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="62.7669" cy="555.711" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="87.1573" cy="545.608" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="111.548" cy="555.711" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="121.651" cy="580.101" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="111.548" cy="604.491" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="87.1573" cy="614.594" r="12" fill="#000075" stroke="black" stroke-width="1"/>
<circle cx="62.7669" cy="604.491" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="52.664" cy="580.101" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="62.7669" cy="555.711" r="12" fill="#aaffc3" stroke="black" stroke-width="1"/>
<circle cx="87.1573" cy="580.101" r="12" fill="white" fill-opacity="0.75"/>
<text x="87.1573" y="580.101" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">12</text>
<circle cx="251.472" cy="580.101" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="251.472" cy="545.608" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="275.862" cy="555.711" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="285.965" cy="580.101" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="275.862" cy="604.491" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="251.472" cy="614.594" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="227.081" cy="604.491" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="216.979" cy="580.101" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="227.081" cy="555.711" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="251.472" cy="545.608" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="275.862" cy="555.711" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="285.965" cy="580.101" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="275.862" cy="604.491" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="251.472" cy="614.594" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="227.081" cy="604.491" r="12" fill="#3cb44b" stroke="black" stroke-width="1"/>
<circle cx="216.979" cy="580.101" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="227.081" cy="555.711" r="12" fill="#e6194b" stroke="black" stroke-width="1"/>
<circle cx="251.472" cy="580.101" r="12" fill="white" fill-opacity="0.75"/>
<text x="251.472" y="580.101" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">13</text>
<circle cx="415.786" cy="580.101" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="415.786" cy="545.608" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="440.177" cy="555.711" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="450.28" cy="580.101" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="440.177" cy="604.491" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="614.594" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="391.396" cy="604.491" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="381.293" cy="580.101" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="391.396" cy="555.711" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="545.608" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="440.177" cy="555.711" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="450.28" cy="580.101" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="440.177" cy="604.491" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="614.594" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="391.396" cy="604.491" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="381.293" cy="580.101" r="12" fill="#4363d8" stroke="black" stroke-width="1"/>
<circle cx="391.396" cy="555.711" r="12" fill="#f58231" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="580.101" r="12" fill="white" fill-opacity="0.75"/>
<text x="415.786" y="580.101" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">14</text>
<circle cx="580.101" cy="580.101" r="56.4933" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="580.101" cy="545.608" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="604.491" cy="555.711" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="614.594" cy="580.101" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="604.491" cy="604.491" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="580.101" cy="614.594" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="555.711" cy="604.491" r="12" fill="#f032e6" stroke="black" stroke-width="1"/>
<circle cx="545.608" cy="580.101" r="12" fill="#42d4f4" stroke="black" stroke-width="1"/>
<circle cx="555.711" cy="555.711" r="12" fill="#911eb4" stroke="black" stroke-width="1"/>
<circle cx="580.101" cy="580.101" r="12" fill="white" fill-opacity="0.75"/>
<text x="580.101" y="580.101" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">15</text>
<circle cx="415.786" cy="87.1573" r="73.0009" fill="white" stroke="black" stroke-width="1.5"/>
<circle cx="415.786" cy="36.1564" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="441.287" cy="42.9892" r="12" fill="#888888" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="36.1564" r="12" fill="#888888" stroke="black" stroke-width="1"/>
<circle cx="441.287" cy="42.9892" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="459.954" cy="61.6568" r="12" fill="#888888" stroke="black" stroke-width="1"/>
<circle cx="466.787" cy="87.1573" r="12" fill="#888888" stroke="black" stroke-width="1"/>
<circle cx="459.954" cy="112.658" r="12" fill="#888888" stroke="black" stroke-width="1"/>
<circle cx="459.954" cy="112.658" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="441.287" cy="131.325" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="138.158" r="12" fill="#888888" stroke="black" stroke-width="1"/>
<circle cx="390.286" cy="131.325" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="390.286" cy="131.325" r="12" fill="#bfef45" stroke="black" stroke-width="1"/>
<circle cx="371.618" cy="112.658" r="12" fill="#888888" stroke="black" stroke-width="1"/>
<circle cx="364.785" cy="87.1573" r="12" fill="#888888" stroke="black" stroke-width="1"/>
<circle cx="371.618" cy="61.6568" r="12" fill="#888888" stroke="black" stroke-width="1"/>
<circle cx="390.286" cy="42.9892" r="12" fill="#fabed4" stroke="black" stroke-width="1"/>
<circle cx="390.286" cy="42.9892" r="12" fill="#888888" stroke="black" stroke-width="1"/>
<circle cx="415.786" cy="87.1573" r="12" fill="white" fill-opacity="0.75"/>
<text x="415.786" y="87.1573" text-anchor="middle" dominant-baseline="central" font-size="13.2" font-weight="bold" fill="black">1</text>
<circle cx="908.73" cy="251.472" r="77.1573" fill="white" stroke="black" stroke-width="1.5"/>

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

+104 -104
View File
@@ -1,154 +1,154 @@
[1]
Renate Aksoy = Hof 1, Tisch 1, Nummer 1
Dieter Sommer = Hof 1, Tisch 1, Nummer 2
Tobias Frank = Hof 1, Tisch 1, Nummer 3
Dieter Sommer = Hof 1, Tisch 1, Nummer 1
Dennis Kraus = Hof 1, Tisch 1, Nummer 2
Julia Brandt = Hof 1, Tisch 1, Nummer 3
Helga Brandt = Hof 1, Tisch 1, Nummer 4
Julia Brandt = Hof 1, Tisch 1, Nummer 5
Rainer Aksoy = Hof 1, Tisch 1, Nummer 6
Kathrin Brandt = Hof 1, Tisch 1, Nummer 5
Daniel Brandt = Hof 1, Tisch 1, Nummer 6
Werner Brandt = Hof 1, Tisch 1, Nummer 7
Werner Stein = Hof 1, Tisch 1, Nummer 8
Daniel Sommer = Hof 1, Tisch 1, Nummer 9
Melanie Kraus = Hof 1, Tisch 1, Nummer 8
Tobias Frank = Hof 1, Tisch 1, Nummer 9
Sarah Winkler = Hof 1, Tisch 1, Nummer 10
Renate Sommer = Hof 1, Tisch 1, Nummer 11
Guenter Schwarz = Hof 1, Tisch 1, Nummer 12
Daniel Sommer = Hof 1, Tisch 1, Nummer 11
Renate Sommer = Hof 1, Tisch 1, Nummer 12
[2]
Sarah Schwarz = Hof 1, Tisch 2, Nummer 1
Timo Kuhn = Hof 1, Tisch 2, Nummer 2
Yusuf Schwarz = Hof 1, Tisch 2, Nummer 3
Ursula Aydin = Hof 1, Tisch 2, Nummer 4
Sandra Vogel = Hof 1, Tisch 2, Nummer 5
Yusuf Vogel = Hof 1, Tisch 2, Nummer 6
Horst Aydin = Hof 1, Tisch 2, Nummer 7
Sarah Kuhn = Hof 1, Tisch 2, Nummer 8
Dennis Sommer = Hof 1, Tisch 2, Nummer 1
Lina Sommer = Hof 1, Tisch 2, Nummer 2
Lena Brandt = Hof 1, Tisch 2, Nummer 3
Nicole Sommer = Hof 1, Tisch 2, Nummer 4
Andreas Brandt = Hof 1, Tisch 2, Nummer 5
Theo Brandt = Hof 1, Tisch 2, Nummer 6
[3]
Dennis Sommer = Hof 1, Tisch 3, Nummer 1
Jennifer Sommer = Hof 1, Tisch 3, Nummer 2
Stefanie Busch = Hof 1, Tisch 3, Nummer 1
Svenja Vogel = Hof 1, Tisch 3, Nummer 2
Sergej Berger = Hof 1, Tisch 3, Nummer 3
Andreas Koch = Hof 1, Tisch 3, Nummer 4
Dennis Schmidt = Hof 1, Tisch 3, Nummer 5
Giovanna Koch = Hof 1, Tisch 3, Nummer 6
[4]
Gast Musikverein = Hof 1, Tisch 4, Nummer 1
Gast Musikverein = Hof 1, Tisch 4, Nummer 2
Andreas Koch = Hof 1, Tisch 4, Nummer 3
Gast Musikverein = Hof 1, Tisch 4, Nummer 3
Gast Musikverein = Hof 1, Tisch 4, Nummer 4
Sergej Berger = Hof 1, Tisch 4, Nummer 5
Gast Musikverein = Hof 1, Tisch 4, Nummer 5
Gast Musikverein = Hof 1, Tisch 4, Nummer 6
Gast Musikverein = Hof 1, Tisch 4, Nummer 7
Giovanna Kovac = Hof 1, Tisch 4, Nummer 8
Gast Musikverein = Hof 1, Tisch 4, Nummer 8
[5]
Gast Musikverein = Hof 1, Tisch 5, Nummer 1
Gast Musikverein = Hof 1, Tisch 5, Nummer 2
Gast Musikverein = Hof 1, Tisch 5, Nummer 3
Melanie Peters = Hof 1, Tisch 5, Nummer 2
Yusuf Peters = Hof 1, Tisch 5, Nummer 3
Gast Musikverein = Hof 1, Tisch 5, Nummer 4
Gast Musikverein = Hof 1, Tisch 5, Nummer 5
Gast Musikverein = Hof 1, Tisch 5, Nummer 6
Gast Musikverein = Hof 1, Tisch 5, Nummer 7
Gast Musikverein = Hof 1, Tisch 5, Nummer 8
[6]
Sofia Brandt = Hof 1, Tisch 6, Nummer 1
Milan Brandt = Hof 1, Tisch 6, Nummer 2
Anja Brandt = Hof 1, Tisch 6, Nummer 3
[7]
[8]
Svenja Vogel = Hof 1, Tisch 8, Nummer 1
Patrick Simon = Hof 1, Tisch 8, Nummer 2
Giovanna Koch = Hof 1, Tisch 8, Nummer 3
Dennis Schmidt = Hof 1, Tisch 8, Nummer 4
Julia Esposito = Hof 1, Tisch 8, Nummer 5
Stefanie Busch = Hof 1, Tisch 8, Nummer 6
Yusuf Peters = Hof 1, Tisch 8, Nummer 7
Melanie Peters = Hof 1, Tisch 8, Nummer 8
Patrick Simon = Hof 1, Tisch 8, Nummer 1
Julia Esposito = Hof 1, Tisch 8, Nummer 2
Giovanna Kovac = Hof 1, Tisch 8, Nummer 3
[9]
Gerhard Erdem = Hof 1, Tisch 9, Nummer 1
Gisela Esposito = Hof 1, Tisch 9, Nummer 2
Wolfgang Meyer = Hof 1, Tisch 9, Nummer 3
Rainer Erdem = Hof 1, Tisch 9, Nummer 4
Erika Frank = Hof 1, Tisch 9, Nummer 5
Brigitte Franke = Hof 1, Tisch 9, Nummer 6
Hannelore Barth = Hof 1, Tisch 9, Nummer 7
Wolfgang Hansen = Hof 1, Tisch 9, Nummer 8
Stefanie Simon = Hof 1, Tisch 9, Nummer 1
Sven Fischer = Hof 1, Tisch 9, Nummer 2
Daniel Wagner = Hof 1, Tisch 9, Nummer 3
Stefan Klein = Hof 1, Tisch 9, Nummer 4
Elif Demir = Hof 1, Tisch 9, Nummer 5
Jennifer Simon = Hof 1, Tisch 9, Nummer 6
Timo Frank = Hof 1, Tisch 9, Nummer 7
Andreas Stein = Hof 1, Tisch 9, Nummer 8
[10]
Andreas Stein = Hof 1, Tisch 10, Nummer 1
Stefanie Simon = Hof 1, Tisch 10, Nummer 2
Timo Frank = Hof 1, Tisch 10, Nummer 3
Elif Demir = Hof 1, Tisch 10, Nummer 4
Daniel Wagner = Hof 1, Tisch 10, Nummer 5
Sven Fischer = Hof 1, Tisch 10, Nummer 6
Stefan Klein = Hof 1, Tisch 10, Nummer 7
Jennifer Simon = Hof 1, Tisch 10, Nummer 8
Brigitte Franke = Hof 1, Tisch 10, Nummer 1
Wolfgang Hansen = Hof 1, Tisch 10, Nummer 2
Gisela Esposito = Hof 1, Tisch 10, Nummer 3
Erika Frank = Hof 1, Tisch 10, Nummer 4
Rainer Erdem = Hof 1, Tisch 10, Nummer 5
Gerhard Erdem = Hof 1, Tisch 10, Nummer 6
Hannelore Barth = Hof 1, Tisch 10, Nummer 7
Wolfgang Meyer = Hof 1, Tisch 10, Nummer 8
[11]
Milan Lange = Hof 1, Tisch 11, Nummer 1
Olga Hansen = Hof 1, Tisch 11, Nummer 2
Kathrin Brandt = Hof 1, Tisch 11, Nummer 3
Daniel Brandt = Hof 1, Tisch 11, Nummer 4
Daniel Horn = Hof 1, Tisch 11, Nummer 5
Markus Schmitt = Hof 1, Tisch 11, Nummer 6
Olga Yilmaz = Hof 1, Tisch 11, Nummer 7
Nadine Frank = Hof 1, Tisch 11, Nummer 8
Sarah Kuhn = Hof 1, Tisch 11, Nummer 1
Marco Meyer = Hof 1, Tisch 11, Nummer 2
Sandra Meyer = Hof 1, Tisch 11, Nummer 3
Jennifer Sommer = Hof 1, Tisch 11, Nummer 4
Dennis Sommer = Hof 1, Tisch 11, Nummer 5
Timo Kuhn = Hof 1, Tisch 11, Nummer 6
Yusuf Vogel = Hof 1, Tisch 11, Nummer 7
Sandra Vogel = Hof 1, Tisch 11, Nummer 8
[12]
Melanie Kraus = Hof 1, Tisch 12, Nummer 1
Matthias Polat = Hof 1, Tisch 12, Nummer 2
Dennis Kraus = Hof 1, Tisch 12, Nummer 3
Nicole Dietrich = Hof 1, Tisch 12, Nummer 4
Lena Hoffmann = Hof 1, Tisch 12, Nummer 5
Christian Esposito = Hof 1, Tisch 12, Nummer 6
Nicole Fischer = Hof 1, Tisch 12, Nummer 7
Timo Wagner = Hof 1, Tisch 12, Nummer 8
Olga Hansen = Hof 1, Tisch 12, Nummer 1
Yusuf Schwarz = Hof 1, Tisch 12, Nummer 2
Nadine Frank = Hof 1, Tisch 12, Nummer 3
Olga Yilmaz = Hof 1, Tisch 12, Nummer 4
Sarah Schwarz = Hof 1, Tisch 12, Nummer 5
Daniel Horn = Hof 1, Tisch 12, Nummer 6
Markus Schmitt = Hof 1, Tisch 12, Nummer 7
Milan Lange = Hof 1, Tisch 12, Nummer 8
[13]
Stefanie Roth = Hof 1, Tisch 13, Nummer 1
Monika Demir = Hof 1, Tisch 13, Nummer 2
Svenja Horn = Hof 1, Tisch 13, Nummer 3
Stefan Kuhn = Hof 1, Tisch 13, Nummer 4
Ingrid Demir = Hof 1, Tisch 13, Nummer 5
Christian Meyer = Hof 1, Tisch 13, Nummer 6
Jennifer Dietrich = Hof 1, Tisch 13, Nummer 7
Hannelore Demir = Hof 1, Tisch 13, Nummer 8
Christian Esposito = Hof 1, Tisch 13, Nummer 1
Matthias Polat = Hof 1, Tisch 13, Nummer 2
Ursula Aydin = Hof 1, Tisch 13, Nummer 3
Nicole Dietrich = Hof 1, Tisch 13, Nummer 4
Lena Hoffmann = Hof 1, Tisch 13, Nummer 5
Horst Aydin = Hof 1, Tisch 13, Nummer 6
Timo Wagner = Hof 1, Tisch 13, Nummer 7
Nicole Fischer = Hof 1, Tisch 13, Nummer 8
[14]
Anja Brandt = Hof 1, Tisch 14, Nummer 1
Nicole Sommer = Hof 1, Tisch 14, Nummer 2
Milan Brandt = Hof 1, Tisch 14, Nummer 3
Erika Erdem = Hof 1, Tisch 14, Nummer 4
Sofia Brandt = Hof 1, Tisch 14, Nummer 5
Lina Sommer = Hof 1, Tisch 14, Nummer 6
Heinz Tran = Hof 1, Tisch 14, Nummer 7
Dennis Sommer = Hof 1, Tisch 14, Nummer 8
Stefanie Roth = Hof 1, Tisch 14, Nummer 1
Stefan Kuhn = Hof 1, Tisch 14, Nummer 2
Monika Demir = Hof 1, Tisch 14, Nummer 3
Svenja Horn = Hof 1, Tisch 14, Nummer 4
Christian Meyer = Hof 1, Tisch 14, Nummer 5
Ingrid Demir = Hof 1, Tisch 14, Nummer 6
Jennifer Dietrich = Hof 1, Tisch 14, Nummer 7
Hannelore Demir = Hof 1, Tisch 14, Nummer 8
[15]
Lena Brandt = Hof 1, Tisch 15, Nummer 1
Helga Fischer = Hof 1, Tisch 15, Nummer 2
Heinz Fischer = Hof 1, Tisch 15, Nummer 3
Andreas Brandt = Hof 1, Tisch 15, Nummer 4
Sandra Meyer = Hof 1, Tisch 15, Nummer 5
Theo Brandt = Hof 1, Tisch 15, Nummer 6
Marco Meyer = Hof 1, Tisch 15, Nummer 7
Heinz Fischer = Hof 1, Tisch 15, Nummer 1
Werner Stein = Hof 1, Tisch 15, Nummer 2
Renate Aksoy = Hof 1, Tisch 15, Nummer 3
Heinz Tran = Hof 1, Tisch 15, Nummer 4
Rainer Aksoy = Hof 1, Tisch 15, Nummer 5
Erika Erdem = Hof 1, Tisch 15, Nummer 6
Guenter Schwarz = Hof 1, Tisch 15, Nummer 7
Helga Fischer = Hof 1, Tisch 15, Nummer 8
[16]
Felix Brandt = Hof 1, Tisch 16, Nummer 1
Mila Meyer = Hof 1, Tisch 16, Nummer 2
Theo Sommer = Hof 1, Tisch 16, Nummer 3
Liam Schwarz = Hof 1, Tisch 16, Nummer 4
Matteo Kraus = Hof 1, Tisch 16, Nummer 5
Ida Sommer = Hof 1, Tisch 16, Nummer 6
Elias Schwarz = Hof 1, Tisch 16, Nummer 7
Leni Kuhn = Hof 1, Tisch 16, Nummer 8
Greta Brandt = Hof 1, Tisch 16, Nummer 9
Frieda Brandt = Hof 1, Tisch 16, Nummer 10
Max Sommer = Hof 1, Tisch 16, Nummer 11
Emil Sommer = Hof 1, Tisch 16, Nummer 12
Max Sommer = Hof 1, Tisch 16, Nummer 1
Elias Schwarz = Hof 1, Tisch 16, Nummer 2
Felix Brandt = Hof 1, Tisch 16, Nummer 3
Mila Meyer = Hof 1, Tisch 16, Nummer 4
Greta Brandt = Hof 1, Tisch 16, Nummer 5
Leni Kuhn = Hof 1, Tisch 16, Nummer 6
Frieda Brandt = Hof 1, Tisch 16, Nummer 7
Liam Schwarz = Hof 1, Tisch 16, Nummer 8
Ida Sommer = Hof 1, Tisch 16, Nummer 9
Theo Sommer = Hof 1, Tisch 16, Nummer 10
Emil Sommer = Hof 1, Tisch 16, Nummer 11
Matteo Kraus = Hof 1, Tisch 16, Nummer 12
Anton Brandt = Hof 1, Tisch 16, Nummer 13
[17]
Anton Vogel = Hof 1, Tisch 17, Nummer 1
Ida Meyer = Hof 1, Tisch 17, Nummer 2
Paul Brandt = Hof 1, Tisch 17, Nummer 2
Max Vogel = Hof 1, Tisch 17, Nummer 3
Anton Meyer = Hof 1, Tisch 17, Nummer 4
Paul Brandt = Hof 1, Tisch 17, Nummer 5
Ben Brandt = Hof 1, Tisch 17, Nummer 6
Ben Brandt = Hof 1, Tisch 17, Nummer 4
Anton Meyer = Hof 1, Tisch 17, Nummer 5
Ida Meyer = Hof 1, Tisch 17, Nummer 6