Subversion Repositories public

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 andreas 1
body {
2
   background-color: white;
3
   color: black;
4
   margin-left: 1px;
5
   margin-top: 0px;
6
   margin-right: 1px;
7
   margin-bottom: 0px;
8
   font-family: sans-serif, helvetica, verdana;
9
   font-style: normal;
10
   font-size: 0.83em;
11
}
12
 
13
input {
14
   font-family: sans-serif, helvetica, verdana;
15
   font-style: normal;
16
   font-size: 1em;
17
} 
18
* html input {		/* Korrektur fuer IE6 */
19
   font-size: 0.90em;
20
}
21
 
22
textarea {
23
   font-family: courier, fixed;
24
   font-style: normal;
25
   font-size: 1em;
26
}
27
* html textarea {		/* Korrektur fuer IE6 */
28
   font-size: 0.90em;
29
}
30
 
31
select {
32
   font-family: sans-serif, helvetica, verdana;
33
   font-style: normal;
34
   font-size: 1em;
35
}
36
* html select {		/* Korrektur fuer IE6 */
37
   font-size: 0.90em;
38
}
39
 
40
td.tabs {
41
   background-image: url(nav/button_middle.png);
42
   background-repeat: repeat-x;
43
   height: 24px;
44
   color: white;
45
   font-family: sans-serif, helvetica, verdana;
46
   font-style: normal;
47
   font-weight: bold;
48
   font-size: 13px;
49
}
50
 
51
td.tabsnb {
52
   height: 24px;
53
   color: white;
54
   font-family: sans-serif, helvetica, verdana;
55
   font-style: normal;
56
   font-weight: bold;
57
   font-size: 13px;
58
}
59
 
60
.header {
61
   background-color: #97be0d;
62
   font-family: sans-serif, helvetica, verdana;
63
   font-style: normal;
64
   font-size: 0.83em;
65
}
66
 
67
td.logo, table.logo {
68
   background-color: white;
69
   color: black;
70
   font-family: sans-serif, helvetica, verdana;
71
   font-style: normal;
72
   font-weight: bold;
73
   font-size: 1.1em;
74
}
75
 
76
div#menu a {
77
   color: black;
78
   font-family: sans-serif, helvetica, verdana;
79
   font-style: normal;
80
   font-size: 0.83em;
81
   text-decoration: none;
82
}
83
 
84
div#menu a:hover, div#menu a.aktiv {
85
   color: #505050;
86
   font-family: sans-serif, helvetica, verdana;
87
   font-style: normal;
88
   font-weight: bold;
89
   font-size: 0.83em;
90
   text-decoration: none;
91
}
92
 
93
div#norm a {
94
   color: black;
95
   font-family: sans-serif, helvetica, verdana;
96
   font-style: normal;
97
/*   font-size: 0.83em; */
98
}
99
 
100
div#norm a:hover {
101
   color: #303030;
102
   font-family: sans-serif, helvetica, verdana;
103
   font-style: normal;
104
/*   font-size: 0.83em; */
105
}
106
div#norm a.menu {
107
   color: black;
108
   font-family: sans-serif, helvetica, verdana;
109
   font-style: normal;
110
   font-weight: bold;
111
   font-size: 0.85em;
112
   text-decoration: none;
113
}
114
div#norm a.menu:hover, div#norm a.menu:active {
115
   color: #505050;
116
   font-family: sans-serif, helvetica, verdana;
117
   font-style: normal;
118
   font-weight: bold;
119
   font-size: 0.85em;
120
   text-decoration: none;
121
}
122
 
123
table.sel {
124
   border-collapse: collapse;
125
   font-family: sans-serif, helvetica, verdana;
126
   font-style: normal;
127
   font-size: 0.83em;
128
   margin: 0 0 0 1em;
129
   border: 1px solid black;
130
}
131
th.sel {
132
   background-color: #97be0d;
133
/*   background-image: url(nav/tbhead.png);
134
   background-repeat: repeat; */
135
   height: 16px;
136
   color: black;
137
   font-weight: bold;
138
   font-size: 12px;
139
   text-align: center;
140
   vertical-align: middle;
141
   border: 2px solid black;
142
}
143
td.sel {
144
   background-color: white;
145
   color: black;
146
   vertical-align: top;
147
   text-align: left;
148
   border: 1px solid black;
149
}
150
td.selnum {
151
   background-color: white;
152
   color: black;
153
   vertical-align: top;
154
   text-align: right;
155
   border: 1px solid black;
156
}
157
td.selmid {
158
   background-color: white;
159
   color: black;
160
   vertical-align: top;
161
   text-align: center;
162
   border: 1px solid black;
163
}
164
td.selakt {
165
   background-color: #ffffdb;
166
   color: black;
167
   vertical-align: top;
168
   white-space: nowrap;
169
   border: 1px solid black;
170
}
171
td.selinfo {
172
   background-color: #eee;
173
   color: black;
174
   white-space: nowrap;
175
   border-top: 1px solid black;
176
   border-right: 1px solid black;
177
   border-left: 1px solid black;
178
   border-bottom: 2px solid black;
179
}
180
td.selinfo_l {
181
   background-color: #eee;
182
   color: black;
183
   white-space: nowrap;
184
   border-left: 2px solid black;
185
   border-top: 1px solid black;
186
   border-bottom: 2px solid black;
187
   border-right: 1px solid black;
188
}
189
td.selinfo_r {
190
   background-color: #eee;
191
   color: black;
192
   white-space: nowrap;
193
   border-left: 1px solid black;
194
   border-top: 1px solid black;
195
   border-bottom: 2px solid black;
196
   border-right: 2px solid black;
197
}
198
td.selnf {
199
   color: black;
200
   font-weight: normal;
201
   white-space: nowrap;
202
   border: 0;
203
}
204
td.selltgray {
205
   background-color: #dddddd;
206
   border: 1px solid black;
207
   vertical-align: top;
208
   white-space: nowrap;
209
}
210
td.selgray {
211
   background-color: #c0c0c0;
212
   border: 1px solid black;
213
   vertical-align: top;
214
   white-space: nowrap;
215
}
216
td.seldkgray {
217
   background-color: #969696;
218
   border: 1px solid black;
219
   vertical-align: top;
220
   white-space: nowrap;
221
}
222
 
223
table.input {
224
   background-color: white;
225
   color: black;
226
   font-family: sans-serif, helvetica, verdana;
227
   font-style: normal;
228
   font-size: 0.83em;
229
   white-space: nowrap;
230
   border-collapse: collapse;
231
   border: 2px solid black;
232
   margin: 0 0 0 1em;
233
   padding: 0;
234
}
235
td.input {
236
   vertical-align: top;
237
   font-family: sans-serif, helvetica, verdana;
238
   font-style: normal;
239
   border-style: none;
240
}
241
td.inputmust {
242
   vertical-align: top;
243
   font-family: sans-serif, helvetica, verdana;
244
   font-style: normal;
245
   border: 1px solid black;
246
}
247
input.inputmust {
248
   background-color: #ffffdb;
249
   color: black;
250
}
251
 
252
table.button {
253
   height: 24px;
254
   margin: 0; padding: 0;
255
   border-collapse: collapse;
256
   border-style: none;
257
   font-family: sans-serif, helvetica, verdana;
258
   font-style: normal;
259
   font-weight: bold;
260
}
261
td.button {
262
   background-image: url(nav/button_middle.png);
263
   background-repeat: repeat-x;
264
   background-color: #0077ff;
265
   color: black;
266
   height: 24px;
267
   text-align: center;
268
   vertical-align: middle;
269
   font-size: 13px;
270
}
271
 
272
table.indent {
273
   font-family: sans-serif, helvetica, verdana;
274
   font-style: normal;
275
   border-collapse: collapse;
276
   border: 0;
277
   margin: 0 0 0 1em;
278
   padding: 0;
279
}
280
 
281
img {
282
   border: 0;
283
}
284
 
285
p.intro {
286
   font-family: sans-serif, helvetica, verdana;
287
   font-weight: bold;
288
   font-size: 1.5em;
289
}
290
 
291
p.head {
292
   font-family: sans-serif, helvetica, verdana;
293
   color: black;
294
   font-size: 1.2em;
295
}
296
 
297
p.kriteria {
298
   font-family: sans-serif, helvetica, verdana;
299
   font-weight: bold;
300
   font-style: normal;
301
}
302
 
303
p.cry {
304
   background-color: #ffffdb;
305
   color: black;
306
   width: 60%;
307
   font-family: sans-serif, helvetica, verdana;
308
   font-weight: bold;
309
   font-style: normal;
310
   font-size: 0.95em;
311
   border: 2px solid black;
312
   padding: 0.2em 1em 0.2em 1em;
313
   margin: 0.2em 1em 0.2em 1em;
314
}
315
 
316
p.error {
317
   color: #CC0000;
318
   font-family: sans-serif, helvetica, verdana;
319
   font-weight: bold;
320
   font-style: normal;
321
   font-size: 1em;
322
   margin-left: 1em;
323
}
324
 
325
table.all {
326
   background-color: #0077ff;
327
   color: white;
328
   font-family: sans-serif, helvetica, verdana;
329
   font-size: 0.83em;
330
   margin-left: 1em;
331
}
332
 
333
td.all {
334
   background-color: #0077ff;
335
   color: white;
336
   font-family: sans-serif, helvetica, verdana;
337
}
338
 
339
table.alarm {
340
   background-color: #ff0000;
341
   color: #ffffcc;
342
   font-family: sans-serif, helvetica, verdana;
343
   font-weight: bold;
344
   font-style: italic;
345
   margin-left: 1em;
346
}
347
 
348
td.zeile {
349
   background-color: #e7efff;
350
   color: black;
351
   white-space: nowrap;
352
   text-align: right;
353
   vertical-align: top;
354
}
355
 
356
td.nw {
357
   background-color: #dddddd;
358
   white-space: nowrap;
359
   vertical-align: top;
360
   border: 1px solid black;
361
}
362
 
363
td.nw1 {
364
   background-color: #ccc;
365
   white-space: nowrap;
366
   vertical-align: top;
367
   border: 1px solid black;
368
}
369
 
370
td.nwb {
371
   background-color: #969696;
372
   white-space: nowrap;
373
   vertical-align: top;
374
   font-weight: bold;
375
   border: 1px solid black;
376
}
377
 
378
td.nwb1 {
379
   background-color: #c0c0c0;
380
   white-space: nowrap;
381
   vertical-align: top;
382
   font-weight: bold;
383
   border: 1px solid black;
384
}
385
 
386
td.one {
387
   background-color: #FFFFFF;
388
   color: #000000;
389
   font-family: sans-serif, helvetica, verdana;
390
   font-weight: normal;
391
   font-style: normal;
392
   border: 1px solid black;
393
}
394
 
395
td.two {
396
   background-color: #b0b0b0;
397
   color: #000000;
398
   white-space: nowrap;
399
   font-family: sans-serif, helvetica, verdana;
400
   font-weight: normal;
401
   font-style: normal;
402
   border: 1px solid black;
403
}
404
 
405
td.three {
406
   background-color: #FFd400;
407
   color: #000000;
408
   font-family: sans-serif, helvetica, verdana;
409
   font-weight: normal;
410
   font-style: normal;
411
   border: 1px solid black;
412
}
413
 
414
td.four {
415
   background-color: #FFA100;
416
   color: #000000;
417
   font-family: sans-serif, helvetica, verdana;
418
   font-weight: normal;
419
   font-style: normal;
420
   border: 1px solid black;
421
}
422
 
423
td.five {
424
   background-color: #FF3B00;
425
   color: #000000;
426
   font-family: sans-serif, helvetica, verdana;
427
   font-weight: normal;
428
   font-style: normal;
429
   border: 1px solid black;
430
}
431
 
432
td.headline {
433
   background-color: #515cba;
434
   color: #ffffcc;
435
   font-family: sans-serif, helvetica, verdana;
436
   font-weight: bold;
437
   font-size: 1.4em;
438
}
439
 
440
td.tbhead {
441
   background-color: #0077ff;
442
   color: white;
443
   font-family: sans-serif, helvetica, verdana;
444
   font-weight: bold;
445
   font-style: normal;
446
   white-space: nowrap;
447
}
448
 
449
td.sum {
450
   background-color: #D0D0D0;
451
   color: #000000;
452
   font-family: sans-serif, helvetica, verdana;
453
   font-style: normal;
454
   white-space: nowrap;
455
   border: 1px solid black;
456
}
457
 
458
td.lsum {
459
   background-color: #F0F0F0;
460
   color: #000000;
461
   font-family: sans-serif, helvetica, verdana;
462
   font-style: normal;
463
   white-space: nowrap;
464
   border: 1px solid black;
465
}
466
 
467
td.stbb {
468
   background-color: #ffcc99;
469
   font-family: sans-serif, helvetica, verdana;
470
   font-weight: bold;
471
   white-space: nowrap;
472
   text-align: center;
473
   vertical-align: middle;
474
   border: 1px solid black;
475
}
476
 
477
td.stb {
478
   background-color: #ffcc99;
479
   font-family: sans-serif, helvetica, verdana;
480
   font-style: normal;
481
   white-space: nowrap;
482
   text-align: center;
483
   vertical-align: middle;
484
   border: 1px solid black;
485
}
486
 
487
td.stbez {
488
   background-color: #ffff99;
489
   font-family: sans-serif, helvetica, verdana;
490
   font-style: normal;
491
   white-space: nowrap;
492
   text-align: center;
493
   border: 1px solid black;
494
}
495