--- Header.dtl.org	2004-02-11 02:02:20.000000000 +0100
+++ Header.dtl	2004-02-11 02:17:47.000000000 +0100
@@ -41,6 +41,10 @@
 <dtl if ($Data{"Area"} ne "") { $Data{"TitleArea"} = "$Text{"$Data{"Area"}"}"; }>
 <dtl if ($Data{"Title"} ne "") { $Data{"TitleArea"} = "$Text{"$Data{"Title"}"}"; }>
 # --
+# check for different background-color definition
+# --
+<dtl if ($Data{"BgColor"} eq "") { $Data{"BgColor"} = "#bbddff"; }>
+# --
 # create $Data{"UserLoginTop"} if user is loged in
 # --
 <dtl if ($Env{"UserLogin"} ne "") { $Data{"UserLoginTop"} = "($Env{"UserEmail"})"; }>
@@ -52,7 +56,7 @@
 <style type="text/css">
 <!--
 # body
-  body { font-family:Geneva,Helvetica,Arial,sans-serif;font-size:11pt;background-color:#bbddff;color:black; }
+  body { font-family:Geneva,Helvetica,Arial,sans-serif;font-size:11pt;background-color:$Data{"BgColor"};color:black; }
   a { color:#557799;} 
   a:hover { color:#002244;text-decoration:none; }
   pre { font-family:Courier,monospace,fixed;font-size:12px; }
