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:
|
body {
font-size: 8pt;
font-family: Arial;
color: #744C11;
}
table {
font-size: 8pt;
font-family: Arial;
color: #744C11;
bordercolor: #744C11;
border: 2px dotted #744C11;
border-top-widht: 1px;
border-right-widht: 1px;
border-bottom-widht: 1px;
border-left-widht: 1px;
}
hintergrund {
background-color: #B28B50;
}
A:link { color: #744C11; font-size: 8pt; font-style: normal; text-decoration: underline overline; }
A:visited { color: #744C11; font-size: 8pt; font-style: normal; text-decoration: underline overline; }
A:hover { color: #744C11; font-size: 8pt; font-style: normal; text-decoration: none; filter:blue; }
A:active { color: #744C11; font-size: 8pt; font-style: italic; text-decoration: underline overline; }
}
input, select, option, textarea, {
background-color: #D7B474;
color: #744C11;
font-face: Tahoma;
font-size: 8pt; }
body {
scrollbar-arrow-color: #E3C080;
scrollbar-base-color: #E3C080;
scrollbar-track-color: #E3C080;
scrollbar-face-color: #6E4710;
scrollbar-highlight-color: #E3C080;
scrollbar-3dlight-color: #E3C080;
scrollbar-darkshadow-color: #E3C080;
scrollbar-shadow-color: #E3C080;
} |