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:
72:
73:
|
body {
background-color: #;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#688672;
padding:0px;
margin:2px;
background-image:url(hintergrund.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
}
table {
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#688672;
}
a {color: #688672;}
a:visited {color:#688672;}
a:hover {color: #000000;}
a:active { color:#688672;}
h1 {
font-size: 12px;
color: #688672;
text-transform:uppercase;
border-top:1px solid #82A68E;
border-bottom:1px solid #82A68E;
padding:5px 15px;
margin:0px;
letter-spacing: 5px;
}
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}
h4 {
font-size: 12px;
color: #688672;
text-transform:uppercase;
padding:5px 15px;
margin:0px;
letter-spacing: 5px;
}
select {
font-size: 12px;
color:#000;
background-color: #9BBCA6;
border:1px dotted #000;
margin:0px;
}
textarea {
font-size: 12px;
color:#000;
background-color: #9BBCA6;
border:1px dotted #000;
margin:0px;
}
input {
font-size: 12px;
color:#000;
background-color: #9BBCA6;
border:1px dotted #000;
margin:0px;
} |