1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
|
<html>
<body>
<p align="center">
<map name="menue</b>">
<area shape=rect coords="3,4,92,33" href="home.htm">
<area shape=rect coords="3,41,92,70" href="mitglieder.htm">
<area shape=rect coords="3,77,92,106" href="dasgut.htm">
<area shape=rect coords="3,113,92,142" href="pferde.htm">
<area shape=rect coords="3,150,92,197" href="gaeste.htm">
<area shape=rect coords="3,187,92,216" href="noch frei">
</map>
<img src="menuehg.jpg" usemap="#menue" border=0>
</body>
</html>
|