--- /dev/null
+<html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
+<script language="JavaScript" type="text/javascript">
+ <!--
+ function showMe()
+ {
+ if (self.focus) self.focus();
+ }
+ //-->
+ </script>
+</head>
+<body onload="showMe();" bgcolor="#ffffff">
+<div style="margin-top:0mm; margin-left:0mm;">
+
+ <input id="fff" value="" type="hidden">
+ <script type="text/javascript">
+ var doit = 0;
+ var oldtop = 0;
+ var allheight = 0;
+ var divHeightAdded = new Array();
+ // VorgaengerArray
+
+
+ // x01,y01------------- x11,y11-------------
+ // | | | |
+ // -------------x02,y02 -------------x12,y12
+ // Funktion berechnet Ueberlappungen
+ function recOverlapsrec(x01,y01,x02,y02,x11,y11,x12,y12)
+ {
+ // triviale Faelle, wenn ein Punkt in einen anderen fällt
+ xOverlaps = false;
+ xOverlaps = xOverlaps || ((x01 >= x11) && (x01 <= x12));
+ xOverlaps = xOverlaps || ((x11 >= x01) && (x11 <= x02));
+
+ xOverlaps = xOverlaps || ((x02 >= x11) && (x02 <= x12));
+ xOverlaps = xOverlaps || ((x12 >= x01) && (x12 <= x02));
+
+ yOverlaps = false;
+
+ yOverlaps = yOverlaps || ((y01 >= y11) && (y01 <= y12));
+ yOverlaps = yOverlaps || ((y11 >= y01) && (y11 <= y02));
+
+ yOverlaps = yOverlaps || ((y02 >= y11) && (y02 <= y12));
+ yOverlaps = yOverlaps || ((y12 >= y01) && (y12 <= y02));
+
+ return (xOverlaps && yOverlaps);
+ }
+
+ function alterSize2(predecessorDivID, currentDivID)
+ {
+ var top = 0;
+ var height = 0;
+ var width = 0;
+ var left = 0;
+ var currenttop = 0;
+ var currentheight = 0;
+ var currentwidth = 0;
+ var currentleft = 0;
+ predecessorDiv = document.getElementById(predecessorDivID);
+ currentDiv = document.getElementById(currentDivID);
+
+ try
+ {
+ width = parseInt(document.defaultView.getComputedStyle(predecessorDiv,"").getPropertyValue("width"));
+ left = parseInt(document.defaultView.getComputedStyle(predecessorDiv,"").getPropertyValue("left"));
+ top = parseInt(document.defaultView.getComputedStyle(predecessorDiv,"").getPropertyValue("top"));
+ height = parseInt(document.defaultView.getComputedStyle(predecessorDiv,"").getPropertyValue("height"));
+
+ currentleft = parseInt(document.defaultView.getComputedStyle(currentDiv,"").getPropertyValue("left"));
+ currenttop = parseInt(document.defaultView.getComputedStyle(currentDiv,"").getPropertyValue("top"));
+ currentwidth = parseInt(document.defaultView.getComputedStyle(currentDiv,"").getPropertyValue("width"));
+ currentheight = parseInt(document.defaultView.getComputedStyle(currentDiv,"").getPropertyValue("height"));
+ }catch (err){
+ top = 0;
+ height = 0;
+ width = 0;
+ left = 0;
+ currenttop = 0;
+ currentheight = 0;
+ currentwidth = 0;
+ currentleft = 0;
+
+ width = predecessorDiv.offsetWidth;
+ left = predecessorDiv.offsetLeft;
+ top = predecessorDiv.offsetTop;
+ height = predecessorDiv.offsetHeight;
+
+ currentleft = currentDiv.offsetLeft;
+ currenttop = currentDiv.offsetTop;
+ currentwidth = currentDiv.offsetWidth;
+ currentheight = currentDiv.offsetHeight;
+ }
+
+ if(left)
+ {
+ if(! (divHeightAdded[currentDivID]) )
+ {
+ newcurrenttop = currenttop + allheight;
+ divHeightAdded[currentDivID] = true;
+ }
+
+ // Wenn der Startpunkt in den Vorgänger fällt
+ if(recOverlapsrec(left,top,left+width,top + height,currentleft,newcurrenttop,currentleft + currentwidth ,newcurrenttop + currentheight))
+ {
+ newcurrenttop = newcurrenttop + height;
+ allheight = allheight + height;
+ }
+ currentDiv.style.top = newcurrenttop + "px";
+ }
+ oldtop = currenttop;
+
+ };
+
+ function alterSize(predecessorDivID,currentDivID)
+ {
+ setTimeout(function(){alterSize2(predecessorDivID ,currentDivID);},200 );
+ };
+ </script>
+ <table cellpadding="0" cellspacing="0" height="415" width="650" border="0">
+<tbody><tr>
+<td align="left" valign="top">
+<style>
+.a4fe4dc7b1a125d { position: relative; width: 650px; height: 415px }
+.a4fe4dc7b1a182d { position: absolute; top: 148px; left: 9px; font-family: Arial, Helvetica; font-weight: bold; font-style: normal; font-size: 16px; color: #000000 }
+.a4fe4dc7b1a1927 { position: absolute; top: 164px; left: 9px; font-family: Arial, Helvetica; font-weight: bold; font-style: normal; font-size: 16px; color: #000000 }
+.a4fe4dc7b1a1a08 { position: absolute; top: 181px; left: 9px; font-family: Arial, Helvetica; font-weight: bold; font-style: normal; font-size: 16px; color: #000000 }
+.a4fe4dc7b1a1adc { position: absolute; top: 199px; left: 9px; font-family: Arial, Helvetica; font-weight: bold; font-style: normal; font-size: 16px; color: #000000 }
+.a4fe4dc7b1a1baa { position: absolute; top: 229px; left: 10px; font-family: Arial, Helvetica; font-weight: bold; font-style: normal; font-size: 16px; color: #000000 }
+.a4fe4dc7b1a1c7f { position: absolute; top: 244px; left: 9px; font-family: Arial, Helvetica; font-weight: bold; font-style: normal; font-size: 16px; color: #000000 }
+.a4fe4dc7b1a1d4d { position: absolute; top: 269px; left: 464px; font-family: Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 12px; color: #000000 }
+.a4fe4dc7b1a1e22 { position: absolute; top: 283px; left: 465px; font-family: Arial, Helvetica; font-weight: bold; font-style: normal; font-size: 14px; color: #000000 }
+.a4fe4dc7b1a1ef0 { position: absolute; top: 344px; left: 0px; font-family: Arial, Helvetica; font-weight: bold; font-style: normal; font-size: 18px; color: #000000 }
+.a4fe4dc7b1a1fc4 { position: absolute; top: 373px; left: 465px; font-family: Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 12px; color: #000000 }
+.a4fe4dc7b1a2093 { position: absolute; top: 375px; left: 0px; font-family: Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 12px; color: #000000 }
+.a4fe4dc7b1a2161 { position: absolute; top: 393px; left: 465px; font-family: Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 12px; color: #000000 }
+.a4fe4dc7b1a2235 { position: absolute; top: 394px; left: 1px; font-family: Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 12px; color: #000000 }
+</style>
+<div class="a4fe4dc7b1a125d">
+ <div id="a4fe4dc7b1a182d" class="a4fe4dc7b1a182d"></div>
+ <div id="a4fe4dc7b1a1927" class="a4fe4dc7b1a1927">Herr</div>
+ <div id="a4fe4dc7b1a1a08" class="a4fe4dc7b1a1a08">Frank Brehm</div>
+ <div id="a4fe4dc7b1a1adc" class="a4fe4dc7b1a1adc">Ingolstädter Str. 1 </div>
+ <div id="a4fe4dc7b1a1baa" class="a4fe4dc7b1a1baa">12621 Berlin</div>
+ <div id="a4fe4dc7b1a1c7f" class="a4fe4dc7b1a1c7f"></div>
+ <div id="a4fe4dc7b1a1d4d" class="a4fe4dc7b1a1d4d">Sie wurden bedient von:</div>
+ <div id="a4fe4dc7b1a1e22" class="a4fe4dc7b1a1e22">Internet-Shop<br>Rückfragen unter<br> 03838-31 100</div>
+ <div id="a4fe4dc7b1a1ef0" class="a4fe4dc7b1a1ef0">Rechnung vom 22.06.2012</div>
+ <div id="a4fe4dc7b1a1fc4" class="a4fe4dc7b1a1fc4">Kd.Tel.: 030-55870038</div>
+ <div id="a4fe4dc7b1a2093" class="a4fe4dc7b1a2093">Rechnungsnummer 260695969</div>
+ <div id="a4fe4dc7b1a2161" class="a4fe4dc7b1a2161">Kd.Fax: </div>
+ <div id="a4fe4dc7b1a2235" class="a4fe4dc7b1a2235">Kundennummer TBRE847-4</div>
+</div>
+<!--
+DDD_START 650 415 h
+-->
+<!--
+DDD_TEXT 9 269 3000 12 y n n h
+DDD_TEXT 9 253 3000 12 y n n h Herr
+DDD_TEXT 9 236 3000 12 y n n h Frank Brehm
+DDD_TEXT 9 218 3000 12 y n n h Ingolstädter Str. 1
+DDD_TEXT 10 188 3000 12 y n n h 12621 Berlin
+DDD_TEXT 9 173 3000 12 y n n h
+DDD_TEXT 464 148 3000 9 n n n h Sie wurden bedient von:
+DDD_TEXT 465 134 3000 10 y n n h Internet-Shop<br>Rückfragen unter<br> 03838-31 100
+DDD_TEXT 0 73 3000 13 y n n h Rechnung vom 22.06.2012
+DDD_TEXT 465 44 3000 9 n n n h Kd.Tel.: 030-55870038
+DDD_TEXT 0 42 3000 9 n n n h Rechnungsnummer 260695969
+DDD_TEXT 465 24 3000 9 n n n h Kd.Fax:
+DDD_TEXT 1 23 3000 9 n n n h Kundennummer TBRE847-4
+
+-->
+</td></tr></tbody></table><font face="Arial,Helvetica" size="2"><br> <br>Störtebeker Festspiele / 04.07.2012 / 20:00 (Störtebeker Festspiele 2012)<br>Veranstalter: Störtebeker Festspiele GmbH & Co.KG, UID: DE245757674<br> <br><table cellpadding="1" cellspacing="0" width="87%" border="1"><tbody><tr><td align="right" width="3%"><b><font face="Arial,Helvetica" size="1">Pos</font></b></td>
+<td width="15%"><b><font face="Arial,Helvetica" size="1">Kartennummer </font></b></td>
+<td width="15%"><b><font face="Arial,Helvetica" size="1">Rang </font></b></td>
+<td width="30%"><b><font face="Arial,Helvetica" size="1">Preisgruppe </font></b></td>
+<td width="7%"><b><font face="Arial,Helvetica" size="1">Reihe </font></b></td>
+<td width="7%"><b><font face="Arial,Helvetica" size="1">Sitz </font></b></td>
+<td align="right" width="10%"><b><font face="Arial,Helvetica" size="1">Preis </font></b></td>
+</tr>
+<tr><td align="right"><font size="1">1</font></td><td><font face="Arial,Helvetica" size="1">260695969-1</font></td>
+<td><font face="Arial,Helvetica" size="1">PG II</font></td>
+<td><font face="Arial,Helvetica" size="1">PG II </font></td>
+<td><font face="Arial,Helvetica" size="1">20</font></td>
+<td><font face="Arial,Helvetica" size="1">19</font></td>
+<td align="right"><font face="Arial,Helvetica" size="1">27,50 EUR</font></td>
+</tr>
+<tr><td align="right"><font size="1">2</font></td><td><font face="Arial,Helvetica" size="1">260695969-2</font></td>
+<td><font face="Arial,Helvetica" size="1">PG II</font></td>
+<td><font face="Arial,Helvetica" size="1">PG II </font></td>
+<td><font face="Arial,Helvetica" size="1">20</font></td>
+<td><font face="Arial,Helvetica" size="1">18</font></td>
+<td align="right"><font face="Arial,Helvetica" size="1">27,50 EUR</font></td>
+</tr>
+<tr><td align="right"><font size="1">3</font></td><td><font face="Arial,Helvetica" size="1">260695969-3</font></td>
+<td><font face="Arial,Helvetica" size="1">PG II</font></td>
+<td><font face="Arial,Helvetica" size="1">PG II </font></td>
+<td><font face="Arial,Helvetica" size="1">20</font></td>
+<td><font face="Arial,Helvetica" size="1">17</font></td>
+<td align="right"><font face="Arial,Helvetica" size="1">27,50 EUR</font></td>
+</tr>
+<tr><td align="right"><font size="1">4</font></td><td><font face="Arial,Helvetica" size="1">260695969-4</font></td>
+<td><font face="Arial,Helvetica" size="1">PG II</font></td>
+<td><font face="Arial,Helvetica" size="1">PG II </font></td>
+<td><font face="Arial,Helvetica" size="1">20</font></td>
+<td><font face="Arial,Helvetica" size="1">16</font></td>
+<td align="right"><font face="Arial,Helvetica" size="1">27,50 EUR</font></td>
+</tr>
+</tbody></table><br><b><font face="Arial,Helvetica" size="2">Zwischensumme für 4 Karten: 110,00 EUR </font></b><br>
+<br><br>
+<table cellpadding="0" cellspacing="1"><tbody><tr><td><b><font face="Arial,Helvetica" size="2">Die bezahlten Karten bitte an der Abendkasse hinterlegen </font></b></td><td align="right"><b><font face="Arial,Helvetica" size="2"> </font></b></td></tr>
+<tr><td><b><font face="Arial,Helvetica" size="2">Shopversand </font></b></td><td align="right"><b><font face="Arial,Helvetica" size="2"> </font></b></td></tr>
+<tr><td><b><font face="Arial,Helvetica" size="2">Bearbeitungsgebühr </font></b></td><td align="right"><b><font face="Arial,Helvetica" size="2"> 3,00 EUR </font></b></td></tr>
+</tbody></table>
+ <input id="fff" value="" type="hidden">
+ <script type="text/javascript">
+ var doit = 0;
+ var oldtop = 0;
+ var allheight = 0;
+ var divHeightAdded = new Array();
+ // VorgaengerArray
+
+
+ // x01,y01------------- x11,y11-------------
+ // | | | |
+ // -------------x02,y02 -------------x12,y12
+ // Funktion berechnet Ueberlappungen
+ function recOverlapsrec(x01,y01,x02,y02,x11,y11,x12,y12)
+ {
+ // triviale Faelle, wenn ein Punkt in einen anderen fällt
+ xOverlaps = false;
+ xOverlaps = xOverlaps || ((x01 >= x11) && (x01 <= x12));
+ xOverlaps = xOverlaps || ((x11 >= x01) && (x11 <= x02));
+
+ xOverlaps = xOverlaps || ((x02 >= x11) && (x02 <= x12));
+ xOverlaps = xOverlaps || ((x12 >= x01) && (x12 <= x02));
+
+ yOverlaps = false;
+
+ yOverlaps = yOverlaps || ((y01 >= y11) && (y01 <= y12));
+ yOverlaps = yOverlaps || ((y11 >= y01) && (y11 <= y02));
+
+ yOverlaps = yOverlaps || ((y02 >= y11) && (y02 <= y12));
+ yOverlaps = yOverlaps || ((y12 >= y01) && (y12 <= y02));
+
+ return (xOverlaps && yOverlaps);
+ }
+
+ function alterSize2(predecessorDivID, currentDivID)
+ {
+ var top = 0;
+ var height = 0;
+ var width = 0;
+ var left = 0;
+ var currenttop = 0;
+ var currentheight = 0;
+ var currentwidth = 0;
+ var currentleft = 0;
+ predecessorDiv = document.getElementById(predecessorDivID);
+ currentDiv = document.getElementById(currentDivID);
+
+ try
+ {
+ width = parseInt(document.defaultView.getComputedStyle(predecessorDiv,"").getPropertyValue("width"));
+ left = parseInt(document.defaultView.getComputedStyle(predecessorDiv,"").getPropertyValue("left"));
+ top = parseInt(document.defaultView.getComputedStyle(predecessorDiv,"").getPropertyValue("top"));
+ height = parseInt(document.defaultView.getComputedStyle(predecessorDiv,"").getPropertyValue("height"));
+
+ currentleft = parseInt(document.defaultView.getComputedStyle(currentDiv,"").getPropertyValue("left"));
+ currenttop = parseInt(document.defaultView.getComputedStyle(currentDiv,"").getPropertyValue("top"));
+ currentwidth = parseInt(document.defaultView.getComputedStyle(currentDiv,"").getPropertyValue("width"));
+ currentheight = parseInt(document.defaultView.getComputedStyle(currentDiv,"").getPropertyValue("height"));
+ }catch (err){
+ top = 0;
+ height = 0;
+ width = 0;
+ left = 0;
+ currenttop = 0;
+ currentheight = 0;
+ currentwidth = 0;
+ currentleft = 0;
+
+ width = predecessorDiv.offsetWidth;
+ left = predecessorDiv.offsetLeft;
+ top = predecessorDiv.offsetTop;
+ height = predecessorDiv.offsetHeight;
+
+ currentleft = currentDiv.offsetLeft;
+ currenttop = currentDiv.offsetTop;
+ currentwidth = currentDiv.offsetWidth;
+ currentheight = currentDiv.offsetHeight;
+ }
+
+ if(left)
+ {
+ if(! (divHeightAdded[currentDivID]) )
+ {
+ newcurrenttop = currenttop + allheight;
+ divHeightAdded[currentDivID] = true;
+ }
+
+ // Wenn der Startpunkt in den Vorgänger fällt
+ if(recOverlapsrec(left,top,left+width,top + height,currentleft,newcurrenttop,currentleft + currentwidth ,newcurrenttop + currentheight))
+ {
+ newcurrenttop = newcurrenttop + height;
+ allheight = allheight + height;
+ }
+ currentDiv.style.top = newcurrenttop + "px";
+ }
+ oldtop = currenttop;
+
+ };
+
+ function alterSize(predecessorDivID,currentDivID)
+ {
+ setTimeout(function(){alterSize2(predecessorDivID ,currentDivID);},200 );
+ };
+ </script>
+ <table cellpadding="0" cellspacing="0" height="260" width="650" border="0">
+<tbody><tr>
+<td align="left" valign="top">
+<style>
+.a4fe4dc7b1a691b { position: relative; width: 650px; height: 260px }
+.a4fe4dc7b1a6c42 { position: absolute; top: 5px; left: 0px; font-family: Arial, Helvetica; font-weight: bold; font-style: normal; font-size: 15px; color: #000000 }
+.a4fe4dc7b1a6d99 { position: absolute; top: 25px; left: 0px; font-family: Arial, Helvetica; font-weight: bold; font-style: normal; font-size: 12px; color: #000000 }
+.a4fe4dc7b1a6ed2 { position: absolute; top: 51px; left: 0px; font-family: Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 12px; color: #000000 }
+.a4fe4dc7b1a701d { position: absolute; top: 66px; left: 0px; font-family: Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 12px; color: #000000 }
+.a4fe4dc7b1a717b { position: absolute; top: 90px; left: 0px; font-family: Arial, Helvetica; font-weight: bold; font-style: normal; font-size: 12px; color: #000000 }
+</style>
+<div class="a4fe4dc7b1a691b">
+ <div id="a4fe4dc7b1a6c42" class="a4fe4dc7b1a6c42">Der Gesamtbetrag beträgt: 113,00 EUR.</div>
+<script type="text/javascript">
+ if("")
+ {
+ alterSize("","a4fe4dc7b1a6c42");
+ }
+ </script> <div id="a4fe4dc7b1a6d99" class="a4fe4dc7b1a6d99">Vielen Dank für Ihre Zahlung (Kreditkarte – sofortiger Versand).</div>
+<script type="text/javascript">
+ if("a4fe4dc7b1a6c42")
+ {
+ alterSize("a4fe4dc7b1a6c42","a4fe4dc7b1a6d99");
+ }
+ </script> <div id="a4fe4dc7b1a6ed2" class="a4fe4dc7b1a6ed2">Die Bestellung wird Ihnen bei Bezahlung per Kreditkarte oder Überweisung ( nach Zahlungseingang )</div>
+<script type="text/javascript">
+ if("a4fe4dc7b1a6d99")
+ {
+ alterSize("a4fe4dc7b1a6d99","a4fe4dc7b1a6ed2");
+ }
+
+ if("a4fe4dc7b1a6ed2")
+ {
+ alterSize("a4fe4dc7b1a6c42","a4fe4dc7b1a6ed2");
+ }
+ </script> <div id="a4fe4dc7b1a701d" class="a4fe4dc7b1a701d">unverzüglich, bei Bezahlung per Lastschrift nach 7 Werktagen per Post zugesandt. Vielen Dank.</div>
+<script type="text/javascript">
+ if("a4fe4dc7b1a6ed2")
+ {
+ alterSize("a4fe4dc7b1a6ed2","a4fe4dc7b1a701d");
+ }
+
+ if("a4fe4dc7b1a701d")
+ {
+ alterSize("a4fe4dc7b1a6d99","a4fe4dc7b1a701d");
+ }
+
+ if("a4fe4dc7b1a701d")
+ {
+ alterSize("a4fe4dc7b1a6c42","a4fe4dc7b1a701d");
+ }
+ </script> <div id="a4fe4dc7b1a717b" class="a4fe4dc7b1a717b"><table cellpadding="0" cellspacing="1"><tbody><tr><td align="left" nowrap="nowrap"><font face="Arial,Helvetica" size="1"> Steuernummer</font></td><td align="left" nowrap="nowrap"><font face="Arial,Helvetica" size="1"> Firma</font></td><td align="right" nowrap="nowrap"><font face="Arial,Helvetica" size="1">%</font></td><td align="left" nowrap="nowrap"><font face="Arial,Helvetica" size="1"> Nettobetrag</font></td><td align="left" nowrap="nowrap"><font face="Arial,Helvetica" size="1"> MwSt</font></td><td align="left" nowrap="nowrap"><font face="Arial,Helvetica" size="1"> Bruttobetrag</font></td></tr><tr><td align="left" nowrap="nowrap"><font face="Arial,Helvetica" size="1"> DE245757674</font></td><td align="left" nowrap="nowrap"><font face="Arial,Helvetica" size="1"> Störtebeker Festspiele GmbH & Co.KG</font></td><td align="right" nowrap="nowrap"><font face="Arial,Helvetica" size="1">7%</font></td><td align="right" nowrap="nowrap"><font face="Arial,Helvetica" size="1"> 105,61 EUR</font></td><td align="right" nowrap="nowrap"><font face="Arial,Helvetica" size="1"> 7,39 EUR</font></td><td align="right" nowrap="nowrap"><font face="Arial,Helvetica" size="1"> 113,00 EUR</font></td></tr>
+<tr><td colspan="6" align="right"><hr></td></tr><tr><td colspan="3"> </td>
+<td align="right" nowrap="nowrap"><font face="Arial,Helvetica" size="1"> 105,61 EUR</font></td><td align="right" nowrap="nowrap"><font face="Arial,Helvetica" size="1"> 7,39 EUR</font></td><td align="right" nowrap="nowrap"><font face="Arial,Helvetica" size="1">113,00 EUR</font></td></tr>
+</tbody></table></div>
+<script type="text/javascript">
+ if("a4fe4dc7b1a701d")
+ {
+ alterSize("a4fe4dc7b1a701d","a4fe4dc7b1a717b");
+ }
+
+ if("a4fe4dc7b1a717b")
+ {
+ alterSize("a4fe4dc7b1a6ed2","a4fe4dc7b1a717b");
+ }
+
+ if("a4fe4dc7b1a717b")
+ {
+ alterSize("a4fe4dc7b1a6d99","a4fe4dc7b1a717b");
+ }
+
+ if("a4fe4dc7b1a717b")
+ {
+ alterSize("a4fe4dc7b1a6c42","a4fe4dc7b1a717b");
+ }
+ </script></div>
+<!--
+DDD_TEXT 0 r18 3000 11 y n n h Der Gesamtbetrag beträgt: 113,00 EUR.
+DDD_TEXT 0 r17 3000 9 y n n h Vielen Dank für Ihre Zahlung (Kreditkarte – sofortiger Versand).
+DDD_TEXT 0 r26 3000 9 n n n h Die Bestellung wird Ihnen bei Bezahlung per Kreditkarte oder Überweisung ( nach Zahlungseingang )
+DDD_TEXT 0 r15 3000 9 n n n h unverzüglich, bei Bezahlung per Lastschrift nach 7 Werktagen per Post zugesandt. Vielen Dank.
+DDD_TEXT 0 r24 3000 9 y n n h <table cellpadding=0 cellspacing=1><tr><td align=left nowrap><font face="Arial,Helvetica" size=1> Steuernummer</font></td><td align=left nowrap><font face="Arial,Helvetica" size=1> Firma</font></td><td align=right nowrap><font face="Arial,Helvetica" size=1>%</font></td><td align=left nowrap><font face="Arial,Helvetica" size=1> Nettobetrag</font></td><td align=left nowrap><font face="Arial,Helvetica" size=1> MwSt</font></td><td align=left nowrap><font face="Arial,Helvetica" size=1> Bruttobetrag</font></td></tr><tr><td align=left nowrap><font face="Arial,Helvetica" size=1> DE245757674</font></td><td align=left nowrap><font face="Arial,Helvetica" size=1> Störtebeker Festspiele GmbH & Co.KG</font></td><td align=right nowrap><font face="Arial,Helvetica" size=1>7%</font></td><td align=right nowrap><font face="Arial,Helvetica" size=1> 105,61 EUR</font></td><td align=right nowrap><font face="Arial,Helvetica" size=1> 7,39 EUR</font></td><td align=right nowrap><font face="Arial,Helvetica" size=1> 113,00 EUR</font></td></tr>
+<tr><td align=right colspan=6><hr></td></tr><tr><td colspan=3> </td>
+<td align=right nowrap><font face="Arial,Helvetica" size=1> 105,61 EUR</font></td><td align=right nowrap><font face="Arial,Helvetica" size=1> 7,39 EUR</font></td><td align=right nowrap><font face="Arial,Helvetica" size=1>113,00 EUR</font></td></tr>
+</table>
+
+-->
+<!--
+DDD_END
+-->
+</td></tr></tbody></table>
+<!--
+DDD_PROPERTY PRINTER invoiceprinter
+-->
+
+<!--
+DDD_PROPERTY ISINVOICE y
+DDD_PROPERTY INVOICEID 260695969
+-->
+
+<!--
+DDD_PROPERTY CHARSET iso-8859-1
+-->
+</font></div><font face="Arial,Helvetica" size="2">
+</font></body></html>
\ No newline at end of file