$pdf->SetY(25);
 $pdf->SetX(135);
 $pdf->Image("images/MN_Logo_kleiner.png", $pdf->GetX(), $pdf->GetY(), 60, 20, 'png', 'http://www.mission-net.org');
 //Linie
 $pdf->setLineWidth(1);
 $pdf->Line(20, 45, 195, 45);
 //Cell, Anmeldung gueltig
 $pdf->SetY(50);
 $pdf->SetFont('Arial', 'B', 10);
 $pdf->Cell(0, 1, T_("Please print this page, sign it and send it to us, if you are under 18 years."), 0, 0, 'R');
 //#################HEADER END############
 //#################Mission-Net ADDRESS#######
 $pdf->SetX(20);
 $pdf->SetY(55);
 $pdf->SetFont('Arial', 'B', 12);
 $pdf->Write(5, "Mission-Net", 0, 'L');
 $pdf->ln();
 $pdf->Write(5, "Registration", 0, 'L');
 $pdf->ln();
 $pdf->Write(5, "Alte Neckarelzerstr. 2", 0, 'L');
 $pdf->ln();
 $pdf->Write(5, "D-74821 Mosbach", 0, 'L');
 $pdf->ln();
 $pdf->Write(5, "Germany", 0, 'L');
 $pdf->SetY(60);
 $pdf->SetFont('Arial', '', 12);
 $pdf->SetX(110);
 $pdf->Write(5, T_("by fax: +49 6261 947 147"));
 $pdf->ln();
 $pdf->SetX(110);
 $pdf->Write(5, T_("by email: registration@mission-net.org"));
 $pdf->SetY(25);
 $pdf->SetX(135);
 $pdf->Image("images/MN_Logo_kleiner.png", $pdf->GetX(), $pdf->GetY(), 60, 20, 'png', 'http://www.mission-net.org');
 //Linie
 $pdf->setLineWidth(1);
 $pdf->Line(20, 45, 195, 45);
 //Cell, Anmeldung gueltig
 $pdf->SetY(50);
 $pdf->SetFont('Arial', 'B', 10);
 $pdf->Cell(0, 1, "Please print this page, sign it and send it to us, if you are under 18 years old.", 0, 0, 'R');
 //#################HEADER END############
 //#################Mission-Net ADDRESS#######
 $pdf->SetX(20);
 $pdf->SetY(55);
 $pdf->SetFont('Arial', 'B', 12);
 $pdf->Write(5, "Mission-Net", 0, 'L');
 $pdf->ln();
 $pdf->Write(5, "Registration", 0, 'L');
 $pdf->ln();
 $pdf->Write(5, "Alte Neckarelzerstr. 2", 0, 'L');
 $pdf->ln();
 $pdf->Write(5, "D-74821 Mosbach", 0, 'L');
 $pdf->ln();
 $pdf->Write(5, "Germany", 0, 'L');
 $pdf->SetY(60);
 $pdf->SetFont('Arial', '', 12);
 $pdf->SetX(110);
 $pdf->Write(5, "by fax: +49 6261 947 147");
 $pdf->ln();
 $pdf->SetX(110);
 $pdf->Write(5, "by email: registration@mission-net.org");