summaryrefslogtreecommitdiffstats
path: root/public/media/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/media/css/style.css')
-rw-r--r--public/media/css/style.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css
index 7e147d0..0cfb17a 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -40,15 +40,20 @@ body {
#footer {
margin: 0;
- width: 1000px;
clear: both;
bottom: 0px;
border-top: 1px solid #ccc;
- background-color: #eee;
+ background-color: #004A99;
text-align: right;
font-size: 10.5px;
- line-height: 16px;
- color: #666;
+ line-height: 12px;
+ color: #FFF;
+}
+.footer {
+ text-align: right;
+ font-size: 10px;
+ font-family: Verdana, Arial;
+ padding: 5px 2px 5px 0px;
}
#main {
@@ -58,13 +63,14 @@ body {
#head-bg {
height: 116px;
- background-color: #003592;
+ background-color: #004A99;
+
}
#head {
height: 116px;
background: url(/media/img/siegel-93x55.png) bottom left no-repeat,
- url(/media/img/sub-logo-small.gif) bottom right no-repeat;
+ url(/media/img/sub-logo-small-transparent.gif) bottom right no-repeat;
}
#head h1,h2 {
@@ -389,12 +395,6 @@ td.action img {
font-weight: bold;
}
-.footer {
- text-align: right;
- font-size: 10px;
- font-family: Verdana, Arial;
- padding: 10px 0px 10px 0px;
-}
/* boxes */
.okbox,.warningbox,.errorbox,.infobox {