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:
|
<!DOCTYPE html>
<html>
<head>
<title>Uebersicht</title>
<link rel="stylesheet" href="http://gswaldenstein.bplaced.net/Winter09/Style.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript">
var popMeUp = function()
{
window.open('http://gswaldenstein.bplaced.net/Winter09/Hofplan.html', 'MyWindow',
'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, dependent=yes, width=566, height=416, left=100, top=50');
};
</script>
<style type="text/css">
img
{
border: none;
}
p
{
margin: 0 0 0.5em 0;
text-align: center;
}
</style>
</head>
<body>
<h1>Übersicht</h1>
<p style="text-align: left;">Ihr könnt euch hier einen kleinen Überblick
über das ganze Gestüt verschaffen.</p>
<p><a href="javascript:popMeUp();" title="Großen Hofplan öffnen">
<img src="http://gswaldenstein.bplaced.net/Winter09/hofplanklein.png" alt="Hofplan" /></a></p>
<p><i>Klicke auf den Hofplan um auf die größere Ansicht zu gelangen</i></p>
</body>
</html> |