summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/styles.css47
1 files changed, 22 insertions, 25 deletions
diff --git a/css/styles.css b/css/styles.css
index 6afebb0..e32f95a 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -55,26 +55,6 @@ div.domTTOverlib .contents {
background-color: #F1F1FF;
}
-/* #######################
- # Areas
- #######################
-*/
-div.left_area {
- width: 150px;
- float: left;
-}
-
-div.left_area img.logo {
- margin: 5px;
-}
-
-div.right_area {
- float: left;
-}
-
-div.inhalt {
- margin: 5px;
-}
/* #######################
# Menue
@@ -82,19 +62,36 @@ div.inhalt {
*/
div.menu {
- border: 1px solid #6D96A9;
+ background: #000057 url(menu_line_bg.png) repeat-x;
+ min-height: 30px;
+ margin: 0;
+ padding: 0 0 0 10px;
+ line-height: 20px;
+ vertical-align: middle;
+ border-top: 1px solid black;
+ border-bottom: 1px solid black;
color: #6D96A9;
- padding: 5px;
- margin: 5px;
}
div.menu a {
text-decoration: none;
+ color: white;
+ font-weight: bold;
}
-div.menu a:hover {
+div.menu a.active {
text-decoration: none;
- background: #DEE6EE;
+ color: #6D96A9;
+ font-weight: bold;
+}
+
+
+div.menu a:hover {
+ text-decoration: underline;
+}
+
+div.inhalt {
+ padding: 10px;
}
/* #######################