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:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
|
<html>
<head>
<style type="text/css">
a:link { color:#446B1E; TEXT-DECORATION: none; filter:dropshadow(color=#A2CD5A,offX=1,offY=1); height:8pt;}
a:visited { color:#446B1E; TEXT-DECORATION: none; filter:dropshadow(color=#A2CD5A,offX=1,offY=1); height:8pt;}
a: active { color:#446B1E; TEXT-DECORATION: none; filter:dropshadow(color=#FFFFFF,offX=1,offY=1); height:8pt;}
a:hover { color:#446B1E; TEXT-DECORATION: none; filter:dropshadow(color=#FFFFFF,offX=1,offY=1); height:8pt;}
body {cursor:crosshair};a:hover{cursor:crosshair;}
BODY {
color: #446B1E; /* deffiniert die textfarbe*/
text-align : center; /* deffiniert die 'textposition'*/
font-family : verdana;
font-size:10pt ; /* schriftgröße*/
background-position:0px 0px; /* oder auch center, left, right, top, bottom*/
</style>
</head>
<body>
<center>
<table border="1" width="160" style="border-style: double; border-width: 0" bordercolor="#446B1E" height="24" bgColor="#FFFFFF">
<tr bgcolor=#A2CD5A>
<td colspan=2 height="18" width="160" align="center"><font size="1">
<a href="menu.html>Home</a><br>
</font>
</td>
</tr>
<tr bgcolor=#FFFFFF>
<td colspan=2 height="18" width="160" align="center"><font size="1">
<a href="willkommen.html target=main">Willkommen</a><br>
</font>
</td>
</tr>
<tr bgcolor=#FFFFFF>
<td colspan=2 height="18" width="160" align="center"><font size="1">
<a href=""erklarung.html target=_main">Erklärung</a><br>
</font>
</td>
</tr>
<tr bgcolor=#FFFFFF>
<td colspan=2 height="18" width="160" align="center"><font size="1">
<a href="news.html">News</a><br>
</font>
</td>
</tr>
<tr bgcolor=#FFFFFF>
<td colspan=2 height="18" width="160" align="center"><font size="1">
<a href="forum.html">Forum</a><br>
</font>
</td>
</tr>
<tr bgcolor=#FFFFFF>
<td colspan=2 height="18" width="160" align="center"><font size="1">
<a href="anmeldung.html">Anmeldung</a><br>
</font>
</td>
</tr>
<tr bgcolor=#FFFFFF>
<td colspan=2 height="18" width="160" align="center"><font size="1">
<a href="mitglieder.html">Mitglieder</a><br>
</font>
</td>
</tr>
<tr bgcolor=#A2CD5A>
<td colspan=2 height="22" width="160" align="center"><font size="1">
<a href="menu2.html">Rollenspiel</a><br>
</font>
</td>
</tr>
<tr bgcolor=#A2CD5A>
<td colspan=2 height="22" width="160" align="center"><font size="1">
<a href="menu3.html">Extras</a>
</font>
</td>
</tr>
</table>
</center>
</body>
</html>
</html>
|