--- customer-css.dtl.org	2004-03-05 23:13:46.000000000 +0100
+++ customer-css.dtl	2004-03-05 23:12:55.000000000 +0100
@@ -8,11 +8,17 @@
 # the enclosed file COPYING for license information (GPL). If you
 # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
 # --
+
+# check for different background-color definition
+# --
+<dtl if ($Data{"BgColor"} eq "") { $Data{"BgColor"} = "#bbddff"; }>
+# --
+
 <style type="text/css">
 <!--
 # body
   body
-   { color:black;background-color:#ffffff;font-size:11pt;font-family:Geneva,Helvetica,Arial,Helvetica,sans-serif; }
+   { color:black;background-color:$Data{"BgColor"};font-size:11pt;font-family:Geneva,Helvetica,Arial,Helvetica,sans-serif; }
   a
    { color:#557799; }
   a:hover
