blob: 63f04982f37d59cb2c7b69c01fd1d3ab60bb510a (
plain)
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
|
div.Hauptfeld {
border-width:thin;
border-color:#444;
border-style:solid;
margin-left:12em;
margin-right:0em;
margin-top:2em;
padding-left:2.5em;
padding-right:4em;
padding-top:2em;
padding-bottom:2.4em;
/* text-align:justify; */
/* font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; */
/* font-family: LinuxLibertine, Libertine, Linux-Libertine, sans;
line-height:1.35em;
font-size:1em;*/
background-color:White;
color:Black;
}
#Hauptfeldlink_rechtsunten {
position:relative; top:.8em; left:.5em;
text-align:right;
margin-bottom:0em;
}
#Navigationsleiste {
background-color:#F8F8FA;
color:WindowText;
position:relative;
width:10em;
/* float:left; */
text-align:center;
margin:2em;
margin-left:0em;
margin-top:2em;
border-width:thin;
border-style:solid;
border-color:green;
border-top-width:0px;
}
div.Navigationsthema {
border-bottom-width:1px;
border-bottom-style:solid;
border-color:black;
border-top-width:1px;
border-top-style:solid;
border-color:black;
text-align:center;
font-weight:bold;
background-color:#FAFBF8;
color:InfoText;
padding-top:.2em;
padding-bottom:.2em;
}
div.Navigationsunterpunkte {
padding-top:.5em;
padding-bottom:.75em;
}
a.Navigationseintrag {
display:block;
text-align:left;
padding-left:1em;
padding-right:1em;
padding-top:.25em;
padding-bottom:.25em;
}
#Bildcontainer_links {
width:10em;
border-width:thin;
border-color:#DDD;
border-style:solid;
margin-right: 1.2em;
margin-bottom: .8em;
margin-left: 0em;
margin-top: 1em;
float:left;
text-align:center;
}
#Bildcontainer_oben {
width:39em;
border-width:thin;
border-color:#DDD;
border-style:solid;
margin-left: 0em;
margin-bottom: 1.75em;
margin-right: 0em;
margin-top: 0em;
/* float:left; */
display:block;
text-align:center;
}
#Bildcontainer_rechts {
width:10em;
border-width:thin;
border-color:#DDD;
border-style:solid;
margin-left: 1.2em;
margin-bottom: .8em;
margin-right: 0em;
margin-top: 1em;
float:right;
text-align:center;
}
#Bild {
text-align:center;
padding:.5em;
width:9em;
}
#Bild_oben {
text-align:center;
padding:.5em;
width:38em;
}
#Bildtext {
padding:.5em;
font-size:small;
text-align:left;
background-color:#EEE;
}
#Hintergrundverlauf_von {
background-color:#F30;
}
#Hintergrundverlauf_nach {
background-color:transparent;
}
a { text-decoration:none; }
a:hover { background-color:Highlight; }
h1 { margin-bottom:1em; margin-top:0em; font-size:1.5em; }
h2 { margin-bottom:.5em; margin-top:1.5em; font-size:1.2em; /* padding-left:1em; */ }
p { /* text-indent:1em;
text-align:justify; */
margin-bottom:-.5em;}
/* Altbestand: */
#linkbutton
{
line-height:2em;
text-align:left; color:#000;
}
#linkbutton a
{
border-width:2px; border-style:solid;
border-color:#aaaaaa;
padding-top:.25em; padding-bottom:.25em;
background-color:#FAFAFA;
padding-left:1em; padding-right:1em;
}
#linkbutton a:link { color:#000; text-decoration:none; }
#linkbutton a:visited { color:#4a4a4a; text-decoration:none; }
#linkbutton a:focus { color:#223; text-decoration:underline; }
#linkbutton a:active { color:#8b2121; text-decoration:none; }
#linkbutton a:hover { color:#020; text-decoration:none;
background-color:Highlight;
}
#Gesamtzentrierung {
background-color: transparent;
text-align: left;
margin: 0px auto 0;
width: 57.5em;
}
.aktiveEbene { border-color:#56b; color:#23b; }
|