diff --git a/presets/presets.xml b/presets/presets.xml
index ac0f04d..253acb6 100755
--- a/presets/presets.xml
+++ b/presets/presets.xml
@@ -2947,7 +2947,7 @@ are supplied, then "values" will be treated as "display_values" and translated i
             <text key="height" text="Height" default="" delete_if_empty="true" />
             <text key="name:botanical" text="Botanical Name" default="" delete_if_empty="true" />
         </item>
-        <item name="Wood" icon="presets/landuse.png" type="node,closedway,relation">
+        <item name="Natural primeval woodland" icon="presets/landuse.png" type="node,closedway,relation">
             <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=wood"
                   de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=wood" />
             <label text="Edit Wood" />
@@ -2955,7 +2955,15 @@ are supplied, then "values" will be treated as "display_values" and translated i
             <text key="name" text="Name" default="" delete_if_empty="true" />
             <combo key="wood" text="Type" values="coniferous,deciduous,mixed" default="" delete_if_empty="true" />
         </item>
-        <item name="Forest" icon="presets/landuse.png" type="node,closedway,relation">
+        <item name="Woodland" icon="presets/landuse.png" type="node,closedway,relation">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=wood"
+                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=wood" />
+            <label text="Edit Wood" />
+            <key key="landuse" value="wood" />
+            <text key="name" text="Name" default="" delete_if_empty="true" />
+            <combo key="wood" text="Type" values="coniferous,deciduous,mixed" default="" delete_if_empty="true" />
+        </item>
+        <item name="Managed forest" icon="presets/landuse.png" type="node,closedway,relation">
             <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=forest"
                   de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=forest" />
             <label text="Edit Forest Landuse" />
diff --git a/styles/standard/elemstyles.xml b/styles/standard/elemstyles.xml
index 463c04a..350df38 100644
--- a/styles/standard/elemstyles.xml
+++ b/styles/standard/elemstyles.xml
@@ -3147,6 +3147,14 @@ For external files the <rules> should have following elements:
 	</rule>
 
 	<rule>
+		<condition k="landuse" v="wood"/>
+		<area colour="forest#b1efc8"/>
+		<icon src="misc/landmark/trees.png"/>
+		<scale_min>1</scale_min>
+		<scale_max>50000</scale_max>
+	</rule>
+
+	<rule>
 		<condition k="landuse" v="forest"/>
 		<area colour="forest#b1efc8"/>
 		<icon src="misc/landmark/trees.png"/>
