blob: 34e21e0ce1ce2a023eee67bdd43a4fcc72e31c1e (
plain)
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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--
#musik {
position: absolute;
left: 0;
top: 246px;
}
.navl {
position: absolute;
left: 7px;
}
.nl1 { top: 6px; }
.nl2 { top: 46px; }
.nl3 { top: 86px; }
.nl4 { top: 126px; }
.nl5 { top: 166px; }
.nl6 { top: 206px; }
#vm {
position: absolute;
left: 4px;
top: 272px;
width: 112px;
padding: 4px 0;
font: 8pt Times, serif;
background: #362d25;
color: white;
border: 1px solid;
border-color: #53483d #0f0c0a #0f0c0a #53483d;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
-->
</style>
<script>
<!--
function nava(i) {
window.document["nl" + i].src = "/images/nava" + i + ".gif";
}
function blank(i) {
window.document["nl" + i].src = "/images/blank.gif";
}
function doMobile() {
window.top.location = "/view.php?view=m&next=" + encodeURIComponent(window.top.frames[3].location.href);
}
// -->
</script>
</head>
<body background="images/woodtile.gif" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"><!--
--><img src="images/nav.gif" border="0">
<a target="main" href="pages/start.php" class="navl nl1" onMouseOver="nava(1)" onMouseOut="blank(1)"><img alt="Startseite" src="/images/blank.gif" width="106" height="34" name="nl1" border="0"></a>
<a target="main" href="pages/trivia.php" class="navl nl2" onMouseOver="nava(2)" onMouseOut="blank(2)"><img alt="Trivia" src="/images/blank.gif" width="106" height="34" name="nl2" border="0"></a>
<a target="main" href="pages/exklusiv.php" class="navl nl3" onMouseOver="nava(3)" onMouseOut="blank(3)"><img alt="Exklusiv" src="/images/blank.gif" width="106" height="34" name="nl3" border="0"></a>
<a target="main" href="pages/dekomp.php" class="navl nl4" onMouseOver="nava(4)" onMouseOut="blank(4)"><img alt="Dekomp" src="/images/blank.gif" width="106" height="34" name="nl4" border="0"></a>
<a target="main" href="pages/loesung.php" class="navl nl5" onMouseOver="nava(5)" onMouseOut="blank(5)"><img alt="Lösung" src="/images/blank.gif" width="106" height="34" name="nl5" border="0"></a>
<a target="main" href="pages/about.php" class="navl nl6" onMouseOver="nava(6)" onMouseOut="blank(6)"><img alt="Über" src="/images/blank.gif" width="106" height="34" name="nl6" border="0"></a>
<img src="images/musik.gif" usemap="#mus" border="0" id="musik">
<map name="mus">
<area shape="rect" target="music" coords="40,0,76,16" href="music.html" alt="An">
<area shape="rect" target="music" coords="82,0,120,16" href="nomusic.html" alt="Aus">
</map>
<!--[if gte IE 8]>-->
<button id="vm" onClick="doMobile()">Mobil-Version</button>
<!--<![endif]-->
</body>
</html>
|