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:
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>{TSA Treuhand/Verwaltung}</title>
<style type="text/css">
body {
background-color : {color1};
margin: 0;
padding: 0;
color : {color6};
font: x-small verdana, arial, helvetica, sans-serif;
background-repeat : {backgroundRepeat0};
background-attachment : {backgroundAtt0};
font-size: small;
}
html>body {font-size: small;}
/*----------------id's--------------------*/
#navi {
margin: 0;
padding: 20px 0;
background-color: {color3};
background-repeat : {backgroundRepeat1};
border-right: 4px solid {color2};
}
#content {
margin: 0;
padding: 20px;
}
/*----------------------------------------*/
.standard {
color : {color6};
font-family : verdana, arial, helvetica, sans-serif;
font-size : 90%;
}
td {
color : {color6};
font-family : verdana, arial, helvetica, sans-serif;
font-size : 90%;
}
a:link {
text-decoration : underline;
color : {color7};
}
a:visited {
text-decoration : underline;
color : {color9};
}
a:hover {
text-decoration : underline;
color : {color8};
}
a:active {
text-decoration : underline;
color : {color7};
}
a.forum, a.forum:visited, a.forum:hover, a.forum:active {font-size: 13px; font-weight : normal; }
a.gb, a.gb:visited, a.gb:hover, a.gb:active, {font-size: 13px; font-weight : normal; }
a.album, a.album:visited, a.album:hover, a.album:active, {font-size: 13px; font-weight : normal; }
</style>
</head>
<body {background0}>
<table border="0" cellpadding="0" cellspacing="0" width="780" height="100%">
<tr>
<td id="navi" width="150" height="100%" align="center" valign="top" {background1}>{navigation}</td>
<td id="content" height="100%" align="center" valign="top">{content}</td>
</tr>
</table>
</body>
</html>
|