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:
|
BODY
{
color: #A19587;
cursor: crosshair;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
font-color: #9F9282;
#nav li.first ul#tabellen { display: block; }
.Stil1 {
font: verdana;
}
table.fixed { width: 450px; table-layout: fixed; border-collapse: collapse; }
table.fixed td { border: 1px solid #9F9282; padding: 2px; background: #F7F3F2; }
table.fixed th { border: 1px solid #9F9282; padding: 2px; background: #F7F3F2; color: white; vertical-align: left;}
background-attachment: auto;
scrollbar-face-color: #F7F3F2t;
scrollbar-highlight-color: #F7F3F2;
scrollbar-3dlight-color: #F7F3F2;
scrollbar-darkshadow-color: #F7F3F2;
scrollbar-shadow-color: #F7F3F2;
scrollbar-arrow-color: #9F9282;
scrollbar-track-color: #F7F3F2;
}
}
background-position: left;
background-repeat: no-repeat;
background-color: #F7F3F2; }
A:hover {cursor:crosshair; }
A:link {color: #9F9282; }
A:visited {color: #9F9282; }
A:hover {color: #9F9282; }
A:active {color: #9F9282; }
|