diff --git a/stylesheets/test-ap-style-ticketphone.css b/stylesheets/test-ap-style-ticketphone.css
new file mode 100644
index 0000000000000000000000000000000000000000..59049ec9a8645ecb888dfc50ab4271a5bbbc2271
--- /dev/null
+++ b/stylesheets/test-ap-style-ticketphone.css
@@ -0,0 +1,15 @@
+*[for="NewUserID"] {
+	 visibility: hidden;
+	 position: relative;
+}
+ *[for="NewUserID"]:after {
+	 visibility: visible;
+	 position: absolute;
+	 top: 0;
+	 right: 0;
+	 padding-left: 0px;
+	 content: "Sperren für Besitzer*in:";
+}
+ label[for="CustomerID"], label[for="CustomerID"] + div, label[for="SLAID"], label[for="SLAID"] + div, label[for="NewResponsibleID"], label[for="NewResponsibleID"] + div, label[for="Dest"], label[for="Dest"] + div, .Row_DynamicField_MasterSlave, a[title="Queue ändern"] {
+	 display: none !important;
+}
\ No newline at end of file