changeset 3239:fb11bd37ddb8

Improved the structure of themes.xml; moved theme groups to own XML files. flys-artifacts/trunk@4871 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 04 Jul 2012 06:35:47 +0000
parents 112c3f0fc075
children e3c70271d50f
files flys-artifacts/ChangeLog flys-artifacts/doc/conf/default-themes.xml flys-artifacts/doc/conf/second-themes.xml flys-artifacts/doc/conf/themes.xml flys-artifacts/doc/conf/virtual-themes.xml flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java
diffstat 6 files changed, 3212 insertions(+), 2690 deletions(-) [+]
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog	Tue Jul 03 19:30:08 2012 +0000
+++ b/flys-artifacts/ChangeLog	Wed Jul 04 06:35:47 2012 +0000
@@ -1,3 +1,16 @@
+2012-07-04  Ingo Weinzierl <ingo@intevation.de>
+
+	* doc/conf/themes.xml: Moved theme groups to own XML files to improve the
+	  structure.
+
+	* doc/conf/second-themes.xml,
+	  doc/conf/default-themes.xml,
+	  doc/conf/virtual-themes.xml: New XML files for themes / theme groups; each
+	  theme group in one single file.
+
+	* src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java:
+	  Improved logging; print number of theme groups and themes in it as INFO.
+
 2012-07-03	Felix Wolfsteller	<felix.wolfsteller@intevation.de>
 
 	* src/main/java/de/intevation/flys/exports/fixings/FixDeltaWtGenerator.java:
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/flys-artifacts/doc/conf/default-themes.xml	Wed Jul 04 06:35:47 2012 +0000
@@ -0,0 +1,1444 @@
+<themegroup name="default">
+    <theme name="DischargeCurve">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 153" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="2" hints="h" />
+        </fields>
+    </theme>
+
+    <!-- concrete theme for historical discharge curves -->
+    <theme name="HistoricalDischargeCurveQ">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 153" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="2" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="HistoricalDischargeCurveQDiff">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="2" hints="h" />
+        </fields>
+    </theme>
+
+
+    <!-- Discharge Longitudinal Section -->
+    <theme name="LongitudinalSectionW">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ1">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ2">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ5">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 153, 51" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ10">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ20">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="153, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ25">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 51, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ50">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ100">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ200">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ500">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ1000">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQRZ">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HSQ">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="253, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_MHQ">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 255, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_MNQ">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 255, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_MQ">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 51, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_NQ">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="153, 204, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQExtrem">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionPoints">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" display="Linie anzeigen"
+                default="false" />
+            <field name="showpoints" type="boolean" display="Punkte anzeigen"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ1_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ2_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ5_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 153, 51" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ10_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ20_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="153, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ25_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 51, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ50_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 153, 153" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ100_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 51" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ200_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ500_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ1000_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQRZ_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HSQ_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="253, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_MHQ_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 255, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_MNQ_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 255, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_MQ_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 51, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_NQ_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="153, 204, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQExtrem_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <!-- Longitudinal Section Q's -->
+
+    <theme name="LongitudinalSectionQ">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ1">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ2">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ5">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 153, 51" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ10">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ20">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="153, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ25">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 51, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ50">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 153, 153" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ100">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 51" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ200">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ500">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ1000">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQRZ">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HSQ">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="253, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_MHQ">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 255, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_MNQ">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 255, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_MQ">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 51, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_NQ">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="153, 204, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQExtrem">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <!-- Main Values -->
+    <theme name="MainValuesQ">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="Text" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Farbe"
+                default="200, 0, 15" />
+            <field name="textcolor" type="Color" display="Farbe"
+                default="200, 0, 15" />
+            <field name="showhorizontalline" type="boolean"
+                display="Horizontale Linie" default="true" />
+            <field name="showverticalline" type="boolean" display="Vertikale Linie"
+                default="true" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="MainValuesW">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="Text" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Farbe"
+                default="0, 215, 0" />
+            <field name="textcolor" type="Color" display="Farbe"
+                default="0, 215, 0" />
+            <field name="showhorizontalline" type="boolean"
+                display="Horizontale Linie" default="true" />
+            <field name="showverticalline" type="boolean" display="Vertikale Linie"
+                default="true" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <!-- Computed Discharge Curves -->
+    <theme name="ComputedDischargeCurve">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 153" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="2" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="ComputedDischargeCurveQ">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+            <inherit from="Text" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Farbe"
+                default="200, 0, 15" />
+            <field name="textcolor" type="Color" display="Farbe"
+                default="200, 0, 15" />
+        </fields>
+    </theme>
+
+    <theme name="ComputedDischargeCurveW">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+            <inherit from="Text" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Farbe"
+                default="0, 215, 0" />
+            <field name="textcolor" type="Color" display="Farbe"
+                default="0, 215, 0" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <!-- Cross Sections -->
+    <theme name="CrossSection">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0,0,0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="1" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="CrossSectionWaterLine">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0,0,153" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="1" hints="h" />
+            <field name="showwidth" type="boolean" display="Breite anzeigen"
+                default="false" />
+            <field name="showlevel" type="boolean" display="Wasserstand anzeigen"
+                default="false" />
+            <field name="showmiddleheight" type="boolean"
+                display="Wasserstand anzeigen" default="false" />
+        </fields>
+    </theme>
+
+    <theme name="Hyk">
+        <inherits>
+            <inherit from="Text" />
+        </inherits>
+        <fields>
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <!-- Relative Points -->
+    <theme name="RelativePoint">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <!--fields> <field name="linecolor" type="Color" display="Linienfarbe" 
+            default="0, 0, 0"/> </fields -->
+    </theme>
+
+    <!-- Duration Curves -->
+    <theme name="DurationCurveW">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0,51,204" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="2" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="DurationCurveQ">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0,204,0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="2" hints="h" />
+        </fields>
+    </theme>
+
+    <!-- Differences -->
+    <theme name="Differences">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <!-- Reference Curves -->
+    <theme name="ReferenceCurveNormalized">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="ReferenceCurve">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <!-- General -->
+    <theme name="WKms">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="WQKms">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="WQPoints">
+        <inherits>
+            <inherit from="Points" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" display="Linie anzeigen"
+                default="false" />
+            <field name="showpoints" type="boolean" display="Punkte anzeigen"
+                default="true" />
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 0, 0" />
+        </fields>
+    </theme>
+
+    <!-- Discharge Longitudinal Section -->
+    <theme name="DischargeLongitudinalSectionW">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+
+    <theme name="DischargeLongitudinalSectionC">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0 , 0" />
+        </fields>
+    </theme>
+
+    <theme name="DischargeLongitudinalSectionQ">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+
+    <!-- Annotations -->
+    <theme name="Annotations">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="Text" />
+            <inherit from="AnnotationText" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <!-- Manual Points -->
+    <theme name="ManualPoints">
+        <inherits>
+            <inherit from="Points" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="250, 0, 0" />
+            <field name="font" type="Font" display="Schriftart"
+                default="arial" />
+            <field name="textcolor" type="Color" display="Schriftfarbe"
+                default="0, 0, 0" />
+            <field name="textsize" type="int" display="Schriftgröße"
+                default="10" />
+            <field name="textstyle" type="Style" display="Schriftstil"
+                default="standard" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" hints="h" />
+            <field name="backgroundcolor" type="Color" display="Texthintergrund"
+                default="255, 255, 255" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+            <field name="showbackground" type="boolean"
+                display="Hintergrund anzeigen" default="false" />
+        </fields>
+    </theme>
+
+    <!-- Height Marks -->
+    <theme name="heightmarks_points">
+        <inherits>
+            <inherit from="Points" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <!-- Areas -->
+    <theme name="Area">
+        <inherits>
+            <inherit from="Areas" />
+        </inherits>
+    </theme>
+
+    <!-- Map -->
+    <theme name="Floodmaps">
+        <inherits>
+            <inherit from="Floodmap" />
+        </inherits>
+    </theme>
+
+    <theme name="Floodplains">
+        <inherits>
+            <inherit from="Floodplain" />
+        </inherits>
+    </theme>
+
+    <theme name="WSPLGEN">
+        <inherits>
+            <inherit from="WSPLGENS" />
+        </inherits>
+    </theme>
+
+    <theme name="RiverAxis">
+        <inherits>
+            <inherit from="RiverAxes" />
+        </inherits>
+    </theme>
+
+    <theme name="Kms">
+        <inherits>
+            <inherit from="Km" />
+        </inherits>
+    </theme>
+
+
+    <theme name="Fixpoints">
+        <inherits>
+            <inherit from="Fixpoint" />
+        </inherits>
+    </theme>
+
+
+    <theme name="GaugeLocation">
+        <inherits>
+            <inherit from="GaugeLocations" />
+        </inherits>
+    </theme>
+
+
+    <theme name="Qps">
+        <inherits>
+            <inherit from="Qp" />
+        </inherits>
+    </theme>
+
+    <theme name="Hws">
+        <inherits>
+            <inherit from="Hw" />
+        </inherits>
+    </theme>
+
+    <theme name="Catchment">
+        <inherits>
+            <inherit from="Catchments" />
+        </inherits>
+    </theme>
+
+    <theme name="FloodmapLines">
+        <inherits>
+            <inherit from="FloodmapLine" />
+        </inherits>
+    </theme>
+
+    <theme name="Buildings">
+        <inherits>
+            <inherit from="Building" />
+        </inherits>
+    </theme>
+
+    <theme name="HydrBoundariesLines">
+        <inherits>
+            <inherit from="HydrBoundariesLine" />
+        </inherits>
+    </theme>
+
+    <theme name="HydrBoundariesPolys">
+        <inherits>
+            <inherit from="HydrBoundariesPoly" />
+        </inherits>
+    </theme>
+
+    <!-- MIDDLE BED HEIGHT -->
+    <theme name="MiddleBedHeightSingle">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="MiddleBedHeightEpoch">
+        <inherits>
+            <inherit from="FlowVelocityVMainChannel" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+
+    <!-- FLOW VELOCITY -->
+    <theme name="FlowVelocityVMainChannel">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="FlowVelocityVTotalChannel">
+        <inherits>
+            <inherit from="FlowVelocityVMainChannel" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="FlowVelocityTau">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 204, 204" />
+        </fields>
+    </theme>
+
+
+    <!-- SQ Relation -->
+    <theme name="SQMeasurements">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" display="Linie anzeigen"
+                default="false" hidden="true" />
+            <field name="pointcolor" type="Color" default="#0099FF" />
+        </fields>
+    </theme>
+
+    <theme name="SQOutliers">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" display="Linie anzeigen"
+                default="false" hidden="true" />
+            <field name="pointcolor" type="Color" default="#CC0000" />
+        </fields>
+    </theme>
+
+    <theme name="SQCurve">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="#000000" />
+        </fields>
+    </theme>
+
+    <theme name="FixingWQCurve">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="227, 27, 162" />
+        </fields>
+    </theme>
+
+    <theme name="FixingSectorAverageWQ0">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" default="false" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 128, 0" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixingSectorAverageWQ1">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 0, 255" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixingSectorAverageWQ2">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="255, 0, 255" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixingSectorAverageWQ3">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="255, 0, 0" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="FixingAnalysisEventsWQ">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 255, 0" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="FixingReferenceEventsWQ">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 80, 160" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="FixingOutliers">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" default="false" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="FixingDeltaWtAverage0">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 128, 0" />
+        </fields>
+    </theme>
+    <theme name="FixingDeltaWtAverage1">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 0, 255" />
+        </fields>
+    </theme>
+    <theme name="FixingDeltaWtAverage2">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="255, 0, 255" />
+        </fields>
+    </theme>
+    <theme name="FixingDeltaWtAverage3">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="255, 0, 0" />
+        </fields>
+    </theme>
+
+
+    <theme name="FixingDeltaWtAnalysis">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 255, 0" />
+        </fields>
+    </theme>
+
+    <theme name="FixingDeltaWtReference">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 80, 160" />
+        </fields>
+    </theme>
+
+    <theme name="FixingLSAverage0">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="0, 128, 0" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+    <theme name="FixingLSAverage1">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="0, 0, 255" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+    <theme name="FixingLSAverage2">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="255, 0, 255" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+    <theme name="FixingLSAverage3">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="255, 0, 0" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="FixingSectorDeviationLS0">
+        <inherits>
+            <inherit from="Areas" />
+        </inherits>
+        <fields>
+            <field name="fillcolor" type="Color" display="Fuellfarbe"
+                default="0, 128, 0" />
+            <field name="transparent" type="boolean" display="Transparenz"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixingSectorDeviationLS1">
+        <inherits>
+            <inherit from="Areas" />
+        </inherits>
+        <fields>
+            <field name="fillcolor" type="Color" display="Fuellfarbe"
+                default="0, 0, 255" />
+            <field name="transparent" type="boolean" display="Transparenz"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixingSectorDeviationLS2">
+        <inherits>
+            <inherit from="Areas" />
+        </inherits>
+        <fields>
+            <field name="fillcolor" type="Color" display="Fuellfarbe"
+                default="255, 0, 255" />
+            <field name="transparent" type="boolean" display="Transparenz"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixingSectorDeviationLS3">
+        <inherits>
+            <inherit from="Areas" />
+        </inherits>
+        <fields>
+            <field name="fillcolor" type="Color" display="Fuellfarbe"
+                default="255, 0, 0" />
+            <field name="transparent" type="boolean" display="Transparenz"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixLSDeviation">
+        <inherits>
+            <inherit from="Areas" />
+        </inherits>
+        <fields>
+            <field name="fillcolor" type="Color" display="Fuellfarbe"
+                default="100, 100, 100" />
+            <field name="transparent" type="boolean" display="Transparenz"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixLSAnalysis">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="0, 255, 0" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+    <theme name="FixLSReference">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="0, 80, 160" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+
+</themegroup>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/flys-artifacts/doc/conf/second-themes.xml	Wed Jul 04 06:35:47 2012 +0000
@@ -0,0 +1,1444 @@
+<themegroup name="default">
+    <theme name="DischargeCurve">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 153" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="2" hints="h" />
+        </fields>
+    </theme>
+
+    <!-- concrete theme for historical discharge curves -->
+    <theme name="HistoricalDischargeCurveQ">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 153" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="2" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="HistoricalDischargeCurveQDiff">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="2" hints="h" />
+        </fields>
+    </theme>
+
+
+    <!-- Discharge Longitudinal Section -->
+    <theme name="LongitudinalSectionW">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ1">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ2">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ5">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 153, 51" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ10">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ20">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="153, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ25">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 51, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ50">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ100">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ200">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ500">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ1000">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQRZ">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HSQ">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="253, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_MHQ">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 255, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_MNQ">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 255, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_MQ">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 51, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_NQ">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="153, 204, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQExtrem">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionPoints">
+        <inherits>
+            <inherit from="LongitudinalSectionW" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" display="Linie anzeigen"
+                default="false" />
+            <field name="showpoints" type="boolean" display="Punkte anzeigen"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ1_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ2_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ5_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 153, 51" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ10_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ20_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="153, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ25_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 51, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ50_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 153, 153" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ100_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 51" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ200_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ500_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQ1000_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQRZ_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HSQ_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="253, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_MHQ_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 255, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_MNQ_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 255, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_MQ_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 51, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_NQ_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="153, 204, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionW_HQExtrem_Points">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <!-- Longitudinal Section Q's -->
+
+    <theme name="LongitudinalSectionQ">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ1">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ2">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ5">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 153, 51" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ10">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ20">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="153, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ25">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 51, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ50">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 153, 153" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ100">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 51" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ200">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ500">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQ1000">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQRZ">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HSQ">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="253, 153, 0" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_MHQ">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="102, 255, 102" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_MNQ">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 255, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_MQ">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 51, 204" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_NQ">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="153, 204, 255" />
+        </fields>
+    </theme>
+
+    <theme name="LongitudinalSectionQ_HQExtrem">
+        <inherits>
+            <inherit from="LongitudinalSectionQ" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <!-- Main Values -->
+    <theme name="MainValuesQ">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="Text" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Farbe"
+                default="200, 0, 15" />
+            <field name="textcolor" type="Color" display="Farbe"
+                default="200, 0, 15" />
+            <field name="showhorizontalline" type="boolean"
+                display="Horizontale Linie" default="true" />
+            <field name="showverticalline" type="boolean" display="Vertikale Linie"
+                default="true" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="MainValuesW">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="Text" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Farbe"
+                default="0, 215, 0" />
+            <field name="textcolor" type="Color" display="Farbe"
+                default="0, 215, 0" />
+            <field name="showhorizontalline" type="boolean"
+                display="Horizontale Linie" default="true" />
+            <field name="showverticalline" type="boolean" display="Vertikale Linie"
+                default="true" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <!-- Computed Discharge Curves -->
+    <theme name="ComputedDischargeCurve">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 153" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="2" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="ComputedDischargeCurveQ">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+            <inherit from="Text" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Farbe"
+                default="200, 0, 15" />
+            <field name="textcolor" type="Color" display="Farbe"
+                default="200, 0, 15" />
+        </fields>
+    </theme>
+
+    <theme name="ComputedDischargeCurveW">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+            <inherit from="Text" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Farbe"
+                default="0, 215, 0" />
+            <field name="textcolor" type="Color" display="Farbe"
+                default="0, 215, 0" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <!-- Cross Sections -->
+    <theme name="CrossSection">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0,0,0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="1" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="CrossSectionWaterLine">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0,0,153" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="1" hints="h" />
+            <field name="showwidth" type="boolean" display="Breite anzeigen"
+                default="false" />
+            <field name="showlevel" type="boolean" display="Wasserstand anzeigen"
+                default="false" />
+            <field name="showmiddleheight" type="boolean"
+                display="Wasserstand anzeigen" default="false" />
+        </fields>
+    </theme>
+
+    <theme name="Hyk">
+        <inherits>
+            <inherit from="Text" />
+        </inherits>
+        <fields>
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <!-- Relative Points -->
+    <theme name="RelativePoint">
+        <inherits>
+            <inherit from="LongitudinalSectionPoints" />
+        </inherits>
+        <!--fields> <field name="linecolor" type="Color" display="Linienfarbe" 
+            default="0, 0, 0"/> </fields -->
+    </theme>
+
+    <!-- Duration Curves -->
+    <theme name="DurationCurveW">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0,51,204" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="2" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="DurationCurveQ">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0,204,0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="2" hints="h" />
+        </fields>
+    </theme>
+
+    <!-- Differences -->
+    <theme name="Differences">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <!-- Reference Curves -->
+    <theme name="ReferenceCurveNormalized">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="ReferenceCurve">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <!-- General -->
+    <theme name="WKms">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="WQKms">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="WQPoints">
+        <inherits>
+            <inherit from="Points" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" display="Linie anzeigen"
+                default="false" />
+            <field name="showpoints" type="boolean" display="Punkte anzeigen"
+                default="true" />
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 0, 0" />
+        </fields>
+    </theme>
+
+    <!-- Discharge Longitudinal Section -->
+    <theme name="DischargeLongitudinalSectionW">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+
+    <theme name="DischargeLongitudinalSectionC">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0 , 0" />
+        </fields>
+    </theme>
+
+    <theme name="DischargeLongitudinalSectionQ">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+
+    <!-- Annotations -->
+    <theme name="Annotations">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="Text" />
+            <inherit from="AnnotationText" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <!-- Manual Points -->
+    <theme name="ManualPoints">
+        <inherits>
+            <inherit from="Points" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="250, 0, 0" />
+            <field name="font" type="Font" display="Schriftart"
+                default="arial" />
+            <field name="textcolor" type="Color" display="Schriftfarbe"
+                default="0, 0, 0" />
+            <field name="textsize" type="int" display="Schriftgröße"
+                default="10" />
+            <field name="textstyle" type="Style" display="Schriftstil"
+                default="standard" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" hints="h" />
+            <field name="backgroundcolor" type="Color" display="Texthintergrund"
+                default="255, 255, 255" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+            <field name="showbackground" type="boolean"
+                display="Hintergrund anzeigen" default="false" />
+        </fields>
+    </theme>
+
+    <!-- Height Marks -->
+    <theme name="heightmarks_points">
+        <inherits>
+            <inherit from="Points" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
+    </theme>
+
+    <!-- Areas -->
+    <theme name="Area">
+        <inherits>
+            <inherit from="Areas" />
+        </inherits>
+    </theme>
+
+    <!-- Map -->
+    <theme name="Floodmaps">
+        <inherits>
+            <inherit from="Floodmap" />
+        </inherits>
+    </theme>
+
+    <theme name="Floodplains">
+        <inherits>
+            <inherit from="Floodplain" />
+        </inherits>
+    </theme>
+
+    <theme name="WSPLGEN">
+        <inherits>
+            <inherit from="WSPLGENS" />
+        </inherits>
+    </theme>
+
+    <theme name="RiverAxis">
+        <inherits>
+            <inherit from="RiverAxes" />
+        </inherits>
+    </theme>
+
+    <theme name="Kms">
+        <inherits>
+            <inherit from="Km" />
+        </inherits>
+    </theme>
+
+
+    <theme name="Fixpoints">
+        <inherits>
+            <inherit from="Fixpoint" />
+        </inherits>
+    </theme>
+
+
+    <theme name="GaugeLocation">
+        <inherits>
+            <inherit from="GaugeLocations" />
+        </inherits>
+    </theme>
+
+
+    <theme name="Qps">
+        <inherits>
+            <inherit from="Qp" />
+        </inherits>
+    </theme>
+
+    <theme name="Hws">
+        <inherits>
+            <inherit from="Hw" />
+        </inherits>
+    </theme>
+
+    <theme name="Catchment">
+        <inherits>
+            <inherit from="Catchments" />
+        </inherits>
+    </theme>
+
+    <theme name="FloodmapLines">
+        <inherits>
+            <inherit from="FloodmapLine" />
+        </inherits>
+    </theme>
+
+    <theme name="Buildings">
+        <inherits>
+            <inherit from="Building" />
+        </inherits>
+    </theme>
+
+    <theme name="HydrBoundariesLines">
+        <inherits>
+            <inherit from="HydrBoundariesLine" />
+        </inherits>
+    </theme>
+
+    <theme name="HydrBoundariesPolys">
+        <inherits>
+            <inherit from="HydrBoundariesPoly" />
+        </inherits>
+    </theme>
+
+    <!-- MIDDLE BED HEIGHT -->
+    <theme name="MiddleBedHeightSingle">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="MiddleBedHeightEpoch">
+        <inherits>
+            <inherit from="FlowVelocityVMainChannel" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+
+    <!-- FLOW VELOCITY -->
+    <theme name="FlowVelocityVMainChannel">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="204, 204, 204" />
+        </fields>
+    </theme>
+
+    <theme name="FlowVelocityVTotalChannel">
+        <inherits>
+            <inherit from="FlowVelocityVMainChannel" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 102" />
+        </fields>
+    </theme>
+
+    <theme name="FlowVelocityTau">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+            <inherit from="MinMaxPoints" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 204, 204" />
+        </fields>
+    </theme>
+
+
+    <!-- SQ Relation -->
+    <theme name="SQMeasurements">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" display="Linie anzeigen"
+                default="false" hidden="true" />
+            <field name="pointcolor" type="Color" default="#0099FF" />
+        </fields>
+    </theme>
+
+    <theme name="SQOutliers">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" display="Linie anzeigen"
+                default="false" hidden="true" />
+            <field name="pointcolor" type="Color" default="#CC0000" />
+        </fields>
+    </theme>
+
+    <theme name="SQCurve">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="#000000" />
+        </fields>
+    </theme>
+
+    <theme name="FixingWQCurve">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="227, 27, 162" />
+        </fields>
+    </theme>
+
+    <theme name="FixingSectorAverageWQ0">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" default="false" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 128, 0" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixingSectorAverageWQ1">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 0, 255" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixingSectorAverageWQ2">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="255, 0, 255" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixingSectorAverageWQ3">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="255, 0, 0" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="FixingAnalysisEventsWQ">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 255, 0" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="FixingReferenceEventsWQ">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 80, 160" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="FixingOutliers">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" default="false" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="FixingDeltaWtAverage0">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 128, 0" />
+        </fields>
+    </theme>
+    <theme name="FixingDeltaWtAverage1">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 0, 255" />
+        </fields>
+    </theme>
+    <theme name="FixingDeltaWtAverage2">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="255, 0, 255" />
+        </fields>
+    </theme>
+    <theme name="FixingDeltaWtAverage3">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="255, 0, 0" />
+        </fields>
+    </theme>
+
+
+    <theme name="FixingDeltaWtAnalysis">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 255, 0" />
+        </fields>
+    </theme>
+
+    <theme name="FixingDeltaWtReference">
+        <inherits>
+            <inherit from="ColorPoints" />
+        </inherits>
+        <fields>
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="3" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="0, 80, 160" />
+        </fields>
+    </theme>
+
+    <theme name="FixingLSAverage0">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="0, 128, 0" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+    <theme name="FixingLSAverage1">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="0, 0, 255" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+    <theme name="FixingLSAverage2">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="255, 0, 255" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+    <theme name="FixingLSAverage3">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="255, 0, 0" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="FixingSectorDeviationLS0">
+        <inherits>
+            <inherit from="Areas" />
+        </inherits>
+        <fields>
+            <field name="fillcolor" type="Color" display="Fuellfarbe"
+                default="0, 128, 0" />
+            <field name="transparent" type="boolean" display="Transparenz"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixingSectorDeviationLS1">
+        <inherits>
+            <inherit from="Areas" />
+        </inherits>
+        <fields>
+            <field name="fillcolor" type="Color" display="Fuellfarbe"
+                default="0, 0, 255" />
+            <field name="transparent" type="boolean" display="Transparenz"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixingSectorDeviationLS2">
+        <inherits>
+            <inherit from="Areas" />
+        </inherits>
+        <fields>
+            <field name="fillcolor" type="Color" display="Fuellfarbe"
+                default="255, 0, 255" />
+            <field name="transparent" type="boolean" display="Transparenz"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixingSectorDeviationLS3">
+        <inherits>
+            <inherit from="Areas" />
+        </inherits>
+        <fields>
+            <field name="fillcolor" type="Color" display="Fuellfarbe"
+                default="255, 0, 0" />
+            <field name="transparent" type="boolean" display="Transparenz"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixLSDeviation">
+        <inherits>
+            <inherit from="Areas" />
+        </inherits>
+        <fields>
+            <field name="fillcolor" type="Color" display="Fuellfarbe"
+                default="100, 100, 100" />
+            <field name="transparent" type="boolean" display="Transparenz"
+                default="true" />
+        </fields>
+    </theme>
+    <theme name="FixLSAnalysis">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="0, 255, 0" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+    <theme name="FixLSReference">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="0, 80, 160" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+
+</themegroup>
--- a/flys-artifacts/doc/conf/themes.xml	Tue Jul 03 19:30:08 2012 +0000
+++ b/flys-artifacts/doc/conf/themes.xml	Wed Jul 04 06:35:47 2012 +0000
@@ -1,2692 +1,12 @@
+<!DOCTYPE themes [
+    <!ENTITY default-themes SYSTEM "conf/default-themes.xml">
+    <!ENTITY second-themes SYSTEM "conf/second-themes.xml">
+    <!ENTITY virtual-themes  SYSTEM "conf/virtual-themes.xml">
+]>
 <themes>
-
-    <!-- Concrete themes are following now! -->
-    <themegroup name="default">
-        <theme name="DischargeCurve">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="2" hints="h"/>
-            </fields>
-        </theme>
-
-
-        <!-- concrete theme for historical discharge curves -->
-        <theme name="HistoricalDischargeCurveQ">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="2" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="HistoricalDischargeCurveQDiff">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="2" hints="h"/>
-            </fields>
-        </theme>
-
-
-        <!--
-            Discharge Longitudinal Section
-        -->
-        <theme name="LongitudinalSectionW">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ1">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ2">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ5">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ10">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ20">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ25">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ50">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ100">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ200">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ500">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ1000">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQRZ">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HSQ">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_MHQ">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_MNQ">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_MQ">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_NQ">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQExtrem">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionPoints">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="showlines"  type="boolean" display="Linie anzeigen"  default="false"/>
-                <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ1_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ2_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ5_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ10_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ20_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ25_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ50_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ100_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ200_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ500_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ1000_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQRZ_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HSQ_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_MHQ_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_MNQ_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_MQ_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_NQ_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQExtrem_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <!--
-          Longitudinal Section Q's
-        -->
-
-        <theme name="LongitudinalSectionQ">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ1">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ2">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ5">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ10">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ20">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ25">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ50">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ100">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ200">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ500">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ1000">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQRZ">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HSQ">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_MHQ">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_MNQ">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_MQ">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_NQ">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQExtrem">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <!--
-            Main Values
-        -->
-        <theme name="MainValuesQ">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="Text"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/>
-                <field name="textcolor" type="Color" display="Farbe" default="200, 0, 15"/>
-                <field name="showhorizontalline" type="boolean" display="Horizontale Linie" default="true"/>
-                <field name="showverticalline" type="boolean" display="Vertikale Linie" default="true"/>
-                <field name="textorientation"  type="boolean" display="Textausrichtung"      default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="MainValuesW">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="Text"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/>
-                <field name="textcolor" type="Color" display="Farbe" default="0, 215, 0"/>
-                <field name="showhorizontalline" type="boolean" display="Horizontale Linie" default="true"/>
-                <field name="showverticalline" type="boolean" display="Vertikale Linie" default="true"/>
-                <field name="textorientation"  type="boolean" display="Textausrichtung"      default="true"/>
-            </fields>
-        </theme>
-
-        <!--
-            Computed Discharge Curves
-        -->
-        <theme name="ComputedDischargeCurve">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="2" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="ComputedDischargeCurveQ">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-                <inherit from="Text"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/>
-                <field name="textcolor" type="Color" display="Farbe" default="200, 0, 15"/>
-            </fields>
-        </theme>
-
-        <theme name="ComputedDischargeCurveW">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-                <inherit from="Text"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/>
-                <field name="textcolor" type="Color" display="Farbe" default="0, 215, 0"/>
-                <field name="textorientation"  type="boolean" display="Textausrichtung"      default="true"/>
-            </fields>
-        </theme>
-
-        <!--
-            Cross Sections
-        -->
-        <theme name="CrossSection">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="1" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="CrossSectionWaterLine">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,153"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="1" hints="h"/>
-                <field name="showwidth" type="boolean" display="Breite anzeigen" default="false"/>
-                <field name="showlevel" type="boolean" display="Wasserstand anzeigen" default="false"/>
-                <field name="showmiddleheight" type="boolean" display="Wasserstand anzeigen" default="false"/>
-            </fields>
-        </theme>
-
-        <theme name="Hyk">
-            <inherits>
-                <inherit from="Text"/>
-            </inherits>
-            <fields>
-                <field name="textorientation"  type="boolean" display="Textausrichtung"      default="true"/>
-            </fields>
-        </theme>
-
-        <!--
-            Relative Points
-        -->
-        <theme name="RelativePoint">
-            <inherits>
-              <inherit from="LongitudinalSectionPoints"/></inherits>
-            <!--fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields-->
-        </theme>
-
-        <!--
-            Duration Curves
-        -->
-        <theme name="DurationCurveW">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0,51,204"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="2" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="DurationCurveQ">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0,204,0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="2" hints="h"/>
-            </fields>
-        </theme>
-
-        <!-- Differences -->
-        <theme name="Differences">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-        <!-- Reference Curves -->
-        <theme name="ReferenceCurveNormalized">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-           <fields>
-             <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-           </fields>
-        </theme>
-
-        <theme name="ReferenceCurve">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-           <fields>
-             <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-           </fields>
-        </theme>
-
-        <!-- General -->
-        <theme name="WKms">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-           <fields>
-             <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-           </fields>
-        </theme>
-
-        <theme name="WQKms">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-             <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-           </fields>
-        </theme>
-
-        <theme name="WQPoints">
-          <inherits><inherit from="Points"/></inherits>
-          <fields>
-            <field name="showlines"  type="boolean" display="Linie anzeigen"  default="false"/>
-            <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
-            <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 0"/>
-          </fields>
-        </theme>
-
-        <!--
-            Discharge Longitudinal Section
-        -->
-        <theme name="DischargeLongitudinalSectionW">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-
-        <theme name="DischargeLongitudinalSectionC">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0 , 0"/>
-            </fields>
-        </theme>
-
-        <theme name="DischargeLongitudinalSectionQ">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-
-        <!-- Annotations -->
-        <theme name="Annotations">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="Text"/>
-                <inherit from="AnnotationText"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <!-- Manual Points -->
-        <theme name="ManualPoints">
-            <inherits>
-                <inherit from="Points"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="250, 0, 0"/>
-                <field name="font"      type="Font"  display="Schriftart"      default="arial"/>
-                <field name="textcolor" type="Color" display="Schriftfarbe"    default="0, 0, 0"/>
-                <field name="textsize"  type="int"   display="Schriftgröße" default="10"/>
-                <field name="textstyle" type="Style" display="Schriftstil"     default="standard"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"     hints="h"/>
-                <field name="backgroundcolor"  type="Color"   display="Texthintergrund"      default="255, 255, 255"/>
-                <field name="textorientation"  type="boolean" display="Textausrichtung"      default="true"/>
-                <field name="showbackground"   type="boolean" display="Hintergrund anzeigen" default="false"/>
-            </fields>
-        </theme>
-
-        <!-- Height Marks -->
-        <theme name="heightmarks_points">
-            <inherits>
-                <inherit from="Points"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <!-- Areas -->
-        <theme name="Area">
-            <inherits>
-                <inherit from="Areas"/>
-            </inherits>
-        </theme>
-
-        <!-- Map -->
-        <theme name="Floodmaps">
-            <inherits>
-                <inherit from="Floodmap"/>
-            </inherits>
-        </theme>
-
-        <theme name="Floodplains">
-            <inherits>
-                <inherit from="Floodplain"/>
-            </inherits>
-        </theme>
-
-        <theme name="WSPLGEN">
-            <inherits>
-                <inherit from="WSPLGENS"/>
-            </inherits>
-        </theme>
-
-        <theme name="RiverAxis">
-            <inherits>
-                <inherit from="RiverAxes"/>
-            </inherits>
-        </theme>
-
-        <theme name="Kms">
-            <inherits>
-                <inherit from="Km"/>
-            </inherits>
-        </theme>
-
-
-        <theme name="Fixpoints">
-            <inherits>
-                <inherit from="Fixpoint"/>
-            </inherits>
-        </theme>
-
-
-        <theme name="GaugeLocation">
-            <inherits>
-                <inherit from="GaugeLocations"/>
-            </inherits>
-        </theme>
-
-
-        <theme name="Qps">
-            <inherits>
-                <inherit from="Qp"/>
-            </inherits>
-        </theme>
-
-        <theme name="Hws">
-            <inherits>
-                <inherit from="Hw"/>
-            </inherits>
-        </theme>
-
-        <theme name="Catchment">
-            <inherits>
-                <inherit from="Catchments"/>
-            </inherits>
-        </theme>
-
-        <theme name="FloodmapLines">
-            <inherits>
-                <inherit from="FloodmapLine"/>
-            </inherits>
-        </theme>
-
-        <theme name="Buildings">
-            <inherits>
-                <inherit from="Building"/>
-            </inherits>
-        </theme>
-
-        <theme name="HydrBoundariesLines">
-            <inherits>
-                <inherit from="HydrBoundariesLine"/>
-            </inherits>
-        </theme>
-
-        <theme name="HydrBoundariesPolys">
-            <inherits>
-                <inherit from="HydrBoundariesPoly"/>
-            </inherits>
-        </theme>
-
-        <!--
-             MIDDLE BED HEIGHT
-        -->
-        <theme name="MiddleBedHeightSingle">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="MiddleBedHeightEpoch">
-            <inherits>
-                <inherit from="FlowVelocityVMainChannel"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-        <!--
-            SQ Relation
-        -->
-        <theme name="SQMeasurements">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlines"  type="boolean" display="Linie anzeigen" default="false" hidden="true"/>
-                <field name="pointcolor" type="Color"   default="#0099FF"/>
-            </fields>
-        </theme>
-
-        <theme name="SQOutliers">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/>
-                <field name="pointcolor" type="Color"   default="#CC0000"/>
-            </fields>
-        </theme>
-
-        <theme name="SQCurve">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" default="#000000"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingSectorAverageWQ0">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
-                <field name="pointsize" type="int" display="Punktdicke" default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixingSectorAverageWQ1">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixingSectorAverageWQ2">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixingSectorAverageWQ3">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingAnalysisEventsWQ">
-           <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingReferenceEventsWQ">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingOutliers">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingWQCurve">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" default="227, 27, 162"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingDeltaWtAverage0">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/>
-            </fields>
-        </theme>
-        <theme name="FixingDeltaWtAverage1">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/>
-            </fields>
-        </theme>
-        <theme name="FixingDeltaWtAverage2">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/>
-            </fields>
-        </theme>
-        <theme name="FixingDeltaWtAverage3">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/>
-            </fields>
-        </theme>
-
-
-        <theme name="FixingDeltaWtAnalysis">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingDeltaWtReference">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingLSAverage0">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" default="0, 128, 0"/>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-            </fields>
-        </theme>
-        <theme name="FixingLSAverage1">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" default="0, 0, 255"/>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-            </fields>
-        </theme>
-        <theme name="FixingLSAverage2">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" default="255, 0, 255"/>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-            </fields>
-        </theme>
-        <theme name="FixingLSAverage3">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" default="255, 0, 0"/>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingSectorDeviationLS0">
-            <inherits>
-                <inherit from="Areas"/>
-            </inherits>
-            <fields>
-                <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 128, 0"/>
-                <field name="transparent" type="boolean" display="Transparenz" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixingSectorDeviationLS1">
-            <inherits>
-                <inherit from="Areas"/>
-            </inherits>
-            <fields>
-                <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 0, 255"/>
-                <field name="transparent" type="boolean" display="Transparenz" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixingSectorDeviationLS2">
-            <inherits>
-                <inherit from="Areas"/>
-            </inherits>
-            <fields>
-                <field name="fillcolor" type="Color" display="Fuellfarbe" default="255, 0, 255"/>
-                <field name="transparent" type="boolean" display="Transparenz" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixingSectorDeviationLS3">
-            <inherits>
-                <inherit from="Areas"/>
-            </inherits>
-            <fields>
-                <field name="fillcolor" type="Color" display="Fuellfarbe" default="255, 0, 0"/>
-                <field name="transparent" type="boolean" display="Transparenz" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixLSDeviation">
-            <inherits>
-                <inherit from="Areas"/>
-            </inherits>
-            <fields>
-                <field name="fillcolor" type="Color" display="Fuellfarbe" default="100, 100, 100"/>
-                <field name="transparent" type="boolean" display="Transparenz" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixLSAnalysis">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" default="0, 255, 0"/>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-            </fields>
-        </theme>
-        <theme name="FixLSReference">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" default="0, 80, 160"/>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-            </fields>
-        </theme>
-
-</themegroup>
-
-    <themegroup name="default-2">
-        <theme name="DischargeCurve">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 153"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="2" hints="h"/>
-            </fields>
-        </theme>
-
-
-        <!-- concrete theme for historical discharge curves -->
-        <theme name="HistoricalDischargeCurveQ">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 153"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="2" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="HistoricalDischargeCurveQDiff">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 204"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="2" hints="h"/>
-            </fields>
-        </theme>
-
-
-        <!--
-            Discharge Longitudinal Section
-        -->
-        <theme name="LongitudinalSectionW">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ1">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 102, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ2">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 102, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ5">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 51"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ10">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ20">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="153, 0, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ25">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 102, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ50">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 153"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ100">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ200">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ500">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 102, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ1000">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQRZ">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HSQ">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_MHQ">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_MNQ">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_MQ">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_NQ">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="153, 0, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQExtrem">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionPoints">
-            <inherits>
-                <inherit from="LongitudinalSectionW"/>
-            </inherits>
-            <fields>
-                <field name="showlines"  type="boolean" display="Linie anzeigen"  default="false"/>
-                <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ1_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ2_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 1"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ5_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ10_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ20_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ25_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ50_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ100_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ200_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ500_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQ1000_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQRZ_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HSQ_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_MHQ_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_MNQ_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_MQ_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_NQ_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionW_HQExtrem_Points">
-            <inherits><inherit from="LongitudinalSectionPoints"/></inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <!--
-          Longitudinal Section Q's
-        -->
-
-        <theme name="LongitudinalSectionQ">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ1">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ2">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ5">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ10">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ20">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ25">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ50">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ100">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ200">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ500">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQ1000">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQRZ">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HSQ">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_MHQ">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_MNQ">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_MQ">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_NQ">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/>
-            </fields>
-        </theme>
-
-        <theme name="LongitudinalSectionQ_HQExtrem">
-            <inherits>
-                <inherit from="LongitudinalSectionQ"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-
-        <!--
-            Computed Discharge Curves
-        -->
-        <theme name="ComputedDischargeCurve">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="2" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="ComputedDischargeCurveQ">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-                <inherit from="Text"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/>
-                <field name="textcolor" type="Color" display="Farbe" default="200, 0, 15"/>
-            </fields>
-        </theme>
-
-        <theme name="ComputedDischargeCurveW">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-                <inherit from="Text"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/>
-                <field name="textcolor" type="Color" display="Farbe" default="0, 215, 0"/>
-                <field name="textorientation"  type="boolean" display="Textausrichtung"      default="true"/>
-            </fields>
-        </theme>
-
-        <!--
-            Cross Sections
-        -->
-        <theme name="CrossSection">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="1" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="CrossSectionWaterLine">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,153"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="1" hints="h"/>
-                <field name="showwidth" type="boolean" display="Breite anzeigen" default="false"/>
-                <field name="showlevel" type="boolean" display="Wasserstand anzeigen" default="false"/>
-                <field name="showmiddleheight" type="boolean" display="Wasserstand anzeigen" default="false"/>
-            </fields>
-        </theme>
-
-        <theme name="Hyk">
-            <inherits>
-                <inherit from="Text"/>
-            </inherits>
-            <fields>
-                <field name="textorientation"  type="boolean" display="Textausrichtung"      default="true"/>
-            </fields>
-        </theme>
-
-        <!--
-            Duration Curves
-        -->
-        <theme name="DurationCurveW">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0,51,204"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="2" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="DurationCurveQ">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0,204,0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="2" hints="h"/>
-            </fields>
-        </theme>
-
-        <!-- Differences -->
-        <theme name="Differences">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-        <!-- Reference Curves -->
-        <theme name="ReferenceCurveNormalized">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-           <fields>
-             <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-           </fields>
-        </theme>
-
-        <theme name="ReferenceCurve">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-           <fields>
-             <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-           </fields>
-        </theme>
-
-        <!-- General -->
-        <theme name="WKms">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-           <fields>
-             <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-           </fields>
-        </theme>
-
-        <theme name="WQKms">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-             <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-           </fields>
-        </theme>
-
-        <theme name="WQPoints">
-          <inherits><inherit from="Points"/></inherits>
-          <fields>
-            <field name="showlines"  type="boolean" display="Linie anzeigen"  default="false"/>
-            <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
-            <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 0"/>
-          </fields>
-        </theme>
-
-        <!--
-            Discharge Longitudinal Section
-        -->
-        <theme name="DischargeLongitudinalSectionW">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-
-        <theme name="DischargeLongitudinalSectionC">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0 , 0"/>
-            </fields>
-        </theme>
-
-        <theme name="DischargeLongitudinalSectionQ">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-
-        <!-- Annotations -->
-        <theme name="Annotations">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="Text"/>
-                <inherit from="AnnotationText"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <!-- Manual Points -->
-        <theme name="ManualPoints">
-            <inherits>
-                <inherit from="Points"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="250, 0, 0"/>
-                <field name="font"      type="Font"  display="Schriftart"      default="arial"/>
-                <field name="textcolor" type="Color" display="Schriftfarbe"    default="0, 0, 0"/>
-                <field name="textsize"  type="int"   display="Schriftgröße" default="10"/>
-                <field name="textstyle" type="Style" display="Schriftstil"     default="standard"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"     hints="h"/>
-                <field name="backgroundcolor"  type="Color"   display="Texthintergrund"      default="255, 255, 255"/>
-                <field name="textorientation"  type="boolean" display="Textausrichtung"      default="true"/>
-                <field name="showbackground"   type="boolean" display="Hintergrund anzeigen" default="false"/>
-            </fields>
-        </theme>
-
-        <!-- Height Marks -->
-        <theme name="heightmarks_points">
-            <inherits>
-                <inherit from="Points"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-            </fields>
-        </theme>
-
-        <!-- Areas -->
-        <theme name="Area">
-            <inherits>
-                <inherit from="Areas"/>
-            </inherits>
-        </theme>
-
-        <!-- Map -->
-        <theme name="Floodmaps">
-            <inherits>
-                <inherit from="Floodmap"/>
-            </inherits>
-        </theme>
-
-        <theme name="Floodplains">
-            <inherits>
-                <inherit from="Floodplain"/>
-            </inherits>
-        </theme>
-
-        <theme name="WSPLGEN">
-            <inherits>
-                <inherit from="WSPLGENS"/>
-            </inherits>
-        </theme>
-
-        <theme name="RiverAxis">
-            <inherits>
-                <inherit from="RiverAxes"/>
-            </inherits>
-        </theme>
-
-        <theme name="Kms">
-            <inherits>
-                <inherit from="Km"/>
-            </inherits>
-        </theme>
-
-
-        <theme name="Fixpoints">
-            <inherits>
-                <inherit from="Fixpoint"/>
-            </inherits>
-        </theme>
-
-        <theme name="GaugeLocation">
-            <inherits>
-                <inherit from="GaugeLocations"/>
-            </inherits>
-        </theme>
-
-        <theme name="Qps">
-            <inherits>
-                <inherit from="Qp"/>
-            </inherits>
-        </theme>
-
-        <theme name="Hws">
-            <inherits>
-                <inherit from="Hw"/>
-            </inherits>
-        </theme>
-
-        <theme name="Catchment">
-            <inherits>
-                <inherit from="Catchments"/>
-            </inherits>
-        </theme>
-
-        <theme name="FloodmapLines">
-            <inherits>
-                <inherit from="FloodmapLine"/>
-            </inherits>
-        </theme>
-
-        <theme name="Buildings">
-            <inherits>
-                <inherit from="Building"/>
-            </inherits>
-        </theme>
-
-        <theme name="HydrBoundariesLines">
-            <inherits>
-                <inherit from="HydrBoundariesLine"/>
-            </inherits>
-        </theme>
-
-        <theme name="HydrBoundariesPolys">
-            <inherits>
-                <inherit from="HydrBoundariesPoly"/>
-            </inherits>
-        </theme>
-
-        <!--
-             MIDDLE BED HEIGHT
-        -->
-        <theme name="MiddleBedHeightSingle">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="MiddleBedHeightEpoch">
-            <inherits>
-                <inherit from="FlowVelocityVMainChannel"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-        <!--
-            SQ Relation
-        -->
-        <theme name="SQMeasurements">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlines"  type="boolean" display="Linie anzeigen" default="false" hidden="true"/>
-                <field name="pointcolor" type="Color"   default="#0099FF"/>
-            </fields>
-        </theme>
-
-        <theme name="SQOutliers">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/>
-                <field name="pointcolor" type="Color"   default="#CC0000"/>
-            </fields>
-        </theme>
-
-        <theme name="SQCurve">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" default="#000000"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingDeltaWtAverage0">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-            </fields>
-        </theme>
-        <theme name="FixingDeltaWtAverage1">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/>
-            </fields>
-        </theme>
-        <theme name="FixingDeltaWtAverage2">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/>
-            </fields>
-        </theme>
-        <theme name="FixingDeltaWtAverage3">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingDeltaWtAnalysis">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingDeltaWtReference">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingSectorAverageWQ0">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
-                <field name="pointsize" type="int" display="Punktdicke" default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixingSectorAverageWQ1">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixingSectorAverageWQ2">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixingSectorAverageWQ3">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingAnalysisEventsWQ">
-           <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingReferenceEventsWQ">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingSectorDeviationLS">
-            <inherits>
-                <inherit from="Areas"/>
-            </inherits>
-        </theme>
-
-        <theme name="FixingOutliers">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlines" value="false"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingWQCurve">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" default="227, 27, 162"/>
-            </fields>
-        </theme>
-    </themegroup>
-
-    <!-- Virtual themes are following now!
-         DO NOT USE VIRTUAL THEMES FOR FACETS!
-         Please implement concrete themes! -->
-    <themegroup name="virtual">
-        <theme name="Lines" type="virtual">
-            <fields>
-                <field name="showlines" type="boolean" display="Linie anzeigen" default="true"/>
-                <field name="linesize"  type="int"     display="Liniendicke"    default="1"/>
-                <field name="linetype"  type="Dash"    display="Linienart"      default="10"/>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="linelabelfont"      type="Font"  display="Beschriftung: Schriftart" default="arial"/>
-                <field name="linelabelcolor" type="Color" display="Beschriftung: Schriftfarbe" default="0, 0, 0"/>
-                <field name="linelabelsize"  type="int"   display="Beschriftung: Schriftgröße" default="10"/>
-                <field name="linelabelstyle" type="Style" display="Beschriftung: Schriftstil"  default="standard"/>
-                <field name="linelabelbgcolor" type="Color" display="Beschriftung: Hintergrundfarbe"    default="0, 0, 0"/>
-                <field name="linelabelshowbg" type="boolean" display="Beschriftung: Hintergrund füllen" default="false"/>
-                <!--orientation? -->
-            </fields>
-        </theme>
-
-        <theme name="Points" type="virtual">
-            <fields>
-                <field name="showlines"  type="boolean" display="Linie anzeigen"  default="false"/>
-                <field name="linesize"   type="int"     display="Liniendicke"     default="1"/>
-                <field name="linetype"   type="Dash"    display="Linienart"       default="10"/>
-                <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="ColorLines" type="virtual">
-            <inherits>
-                <inherit from="Lines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="Color.BLACK"/>
-            </fields>
-        </theme>
-
-        <theme name="HiddenColorLines" type="virtual">
-            <inherits>
-                <inherit from="ColorLines"/>
-            </inherits>
-            <fields>
-                <field name="showlines"  type="boolean" display="Linie anzeigen"       default="true"        hints="h"/>
-                <field name="linesize"   type="int"     display="Liniendicke"          default="1"           hints="h"/>
-                <field name="linetype"   type="Dash"    display="Linienart"            default="10"          hints="h"/>
-                <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" hints="h"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="5"     hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="ColorPoints" type="virtual">
-            <fields>
-                <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="true"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="5"/>
-                <field name="pointcolor" type="Color"   display="Punktfarbe"           default="Color.BLACK"/>
-            </fields>
-        </theme>
-
-        <theme name="MinMaxPoints" type="virtual">
-            <fields>
-                <field name="showminimum" type="boolean" display="Minimum anzeigen"    default="false" hints="h"/>
-                <field name="showmaximum" type="boolean" display="Minimum anzeigen"    default="false" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="Text" type="virtual">
-            <fields>
-                <field name="font"      type="Font"  display="Schriftart"      default="arial"/>
-                <field name="textcolor" type="Color" display="Schriftfarbe"    default="0, 0, 0"/>
-                <field name="textsize"  type="int"   display="Schriftgröße" default="10"/>
-                <field name="textstyle" type="Style" display="Schriftstil"     default="standard"/>
-            </fields>
-        </theme>
-
-        <theme name="AnnotationText" type="virtual">
-            <fields>
-                <field name="backgroundcolor"  type="Color"   display="Texthintergrund"      default="255, 255, 255"/>
-                <field name="textorientation"  type="boolean" display="Textausrichtung"      default="false"/>
-                <field name="showbackground"   type="boolean" display="Hintergrund anzeigen" default="false"/>
-            </fields>
-        </theme>
-
-        <!-- Area relevant theme(s) -->
-        <theme name="Areas">
-            <inherits>
-                <inherit from="Text"/>
-            </inherits>
-            <fields>
-                <field name="backgroundcolor"  type="Color"   display="Texthintergrund"      default="255, 255, 255"/>
-                <field name="showbackground"   type="boolean" display="Hintergrund anzeigen" default="false"/>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="Color.BLACK"/>
-                <field name="showlines" type="boolean" display="Linie anzeigen" default="true"/>
-                <field name="linesize"  type="int"     display="Liniendicke"    default="1"/>
-                <field name="linetype"  type="Dash"    display="Linienart"      default="10"/>
-                <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 100, 0"/>
-                <field name="showarea" type="boolean" display="Flaeche beschriften" default="false"/>
-                <field name="showborder" type="boolean" display="Flaechebegrenzungslinie anzeigen" default="false"/>
-                <field name="transparent" type="boolean" display="Transparenz" default="false"/>
-            </fields>
-        </theme>
-
-
-        <!-- MAP relevant themes -->
-        <theme name="WSPLGENS">
-            <fields>
-                <field name="wsplgen_cat1" type="Color" display="Hintergrund" default="178, 201, 215"/>
-                <field name="wsplgen_cat2" type="Color" display="Hintergrund" default="111, 147, 170"/>
-                <field name="wsplgen_cat3" type="Color" display="Hintergrund" default="66, 111, 139"/>
-                <field name="wsplgen_cat4" type="Color" display="Hintergrund" default="33, 79, 108"/>
-                <field name="wsplgen_cat5" type="Color" display="Hintergrund" default="2, 27, 42"/>
-            </fields>
-        </theme>
-
-        <theme name="RiverAxes">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 205"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="3" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="Km">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="5" hints="h"/>
-                <field name="textcolor" type="Color" display="Schriftfarbe"    default="0, 0, 0"/>
-                <field name="textsize"  type="int"   display="Schriftgröße" default="10"/>
-                <field name="symbol"    type="Symbol" display="Symbol"     default="square"/>
-            </fields>
-        </theme>
-
-        <theme name="Fixpoint">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="3" hints="h"/>
-                <field name="symbol"    type="Symbol" display="Symbol"     default="point"/>
-            </fields>
-        </theme>
-
-        <theme name="Floodmap">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="1" hints="h"/>
-                <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/>
-            </fields>
-        </theme>
-
-        <theme name="GaugeLocations">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="1" hints="h"/>
-                <field name="symbol"    type="Symbol" display="Symbol"     default="point"/>
-            </fields>
-        </theme>
-
-        <theme name="Qp">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="3" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="Hw">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="3" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="Catchments">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="1" hints="h"/>
-                <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/>
-            </fields>
-        </theme>
-
-        <theme name="Floodplain">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="1" hints="h"/>
-                <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/>
-            </fields>
-        </theme>
-
-        <theme name="FloodmapLine">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="140, 200, 130"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="3" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="Building">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="5" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="HydrBoundariesLine">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="5" hints="h"/>
-            </fields>
-        </theme>
-
-        <theme name="HydrBoundariesPoly">
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/>
-                <field name="linesize"  type="int"   display="Liniendicke" default="5" hints="h"/>
-                <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/>
-            </fields>
-        </theme>
-
-
-        <!--
-             FLOW VELOCITY
-        -->
-        <theme name="FlowVelocityVMainChannel">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="FlowVelocityVTotalChannel">
-            <inherits>
-                <inherit from="FlowVelocityVMainChannel"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-        <theme name="FlowVelocityTau">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/>
-            </fields>
-        </theme>
-
-
-        <!--
-             MIDDLE BED HEIGHT
-        -->
-        <theme name="MiddleBedHeightSingle">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-                <inherit from="MinMaxPoints"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/>
-            </fields>
-        </theme>
-
-        <theme name="MiddleBedHeightEpoch">
-            <inherits>
-                <inherit from="FlowVelocityVMainChannel"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/>
-            </fields>
-        </theme>
-
-
-        <!--
-            SQ Relation
-        -->
-        <theme name="SQMeasurements">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlines"  type="boolean" display="Linie anzeigen" default="false" hidden="true"/>
-                <field name="pointcolor" type="Color"   default="#0099FF"/>
-            </fields>
-        </theme>
-
-        <theme name="SQOutliers">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/>
-                <field name="pointcolor" type="Color"   default="#CC0000"/>
-            </fields>
-        </theme>
-
-        <theme name="SQCurve">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" default="#000000"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingSectorAverageWQ0">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/>
-                <field name="pointsize" type="int" display="Punktdicke" default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixingSectorAverageWQ1">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixingSectorAverageWQ2">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-        <theme name="FixingSectorAverageWQ3">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingAnalysisEventsWQ">
-           <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingReferenceEventsWQ">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen"       default="false" hints="h"/>
-                <field name="showlines" type="boolean" default="false"/>
-                <field name="pointsize"  type="int"     display="Punktdicke"           default="3"/>
-                <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingOutliers">
-            <inherits>
-                <inherit from="ColorPoints"/>
-            </inherits>
-            <fields>
-                <field name="showlines" value="false"/>
-                <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/>
-            </fields>
-        </theme>
-
-        <theme name="FixingWQCurve">
-            <inherits>
-                <inherit from="HiddenColorLines"/>
-            </inherits>
-            <fields>
-                <field name="linecolor" type="Color" default="227, 27, 162"/>
-            </fields>
-        </theme>
-
-    </themegroup>
-
+    &default-themes;
+    &second-themes;
+    &virtual-themes;
 
     <!--
       Mappings are following now. A mapping maps between a name of a facet
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/flys-artifacts/doc/conf/virtual-themes.xml	Wed Jul 04 06:35:47 2012 +0000
@@ -0,0 +1,296 @@
+<themegroup name="virtual">
+    <!-- Virtual themes are following now! DO NOT USE VIRTUAL THEMES FOR 
+        FACETS! Please implement concrete themes! -->
+    <theme name="Lines" type="virtual">
+        <fields>
+            <field name="showlines" type="boolean" display="Linie anzeigen"
+                default="true" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="1" />
+            <field name="linetype" type="Dash" display="Linienart"
+                default="10" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+            <field name="linelabelfont" type="Font"
+                display="Beschriftung: Schriftart" default="arial" />
+            <field name="linelabelcolor" type="Color"
+                display="Beschriftung: Schriftfarbe" default="0, 0, 0" />
+            <field name="linelabelsize" type="int"
+                display="Beschriftung: Schriftgröße" default="10" />
+            <field name="linelabelstyle" type="Style"
+                display="Beschriftung: Schriftstil" default="standard" />
+            <field name="linelabelbgcolor" type="Color"
+                display="Beschriftung: Hintergrundfarbe" default="0, 0, 0" />
+            <field name="linelabelshowbg" type="boolean"
+                display="Beschriftung: Hintergrund füllen" default="false" />
+            <!--orientation? -->
+        </fields>
+    </theme>
+
+    <theme name="Points" type="virtual">
+        <fields>
+            <field name="showlines" type="boolean" display="Linie anzeigen"
+                default="false" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="1" />
+            <field name="linetype" type="Dash" display="Linienart"
+                default="10" />
+            <field name="showpoints" type="boolean" display="Punkte anzeigen"
+                default="true" />
+        </fields>
+    </theme>
+
+    <theme name="ColorLines" type="virtual">
+        <inherits>
+            <inherit from="Lines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="Color.BLACK" />
+        </fields>
+    </theme>
+
+    <theme name="HiddenColorLines" type="virtual">
+        <inherits>
+            <inherit from="ColorLines" />
+        </inherits>
+        <fields>
+            <field name="showlines" type="boolean" display="Linie anzeigen"
+                default="true" hints="h" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="1" hints="h" />
+            <field name="linetype" type="Dash" display="Linienart"
+                default="10" hints="h" />
+            <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
+                default="false" hints="h" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="5" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="ColorPoints" type="virtual">
+        <fields>
+            <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
+                default="true" />
+            <field name="pointsize" type="int" display="Punktdicke"
+                default="5" />
+            <field name="pointcolor" type="Color" display="Punktfarbe"
+                default="Color.BLACK" />
+        </fields>
+    </theme>
+
+    <theme name="MinMaxPoints" type="virtual">
+        <fields>
+            <field name="showminimum" type="boolean" display="Minimum anzeigen"
+                default="false" hints="h" />
+            <field name="showmaximum" type="boolean" display="Minimum anzeigen"
+                default="false" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="Text" type="virtual">
+        <fields>
+            <field name="font" type="Font" display="Schriftart"
+                default="arial" />
+            <field name="textcolor" type="Color" display="Schriftfarbe"
+                default="0, 0, 0" />
+            <field name="textsize" type="int" display="Schriftgröße"
+                default="10" />
+            <field name="textstyle" type="Style" display="Schriftstil"
+                default="standard" />
+        </fields>
+    </theme>
+
+    <theme name="AnnotationText" type="virtual">
+        <fields>
+            <field name="backgroundcolor" type="Color" display="Texthintergrund"
+                default="255, 255, 255" />
+            <field name="textorientation" type="boolean" display="Textausrichtung"
+                default="false" />
+            <field name="showbackground" type="boolean"
+                display="Hintergrund anzeigen" default="false" />
+        </fields>
+    </theme>
+
+    <!-- Area relevant theme(s) -->
+    <theme name="Areas">
+        <inherits>
+            <inherit from="Text" />
+        </inherits>
+        <fields>
+            <field name="backgroundcolor" type="Color" display="Texthintergrund"
+                default="255, 255, 255" />
+            <field name="showbackground" type="boolean"
+                display="Hintergrund anzeigen" default="false" />
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="Color.BLACK" />
+            <field name="showlines" type="boolean" display="Linie anzeigen"
+                default="true" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="1" />
+            <field name="linetype" type="Dash" display="Linienart"
+                default="10" />
+            <field name="fillcolor" type="Color" display="Fuellfarbe"
+                default="0, 100, 0" />
+            <field name="showarea" type="boolean" display="Flaeche beschriften"
+                default="false" />
+            <field name="showborder" type="boolean"
+                display="Flaechebegrenzungslinie anzeigen" default="false" />
+            <field name="transparent" type="boolean" display="Transparenz"
+                default="false" />
+        </fields>
+    </theme>
+
+
+    <!-- MAP relevant themes -->
+    <theme name="WSPLGENS" type="virtual">
+        <fields>
+            <field name="wsplgen_cat1" type="Color" display="Hintergrund"
+                default="178, 201, 215" />
+            <field name="wsplgen_cat2" type="Color" display="Hintergrund"
+                default="111, 147, 170" />
+            <field name="wsplgen_cat3" type="Color" display="Hintergrund"
+                default="66, 111, 139" />
+            <field name="wsplgen_cat4" type="Color" display="Hintergrund"
+                default="33, 79, 108" />
+            <field name="wsplgen_cat5" type="Color" display="Hintergrund"
+                default="2, 27, 42" />
+        </fields>
+    </theme>
+
+    <theme name="RiverAxes" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 205" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="3" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="Km" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="5" hints="h" />
+            <field name="textcolor" type="Color" display="Schriftfarbe"
+                default="0, 0, 0" />
+            <field name="textsize" type="int" display="Schriftgröße"
+                default="10" />
+            <field name="symbol" type="Symbol" display="Symbol"
+                default="square" />
+        </fields>
+    </theme>
+
+    <theme name="Fixpoint" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="3" hints="h" />
+            <field name="symbol" type="Symbol" display="Symbol"
+                default="point" />
+        </fields>
+    </theme>
+
+    <theme name="Floodmap" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="1" hints="h" />
+            <field name="backgroundcolor" type="Color" display="Hintergrund"
+                default="140, 200, 130" />
+        </fields>
+    </theme>
+
+    <theme name="GaugeLocations" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="1" hints="h" />
+            <field name="symbol" type="Symbol" display="Symbol"
+                default="point" />
+        </fields>
+    </theme>
+
+    <theme name="Qp" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 255" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="3" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="Hw" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="3" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="Catchments" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="1" hints="h" />
+            <field name="backgroundcolor" type="Color" display="Hintergrund"
+                default="140, 200, 130" />
+        </fields>
+    </theme>
+
+    <theme name="Floodplain" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="1" hints="h" />
+            <field name="backgroundcolor" type="Color" display="Hintergrund"
+                default="140, 200, 130" />
+        </fields>
+    </theme>
+
+    <theme name="FloodmapLine" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="140, 200, 130" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="3" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="Building" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="5" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="HydrBoundariesLine" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="5" hints="h" />
+        </fields>
+    </theme>
+
+    <theme name="HydrBoundariesPoly" type="virtual">
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="255, 0, 0" />
+            <field name="linesize" type="int" display="Liniendicke"
+                default="5" hints="h" />
+            <field name="backgroundcolor" type="Color" display="Hintergrund"
+                default="140, 200, 130" />
+        </fields>
+    </theme>
+
+</themegroup>
\ No newline at end of file
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java	Tue Jul 03 19:30:08 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java	Wed Jul 04 06:35:47 2012 +0000
@@ -293,6 +293,8 @@
         if (groupNum == 0) {
             logger.warn("There are no theme groups configured!");
         }
+        
+        logger.info("Found " + groupNum + " theme groups in configuration");
 
         List<ThemeGroup> groups = new ArrayList<ThemeGroup>();
 
@@ -308,7 +310,7 @@
                 return;
             }
 
-            logger.debug("Found " + num + " configured theme groups.");
+            logger.info("Theme group has " + num + " themes.");
 
             Map<String, Theme> theThemes = new HashMap<String, Theme>();
 
@@ -323,7 +325,10 @@
             }
             String gName = themeGroup.getAttribute("name");
             groups.add(new ThemeGroup(gName, theThemes));
-            logger.debug("Initialized " + theThemes.size() + "/" + num + " themes");
+            
+            logger.info(
+                "Initialized " + theThemes.size() + "/" + num + " themes " +
+                "of theme-group '" + gName + "'");
         }
         context.put(FLYSContext.THEMES, groups);
     }

http://dive4elements.wald.intevation.org