-
Notifications
You must be signed in to change notification settings - Fork 0
/
body.css
130 lines (119 loc) · 2.03 KB
/
body.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #fff5d8;
background: url(pics/bg/hintergrundleiste.gif);
background-repeat: repeat-x;
}
a:link, a:visited {
color : #d2b100;
text-decoration : none;
}
h1 { font-size:16pt; }
h2 { font-size:12pt; }
h3 { font-size:11pt; }
h4 { font-size:12pt; }
.r {
background:url("schattenleiste_r.gif") top right no-repeat;
margin:0;
padding:0;
}
.l {
background:url("schattenleiste_l.gif") top left no-repeat;
margin:0;
padding:0;
}
.ru {
background:url("schattenabschluss_ru.gif") bottom right no-repeat;
margin:0;
padding:0;
}
.lu {
background:url("schattenabschluss_lu.gif") bottom left no-repeat;
margin:0;
padding:0;
}
.inhalt {
padding : 30px 10px 20px 0px;
color : #008195;
margin-left : 155px;
text-align: left;
font-size: 12px;
min-height:450px;
height:auto !important;
height:450px;
max-width: 900;
width: 900;
cursor: text;
}
.inhalt table{
font-size: 11px;
color : #008195;
}
#background {
position: absolute;
top: 0;
left: 50%;
width: 1100;
margin-left: -44%;
background : url(pics/bg/schattenleiste.gif) repeat-x;
}
/*#background_footer {
height : 16px;
width : 849px;
margin-left : auto;
margin-right : auto;
clear : both;
background : url(pics/bg/schattenabschluss.gif) no-repeat;
}
*/
#menu {
position: absolute;
left:0%;
top:315;
z-index:100;
text-align : left;
padding-right : 0px;
padding-left : 20px;
font-size:11;
}
#menu dl {
margin: 1;
color: #008195;
width: 119px;
}
#menu dt {
cursor: pointer;
color: #008195;
text-align: left;
text-indent : 15px;
background-color:#cce1e4;
}
#menu li {
text-align: left;
list-style-type: none;
}
#menu li a, #menu dt a {
color: #008195;
text-decoration: none;
display : block;
padding-top : 8px;
padding-bottom : 8px;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background-color: #eff4f5;
list-style-type: none;
}
#logo {
background-repeat : no-repeat;
position: relative;
z-index: 80;
margin:0 auto;
width: 100%;
}
#topbalken {
margin-top : -2px;
padding-right : 11px;
padding-left : 11px;
}