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:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>%titel%</title>
<style type="text/css">
<!--
body {
background-color: #2d644d;
margin: 1;
font-family: Arial;
font-size: 12px;
color :#e6bc36;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
background-image:url http://i43.tinypic.com/35avwxs.png;
background-repeat: repeat-y;
}
a:link {
color: #e6bc36;
text-decoration:none;
}
a:visited {
color: #e6bc36;
text-decoration:none;
}
a:active {
color: #e6bc36;
text-decoration:none;
}
a:hover {
color: #e6bc36;
text-decoration:overline underline;
}
div.Content_v {
overflow: visible;
position: absolute;
width: 700px;
height: 290px;
left: 230px;
top: 300px;
}
div.Navigation_v {
overflow: visible;
position: absolute;
width: 150px;
height: 315px;
left: 45px;
top: 300px;
}
-->
</style>
</head>
<body>
<!-- Start Design -->
<img border="0" src="http://i39.tinypic.com/2dr98av.jpg" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 0; left: 0">
<!-- End Design -->
<!-- Start Content -->
<div class="Content">
%content_v%
</div>
<!-- End Content -->
<!-- Start Navigation -->
<div class="Navigation">
%navigation_v%
</div>
<!-- End Navigation -->
</body>
<!--
Dies ist der Grundcode von http://www.oylahomepagehilfe.de.
Dieser Hinweis darf ohne Genehmigung von einem Betreiber des Internetabgebotes nicht entfernt werden.
-->
</html> |