Index: /trunk/styles/standard/elemstyles.mapcss
===================================================================
--- /trunk/styles/standard/elemstyles.mapcss	(revision 10350)
+++ /trunk/styles/standard/elemstyles.mapcss	(revision 10351)
@@ -4437,20 +4437,4 @@
 /**************/
 
-/* lot's of "openGeoDB:..." tags can be found in germany */
-node["openGeoDB:type"=Stadt],
-node["openGeoDB:type"=Kreis],
-node["openGeoDB:type"=Gemeinde],
-node["openGeoDB:type"=Ort],
-node["openGeoDB:type"=District],
-node["openGeoDB:location"=locality] {
-    icon-image: "place/settlement/openGeoDB.png";
-    set icon_z0;
-    set text_z0;
-    font-size: 10;
-    font-weight: bold;
-    text-color:black;
-    text-halo-color: white;
-    text-halo-radius: 1;
-}
 area[setting("place_fill_colour")][place=continent],
 area[setting("place_fill_colour")][place=country],
@@ -4470,4 +4454,5 @@
 area[setting("place_fill_colour")][place=islet] {
     fill-color: place#8de3cb;
+    set place;
 }
 node[place=continent],
@@ -4488,9 +4473,9 @@
     set icon_z0;
     set text_z0;
-    font-size: 10;
     font-weight: bold;
     text-color:black;
     text-halo-color: white;
     text-halo-radius: 1;
+    set place;
 }
 
@@ -4538,5 +4523,4 @@
 node|z-14[place=locality][!setting("hide_icons")] {
     icon-image: "place/locality.png";
-    font-size: 10;
     font-weight: bold;
     text-color:black;
@@ -4596,5 +4580,5 @@
   |z18-         text for normal POI icons is shown
   
- * text size and node size is adapted according to zoom level (see style source below)
+ * text size and node size is adapted according to zoom level (see style source below), place labels (except locality) don't get smaller
  * maxspeed icons should not be distinguishable from POIs with "icon-image" property
 
@@ -4659,4 +4643,7 @@
 node|z19,area|z19   { font-size: 9; }
 node|z20-,area|z20- { font-size: 11; }
+
+node.place, way.place, area.place { font-size: 11; }
+
 
 /*******************/
