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:
|
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<title>Fotoseele.ch.vu</title>
</head>
<body scroll="no" bgcolor="#FFFFFF" leftmargin="5" topmargin="0">
<img src="header.jpg" width="876" height="139">
<table bgcolor="#F8F8F8" border="0" width="800" style="border-collapse: collapse;" bordercolor="#000000">
<tr>
<td align="center" colspan="2" valign="top">
<table align="right" width="350" border="0" bordercolor="#000000">
<tr>
<td align="right"><a href="main.html" target="main"> Start </a></td>
<td align="right"><a href="ich.html" target="main"> Ich </a></td>
<td align="right"><a href="galerie.html" target="vorschau"> Galerie </a></td>
<td align="right"><a href="http://89119.iboox.com" target="main">Gästebuch </a></td>
<td align="right"><a href="impressum.html" target="main"> Impressum </a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="600" height="360" valign="top">
<div id="Layer1">
<iframe src="main.html" name="main" width="600" height="100%" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</td>
<td bgcolor="#FFFFFF" valign="top">
<div id="Layer2">
<iframe src="vorschau.html" name="vorschau" width="100%" height="100%" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</td>
</tr>
</table>
</body>
</html>
|