summaryrefslogtreecommitdiff
path: root/www/stylesheet.css
blob: 101c128e303287a1d664149e97f3e041c865d66c (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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
body {
	font-family:Linux Libertine O, Linux Libertine, serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Linux Biolinum O, Linux Biolinum, sans;
}

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;
}

#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, a:hover img   {  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; }

/* Interaktive Tastaturebenen */

.Ebene_button {
  border:1px solid black;
  padding:0.25em 1em;
  position:absolute;
  cursor:pointer;
  z-index:2;
}

.Ebenen_box { position: relative;}

.Ebene_bild { padding-top:2em; }

.Ebene_wrapper { position:absolute; top:0px; background-color: white; }

.Ebene_wrapper > .Ebene_bild { display:none; }
.Ebene_wrapper:hover > .Ebene_bild { display:block; }
.Ebene_wrapper:hover > .Ebene_button,.Ebene1_wrapper:hover > .Ebene_button {
	background-color:Highlight;
}

ul#menu, ul#menu ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
}
#menu {
	position:relative;
	float:left;
	width:11em;

	border:1px solid black;
	color:WindowText;
	background-color:#ccf;
	font-family:Linux Biolinum O, Linux Biolinum, sans;
	font-weight:bold;

	margin:2em 1em;
}

/* section containers */
#menu li { color:InfoText; }
/* section list (items) */
#menu li ul { font-weight:normal; }
/* use css2 in browsers that support it */
#menu > li, #menu li ul { margin-top:1ex; }
#menu > li { padding-left:1em; }
#menu > li ul { margin-left:-1em; }

/* section list links */
#menu li ul li a {
	display:block;
	padding:.4em 1em;

	background-color:#f8f8fa;
	font-weight:normal;
}
#menu li ul li a:hover { background-color:Highlight; }