-
Notifications
You must be signed in to change notification settings - Fork 0
/
museum2016.html
147 lines (124 loc) · 3.09 KB
/
museum2016.html
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<html
<head>
<meta charset="utf8">
<meta name="author" content="F. Hassert & A. Zeisler">
<meta name="keywords" content="reisebericht, urlaub, fotos, bilder, reisen, ferndrang">
<title>ferndrang</title>
<link rel="shortcut icon" href="world/icon.png" type="image/png">
<style>
body {
font-size: 11px;
font-family: sans-serif;
background-color: white;
margin: 0px auto;
margin-top: 50px;
width: 808px;
}
a {
color: #F9F7F1;
text-decoration: none;
vertical-align: middle;
}
h1 {
background: url(world/ferndrang.jpg) no-repeat;
width: 808px;
height: 561px;
}
h1 span { display: none; }
#container {
height: 677px;
width: 777px;
background: url(world/bg2.gif) repeat-y;
margin: 0px auto;
}
#links {
position: relative;
/* margin-top: -225px; */
top: -300px;
/* margin-left: -20px; */
left: -20px;
list-style: none;
list-style-position: inside;
width: 139px;
}
#links a {
display: block;
height: 14px;
width: 139px;
color: white;
background-color: black;
padding: 3px 0 0 15px;
text-transform: uppercase;
margin-bottom: -1px;
}
#links a.current {
color: #A62C07;
background-color: white;
font-weight: bold;
}
#links a:hover {
color: #A62C07;
background-color: white;
text-decoration: uppercase;
font-weight: bold;
}
marquee:hover a {
color: #A62C07 !important;
}
#nextflight {
text-align: center;
position: absolute;
top: 680px;
border-top: 1px dashed white;
border-bottom: 1px dashed white;
width: 737px;
padding: 3px 0px 3px 9px;
margin: 0px 0px 0px 21px;
color: white;
}
.footer a {
color: black;
padding-left: 22px;
position: relative;
top: -130px;
}
#copy { font-size: smaller; }
</style>
</head>
<body>
<div id="container">
<a href="aethiopien/"><h1 id="title"><span>Ferndrang</span></h1></a>
<ul id="links">
<li><a href="venezuela/">Venezuela</a></li>
<li><a href="guatemala/">Guatemala/Honduras</a></li>
<li><a href="tansania/">Tansania</a></li>
<li><a href="dahab/">Ägypten</a></li>
<li><a href="philippinen/">Philippinen</a></li>
<li><a href="costarica/">Costa Rica/Panama</a></li>
<li><a href="tibet/">Tibet</a></li>
<li><a href="indien/">Indien</a></li>
<li><a href="indonesien/">Indonesien</a></li>
<li><a href="peru/">Bolivien/Peru</a></li>
<li><a href="bali/">Taipeh/Bali/Lombok</a></li>
<li><a href="venedig/">Venedig</a></li>
<li><a href="namibia/">Namibia/Botswana</a></li>
<li><a href="vietnam/">Vietnam</a></li>
<li><a href="kuba/">Kuba</a></li>
<li><a href="thailand/">Thailand</a></li>
<li><a href="brasilien/">Brasilien</a></li>
<li><a href="myanmar/">Myanmar</a></li>
<li><a href="srilanka/">Sri Lanka</a></li>
<li><a href="borneo/">Borneo</a></li>
<li><a href="kolumbien/">Kolumbien</a></li>
<li><a href="jordanien/">Jordanien</a></li>
<li><a href="aethiopien/">Äthiopien</a></li>
</ul>
<!--
<div id="nextflight"><marquee scrolldelay="100" direction="left"><a href="http://live.ferndrang.de/aethiopien/"> +++ NEXT FLIGHT + DEPARTURE DEc 18th 2016 + TO ADDIS ABEBA, ETHIOPIA +++ </a></marquee></div>
-->
<div class="footer">
<div id="copy">© by A. Zeisler & F. Hassert</div>
</div>
</div>
</body>
</html>