ÿþ<html> <head> <title>Stadtteilverein-Horn: Stadtteilfest 2011</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="2006 feierte Hamburg-Horn sein 700 j&auml;hriges Jubil&auml;um! Alle interessierten B&uuml;rger, Gesch&auml;ftsleute, Vereine und Institutionen waren damals und sind auch heute eingeladen, sich mit Ideen, Beitr&auml;gen und Unterst&uuml;tzung an den j&auml;hrlichen Veranstaltungen unseres Stadtteils zu beteiligen. "> <META NAME="KEYWORDS" CONTENT="Horn,Hamburg,Hamburg-Horn,Stadtteilverein,Stadtteilhaus,Polittb&uuml;ro,Salon Arndt"> <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 } .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; } ul { padding: 5; margin: 5; width: 40em; } li { margin: 1em 0; } span.beschr1 {font-family:Arial; color:#000088; font-weight:normal; text-decoration:none; text-underline:none; text-decoration:none; text-line-through:none} </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='2px solid #B50008'; this.style.background='#FDEDD5'" onMouseOut="this.style.border='2px solid #F1DCC9'; this.style.background='#FFF9EA'"> <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='2px solid #B50008'; this.style.background='#FDEDD5'" onMouseOut="this.style.border='2px solid #F1DCC9'; this.style.background='#FFF9EA'" onclick="window.location.href='http://www.stadtteilverein-horn.de/index.htm'" target="_self"> <strong>Startseite</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border='2px solid #B50008'; this.style.background='#FDEDD5'" onMouseOut="this.style.border='2px solid #F1DCC9'; this.style.background='#FFF9EA'" onclick="window.location.href='http://www.stadtteilverein-horn.de/infos1.htm'" target="_self"><strong>Infos &uuml;ber Horn</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border='2px solid #B50008'; this.style.background='#FDEDD5'" onMouseOut="this.style.border='2px solid #F1DCC9'; this.style.background='#FFF9EA'" onclick="window.location.href='http://www.stadtteilverein-horn.de/termine.htm'" target="_self"><strong>Termine</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border='2px solid #B50008'; this.style.background='#FDEDD5'" onMouseOut="this.style.border='2px solid #F1DCC9'; this.style.background='#FFF9EA'" onclick="window.location.href='http://www.stadtteilverein-horn.de/kultur.htm'" target="_self"><strong>Kultur in Horn</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border='2px solid #B50008'; this.style.background='#FDEDD5'" onMouseOut="this.style.border='2px solid #F1DCC9'; this.style.background='#FFF9EA'" onclick="window.location.href='http://www.stadtteilverein-horn.de/events.htm'" target="_self"><strong>Eventberichte</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border='2px solid #B50008'; this.style.background='#FDEDD5'" onMouseOut="this.style.border='2px solid #F1DCC9'; this.style.background='#FFF9EA'" onclick="window.location.href='http://www.stadtteilverein-horn.de/bilder.htm'" target="_self"><strong>Bilder</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border='2px solid #B50008'; this.style.background='#FDEDD5'" onMouseOut="this.style.border='2px solid #F1DCC9'; this.style.background='#FFF9EA'" onclick="window.location.href='http://www.stadtteilverein-horn.de/termine.htm'" 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='2px solid #B50008'; this.style.background='#FDEDD5'" onMouseOut="this.style.border='2px solid #F1DCC9'; this.style.background='#FFF9EA'" onclick="window.location.href='http://www.stadtteilverein-horn.de/einrichtungen.htm'" target="_self"><strong>Einrichtungen</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border='2px solid #B50008'; this.style.background='#FDEDD5'" onMouseOut="this.style.border='2px solid #F1DCC9'; this.style.background='#FFF9EA'" onclick="window.location.href='http://www.stadtteilverein-horn.de/links.htm'" target="_self"><strong>Links</strong></td> </tr> <tr> <td style="border: solid 2px #F1DCC9; cursor:pointer;" onMouseOver="this.style.border='2px solid #B50008'; this.style.background='#FDEDD5'" onMouseOut="this.style.border='2px solid #F1DCC9'; this.style.background='#FFF9EA'" onclick="window.location.href='http://www.stadtteilverein-horn.de/Impressum.htm'" 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"> <font size="2"> <blockquote> <p><strong>Stadtteilfest Horn</strong></p> <ul> <li> Der Bericht zum 2011er Stadtteilfest am 28. Mai <a href="http://www.stadtteilverein-horn.de/stf2011.html">steht hier</a>. </li> <li> Das gro&szlig;e Stadtteilfest f&uuml;r die ganze Familie fand statt am Samstag, den 28. Mai 2011 von 10 - 18 Uhr auf dem P&R Parkplatz &quot;Am Gojenboom&quot; bei der U-Bahnstation &quot;Horner Rennbahn&quot; (Linie U2). <br>&nbsp;<br> Viele St&auml;nde von sozialen Einrichtungen und Vereinen informierten &uuml;ber ihre Arbeit im Stadtteil. Die K&uuml;nstlermeile l&auml;dt zum Staunen ein. Die gro&szlig;e B&uuml;hne mit Live- Auftritten verschiedener Gruppen aus dem Stadtteil und der Umgebung sorgt f&uuml;r Unterhaltung. Gastrost&auml;nde sorgen f&uuml;r das leibliche Wohl. <br>&nbsp;<br> Der Flohmarkt bietet f&uuml;r Jeden etwas. Das ausgedehnte, kostenlose Kinderareal erm&ouml;glicht den Kleinen vielf&auml;ltige Spielm&ouml;glichkeiten. Auf der Kinderb&uuml;hne zeigt der Nachwuchs sein beeindruckendes K&ouml;nnen. </li> </ul> </blockquote></font> </div> </body> </html>