diff --git a/admin/anschreiben_kehl/zuweisung_erstantrag_praxisstelle.php b/admin/anschreiben_kehl/zuweisung_erstantrag_praxisstelle.php
index b53b53d..8d7f1d0 100755
--- a/admin/anschreiben_kehl/zuweisung_erstantrag_praxisstelle.php
+++ b/admin/anschreiben_kehl/zuweisung_erstantrag_praxisstelle.php
@@ -106,7 +106,7 @@ $pdf->SetFont('Arial', '', 10);
 $pdf->SetY(62.3);
 $pdf->SetX(155.3);
 $pdf->SetTextColor(20,93,156);
-$pdf->MultiCell(47, 3, "Sandra Bechthold", 0, 'L');
+$pdf->MultiCell(47, 3, "Corinne Feger", 0, 'L');
 
 
 $pos=$pdf->GetY()+0.9;
@@ -120,7 +120,7 @@ $pdf->MultiCell(47, 3, "Telefon:", 0, 'L');
 $pdf->SetFont('Arial', '', 10);
 $pdf->SetY($pos);
 $pdf->SetX(155.3);
-$pdf->MultiCell(47, 3, "+49 (0) 7851 894-125", 0, 'L');
+$pdf->MultiCell(47, 3, "+49 (0) 7851 894-126", 0, 'L');
 
 
 
@@ -134,7 +134,7 @@ $pdf->MultiCell(47, 3, "E-Mail:", 0, 'L');
 $pdf->SetFont('Arial', '', 10);
 $pdf->SetY($pos);
 $pdf->SetX(155.3);
-$pdf->MultiCell(47, 3, "bechthold@hs-kehl.de", 0, 'L');
+$pdf->MultiCell(47, 3, "feger@hs-kehl.de", 0, 'L');
 
 
 #$pos=$pdf->GetY()+4.1;
@@ -431,7 +431,7 @@ $pos=$pdf->GetY()+6.0;
 $pdf->SetFont('Arial', 'B', 9);
 $pdf->SetY($pos);
 $pdf->SetX(24);
-$pdf->MultiCell(168, 3.9, "gez. Jacqueline Meier, M. A. \nLeiterin Servicezentrum Studium & Lehre", 0, 'L');
+$pdf->MultiCell(168, 3.9, "gez. Corinne Feger\nStellvertretende Leiterin Servicezentrum Studium & Lehre", 0, 'L');
 
 
 
diff --git a/admin/anschreiben_kehl/zuweisung_erstantrag_student.php b/admin/anschreiben_kehl/zuweisung_erstantrag_student.php
index 7d99c95..12b1837 100755
--- a/admin/anschreiben_kehl/zuweisung_erstantrag_student.php
+++ b/admin/anschreiben_kehl/zuweisung_erstantrag_student.php
@@ -70,7 +70,7 @@ $pdf->SetFont('Arial', '', 10);
 $pdf->SetY(62.3);
 $pdf->SetX(155.3);
 $pdf->SetTextColor(20,93,156);
-$pdf->MultiCell(47, 3, "Sandra Bechthold", 0, 'L');
+$pdf->MultiCell(47, 3, "Corinne Feger", 0, 'L');
 
 
 $pos=$pdf->GetY()+0.9;
@@ -84,7 +84,7 @@ $pdf->MultiCell(47, 3, "Telefon:", 0, 'L');
 $pdf->SetFont('Arial', '', 10);
 $pdf->SetY($pos);
 $pdf->SetX(155.3);
-$pdf->MultiCell(47, 3, "+49 (0) 7851 894-125", 0, 'L');
+$pdf->MultiCell(47, 3, "+49 (0) 7851 894-126", 0, 'L');
 
 
 
@@ -98,7 +98,7 @@ $pdf->MultiCell(47, 3, "E-Mail:", 0, 'L');
 $pdf->SetFont('Arial', '', 10);
 $pdf->SetY($pos);
 $pdf->SetX(155.3);
-$pdf->MultiCell(47, 3, "bechthold@hs-kehl.de", 0, 'L');
+$pdf->MultiCell(47, 3, "feger@hs-kehl.de", 0, 'L');
 
 
 #$pos=$pdf->GetY()+4.1;
@@ -498,7 +498,7 @@ $pos=$pdf->GetY()+6.0;
 $pdf->SetFont('Arial', 'B', 9);
 $pdf->SetY($pos);
 $pdf->SetX(24);
-$pdf->MultiCell(168, 3.9, "gez. Jacqueline Meier, M. A.\nLeiterin Servicezentrum Studium & Lehre", 0, 'L');
+$pdf->MultiCell(168, 3.9, "gez. Corinne Feger\nStellvertretende Leiterin Servicezentrum Studium & Lehre", 0, 'L');
 
 
 
@@ -507,14 +507,6 @@ $pdf->SetY(280);
 $pdf->SetX(24);
 $pdf->MultiCell(173, 3.9, "Seite 1 von 4", 0, 'R');
 
-
-#$pos=$pdf->GetY()+10.8;
-
-#$pdf->SetFont('Arial', '', 10);
-#$pdf->SetY($pos);
-#$pdf->SetX(24);
-#$pdf->MultiCell(168, 4.8, "gez. Corinne Feger", 0, 'J');
-
 $pagecount = $pdf->setSourceFile("anschreiben_kehl/anlage_erstantrag_student_2023.pdf");
 $tplidx1 = $pdf->ImportPage(1);
 $pdf->addPage();