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:
|
body {
font-size: 11px;
color: #AD9169;
font-family: Verdana;
text-align: center;
scrollbar-face-color: #C5AB8B;
scrollbar-highlight-color: #D2BDA7;
scrollbar-3dlight-color: #C5AB8B;
scrollbar-darkshadow-color: #C5AB8B;
scrollbar-shadow-color: #C5AB8B;
scrollbar-arrow-color: #D2BDA7;
scrollbar-track-color: #D2BDA7;
}
table {
font-family: Verdana;
font-size: 11px;
letter-spacing: 1px;
text-align : center;
}
.zeiledunkel {
background-color: #C7AF83;
}
.zeilehell {
background-color: #D5C09B;
}
a:aktive {
color: #DAAC70;
text-transform: uppercase ;
}
a:link {
color: #AD9169;
text-decoration: none;
}
a:visited {
color: #AD9169;
text-decoration: none;
}
a:hover {
color: #AD9169;
text-transform: uppercase ;
}
input, textarea {
border: 1px #C5AB8B dashed;
background-color: #D2BDA7;
font-size: 11px;
color: #AD9169;
font-family: Verdana;
text-align: center;
size: 7;
}
h1
{
text-align: right;
font-size: 11px;
letter-spacing: 2px;
font-family: verdana;
color: #AD9169;
font-weight: bold;
border-bottom: 1px solid #AD9169;
} |