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
|
body { background: #c4cdd7 url(bilder/background.gif) repeat-x }
td { color: #000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif }
.rec { font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif }
div { color: #000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif }
input { color: #000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif }
textarea { color: #000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif }
select { color: #000; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif }
b { font-weight: bold }
i { font-style: italic }
a { color: #039; text-decoration: none }
a:visited { color: #039; text-decoration: none }
a:hover { color: #cc0000; text-decoration: underline }
a:active { color: #000; text-decoration: underline }
a.rec:link { color: #c00; text-decoration: none }
a.rec:visited { color: #000; text-decoration: none }
a.rec:hover { color: #cc0000; text-decoration: underline }
a.rec:active { color: #000; text-decoration: underline }
a.sort:link { color: black; text-decoration: none; font-weight: bold }
a.sort:visited { color: black; text-decoration: none; font-weight: bold }
a.sort:hover { color: black; text-decoration: underline; font-weight: bold }
a.sort:active { color: black; text-decoration: underline; font-weight: bold }
.headline { font-weight: bold; font-size: 14px; margin-top: 20px; margin-bottom: 20px }
.subheadline { color: #039; font-weight: bold }
.kleine { font-size: 10px }
.mini { font-size: 9px }
.rechts { text-align: right}
.einzug { margin: 10px 12px }
.einzug_ohnetop { margin-right: 12px; margin-left: 12px }
.einzug_liste { margin: 3px 5px 0px 5px }
.einzug_liste_headlines { margin-right: 5px; margin-left: 6px }
.einzugklein { color: #000; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; margin-right: 7px; margin-left: 7px }
.gbutton { color: black; font-weight: bold }
|