summaryrefslogtreecommitdiff
path: root/www/index.html
blob: e224f14ffcdba2459ed54b5c4ea803802f29dc6b (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
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
       "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Neo – Ergonomisches Tastaturlayout</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <link rel="shortcut icon" href="./favicon.ico">
<!-- <link rel="stylesheet" type="text/css" href="stylesheet.css"> /-->

<script type="text/javascript">
function Tastenebenenwechsel_nach (Zielebene) {
	self.document.tastaturbild.src="./tastaturbilder/ebene" + Zielebene +".png";
	for (var Nr = 1; Nr <= 6; Nr++) self.document.getElementById("ebenenreiter" + Nr).style.color="";
	for (var Nr = 1; Nr <= 6; Nr++) self.document.getElementById("ebenenreiter" + Nr).style.borderColor="";
	self.document.getElementById("ebenenreiter" + Zielebene).style.borderColor="#56b";
	self.document.getElementById("ebenenreiter" + Zielebene).style.Color="#23b";
	return false;
  }
</script>



<style type="text/css">

#Hauptfeld {
  width:39em;
  border-width:thin;
  border-color:#444;
  border-style:solid;
  margin-left:12em;
  margin-right:0em;
  margin-top:2em;
  padding-left:2.5em;
  padding-right:4em;
  padding-top:2em;
  padding-bottom:2.4em;
// text-align:justify;  
//font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-family: LinuxLibertine, Libertine, Linux-Libertine, sans;
  line-height:1.35em;
  font-size:1em;
  background-color:White;
  color:Black;
}

#Hauptfeldlink_rechtsunten {
  position:relative; top:.8em; left:.5em;
  text-align:right;
  margin-bottom:0em;
}

#Navigationsleiste {
  background-color:#F8F8FA;
  color:WindowText;
  position:relative; 
  width:10em; 
  //float:left; 
  text-align:center; 
  margin:2em;
  margin-left:0em;
  margin-top:2em;
  border-width:thin;  
  border-style:solid;  
  border-color:green; 
  border-top-width:0px;

}

#Navigationsthema {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-color:black;
  border-top-width:1px;
  border-top-style:solid;
  border-color:black;
  text-align:center;
  font-weight:bold;
  background-color:#FAFBF8;
  color:InfoText;
  padding-top:.2em;
  padding-bottom:.2em;
}

#Navigationsunterpunkte {
  padding-top:.5em;
  padding-bottom:.75em;
}

#Navigationseintrag {
  display:block;
  text-align:left;
  padding-left:1em;
  padding-right:1em;
  padding-top:.25em;
  padding-bottom:.25em;
}

#Bildcontainer_links {
  width:10em;
  border-width:thin;
  border-color:#DDD;
  border-style:solid;
  margin-right: 1.2em;
  margin-bottom: .8em;
  margin-left: 0em;
  margin-top: 1em;
  float:left;
  text-align:center;

}


#Bildcontainer_oben {
  width:39em;
  border-width:thin;
  border-color:#DDD;
  border-style:solid;
  margin-left: 0em;
  margin-bottom: 1.75em;
  margin-right: 0em;
  margin-top: 0em;
  display:block;
  text-align:center;
}


#Bildcontainer_rechts {
  width:10em;
  border-width:thin;
  border-color:#DDD;
  border-style:solid;
  margin-left: 1.2em;
  margin-bottom: .8em;
  margin-right: 0em;
  margin-top: 1em;
  float:right;
  text-align:center;

}

#Bild {
  text-align:center;
  padding:.5em;
  width:9em;
}


#Bild_oben {
  text-align:center;
  padding:.5em;
  width:38em;
}



#Bildtext {
  padding:.5em;
  font-size:small;
  text-align:left;
  background-color:#EEE; 
}

#Hintergrundverlauf_von { 
  background-color:#F30;
}

#Hintergrundverlauf_nach { 
  background-color:transparent;
}

a         {  text-decoration:none; ; }
a:hover   {  color:HighlightText; background-color:Highlight; }

h1        {  margin-bottom:1em; margin-top:0em;   font-size:1.5em; }
h2        {  margin-bottom:.5em; margin-top:1.5em;  font-size:1.2em; iipadding-left:1em;; }

p         {  //text-indent:1em;  
             //  text-align:justify;
               margin-bottom:-.5em;}

//Altbestand:

#linkbutton
	{
	line-height:2em;
	text-align:left; color:#000;
	}

#linkbutton a
	{
	border-width:2px; border-style:solid;
	border-color:#aaaaaa;
	padding-top:.25em; padding-bottom:.25em;
	background-color:#FAFAFA;
	padding-left:1em; padding-right:1em;
	}

#linkbutton a:link    {  color:#000; text-decoration:none;      }
#linkbutton a:visited {  color:#4a4a4a; text-decoration:none;   }
#linkbutton a:focus   {  color:#223; text-decoration:underline; }
#linkbutton a:active  {  color:#8b2121; text-decoration:none;  }
#linkbutton a:hover   {  color:#020; text-decoration:none;
			 background-color:Highlight;          
		      }

#Gesamtzentrierung { 
        background-color: transparent; 
        text-align: left;  
        margin: 0px auto 0; 
        width: 57.5em; 
}
///-------------

</style>

</head>
<!-- Für Mittenpositionierung: padding: 0; margin: 0; text-align: center; ind bodystyle /-->
<body style="background-color:#dceeee; background-image:url(./hintergrund.png); background-position 0 50%; background-repeat:no-repeat; padding: 0; margin: 0; text-align: center; ">


<p style="position:absolute; display:block; width:100%; top:-1em;; left:0px; text-align:center; background-color:#F30; color:#FFF">
 <b>Achtung: Baustelle! Mehr Informationen unten.</b>
</p>  




<div id="Gesamtzentrierung"> 





<!-- Logo /-->
 <div style="position:relative; top:2.25em; left:3.25em; width:522px; height:70px;  overflow:hidden; float:left;"> 
   <object data="./neo_kopf_trac_522x50.svg" type="image/svg+xml" style="width:522px; height:50px; ">
            <param name="src" value="./neo_kopf_trac_522x50.svg">
            <img src="./neo_kopf_trac_522x50.png"  alt="Neo – Ergonomisches Tastaturlayout">
    </object>
 </div>
<!-- Quicklinks /-->
 <!-- <div style="position:relative; text-align:left; top:2.75em; left:53;"> /-->
 <div style="position:relative; top:-1.65em; left:43em; width:246px; height:40px;">
  <a href="./neo20.exe">
     <img src="./tastentier_laechelnd.png" width="50px" height="34px" alt="quickdownload:Neo für Windows" title="quickdownload:Neo für Windows" border="0">
  </a>
  <a href="./neo_de.xmodmap">
     <img src="./tastentier_linksblickend.png" width="50px" height="37px" alt="quickdownload:Neo für Linux" title="quickdownload:Neo für Linux" border="0">
  </a>
  <a href="http://wiki.neo-layout.org/browser/mac_osx/neo.keylayout?format=raw">
     <img src="./tastentier_grinsend.png"  width="50px" height="34px" alt="quickdownload:Neo für Mac OS-X" title="quickdownload:Neo für Mac OS-X" border="0">
  </a>
  <a href="./neo_portable.zip">
     <img src="./usb-stick.png"  width="46px" height="40px" alt="quickdownload:Neo-Portable für USB-Stick" title="quickdownload:Neo-Portable für USB-Stick" border="0">
  </a>
 </div>
<!-- /Quicklinks /-->


<div style="height:2em; width:1em;">
</div>
 


<div style="float:left;">

<div id="Navigationsleiste" >
 <div id="Navigationsthema">Wiki</div>
  <div id="Navigationsunterpunkte">
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/wiki">Wiki-Hauptseite</a>
  </div>
 <div id="Navigationsthema">Dokumentation</div>
  <div id="Navigationsunterpunkte">
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/wiki/Einführung">Einführung</a>
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/wiki/Benutzerhandbuch">Handbuch</a>
  </div>
 <div id="Navigationsthema">Installation</div>
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/wiki/Neo%20unter%20Windows%20einrichten">Neo unter Windows</a>
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/wiki/Neo%20unter%20Linux%20einrichten">Neo unter Linux</a>
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/wiki/Neo%20auf%20dem%20Apple%20Macintosh%20einrichten">Neo unter Mac&nbsp;OS&nbsp;X</a>
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/wiki/Neo einrichten">Neo auf anderen Systemen einrichten</a>
 <div id="Navigationsthema">Grafiken</div>
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/browser/grafik/neo20-aufsteller.pdf?format=raw">Aufsteller zum Lernen</a>
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/browser/grafik/druckvorlage-svg/neo-druckvorlage.pdf?format=raw">Druckvorlage</a>
 <div id="Navigationsthema">Download</div>
  <div id="Navigationsunterpunkte">
<!-- <a id="Navigationseintrag" href="./download.html">Download</a> -->
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/browser/windows/">Windows-Treiber</a>
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/browser/linux/">Linux-Treiber</a>
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/browser/mac_osx/">Mac&nbsp;OS&nbsp;X-Treiber</a>
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/wiki/Neo%20für%20unterwegs">Neo für unterwegs (portabel)</a>
  </div>
 <div id="Navigationsthema">Sonstiges</div>
  <div id="Navigationsunterpunkte">
   <a id="Navigationseintrag" href="./about.html">Impressum</a>
   <a id="Navigationseintrag" href="http://wiki.neo-layout.org/wiki/links">Links</a>
  </div>
</div>

<div id="Navigationsleiste" style="border-color:#AAA; opacity:.2;">
 <div id="Navigationsthema" style="color:#AAA; border-color:#AAA;">FOSS-Links</div>
  <div id="Navigationsunterpunkte" >
   <a id="Navigationseintrag" 
      style="text-align:center; padding-top:.5em; padding-bottom:.5em; border-top-size:0em; border-bottom-size:thin; border-bottom-color:#EEE; border-bottom-style:solid;" 
       href="http://linuxlibertine.sf.net"><img src="./signet_linuxlibertine.png" border="0" style=" opacity:.5;"  width="50%"><br>Libertine<br>Open Fonts</a>
   <a id="Navigationseintrag" 
      style="text-align:center; padding-top:.5em; padding-bottom:.5em; border-top-size:0em; border-bottom-size:thin; border-bottom-color:#EEE; border-bottom-style:solid;" 
        href="http://dejavu.sourceforge.net"><img src="./signet_dejavu.png" border="0"  style=" opacity:.5;"   width="50%"><br>DejaVu<br>Font</a>
  </div>
</div>



</div>


<!--------------------------------------------------/-->
<div id="Hauptfeld">

 <h1>Neo - Ergonomisches Tastaturlayout</h1>

 <p>
   <font style="color:#222">Neo ist ein neue Tastaturbelegung, die </font>extra für die Deutsche Sprache<font style="color:#222"> optimiert ist:
   <!--. Ihre Hauptmerkmale sind: /--> </font> 
 </p>

 <ul>
   <li><font style="color:#222">Optimierungen bezüglich deutscher</font> Zweier- und Dreier-Zeichenfolgen</li>
   <li>Programmiertasten <font style="color:#222">sind gut erreichbar</font></li>
   <li><font style="color:#222">Neue Zeichen, wie </font>&nbsp;„ , ” , « , » , ∫ , √ , α , β , …<font style="color:#222"> sind direkt einzugeben</font></li>
 </ul>

 <a href="http://wiki.neo-layout.org/wiki/Benutzerhandbuch" id="Hauptfeldlink_rechtsunten">Warum Neo besser ist als qwertz…</a>

</div>
<!--------------------------------------------------/-->


<div id="Hauptfeld">
<div style="display:block; line-height:2em;" >
 <div style="text-align:center; ">


  <div style="min-width:650px; overflow:visible;">
    <div id="linkbutton" style="text-align:center; ">
        <a href="./index_ebene1.html"  style="border-color:#56b; color:#23b" onclick="Tastenebenenwechsel_nach(1); return false;" id="ebenenreiter1" > Ebene1</a>
        <a href="./index_ebene2.html" onclick="Tastenebenenwechsel_nach(2); return false;"  style="" id="ebenenreiter2">Ebene2</a>
        <a href="./index_ebene3.html" onclick="Tastenebenenwechsel_nach(3); return false;"  style="" id="ebenenreiter3">Ebene3</a>
        <a href="./index_ebene4.html" onclick="Tastenebenenwechsel_nach(4); return false;"  style="" id="ebenenreiter4">Ebene4</a>
        <a href="./index_ebene5.html" onclick="Tastenebenenwechsel_nach(5); return false;"  style="" id="ebenenreiter5">Ebene5</a>
        <a href="./index_ebene6.html" onclick="Tastenebenenwechsel_nach(6); return false;"  style="" id="ebenenreiter6">Ebene6</a>
    </div>
  </div>

  <div>
   <img src="./tastatur_ebene1.png"  name="tastaturbild" />
  </div>

  <div id="linkbutton" style="min-width:650px; overflow:visible; text-align:center;">
   <a href="i" style="">Konzeptidee zur Ebene1</a> &nbsp; &nbsp;
   <a href="" > <img src="tastatur_ebene1_shift.png"  style="vertical-align:middle; border-width:0px; margin:2px; background-image:url(./hintergrund_button_hover.png);" /></a>

   <a href="" > <img src="tastatur_ebene1_mod3.png"  style="vertical-align:middle; border-width:0px; margin:2px; background-image:url(./hintergrund_button_hover.png);" /></a>
   <a href="" > <img src="tastatur_ebene1_mod4.png"  style="vertical-align:middle; border-width:0px; margin:2px; background-image:url(./hintergrund_button_hover.png);" /></a>

   <br />

   <a href="i" style="">Tastenverteilung an beliebigem Text testen (verwendet JavaScript)</a>
  </div>


 </div>
</div>

</div>


<!--------------------------------------------------/-->
<div id="Hauptfeld">

  <div id="Bildcontainer_oben">
       <img id="Bild_oben" src="./tastentierchen_baustelle_ohne_zigarette.png" />
       <div id="Bildtext">Baustelle! Wenn was funktioniert, dann war es Glück!</div>
  </div>


<h1>Kurzinformation für Interessierte</h1>

<p> Um an Neo zu ge&shy;langen, wird auf das SVN-Reposi&shy;tory: <b>svn co https://svn.neo-layout.org neo</b> verwiesen. Hier sind die direk&shy;ten Links zu den NEO-Treibern für die ver&shy;brei&shy;testen Be&shy;triebs&shy;sys&shy;teme (in jedem Ordner be&shy;findet sich eine Datei README.txt mit weiter&shy;gehen&shy;den In&shy;forma&shy;tionen):</p>

<ul>
  <li>Windows: <a href="http://wiki.neo-layout.org/browser/windows/">http://wiki.neo-layout.org/browser/windows/</a></li>
  <li>Linux: <a href="http://wiki.neo-layout.org/browser/linux/">http://wiki.neo-layout.org/browser/linux/</a></li>
  <li>Mac&nbsp;OS&nbsp;X: <a href="http://wiki.neo-layout.org/browser/mac_osx/">http://wiki.neo-layout.org/browser/mac_osx/</a></li>
</ul>


<p>Die <b>aktu&shy;elle Be&shy;legung</b> findet sich in der Datei

<a href="http://wiki.neo-layout.org/browser/A-REFERENZ-A/neo20.txt">http://wiki.neo-layout.org/browser/A-REFERENZ-A/neo20.txt</a></p>

<p>Eine (hoffentlich aktuelle) <b>Refe&shy;renz zum Aus&shy;drucken</b> und Auf&shy;stellen findet sich unter <a href="http://wiki.neo-layout.org/browser/grafik/neo20-aufsteller.pdf">http://wiki.neo-layout.org/browser/grafik/neo20-aufsteller.pdf</a>. Weiter gibt es im svn-Repo&shy;sitory Tastatur&shy;aufkleber&shy;generatoren.</p>


<p>Auf jeden Fall wird em&shy;pfoh&shy;len, folgende <b>Schrift&shy;arten zu in&shy;stallieren</b>, damit alle mit Neo schreib&shy;baren Zeichen dar&shy;gestellt werden können:</p>

<ul>
  <li><a href="http://dejavu.sourceforge.net/wiki/index.php/Download">Deja-Vu</a></li>
  <li><a href="http://sourceforge.net/project/showfiles.php?group_id=89513">Libertine</a></li>
</ul>

<p><b>Neo ist auf den »normalen Ebenen«</b> – will heißen: nor&shy;male Buch&shy;staben und Klam&shy;mern, etc. – <b>voll&shy;ständig be&shy;nutzbar</b>. Da die Be&shy;triebs&shy;sys&shy;teme oder Pro&shy;gramme bei weiteren Ebenen ger&shy;ne noch rum&shy;zicken, ist der Trei&shy;ber auf den anderen Ebenen noch nicht ganz fertig. Bei den Grund&shy;ebenen sol&shy;lte sich bei der Be&shy;legung nichts mehr ändern.  Fehler sind hier zu finden:</p>

<ul>
  <li><a href="http://wiki.neo-layout.org/report/1">aktuelle Fehler (Active Tickets)</a></li>
  <li><a href="http://wiki.neo-layout.org/newticket">neuen Fehler melden (New Ticket)</a></li>
</ul>

<h2>Kontakt</h2>

<p>Kontakt zu den Neo-Ent&shy;wicklern kann man über die Mailing&shy;liste <b><a href="mailto:mailinglist@neo-layout.org?subject=Ich habe da mal eine Frage&body=Bitte (wenn möglich) folgende Dinge angeben:%0D- Nutzt Du Neo oder noch nicht%3F%0D- Welches Betriebsystem%3F%0D- Welchen Treiber (Xmodmap, Xkbmap, AHK, kbdneo2, usw.)%3F%0D%0D">mailinglist@neo-layout.org</a></b> bzw. über den IRC-Kanal <b>#NEO</b> bei <b>freenode.net</b> bekommen. Ver&shy;besserungs&shy;vorschläge sind im&shy;mer will&shy;kom&shy;men! Da wir sehr viele Ab&shy;hängig&shy;keiten haben, kann es aber sein, dass sie nicht un&shy;bedingt ein&shy;ge&shy;pflegt werden.</p>

<p>Danke fürs Interesse!</p>
<p>Euer Neo-Team</p>




</div>
<!--------------------------------------------------/-->



<!--------------------------------------------------/-->
<div id="Hauptfeld">
  <div id="Bildcontainer_rechts"  style="11margin-top:0em;">
    <img id="Bild" src="testbild2.png" />
    <div id="Bildtext"> Ein Tasten&shy;tierchen als Quick&shy;download&shy;link. </div>
 </div>

 <div id="Bildcontainer_links" style="margin-top:1em;">
    <img id="Bild" src="testbild.png" />
    <div id="Bildtext">Neo ist zu 86% fertig</div>
 </div>



<p style="text-align:justify">

Dies ist ein Bei&shy;spiel für die Po&shy;si&shy;tio&shy;nie&shy;rung von Bildern links und rechts des Textes. 
Dies ist ein Bei&shy;spiel für die Po&shy;si&shy;tio&shy;nie&shy;rung von Bildern links und rechts des Textes. 
Dies ist ein Bei&shy;spiel für die Po&shy;si&shy;tio&shy;nie&shy;rung von Bildern links und rechts des Textes. 
<b>Dies ist ein Bei&shy;spiel für die Po&shy;si&shy;tio&shy;nierung von Bildern links und rechts des Textes. </b>
Dies ist ein Bei&shy;spiel für die Po&shy;si&shy;tio&shy;nie&shy;rung von Bildern links und rechts des Textes. 
Dies ist ein Bei&shy;spiel für die Po&shy;si&shy;tio&shy;nie&shy;rung von Bildern links und rechts des Textes. 
Dies ist ein Bei&shy;spiel für die Po&shy;si&shy;tio&shy;nie&shy;rung von Bildern links und rechts des Textes. 
Dies ist ein Bei&shy;spiel für die Po&shy;si&shy;tio&shy;nie&shy;rung von Bildern links und rechts des Textes. 
Dies ist ein Bei&shy;spiel für die Po&shy;si&shy;tio&shy;nie&shy;rung von Bildern links und rechts des Textes. 
</p>

</div>
<!--------------------------------------------------/-->





<div style="height:4em;">&nbsp;</div>

</div>




<!-- linker Verlauf /-->

<div id="Hintergrundverlauf_nach" style="position:absolute; top:0em; left:0em; width:1em; height:100%; z-index:-4;">
<div id="Hintergrundverlauf_von" style="opacity:.975;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.95; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.925;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.9;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.85; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.825;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.8;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.775;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.75; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.725;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.7;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.675;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.65; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.625;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.6;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.575;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.55; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.525;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.5;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.475;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.45; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.425;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.4;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.375;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.35; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.325;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.3;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.275;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.25; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.225;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.2;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.175;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.15; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.125;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.1;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.075;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.05; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.025; height:4%">&nbsp;</div>
</div>




<!-- rechter Verlauf /-->

<div id="Hintergrundverlauf_nach" style="position:absolute; top:0em; right:0em; width:1em; height:100%; z-index:-4;">
<div id="Hintergrundverlauf_von" style="opacity:.975;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.95; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.925;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.9;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.85; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.825;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.8;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.775;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.75; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.725;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.7;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.675;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.65; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.625;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.6;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.575;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.55; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.525;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.5;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.475;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.45; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.425;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.4;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.375;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.35; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.325;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.3;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.275;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.25; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.225;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.2;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.175;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.15; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.125;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.1;  height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.075;height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.05; height:2%">&nbsp;</div>
<div id="Hintergrundverlauf_von" style="opacity:.025; height:4%">&nbsp;</div>
</div>


</body>
</html>