ÿþ<html> <head> <title>Stadtteilverein-Horn - vorige Events und Veranstaltungen in Hamburg-Horn</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <META NAME="TITLE" CONTENT="700 Jahre Hamburg-Horn"> <META NAME="DESCRIPTION" CONTENT="2013 feiert Hamburg-Horn 707 j&auml;hriges Jubil&auml;um! Alle interessierten B&uuml;rger, Gesch&auml;ftsleute, Vereine und Institutionen sind eingeladen, sich mit Ideen, Beitr&auml;gen und Unterst&uuml;tzung am 700j&auml;hrigen Jubil&auml;um unseres Stadtteils zu beteiligen. "> <META NAME="KEYWORDS" CONTENT="Horn,Hamburg,Hamburg-Horn,700 Jahre,Jubiläum,Stadtteilverein"> <META NAME="OWNER" CONTENT="Stadtteilverein Horn e.V."> <META HTTP-EQUIV="CONTENT-LANGUAGE" CONTENT="Deutsch"> <META HTTP-EQUIV="VW96.OBJECT TYPE" CONTENT="Homepage"> <META NAME="RATING" CONTENT="Alle"> <META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"> <META NAME="REVISIT-AFTER" CONTENT="10 Days"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <STYLE type=text/css> TD {font-family:arial;} #slide { Position: Absolute; Left: 1; /* Startpositon des Men&uuml;s vom linken Rand in Pixeln */ Top: 0; /* Startposition des Men&uuml;s vom oberen Rand in Pixeln */ Visibility: Visible; } body{font-family:arial; scrollbar-base-color:#FFF9EA; scrollbar-track-color:#FFF9EA; scrollbar-face-color:#FFF9EA; scrollbar-highlight-color:#DAE6F2; scrollbar-3d-light-color:#DAE6F2; scrollbar-dark-shadow-color:#DAE6F2; scrollbar-shadow-color:#DAE6F2; scrollbar-arrow-color:#B50008; margin:0px; padding:0px;} A {text-decoration: none;} /* keinen Linkstrich anzeigen */ a:link { color:#333333 } a:visited { color:#333333 } a:active { color:#333333 } a:hover { color:#B50008 } ul { padding: 5; margin: 5; width: 40em; } li { margin: 1em 0; } .box1{ background:"#FFF9EA"; float:left; padding:1px; width:190px; height:auto; margin-top:30px;} .box2{ background:"#FFF9EA"; height:auto; width: 600px; margin-top:5px; margin-left:230px; padding:10px; } </STYLE> <script LANGUAGE="JavaScript"> self.onError=null; currentX = currentY = 0; whichIt = null; lastScrollX = 0; lastScrollY = 0; NS = (document.layers) ? 1 : 0; IE = (document.all) ? 1: 0; function heartBeat() { if(IE) { diffY = document.body.scrollTop; diffX = document.body.scrollLeft; } if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; } if(diffY != lastScrollY) { percent = .1 * (diffY - lastScrollY); if(percent > 0) percent = Math.ceil(percent); else percent = Math.floor(percent); if(IE) document.all.slide.style.pixelTop += percent; if(NS) document.slide.top += percent; lastScrollY = lastScrollY + percent; } if(diffX != lastScrollX) { percent = .1 * (diffX - lastScrollX); if(percent > 0) percent = Math.ceil(percent); else percent = Math.floor(percent); if(IE) document.all.slide.style.pixelLeft += percent; if(NS) document.slide.left += percent; lastScrollX = lastScrollX + percent; } } function checkFocus(x,y) { var totalY, totalX; floatx = document.slide.pageX; floaty = document.slide.pageY; floatwidth = document.slide.clip.width; floatheight = document.slide.clip.height; if(20 == 0) totalY = floatheight; else totalY = 25; if(0 == 0) totalX = floatwidth; else totalX = 0; if( (x > floatx && x < (floatx+totalX)) && (y > floaty && y < (floaty+totalY))) return true; else return false; } function grabIt(e) { if(IE) { whichIt = event.srcElement; while (whichIt.id.indexOf("slide") == -1) { whichIt = whichIt.parentElement; if (whichIt == null) { return true; } } whichIt.style.pixelLeft = whichIt.offsetLeft; whichIt.style.pixelTop = whichIt.offsetTop; currentX = (event.clientX + document.body.scrollLeft); currentY = (event.clientY + document.body.scrollTop); if(20 == 0) totalY = whichIt.style.pixelHeight; else totalY = 20; if(0 == 0) totalX = whichIt.style.pixelWidth; else totalX = 0; if(!(event.clientX > whichIt.offsetLeft && event.clientX < whichIt.offsetLeft + totalX) || !(currentY > whichIt.offsetTop && currentY < whichIt.offsetTop + totalY)) whichIt = null; } else { window.captureEvents(Event.MOUSEMOVE); if(checkFocus (e.pageX,e.pageY)) { whichIt = document.slide; FloatTouchedX = e.pageX-document.slide.pageX; FloatTouchedY = e.pageY-document.slide.pageY; } } return true; } function moveIt(e) { if (whichIt == null) { return false; } if(IE) { newX = (event.clientX + document.body.scrollLeft); newY = (event.clientY + document.body.scrollTop); distanceX = (newX - currentX); distanceY = (newY - currentY); currentX = newX; currentY = newY; whichIt.style.pixelLeft += distanceX; whichIt.style.pixelTop += distanceY; if(whichIt.style.pixelTop < document.body.scrollTop) whichIt.style.pixelTop = document.body.scrollTop; if(whichIt.style.pixelLeft < document.body.scrollLeft) whichIt.style.pixelLeft = document.body.scrollLeft; if(whichIt.style.pixelLeft > document.body.offsetWidth - document.body.scrollLeft - whichIt.style.pixelWidth - 20) whichIt.style.pixelLeft = document.body.offsetWidth - whichIt.style.pixelWidth - 20; if(whichIt.style.pixelTop > document.body.offsetHeight + document.body.scrollTop - whichIt.style.pixelHeight - 5) whichIt.style.pixelTop = document.body.offsetHeight + document.body.scrollTop - whichIt.style.pixelHeight - 5; event.returnValue = false; } else { whichIt.moveTo(e.pageX-FloatTouchedX,e.pageY-FloatTouchedY); if(whichIt.left < 0+self.pageXOffset) whichIt.left = 0+self.pageXOffset; if(whichIt.top < 0+self.pageYOffset) whichIt.top = 0+self.pageYOffset; if( (whichIt.left + whichIt.clip.width) >= (window.innerWidth+self.pageXOffset-17)) whichIt.left = ((window.innerWidth+self.pageXOffset)-whichIt.clip.width)-17; if( (whichIt.top + whichIt.clip.height) >= (window.innerHeight+self.pageYOffset-17)) whichIt.top = ((window.innerHeight+self.pageYOffset)-whichIt.clip.height)-17; return false; } return false; } function dropIt() { whichIt = null; if(NS) window.releaseEvents (Event.MOUSEMOVE); return true; } if(NS) { window.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN); window.onmousedown = grabIt; window.onmousemove = moveIt; window.onmouseup = dropIt; } if(IE) { document.onmousedown = grabIt; document.onmousemove = moveIt; document.onmouseup = dropIt; } if(NS || IE) action = window.setInterval("heartBeat()",1); </script> </head> <body bgcolor="#FFF9EA" text="#333333" vlink="#333333"> <span ID="slide"> <div class="box1" style="width: 192; height: 282"> <table width="190" height="120" bgcolor="#FFF9EA" border="0" bordercolor="#F1DCC9" cellpadding="3" style="margin-left:0px;"> <tr> <td style="border: solid 2px #F1DCC9;" onMouseOver="this.style.border=&quot;2px solid #B50008&quot;; this.style.background=&quot;#FDEDD5&quot;" onMouseOut="this.style.border=&quot;2px solid #F1DCC9&quot;; this.style.background=&quot;#FFF9EA&quot;"> <strong>Stadtteilverein Horn</strong><br> <font size="2">Rhiemsweg 65<br> c/o M&uuml;tterberatungsstelle<br> 22111 Hamburg<br><br> Telefon: 040 - 655 93 575<br><br> <a href="mailto:info@stadtteilverein-horn.de" onFocus="if(this.blur)this.blur()">info@stadtteilverein-horn.de</a></font> </td> </tr> <tr> <td></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border=&quot;2px solid #B50008&quot;; this.style.background=&quot;#FDEDD5&quot;" onMouseOut="this.style.border=&quot;2px solid #F1DCC9&quot;; this.style.background=&quot;#FFF9EA&quot;" onclick="window.location.href=&quot;http://www.stadtteilverein-horn.de/index.htm&quot;" target="_self"> <strong>Startseite</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border=&quot;2px solid #B50008&quot;; this.style.background=&quot;#FDEDD5&quot;" onMouseOut="this.style.border=&quot;2px solid #F1DCC9&quot;; this.style.background=&quot;#FFF9EA&quot;" onclick="window.location.href=&quot;http://www.stadtteilverein-horn.de/infos1.htm&quot;" target="_self"><strong>Infos &uuml;ber Horn</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border=&quot;2px solid #B50008&quot;; this.style.background=&quot;#FDEDD5&quot;" onMouseOut="this.style.border=&quot;2px solid #F1DCC9&quot;; this.style.background=&quot;#FFF9EA&quot;" onclick="window.location.href=&quot;http://www.stadtteilverein-horn.de/termine.htm&quot;" target="_self"><strong>Termine</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border=&quot;2px solid #B50008&quot;; this.style.background=&quot;#FDEDD5&quot;" onMouseOut="this.style.border=&quot;2px solid #F1DCC9&quot;; this.style.background=&quot;#FFF9EA&quot;" onclick="window.location.href=&quot;http://www.stadtteilverein-horn.de/kultur.htm&quot;" target="_self"><strong>Kultur in Horn</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border=&quot;2px solid #B50008&quot;; this.style.background=&quot;#FDEDD5&quot;" onMouseOut="this.style.border=&quot;2px solid #F1DCC9&quot;; this.style.background=&quot;#FFF9EA&quot;" onclick="window.location.href=&quot;http://www.stadtteilverein-horn.de/events.htm&quot;" target="_self"><strong>Eventberichte</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border=&quot;2px solid #B50008&quot;; this.style.background=&quot;#FDEDD5&quot;" onMouseOut="this.style.border=&quot;2px solid #F1DCC9&quot;; this.style.background=&quot;#FFF9EA&quot;" onclick="window.location.href=&quot;http://www.stadtteilverein-horn.de/bilder.htm&quot;" target="_self"><strong>Bilder</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border=&quot;2px solid #B50008&quot;; this.style.background=&quot;#FDEDD5&quot;" onMouseOut="this.style.border=&quot;2px solid #F1DCC9&quot;; this.style.background=&quot;#FFF9EA&quot;" onclick="window.location.href=&quot;http://www.stadtteilverein-horn.de/termine.htm&quot;" target="_self"><strong><a href="kurse.htm">Kurse</a></strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border=&quot;2px solid #B50008&quot;; this.style.background=&quot;#FDEDD5&quot;" onMouseOut="this.style.border=&quot;2px solid #F1DCC9&quot;; this.style.background=&quot;#FFF9EA&quot;" onclick="window.location.href=&quot;http://www.stadtteilverein-horn.de/einrichtungen.htm&quot;" target="_self"><strong>Einrichtungen</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border=&quot;2px solid #B50008&quot;; this.style.background=&quot;#FDEDD5&quot;" onMouseOut="this.style.border=&quot;2px solid #F1DCC9&quot;; this.style.background=&quot;#FFF9EA&quot;" onclick="window.location.href=&quot;http://www.stadtteilverein-horn.de/links.htm&quot;" target="_self"><strong>Links</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border=&quot;2px solid #B50008&quot;; this.style.background=&quot;#FDEDD5&quot;" onMouseOut="this.style.border=&quot;2px solid #F1DCC9&quot;; this.style.background=&quot;#FFF9EA&quot;" onclick="window.location.href=&quot;http://www.stadtteilverein-horn.de/Impressum.htm&quot;" target="_self"><strong>Impressum</strong></td> </tr> </table> </div> </span> <div class="box2" style="width: 724px; height: 887px"><p align="center"><img border="0" src="http://www.stadtteilverein-horn.de/Grafik/Logo.png" width="375" height="69" alt="Logo Stadtteilverein Horn"><br> <img border="0" src="http://www.stadtteilverein-horn.de/Grafik/schrift.gif" width="213" height="33" alt="Schriftzug Stadtteilverein Horn"><hr color="#B50008"> <br> <div align="left"> <table border="0" cellpadding="0" cellspacing="0" width="80%" height="260"> <tr> <td width="100%" height="20"></td> </tr> <tr> <td width="100%" valign="middle" align="left"> <font size="3">Events und Kulturveranstaltungen in Horn von 2006 bis 2009</font> <font size="2"> <ul> <li><a href="event_heldenwinter.htm">&quot;<u>HeldenWinter&quot; mit Michael Ehnert in der GSH-Horn am 11. November 2009</u></a></li> <li><a href="event_kunst_u_kulturtage_muemmelmansberg.htm"><u>Kunst und Kulturtage in M&uuml;mmelmannsberg 7. - 8. November 2009</u></a></li> <li><a href="event_gsh_jubi.htm"><u>Gesamtschule Horn 40. Jubil&auml;um</u></a></li> <li><a href="event_lichterkunst.htm"><u>Lichterkunst im Schleemer Park am 18. September 2009</u></a></li <li><a href="event_kirchenmusik_2009.htm"><u> Kirchenmusik vom Feinsten in der Nachbarschaft am 5. April 2009</u></a></li> <li><a href="event_muell_2009.htm"><u> Horn r&auml;umt auf am 28. M&auml;rz 2009</u></a></li> <li><a href="event_10J_Jupa2009.html"><u>10 Jahre Jugendparlament Horn - Jubil&auml;umsfeier</u></a><a href="event_10J_Jupa2009.html"><u> am 10. Januar 2009</u></a></li> <li><a href="event_hidden_shakespaere2.htm"><u>Hidden Shakespeare begeistert Horn am 7. November 2008</u></a> <li><a href="event_grenzlauf_2008.htm"><u>Horner Grenzlauf am 6. September 2008</u> </a></li> <li><a href="event_hahn.htm"><u>Thomas Hahn in der GS Horn am 16. Juli 2008</u></a></li> <li><a href="event_stadtteilfest2008.htm"><u>In Horn versteht man es, zu feiern: Stadtteilfest am 14. Juni 2008</u></a> <li><a href="event_Gwildis.htm"><u>Ein Weihnachtsmann verbindet Horn</u></a></li> <li><a target="_self" href="event_muell_2008.htm"><u>Horn r&auml;umt auf am 5. April 2008</u></a></li> <li><a target="_self" href="event_petschie.htm"><u>Vernissage von Wolfgang (Petschie) Peters 14. M&auml;rz 2008</u></a></li> <li><a href="event_reese.htm" target="_self"><u>Yasmin Reese Konzert am 3. M&auml;rz 2008</u></a></li> <li><a href="event_lerche_hoftheater.htm" target="_self"><u>Es war die Lerche im Kleinen Hoftheater am 10. Februar 2008</u></a></li> <li><a href="event_neujahr.htm" target="_self"><u>Jahresanfang auf der Horner Geest mit 2 Traditionales</u></a></li> <li><a href="event_awo_seniorentreff.htm" target="_self"><u>Einweihung des AWO-Seniorentreffs am Bauerberg 7 am 31. Januar 2008</u></a></li> <li><a href="event_gsh.htm" target="_self"><u>Die GSH im Ausnahmezustand am 6. Dezember 2007</u></a></li> <li><a href="event_timobasar.htm" target="_self"><u>Basar in der Timotheuskirche am 24. November 2007</u></a></li> <li><a href="event_bienenkorb.htm" target="_self"><u>Brunch im Haus Bienenkorb</u></a></li> <li><a href="event_martinsm.htm" target="_self"><u>Der Martinsmarkt am am 11. November 2007</u></a></li> <li><a href="event_jubi_wichernschule.htm" target="_self"><u>Jubil&auml;umswoche in der Wichernschule vom 2. - 6. Juli 2007</u></a></li> <li><a href="event_israel.htm"><u>Kindermusical &quot;Israel in &Auml;gypten&quot; am 1. Juli 2007</u></a></li> <li><a href="event_anatevka.htm"><u>Gastspiel &quot;Anatevka&quot; des Verbandes Hamburger Amateurtheater am 29. Juni 2007 im &quot;Kleinen Hoftheater&quot;</u></a></li> <li><a href="event_radtour.htm" target="_self"><u>1. Horner Familienradtour am 17. Juni 2007</u></a></li> <li><a href="eventbericht_2musiktag_gs_horn_2007.htm"><u>2. Musiktag der GS Horn am 14. Juni 2007</u></a></li> <li><a href="eventbericht_gartenfreunde_2007.htm"><u>100 Jahre Hamburger Gartenfreunde und 75 j&auml;hriges Bestehen des KGV Horner Marsch am 10. Juni 2007</u></a></li> <li><a href="eventbericht_vom_stadtteifest_2007.htm"><u>Horner Stadtteilfest 9. Juni 2007</u></a></li> <li><a href="event_nachtcafe.htm"><u>Opus Opel mit Christian von Richthofen am 25. Mai 2007</u></a></li> <li><a href="event_gs_horn_preis.htm"><u>Die Gesamtschule Horn erhielt am 17. Mai 2007 einen Preis f&uuml;r die Teilnahme an &quot;Musik gewinnt&quot;</u></a></li> <li><a href="bericht_hra_2007.htm"><u>Bericht &uuml;ber &quot;Hamburg r&auml;umt auf&quot; und die gewonnenen Tickets f&uuml;r das Tennisturnier am Rothenbaum</u></a></li> <li><a href="event_neujahrsgottesdienst.htm"><u>Neujahrsgottesdienst der Horner Kirchen am 1. Januar 2006 in der Martinskirche als Auftakt zum Jubil&auml;umsjahr (700 Jahre Horn)</u></a></li> <li><a href="event_jubi40.htm"><u>40. Jubil&auml;um der Freien evangelischen Gemeinde am 12. Februar 2006</u></a></li> <li><a href="event_konzert.htm"><u>Fr&uuml;hjahrskonzert des Sinfonischen Blasorchesters &quot;Wind &amp; Brass&quot; in der Schule beim Pachthof am 3. M&auml;rz 2006</u></a></li> <li><a href="auftaktveranstaltung_vivahorn.htm"><u>Auftaktveranstaltung &quot;VivaHorn&quot; am 22. M&auml;rz 2006</u></a></li> <li><a href="event_grenzlauf.htm"><u>Bericht vom Grenzlauf am 6. Mai 2006</u></a></li> <li><a href="uradventskranz.htm"><u>Der Uradventskranz aus dem Rauhen Haus in Horn am 4. Dezember 2006</u></a></li> </ul></font> </table> </div> <p align="center"> </div> </body> </html>