Index: /applications/editors/josm/nsis/de-streets.xml
===================================================================
--- /applications/editors/josm/nsis/de-streets.xml	(revision 3776)
+++ /applications/editors/josm/nsis/de-streets.xml	(revision 3777)
@@ -8,7 +8,5 @@
     <check key="oneway" text="Oneway" default="on"/>
 
-    <!-- Always setting class=Autobahn -->
     <key key="highway" value="motorway"/>
-    <key key="class" value="Autobahn"/>
   </item>
 
@@ -21,7 +19,5 @@
     <check key="oneway" text="Oneway" default="off"/>
 
-    <!-- Always setting class=Bundesstrasse -->
     <key key="highway" value="primary"/>
-    <key key="class" value="Bundesstrasse"/>
   </item>
 
@@ -34,7 +30,5 @@
     <check key="oneway" text="Oneway" default="off"/>
 
-    <!-- Always setting class=Landstrasse -->
     <key key="highway" value="secondary"/>
-    <key key="class" value="Landstrasse"/>
   </item>
 
@@ -47,7 +41,5 @@
     <check key="oneway" text="Oneway" default="off"/>
 
-    <!-- Always setting class=Landstrasse -->
     <key key="highway" value="unclassified"/>
-    <key key="class" value="Nebenstrasse"/>
   </item>
 
@@ -60,7 +52,19 @@
     <check key="oneway" text="Oneway" default="off"/>
 
-    <!-- Always setting class=Wohnstrasse -->
     <key key="highway" value="residential"/>
-    <key key="class" value="Wohnstrasse"/>
+  </item>
+  
+  <item name="Bus Halt" type="node">
+    <label text="Bushaltestelle in Deutschland"/>
+
+    <text key="name" text="Name"/>
+
+    <key key="highway" value="bus_stop"/>
+  </item>
+  
+  <item name="Fussweg" type="way">
+    <label text="Fussweg in Deutschland"/>
+
+    <key key="highway" value="footway"/>
   </item>
 
