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: black;
45
   text-align: center;
46
   font-family: sans-serif, helvetica, verdana;
47
   font-style: normal;
48
   font-weight: bold;
49
   font-size: 13px;
50
}
51
 
52
td.tabsnb {
53
   height: 24px;
54
   color: black;
55
   font-family: sans-serif, helvetica, verdana;
56
   font-style: normal;
57
   font-weight: bold;
58
   font-size: 13px;
59
}
60
 
61
.header {
62
   background-color: #97be0d;
63
   font-family: sans-serif, helvetica, verdana;
64
   font-style: normal;
65
   font-size: 0.83em;
66
}
67
 
68
td.logo, table.logo {
69
   background-image: url(nav/background.png);
70
   background-repeat: repeat-x;
71
   background-color: white;
72
   color: black;
73
   font-family: sans-serif, helvetica, verdana;
74
   font-style: normal;
75
   font-weight: bold;
76
   font-size: 1.1em;
77
   white-space: nowrap;
78
}
79
 
80
div#menu {
81
   position: fixed;
82
   clear: both;
83
   top: 0;
84
   left: 0;
85
   width: 100%;
86
   z-index: 2;
87
}
88
 
89
div#menu a {
90
   color: black;
91
   font-family: sans-serif, helvetica, verdana;
92
   font-style: normal;
93
   font-size: 0.83em;
94
   text-decoration: none;
95
}
96
 
97
div#menu a:hover, div#menu a.aktiv {
98
   color: #505050;
99
   font-family: sans-serif, helvetica, verdana;
100
   font-style: normal;
101
   font-weight: bold;
102
   font-size: 0.83em;
103
   text-decoration: none;
104
}
105
 
106
div#norm {
107
   position: relative;
108
   margin-top: 100px;
109
   z-index: 1;
110
}
111
* html div#norm {	/* Der IE kann das nicht! Deshalb der Workaround */
112
   margin-top: 0;
113
}
114
 
115
div#norm a {
116
   color: #101010;
117
   font-family: sans-serif, helvetica, verdana;
118
   font-style: normal;
119
/*   font-size: 0.83em; */
120
}
121
 
122
div#norm a:hover {
123
   color: #303030;
124
   font-family: sans-serif, helvetica, verdana;
125
   font-style: normal;
126
/*   font-size: 0.83em; */
127
}
128
div#norm a.menu {
129
   color: black;
130
   font-family: sans-serif, helvetica, verdana;
131
   font-style: normal;
132
   font-weight: bold;
133
   font-size: 0.85em;
134
   text-decoration: none;
135
}
136
div#norm a.menu:hover, div#norm a.menu:active {
137
   color: #505050;
138
   font-family: sans-serif, helvetica, verdana;
139
   font-style: normal;
140
   font-weight: bold;
141
   font-size: 0.85em;
142
   text-decoration: none;
143
}
144
div#message {
145
   color: #aaa;
146
   font-family: sans-serif, helvetica, verdana;
147
   font-style: normal;
148
   font-weight: bold;
149
   font-size: 1.1em;
150
   border: 2px solid black;
151
   visibility: hidden;
152
}
153
 
154
table.sel {
155
   border-collapse: collapse;
156
   font-family: sans-serif, helvetica, verdana;
157
   font-style: normal;
158
   font-size: 0.83em;
159
   margin: 0 0 0 1em;
160
   border: 1px solid black;
161
}
162
th.sel {
163
   background-color: white;
164
   background-image: url(nav/tbhead.png);
165
   background-repeat: repeat;
166
   height: 16px;
167
   color: black;
168
   font-weight: bold;
169
   font-size: 12px;
170
   text-align: center;
171
   vertical-align: middle;
172
   border: 2px solid black;
173
}
174
td.sel {
175
   background-color: white;
176
   color: black;
177
   vertical-align: top;
178
   text-align: left;
179
   border: 1px solid black;
180
}
181
td.selnum {
182
   background-color: white;
183
   color: black;
184
   vertical-align: top;
185
   text-align: right;
186
   border: 1px solid black;
187
}
188
td.selmid {
189
   background-color: white;
190
   color: black;
191
   vertical-align: top;
192
   text-align: center;
193
   border: 1px solid black;
194
}
195
td.selakt {
196
   background-color: #ffffdb;
197
   color: black;
198
   vertical-align: top;
199
   white-space: nowrap;
200
   border: 1px solid black;
201
}
202
td.selinfo {
203
   background-color: #eee;
204
   color: black;
205
   white-space: nowrap;
206
   border-top: 1px solid black;
207
   border-right: 1px solid black;
208
   border-left: 1px solid black;
209
   border-bottom: 2px solid black;
210
}
211
td.selinfo_l {
212
   background-color: #eee;
213
   color: black;
214
   white-space: nowrap;
215
   border-left: 2px solid black;
216
   border-top: 1px solid black;
217
   border-bottom: 2px solid black;
218
   border-right: 1px solid black;
219
}
220
td.selinfo_r {
221
   background-color: #eee;
222
   color: black;
223
   white-space: nowrap;
224
   border-left: 1px solid black;
225
   border-top: 1px solid black;
226
   border-bottom: 2px solid black;
227
   border-right: 2px solid black;
228
}
229
td.selnf {
230
   color: black;
231
   font-weight: normal;
232
   white-space: nowrap;
233
   border: 0;
234
}
235
td.selltgray {
236
   background-color: #dddddd;
237
   border: 1px solid black;
238
   vertical-align: top;
239
   white-space: nowrap;
240
}
241
td.selgray {
242
   background-color: #c0c0c0;
243
   border: 1px solid black;
244
   vertical-align: top;
245
   white-space: nowrap;
246
}
247
td.seldkgray {
248
   background-color: #969696;
249
   border: 1px solid black;
250
   vertical-align: top;
251
   white-space: nowrap;
252
}
253
 
254
table.input {
255
   background-color: white;
256
   color: black;
257
   font-family: sans-serif, helvetica, verdana;
258
   font-style: normal;
259
   font-size: 0.83em;
260
   white-space: nowrap;
261
   border-collapse: collapse;
262
   border: 2px solid black;
263
   margin: 0 0 0 1em;
264
   padding: 0;
265
}
266
td.input {
267
   vertical-align: top;
268
   font-family: sans-serif, helvetica, verdana;
269
   font-style: normal;
270
   border-style: none;
271
}
272
td.inputmust {
273
   vertical-align: top;
274
   font-family: sans-serif, helvetica, verdana;
275
   font-style: normal;
276
   border: 1px solid black;
277
}
278
input.inputmust {
279
   background-color: #ffffdb;
280
   color: black;
281
}
282
td.input_l {
283
   vertical-align: top;
284
   font-family: sans-serif, helvetica, verdana;
285
   font-style: normal;
286
   border-left: 2px solid black;
287
}
288
td.input_r {
289
   vertical-align: top;
290
   font-family: sans-serif, helvetica, verdana;
291
   font-style: normal;
292
   border-right: 2px solid black;
293
}
294
td.input_ltb {
295
   vertical-align: top;
296
   font-family: sans-serif, helvetica, verdana;
297
   font-style: normal;
298
   border-left: 2px solid black;
299
   border-top: 1px solid black;
300
   border-bottom: 1px solid black;
301
}
302
td.input_rtb {
303
   vertical-align: top;
304
   font-family: sans-serif, helvetica, verdana;
305
   font-style: normal;
306
   border-right: 2px solid black;
307
   border-top: 1px solid black;
308
   border-bottom: 1px solid black;
309
}
310
 
311
table.button {
312
   height: 24px;
313
   margin: 0; padding: 0;
314
   border-collapse: collapse;
315
   border-style: none;
316
   font-family: sans-serif, helvetica, verdana;
317
   font-style: normal;
318
   font-weight: bold;
319
}
320
td.button {
321
   background-image: url(nav/button_middle.png);
322
   background-repeat: repeat-x;
323
   background-color: white;
324
   color: black;
325
   height: 24px;
326
   text-align: center;
327
   vertical-align: middle;
328
   font-size: 13px;
329
}
330
 
331
table.indent {
332
   font-family: sans-serif, helvetica, verdana;
333
   font-style: normal;
334
   border-collapse: collapse;
335
   border: 0;
336
   margin: 0 0 0 1em;
337
   padding: 0;
338
}
339
 
340
table.cal {
341
   font-family: sans-serif, helvetica, verdana;
342
   background-color: #666699;
343
   color: white;
344
   margin: 0 0 0 1em;
345
}
346
td.cal {
347
   background-color:#9999cc;
348
   color:black;
349
}
350
td.cal_center {
351
   background-color:#9999cc;
352
   color:black;
353
   text-align: center;
354
}
355
 
356
option.status[value="0"]:before { content:url("image/cool.gif"); }
357
option.status[value="1"]:before { content:url("image/shocked.gif"); }
358
option.status[value="2"]:before { content:url("image/sad.gif"); }
359
option.status[value="3"]:before { content:url("image/huh.gif"); }
360
 
361
img {
362
   border: 0;
363
}
364
 
365
p.intro {
366
   font-family: sans-serif, helvetica, verdana;
367
   font-weight: bold;
368
   font-size: 1.5em;
369
}
370
 
371
p.head {
372
   font-family: sans-serif, helvetica, verdana;
373
   color: black;
374
   font-size: 1.2em;
375
}
376
 
377
p.kriteria {
378
   font-family: sans-serif, helvetica, verdana;
379
   font-weight: bold;
380
   font-style: normal;
381
}
382
 
383
p.cry {
384
   background-color: #ffffdb;
385
   color: black;
386
   width: 60%;
387
   font-family: sans-serif, helvetica, verdana;
388
   font-weight: bold;
389
   font-style: normal;
390
   font-size: 0.95em;
391
   border: 2px solid black;
392
   padding: 0.2em 1em 0.2em 1em;
393
   margin: 0.2em 1em 0.2em 1em;
394
}
395
 
396
p.error {
397
   color: #CC0000;
398
   font-family: sans-serif, helvetica, verdana;
399
   font-weight: bold;
400
   font-style: normal;
401
   font-size: 1em;
402
   margin-left: 1em;
403
}
404
 
405
table.all {
406
   background-color: white;
407
   color: black;
408
   font-family: sans-serif, helvetica, verdana;
409
   font-size: 0.83em;
410
   margin-left: 1em;
411
}
412
 
413
td.all {
414
   background-color: white;
415
   color: black;
416
   font-family: sans-serif, helvetica, verdana;
417
}
418
 
419
table.alarm {
420
   background-color: #ff0000;
421
   color: #ffffcc;
422
   font-family: sans-serif, helvetica, verdana;
423
   font-weight: bold;
424
   font-style: italic;
425
   margin-left: 1em;
426
   width: 60%;
427
}
428
 
429
td.zeile {
430
   background-color: #e7efff;
431
   color: black;
432
   white-space: nowrap;
433
   text-align: right;
434
   vertical-align: top;
435
}
436
 
437
td.nw {
438
   background-color: #dddddd;
439
   white-space: nowrap;
440
   vertical-align: top;
441
   border: 1px solid black;
442
}
443
 
444
td.nw1 {
445
   background-color: #ccc;
446
   white-space: nowrap;
447
   vertical-align: top;
448
   border: 1px solid black;
449
}
450
 
451
td.nwb {
452
   background-color: #969696;
453
   white-space: nowrap;
454
   vertical-align: top;
455
   font-weight: bold;
456
   border: 1px solid black;
457
}
458
 
459
td.nwb1 {
460
   background-color: #c0c0c0;
461
   white-space: nowrap;
462
   vertical-align: top;
463
   font-weight: bold;
464
   border: 1px solid black;
465
}
466
 
467
td.one {
468
   background-color: #FFFFFF;
469
   color: #000000;
470
   font-family: sans-serif, helvetica, verdana;
471
   font-weight: normal;
472
   font-style: normal;
473
   border: 1px solid black;
474
}
475
 
476
td.two {
477
   background-color: #b0b0b0;
478
   color: #000000;
479
   white-space: nowrap;
480
   font-family: sans-serif, helvetica, verdana;
481
   font-weight: normal;
482
   font-style: normal;
483
   border: 1px solid black;
484
}
485
 
486
td.three {
487
   background-color: #FFd400;
488
   color: #000000;
489
   font-family: sans-serif, helvetica, verdana;
490
   font-weight: normal;
491
   font-style: normal;
492
   border: 1px solid black;
493
}
494
 
495
td.four {
496
   background-color: #FFA100;
497
   color: #000000;
498
   font-family: sans-serif, helvetica, verdana;
499
   font-weight: normal;
500
   font-style: normal;
501
   border: 1px solid black;
502
}
503
 
504
td.five {
505
   background-color: #FF3B00;
506
   color: #000000;
507
   font-family: sans-serif, helvetica, verdana;
508
   font-weight: normal;
509
   font-style: normal;
510
   border: 1px solid black;
511
}
512
 
513
td.headline {
514
   background-color: #515cba;
515
   color: #ffffcc;
516
   font-family: sans-serif, helvetica, verdana;
517
   font-weight: bold;
518
   font-size: 1.4em;
519
}
520
 
521
td.tbhead {
522
   background-color: white;
523
   color: black;
524
   font-family: sans-serif, helvetica, verdana;
525
   font-weight: bold;
526
   font-style: normal;
527
   white-space: nowrap;
528
}
529
 
530
td.sum {
531
   background-color: #D0D0D0;
532
   color: #000000;
533
   font-family: sans-serif, helvetica, verdana;
534
   font-style: normal;
535
   white-space: nowrap;
536
   border: 1px solid black;
537
}
538
 
539
td.lsum {
540
   background-color: #F0F0F0;
541
   color: #000000;
542
   font-family: sans-serif, helvetica, verdana;
543
   font-style: normal;
544
   white-space: nowrap;
545
   border: 1px solid black;
546
}
547
 
548
td.stbb {
549
   background-color: #ffcc99;
550
   font-family: sans-serif, helvetica, verdana;
551
   font-weight: bold;
552
   white-space: nowrap;
553
   text-align: center;
554
   vertical-align: middle;
555
   border: 1px solid black;
556
}
557
 
558
td.stb {
559
   background-color: #ffcc99;
560
   font-family: sans-serif, helvetica, verdana;
561
   font-style: normal;
562
   white-space: nowrap;
563
   text-align: center;
564
   vertical-align: middle;
565
   border: 1px solid black;
566
}
567
 
568
td.stbez {
569
   background-color: #ffff99;
570
   font-family: sans-serif, helvetica, verdana;
571
   font-style: normal;
572
   white-space: nowrap;
573
   text-align: center;
574
   border: 1px solid black;
575
}