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:
|
A:link { color: #000000 ; text-decoration: none; }
A:visited { color: #000000 ; text-decoration: none; }
A:hover { color: #7e8d9b ; text-decoration: none; border-bottom:1 dotted; border-color:#000000; }
A:active { color: #7e8d9b ; text-decoration: none; }
body { background-color: ; color: #000000;
font-family: Arial;
font-size: 12px;
text-align : justified;
background-attachment: fixed;
scrollbar-face-color: #bcc6cf;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: white;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: white;
scrollbar-track-color: #7e8d9b; }
table, th, td { border: 1px solid #040;
border-collapse: collapse;
font-family: Arial;
font-size: 1em;
text-align: center;
padding: 5px; }
th { background-color: #ffffff; color: #ffffff; border: 0px ; }
.ueberschrift td { background-color: #7e8d9b; }
.unterschrift td { background-color: #bcc6cf; }
.normal td { background-color: #ffffff; } |