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:
|
<html>
<body topmargin=15 style="background-image: url('Grafiken/Hg.png'); background-attachment:fixed>
<center>
<link rel="stylesheet" href="CSS/style.css">
<img src="Grafiken/Header5.png" width="700" height="300">
</body>
<table width="700" background="Grafiken/TableHg.png" border="1" bordercolor="#495230">
<tr>
<td width="200" align="left" valign="top">
<?php
include ("menue.php");
?>
</td>
<td valign="top" width="500">
<iframe src="main.php" name="main" frameborder="0" width="500" height="700" scrolling="no"></iframe>
</td>
</tr>
</table>
</center>
</html> |