//vollmacht.js
<!--

   function vollmacht()
   {
   var feld = new Array();
   feld[1] = document.mahnbe.ClientAdr_1.value;
   feld[2] = document.mahnbe.ClientAdr_2.value;
   feld[3] = document.mahnbe.ClientAdr_3.value;
   feld[4] = document.mahnbe.ClientAdr_4.value;
   feld[5] = document.mahnbe.ClientAdr_5.value;
   feld[6] = document.mahnbe.ClientAdr_6.value;
   feld[7] = document.mahnbe.ClientAdr_7.value;

   var x = 1;
   while ((feld[x].match(/^\s/)) && (x<7) ) {
    x++;
    }
   var inhalt = feld[x];
   var Name = inhalt;
   if (Name=="Herr") { Name="Herrn"; }
   if ((Name=="Herrn") || (Name=="Frau")) {
      x++;
      inhalt = feld[x];
      Name += " "+inhalt;
      }
   var y = 7;
   inhalt = feld[y];
   // Muster fuer D u.a.
   var muster1 = /(\d\d\d+) (\D\D*\D)/;
   // Muster fuer GB und NL - funktioniert nicht
   var muster2 = /(\d\d\d+) ([A-Z][A-Z]+\b) (\D\D*\D)/;
   var Stadtlang = "&nbsp;";
   while (!(inhalt.match(/\d\d\d+/)) && (y>1)) {
     Stadtlang = feld[y];
     y--;
     }
   Stadtlang = feld[y];
   var Stadt ="&nbsp;";
   if( Stadtlang.match(muster1) ) {
      Stadt=RegExp.$2;
      }
   if( Stadtlang.match(muster2) ) {
      Stadt=RegExp.$3;
      }
   var Strasse ="&nbsp;";
   for( var z=y; z>=1; z-- ) {
    inhalt = feld[z];
    if ((inhalt.match(/\d+/)) || (inhalt.match(/stra&szlig;e/)) || (inhalt.match(/str\./)) || (inhalt.match(/platz/)) || (inhalt.match(/gasse/)) || (inhalt.match(/weg/)) || (inhalt.match(/stieg/)) || (inhalt.match(/rue/)) || (inhalt.match(/place/)) ) {
    Strasse = inhalt;
    }
   Stadtlang.replace(/&nbsp;&nbsp;&nbsp;&nbsp;/, "&nbsp;");
   var Mandant=Name+', '+Strasse+', '+Stadtlang;
   var Sache=document.mahnbe.MailKurzrubrum.value
   var Wegen=document.mahnbe.MailWegen.value
   }
   var jetzt = new Date();
   var Tag = jetzt.getDate();
   var Monat = jetzt.getMonth()+1;
   var Jahr = jetzt.getFullYear();
   var TagAusgabe  = ((Tag < 10) ? "0" + Tag : Tag);
   var MonatAusgabe  = ((Monat < 10) ? "0" + Monat : Monat);
   var Datum = TagAusgabe+"."+MonatAusgabe+"."+Jahr;

   F1 = window.open("../d/vollmacht.go","Vollmacht","width=700,height=400,left=100,top=100,menubar=yes,scrollbars=yes,resizable=yes,dependent=yes");

F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln;
F1.document.writeln('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">');
F1.document.writeln('<HTML>');
F1.document.writeln('<HEAD>');
F1.document.writeln('	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-15">');
F1.document.writeln('	<TITLE>Vollmacht</TITLE>');
F1.document.writeln('	<META NAME="GENERATOR" CONTENT="StarOffice 6.0  (Linux)">');
F1.document.writeln('	<META NAME="AUTHOR" CONTENT="Matthias Hermanns">');
F1.document.writeln('	<META NAME="CREATED" CONTENT="20020428;20122400">');
F1.document.writeln('	<META NAME="CHANGEDBY" CONTENT="Matthias Hermanns">');
F1.document.writeln('	<META NAME="CHANGED" CONTENT="20050210;17595100">');
F1.document.writeln('	<STYLE>');
F1.document.writeln('	<!--');
F1.document.writeln('		@page { margin-top: 0.5cm; margin-bottom: 1.0cm; margin-left:2cm}');
F1.document.writeln('		P { margin-bottom: 0.08cm }');
F1.document.writeln('		TD P { margin-bottom: 0.08cm }');
F1.document.writeln('		P,blockqoute { widows:10; }');
F1.document.writeln('	-->');
F1.document.writeln('	</STYLE>');
F1.document.writeln('	<SCRIPT type="text/javascript">');
F1.document.writeln('	<!--');
F1.document.writeln('	//Dieses Skript stammt von Michael Mailers JavaScripts');
F1.document.writeln('	//URL: http://www.webaid.de/js  --  eMail: mm@webaid.de');
F1.document.writeln('	//Bitte   entfernen   Sie   diesen   Vermerk   nicht  !');
F1.document.writeln('	if (document.layers){');
F1.document.writeln('	    window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)');
F1.document.writeln('	    window.onmousedown=rightclick;');
F1.document.writeln('	    window.onmouseup=rightclick;');
F1.document.writeln;
F1.document.writeln('	    function rightclick(e) {');
F1.document.writeln('	    if (e.which == 3) {');
F1.document.writeln('	    // Put right mouse code here');
F1.document.writeln('	    alert("Sorry: Diese Funktion ist deaktiviert.");');
F1.document.writeln('	    return false;');
F1.document.writeln('	    }');
F1.document.writeln('	    else {');
F1.document.writeln('	        return true;');
F1.document.writeln('	        }');
F1.document.writeln('	    }');
F1.document.writeln('	}');
F1.document.writeln('	if (document.all){');
F1.document.writeln('	    function click() {');
F1.document.writeln('	    if (event.button==2) {');
F1.document.writeln('	    alert("Sorry: Diese Funktion ist deaktiviert.")');
F1.document.writeln('	    }');
F1.document.writeln;
F1.document.writeln('	    if (event.button==3) {');
F1.document.writeln('	    alert("Sorry: Diese Funktion ist deaktiviert.")}');
F1.document.writeln('	    }');
F1.document.writeln('	    document.onmousedown=click');
F1.document.writeln('	}');
F1.document.writeln('	//-->');
F1.document.writeln('	</SCRIPT>');
F1.document.writeln('</HEAD>');
F1.document.writeln('<BODY LANG="de-DE">');
F1.document.writeln('<TABLE WIDTH=100% BORDER=0 CELLPADDING=1 CELLSPACING=10>');
F1.document.writeln('	<TR>');
F1.document.writeln('		<TD WIDTH=40%>');
F1.document.writeln('			<P><BR></P>');
F1.document.writeln('		</TD>');
F1.document.writeln('		<TD WIDTH=20% VALIGN=TOP>');
F1.document.writeln('		<P ALIGN=RIGHT VALIGN=MIDDLE><FONT SIZE=4><B><FONT SIZE=4 STYLE="font-size: 16pt">Vollmacht</FONT></B></FONT></P>');
F1.document.writeln('		</TD>');
F1.document.writeln;
F1.document.writeln('		<TD WIDTH=40%>');
F1.document.writeln('                <TABLE ALIGN=CENTER WIDTH=250 BORDER=1 CELLPADDING=2 CELLSPACING=1>');
F1.document.writeln('			<TR><TD WIDTH=100% VALIGN=TOP>');
F1.document.writeln('			<P ALIGN=CENTER STYLE="margin-bottom: 0cm; font-weight:	medium"><FONT  STYLE="font-size: 8pt">');
F1.document.writeln('			<b>Zustellungen werden nur an den/die Bevollm&auml;chtigte(n) erbeten!</b></FONT>');
F1.document.writeln('			</P>');
F1.document.writeln('			</TD></TR>');
F1.document.writeln('		</TABLE>');
F1.document.writeln('		</TD>');
F1.document.writeln('	</TR>');
F1.document.writeln('</TABLE>');
F1.document.writeln;
F1.document.writeln('<P ALIGN=CENTER STYLE="margin-bottom: 0cm; font-weight: medium"><FONT SIZE=2 STYLE="font-size: 11pt">Herrn');
F1.document.writeln('Rechtsanwalt Matthias Hermanns, Zur Gr&auml;fte 10, 48161 M&uuml;nster</FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium"></P>');
F1.document.writeln('<TABLE border=0 WIDTH=836 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR>');
F1.document.writeln('<TD width=150><FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt">');
F1.document.writeln(' wird hiermit in Sachen</FONT></FONT></TD>');
F1.document.writeln('<TD width=686><FONT SIZE=2 STYLE="font-size: 11pt">');
F1.document.writeln('<FONT COLOR="#000000">'+Sache+'</FONT></FONT></TD>');
F1.document.writeln('</TR>');
F1.document.writeln('<TR>');
F1.document.writeln('<TD width=150><FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt">');
F1.document.writeln('wegen</FONT></FONT></TD>');
F1.document.writeln('<TD width=686><FONT SIZE=2 STYLE="font-size: 11pt"><FONT COLOR="#000000">'+Wegen+'</FONT></FONT></TD>');
F1.document.writeln('</TR>');
F1.document.writeln('</TABLE>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium"><FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt">');
F1.document.writeln('<SPAN STYLE="background: transparent">Vollmacht');
F1.document.writeln('erteilt</SPAN></FONT></FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-left: 0.8cm; text-indent: -0.3cm; margin-bottom: 0cm; font-weight: medium">');
F1.document.writeln('<FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt"><SPAN STYLE="background: transparent">1.');
F1.document.writeln('zur Prozessf&uuml;hrung (u. a. nach &sect;&sect;&nbsp;81 ff. ZPO)');
F1.document.writeln('einschlie&szlig;lich der Befugnis zur Erhebung und Zur&uuml;cknahme');
F1.document.writeln('von Widerklagen;</SPAN></FONT></FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-left: 0.8cm; text-indent: -0.3cm; margin-bottom: 0cm; font-weight: medium">');
F1.document.writeln('<FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt"><SPAN STYLE="background: transparent">2.');
F1.document.writeln('zur Antragstellung in Scheidungs- und Scheidungsfolgesachen, zum');
F1.document.writeln('Abschluss von Vereinbarungen &uuml;ber Scheidungsfolgen sowie zur');
F1.document.writeln('Stellung von Antr&auml;gen auf Erteilung von Renten- und sonstigen');
F1.document.writeln('Versorgungsausk&uuml;nften und zur Antragstellung in');
F1.document.writeln('Gewaltschutzverfahren;</SPAN></FONT></FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-left: 0.8cm; text-indent: -0.3cm; margin-bottom: 0cm">');
F1.document.writeln('<FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt"><SPAN STYLE="background: transparent"><SPAN STYLE="font-weight: medium">3.');
F1.document.writeln('zur Vertretung und Verteidigung in Strafsachen und Bu&szlig;geldsachen');
F1.document.writeln('(&sect;&sect;&nbsp;302, 374 StPO) einschlie&szlig;lich der Vorverfahren');
F1.document.writeln('sowie (f&uuml;r den Fall der Abwesenheit) zur Vertretung nach &sect;');
F1.document.writeln('411 II StPO und mit ausdr&uuml;cklicher Erm&auml;chtigung auch nach &sect;');
F1.document.writeln('233 I, 234 StPO, zur Stellung von Straf- und anderen nach der');
F1.document.writeln('Strafprozessordnung zul&auml;ssigen Antr&auml;gen</SPAN> und von');
F1.document.writeln('Antr&auml;gen nach dem Gesetz &uuml;ber die Entsch&auml;digung f&uuml;r');
F1.document.writeln('Strafverfolgungsma&szlig;nahmen, insbesondere auch f&uuml;r das');
F1.document.writeln('Betragsverfahren;</SPAN></FONT></FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-left: 0.8cm; text-indent: -0.3cm; margin-bottom: 0cm">');
F1.document.writeln('<FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt"><SPAN STYLE="background: transparent">4.');
F1.document.writeln('zur Vertretung in sonstigen Verfahren und bei au&szlig;ergerichtlichen');
F1.document.writeln('Verhandlungen aller Art (insbesondere in Unfallsachen zur');
F1.document.writeln('Geltendmachung von Anspr&uuml;chen gegen Sch&auml;diger,');
F1.document.writeln('Fahrzeughalter und deren Versicherern, sowie in Schiedsverfahren);</SPAN></FONT></FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-left: 0.8cm; text-indent: -0.3cm; margin-bottom: 0cm">');
F1.document.writeln('<FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt"><SPAN STYLE="background: transparent">5.');
F1.document.writeln('zur Begr&uuml;ndung und Aufhebung von Vertragsverh&auml;ltnissen und');
F1.document.writeln('zur Abgabe und Entgegennahme von einseitigen Willenserkl&auml;rungen');
F1.document.writeln('(z. B. K&uuml;ndigungen) in Zusammenhang mit der oben unter &quot;wegen');
F1.document.writeln('. . . &quot; genannten Angelegenheit.</SPAN></FONT></FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium"><FONT COLOR="#666666">');
F1.document.writeln('<FONT  STYLE="font-size: 8pt"><SPAN STYLE="background:transparent">Die');
F1.document.writeln('Vollmacht gilt f&uuml;r alle Instanzen und erstreckt sich auch auf');
F1.document.writeln('Neben- und Folgeverfahren aller Art (z. B. Arrest und einstweilige');
F1.document.writeln('Verf&uuml;gung, Kostenfestsetzungs-, Zwangsvollstreckungs-,');
F1.document.writeln('Interventions-, Zwangsversteigerungs-, Zwangsverwaltungs- und');
F1.document.writeln('Hinterlegungsverfahren sowie Insolvenzverfahren). Sie umfasst');
F1.document.writeln('insbesondere die Befugnis, Zustellungen zu bewirken und');
F1.document.writeln('entgegenzunehmen, die Vollmacht ganz oder teilweise auf andere zu');
F1.document.writeln('&uuml;bertragen (Untervollmacht), Rechtsmittel einzulegen,');
F1.document.writeln('zur&uuml;ckzunehmen oder auf sie zu verzichten, den Rechtsstreit oder');
F1.document.writeln('au&szlig;ergerichtliche Verhandlungen durch Vergleich, Verzicht oder');
F1.document.writeln('Anerkenntnis zu erledigen, Geld, Wertsachen und Urkunden,');
F1.document.writeln('insbesondere auch den Streitgegenstand und die von dem Gegner, von');
F1.document.writeln('der Justizkasse oder von sonstigen Stellen zu erstattenden Betr&auml;ge');
F1.document.writeln('entgegenzunehmen sowie Akteneinsicht zu nehmen.</SPAN></FONT></FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium"><BR>');
F1.document.writeln('</P>');
F1.document.writeln('<TABLE WIDTH=836 BORDER=0 CELLPADDING=0 CELLSPACING=0>');
F1.document.writeln('	<TR VALIGN=TOP>');
F1.document.writeln('		<TD WIDTH=220>');
F1.document.writeln('			<P ALIGN=LEFT STYLE="font-weight: medium">');
F1.document.writeln('			                 <FONT SIZE=2 STYLE="font-size: 11pt"><FONT COLOR="#000000">'+Stadt+'</FONT></FONT></P>');
F1.document.writeln('		</TD>');
F1.document.writeln('		<TD WIDTH=225>');
F1.document.writeln('			<P ALIGN=LEFT STYLE="font-weight: medium">');
F1.document.writeln('			<FONT SIZE=2 STYLE="font-size: 11pt"><FONT COLOR="#000000">'+Datum+'</FONT></FONT></P>');
F1.document.writeln('		</TD>');
F1.document.writeln('		<TD WIDTH=391>');
F1.document.writeln('			<P><BR>');
F1.document.writeln('			</P>');
F1.document.writeln('		</TD>');
F1.document.writeln('	</TR>');
F1.document.writeln('	<TR VALIGN=TOP>');
F1.document.writeln('		<TD COLSPAN=2 WIDTH=445>');
F1.document.writeln('			<P ALIGN=LEFT STYLE="font-weight: medium"><FONT COLOR="#666666">');
F1.document.writeln('			<FONT  STYLE="font-size: 8pt"><SPAN STYLE="background: transparent">__________________________,');
F1.document.writeln('			den _______________________ </SPAN></FONT></FONT>');
F1.document.writeln('			</P>');
F1.document.writeln('		</TD>');
F1.document.writeln('		<TD WIDTH=391>');
F1.document.writeln('			<P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium">');
F1.document.writeln('			<FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt">');
F1.document.writeln('			<SPAN STYLE="background: transparent">_____________________________________________</SPAN></FONT></FONT></P>');
F1.document.writeln('			<P ALIGN=LEFT STYLE="font-weight: medium"><FONT COLOR="#666666"><FONT STYLE="font-size: 8pt><SPAN STYLE="background: transparent">');
F1.document.writeln('			(Unterschrift)</SPAN></FONT></FONT></P>');
F1.document.writeln('		</TD>');
F1.document.writeln('	</TR>');
F1.document.writeln('</TABLE>');
F1.document.writeln('</P>');
F1.document.writeln('<P ALIGN=CENTER STYLE="margin-bottom: 0cm"><BR>');
F1.document.writeln('</P>');
F1.document.writeln('<P ALIGN=CENTER STYLE="margin-bottom: 0cm"><FONT SIZE=4 STYLE="font-size: 16pt"><B>Zusatzvereinbarung');
F1.document.writeln('Kostenpauschalen</B></FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-bottom: 0cm"><FONT SIZE=4 STYLE="font-size: 16pt">');
F1.document.writeln('<SPAN STYLE="background: transparent"><SPAN STYLE="font-weight: medium"><FONT  STYLE="font-size: 8pt">');
F1.document.writeln('<FONT COLOR="#666666">Zwischen</FONT></FONT></SPAN></SPAN></FONT></P>');
F1.document.writeln('<P ALIGN=CENTER STYLE="margin-bottom: 0cm; font-weight: medium"><FONT SIZE=2 STYLE="font-size: 11pt">'+Mandant+'</FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-bottom: 0cm"><SPAN STYLE="background: transparent">');
F1.document.writeln('<SPAN STYLE="font-weight: medium"><FONT  STYLE="font-size: 8pt"><FONT COLOR="#666666">und');
F1.document.writeln(' </FONT></FONT></SPAN></SPAN>');
F1.document.writeln('</P>');
F1.document.writeln('<P ALIGN=CENTER STYLE="margin-bottom: 0cm; font-weight: medium"><FONT SIZE=2 STYLE="font-size: 11pt">Herrn');
F1.document.writeln('Rechtsanwalt Matthias Hermanns, Zur Gr&auml;fte 10, 48161 M&uuml;nster</FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium"><FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt">');
F1.document.writeln('<SPAN STYLE="background: transparent">wird f&uuml;r das Mandat</SPAN></FONT></FONT></P>');
F1.document.writeln('<P ALIGN=CENTER STYLE="margin-bottom: 0cm; font-weight: medium"><FONT SIZE=2 STYLE="font-size: 11pt">'+Sache+'</FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium"><FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt">');
F1.document.writeln('<SPAN STYLE="background: transparent">folgende');
F1.document.writeln('Honorarvereinbarung und Vereinbarung zum mandantenbezogenen Schriftverkehr getroffen:<BR><I>(Bitte w&auml;hlen Sie durch ');
F1.document.writeln('Ankreuzen!)</I></SPAN></FONT></FONT></P>');
F1.document.writeln('<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=2>');
F1.document.writeln('	<COL WIDTH=5%>');
F1.document.writeln('	<COL WIDTH=95%>');
F1.document.writeln('	<TR>');
F1.document.writeln('		<TD WIDTH=5% VALIGN=TOP>');
F1.document.writeln('			<P><IMG SRC="../img/kaestchen.gif" NAME="Rahmen1" ALT="[ ]" HSPACE=9 VSPACE=10></P>');
F1.document.writeln('		</TD>');
F1.document.writeln('		<TD WIDTH=95%>');
F1.document.writeln('			<P ALIGN=LEFT STYLE="font-weight: medium"><FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt">');
F1.document.writeln('			<SPAN STYLE="background: transparent">Die vom Gesetzgeber');
F1.document.writeln('			vorgesehene Kostenpauschale von 20 % der &uuml;brigen');
F1.document.writeln('			Rechtsanwaltsgeb&uuml;hren nach Ziff. 7002 KV RVG reicht');
F1.document.writeln('			erfahrungsgem&auml;&szlig; nicht aus, um die zu Kosten');
F1.document.writeln('			f&uuml;r Porti und Telefon zu decken. Sie wird f&uuml;r das oben');
F1.document.writeln('			bezeichnete Mandat durch eine einmalig zu zahlende fixe Kostenpauschale');
F1.document.writeln('			von 25 EUR zzgl. UmSt ersetzt. Nur soweit hierdurch die gesetzlichen');
F1.document.writeln('			Geb&uuml;hren tats&auml;chlich &uuml;berschritten werden, werden diese');
F1.document.writeln('			Kosten sp&auml;ter nicht vom unterlegenen Gegner bzw. meiner');
F1.document.writeln('			Rechtsschutzversicherung &uuml;bernommen.</SPAN></FONT></FONT></P>');
F1.document.writeln('		</TD>');
F1.document.writeln('	</TR>');
F1.document.writeln('</TABLE>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium"><FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt">');
F1.document.writeln('<SPAN STYLE="background: transparent">oder alternativ</SPAN></FONT></FONT></P>');
F1.document.writeln('<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=2>');
F1.document.writeln('	<COL WIDTH=5%>');
F1.document.writeln('	<COL WIDTH=95%>');
F1.document.writeln('	<TR>');
F1.document.writeln('		<TD WIDTH=5% VALIGN=TOP>');
F1.document.writeln('			<P><IMG SRC="../img/kaestchen.gif" NAME="Rahmen2" ALT="[ ]" HSPACE=9 VSPACE=10></P>');
F1.document.writeln('		</TD>');
F1.document.writeln('		<TD WIDTH=95%>');
F1.document.writeln('			<P ALIGN=LEFT STYLE="font-weight: medium"><FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt">');
F1.document.writeln('			<SPAN STYLE="background: transparent">Ich');
F1.document.writeln('			bin damit einverstanden, dass der mandatsbezogene Schriftverkehr');
F1.document.writeln('			durch Hinterlegung im Online-Archiv unter <i>www.adiuvo.org</i> erfolgen');
F1.document.writeln('			kann. Eingehende Schriftst&uuml;cke kann ich in der Regel im');
F1.document.writeln('			JPG-Format, ausgehende Schrifts&auml;tze kann ich als PDF einsehen,');
F1.document.writeln('			speichern und ausdrucken. Die daf&uuml;r n&ouml;tige Standardsoftware');
F1.document.writeln('			halte ich vor.</SPAN></FONT></FONT></P>');
F1.document.writeln('		</TD>');
F1.document.writeln('	</TR>');
F1.document.writeln('</TABLE>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium"><FONT COLOR="#666666"><FONT  STYLE="font-size: 8pt"><SPAN STYLE="background:');
F1.document.writeln('transparent">Im');
F1.document.writeln('Falle der Nichtleistung auf eine Honorarforderung wird');
F1.document.writeln('daneben zur Gew&auml;hrleistung eines vertrauensvollen Verh&auml;ltnisses');
F1.document.writeln('zwischen Anwalt und Mandant, in dem ein Rechtsstreit');
F1.document.writeln('soweit irgend m&ouml;glich vermieden werden soll, f&uuml;r die den Verzug');
F1.document.writeln('begr&uuml;ndende und f&uuml;r jede weitere Mahnung eine Kostenpauschale von');
F1.document.writeln('jeweils 5,- EUR vereinbart. Der Nachweis, dass die Kosten tats&auml;chlich');
F1.document.writeln('niedriger waren, bleibt mir unbenommen.</SPAN></FONT></FONT></P>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium"><BR>');
F1.document.writeln('</P>');
F1.document.writeln('<TABLE WIDTH=836 BORDER=0 CELLPADDING=0 CELLSPACING=0>');
F1.document.writeln('	<TR VALIGN=TOP>');
F1.document.writeln('		<TD WIDTH=220>');
F1.document.writeln('			<P ALIGN=LEFT STYLE="font-weight: medium">');
F1.document.writeln('			<FONT SIZE=2 STYLE="font-size: 11pt"><FONT COLOR="#000000">'+Stadt+'</FONT></FONT></P>');
F1.document.writeln('		</TD>');
F1.document.writeln('		<TD WIDTH=225>');
F1.document.writeln('			<P ALIGN=LEFT STYLE="font-weight: medium" ><FONT SIZE=2 STYLE="font-size: 11pt">');
F1.document.writeln('			<FONT COLOR="#000000">'+Datum+'</FONT></FONT></P>');
F1.document.writeln('		</TD>');
F1.document.writeln('		<TD WIDTH=391>');
F1.document.writeln('			<P><BR>');
F1.document.writeln('			</P>');
F1.document.writeln('		</TD>');
F1.document.writeln('	</TR>');
F1.document.writeln('	<TR VALIGN=TOP>');
F1.document.writeln('		<TD COLSPAN=2 WIDTH=445>');
F1.document.writeln('			<P ALIGN=LEFT STYLE="font-weight: medium"><FONT COLOR="#666666"><FONT STYLE="font-size: 8pt">');
F1.document.writeln('			<SPAN STYLE="background: transparent">__________________________,');
F1.document.writeln('			den _______________________ </SPAN></FONT></FONT>');
F1.document.writeln('			</P>');
F1.document.writeln('		</TD>');
F1.document.writeln('		<TD WIDTH=391>');
F1.document.writeln('			<P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium"><FONT COLOR="#666666">');
F1.document.writeln('			<FONT STYLE="font-size: 8pt">');
F1.document.writeln('			<SPAN STYLE="background: transparent">_____________________________________________</SPAN>');
F1.document.writeln('			</FONT></FONT></P>');
F1.document.writeln('			<P ALIGN=LEFT STYLE="font-weight: medium"><FONT COLOR="#666666"><FONT STYLE="font-size: 8pt><SPAN STYLE="background: transparent">');
F1.document.writeln('			                                        (Unterschrift)</SPAN></FONT></FONT></P>');
F1.document.writeln('		</TD>');
F1.document.writeln('	</TR>');
F1.document.writeln('</TABLE>');
F1.document.writeln('<P STYLE="margin-bottom: 0cm"><BR>');
F1.document.writeln('</P>');
F1.document.writeln('<P align="right" STYLE="page-break-before:always; margin-left: 550px; margin-bottom: 0cm; background-color:#aaaaaa;"><a');
F1.document.writeln('href="javascript:window.print()"><FONT COLOR="#666666"><FONT SIZE=2 STYLE="font-size: 12pt"><SPAN STYLE="align: center; background:');
F1.document.writeln('transparent"><b> Drucken </b> </SPAN></FONT></FONT></a></P>');
F1.document.writeln('<P STYLE=" margin-bottom: 0cm"><FONT SIZE=4 STYLE="font-size: 16pt"><FONT COLOR="#666666"><B>Hinweis</B></FONT></FONT></p>');
F1.document.writeln('<P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-weight: medium"><FONT COLOR="#666666"><FONT SIZE=1 STYLE="font-size: 8pt"><SPAN STYLE="background:');
F1.document.writeln('transparent">Bitte drucken Sie sich das Formular aus, f&uuml;llen Sie die noch offenen Felder aus, kreuzen Sie Ihre pers&ouml;nliche Auswahl ');
F1.document.writeln('f&uuml;r Ihren Schriftverkehr an und schicken Sie dann das zweifach unterschriebene Formular an die folgende Adresse. ');
F1.document.writeln('Noch einfacher und schneller geht es, wenn Sie das ausgef&uuml;llte Formular per Fax an'); F1.document.writeln('uns senden. Bitte vergessen Sie nicht, sich auch ein Exemplar f&uuml;r Ihre Unterlagen auszudrucken.</SPAN></FONT></FONT><br><FONT SIZE=1');
F1.document.writeln('STYLE="font-size: 8pt"><SPAN STYLE="background: transparent"><b>&bull; Fax:&nbsp;&nbsp;02533 - 93 51 13</b></SPAN></FONT></FONT></P>');
F1.document.writeln;
F1.document.writeln('<p style="height:3.5cm; margin-right:8cm; border:thin solid black; padding:0.5cm"><FONT SIZE=2 STYLE="font-size:');
F1.document.writeln('12pt"><i>adiuvo.org</i><br>Rechtsanwalt<br>Matthias Hermanns<br>Zur Gr&auml;fte 10<br><br>48161 M&uuml;nster-Nienberge</FONT></p>');
F1.document.writeln('<P STYLE="margin-bottom: 0cm"><BR>');
F1.document.writeln('</P>');
F1.document.writeln('<P align="right" margin-left: 550px; margin-bottom: 0cm; background-color:#aaaaaa;">');
F1.document.writeln('<a href="javascript:window.close()"><FONT COLOR="#666666"><FONT STYLE="font-size: 12pt">');
F1.document.writeln('<SPAN STYLE="align: center; background:transparent"><b> Schlie&szlig;en </b> </SPAN></FONT></FONT></a></P>');
F1.document.writeln('</BODY>');
F1.document.writeln('</HTML>');
F1.document.close();

}
//-->

