Tagesbericht Klettern vom Sommer 08

Einsortiert unter Startseite, Pfadfinder. (Kurzlink)

<meta content="OpenOffice.org 3.1 (Win32)" name="GENERATOR" /><style type="text/css"> <!-- @page { margin: 2cm } P { margin-bottom: 0.21cm } --> </style></p> <p style="margin-bottom: 0cm">Wir trafen uns mittags am Pfarrheim. Anschließend gingen wir in den Materialkeller, um dort noch die Klettergurte und andere zum Klettern wichtige Sachen einzupacken. Danach ging es in Begleitung von Sandra und Karsten, die wie Heike einen Sicherungsschein haben, nach Duisburg in die Kletterhalle. Nachdem wir uns umgezogen hatten konnten wir an den zahlreichen Kletterwänden unsere Grenzen erforschen und unsere eventuelle Höhenangst zu überwinden versuchen.</p> <p style="margin-bottom: 0cm"> <div style="text-align: center"><img width="419" height="314" id="image236" alt="Klettern1" src="http://www.dpsg-rheinberg.de/wp-content/uploads/2009/08/klettern08.jpg" /></div> <p style="margin-bottom: 0cm"> <p style="margin-bottom: 0cm"> <div style="text-align: center"><img width="315" height="420" alt="Klettern3" id="image238" src="http://www.dpsg-rheinberg.de/wp-content/uploads/2009/08/klettern3.jpg" /></div> <p style="margin-bottom: 0cm">Als wir gegen Abend wieder am Pfarrheim ankamen, machten wir noch ein Grillfest, zu dem jeder etwas mitgebracht hatte. Miriam kam auch noch dazu.</p> <p style="margin-bottom: 0cm"> <div style="text-align: center"><img width="419" height="314" id="image237" alt="Klettern2" src="http://www.dpsg-rheinberg.de/wp-content/uploads/2009/08/klettern082.jpg" /></div> <p style="margin-bottom: 0cm">Auch der an diesem Wochenende abgebrannte Bauwagen konnten die gute Laune nicht trüben.</p> <p style="margin-bottom: 0cm"> <p style="margin-bottom: 0cm">Robert Rameker</p> </div> <p class="meta bottom"> Geschrieben von <a href="http://www.dpsg-rheinberg.de/?author=4" title="Beiträge von Henning Cleve">Henning Cleve</a> vor einem Jahr (Mittwoch, 19.08.09, 21:57 h). </p> <div class="pagenav"> <div class="prev"><a href="http://www.dpsg-rheinberg.de/?p=229">Neuer Rüsthaus-Sammelbesteller</a></div> <div class="next"><a href="http://www.dpsg-rheinberg.de/?p=232">Pfadi-Hajk Sommer 09</a></div> </div> </div> <!-- #text --> <div id="comments" class="contentbox guest"> <h2> Kommentare<span></span> </h2> <div id="commentlist"> <!--p>Dieser Platz ist für deinen Kommentar bestimmmt!</p--> <div id="newcomment"> <h3> Ersten Kommentar schreiben </h3> <form action="http://www.dpsg-rheinberg.de/wp-comments-post.php" method="post"> <p class="name"> <label for="author">Name (Pflicht)</label> <input type="text" name="author" id="author" class="textarea" value="" tabindex="1" /> <input type="hidden" name="comment_post_ID" value="231" /> <input type="hidden" name="redirect_to" value="/?p=231" /> </p> <p class="email"> <label for="email">eMail</label> (Pflicht, wird nicht angezeigt!) <input type="text" name="email" id="email" value="" tabindex="2" /> </p> <p class="homepage"> <label for="url">Homepage</label> <input type="text" name="url" id="url" value="" tabindex="3" /> </p> <p class="commenttext"> <label for="comment">Kommentartext</label> <br /> <textarea name="comment" id="comment" tabindex="4" rows="10" cols="10"></textarea> </p> <p> <input name="submit" id="submit" type="submit" tabindex="5" value="Kommentar speichern" /> <input type="hidden" name="comment_post_ID" value="231" /> <input type="hidden" id="sk2_my_js_check1" name="sk2_my_js_check1" value="y95p469z98" /> <input type="hidden" id="sk2_my_js_check2" name="sk2_my_js_check2" value="c8c6e93c469745ddadc0c44c4d15e63d" /> <script type="text/javascript"> <!-- document.write('<input type="hidden" id="sk2_my_js_payload" name="sk2_my_js_payload" value="'); document.write(Math.round ( Math.abs(((((((1 + 13) - 34) + 28) - 9) + 19) + 22)))); document.write('" />'); --> </script> <input type="hidden" id="sk2_time" name="sk2_time" value="1283798626" /><input type="hidden" id="sk2_ip" name="sk2_ip" value="38.107.191.101" /><input type="hidden" id="sk2_payload" name="sk2_payload" value="601066303bb9d75b57b8e36d4d663681" /> </p> </form> <div id="commentformatting"> <h3>Formatierung</h3> <ul> <li><a href="http://DEINE-LINK-URL">DEIN-LINK-TEXT</a></li> <li><strong><strong>Fett</strong></strong> und <em><em>Kursiv</em></em></li> <li><blockquote>Ein Zitat-Absatz</blockquote></li> </ul> </div> <p class="wichtig">Übrigens: Du kannst dich auch <a href="/anmeldung/">auf dieser Website anmelden -- mehr...</a></p> </div> <!-- #newcomment --> </div> <div class="clear"></div> </div> <div id="archive" class="contentbox"> <h2>Artikel-Archiv </h2> <div class="timeline-div" id="timelineDiv"> <img src="http://www.dpsg-rheinberg.de/wp-content/plugins/timeline.php?action=getWaitImage" /><br> Loading the Timeline ...<br> Please wait.<br> <br> </div> <script type="text/javascript"> function loadTimeline() { /* ------------------ */ /* Get XMLHttpRequest */ /* ------------------ */ if (window.XMLHttpRequest) { var request = new XMLHttpRequest(); /* W3C compliant */ } else if (window.ActiveXObject) { var request = new ActiveXObject("Microsoft.XMLHTTP"); /* Internet Explorer */ } /* ----------------- */ /* Callback function */ /* ----------------- */ request.onreadystatechange = function() { /* Request ok ? */ if (request.readyState != 4) return; /* Get the timeline id */ div = document.getElementById("timelineDiv"); /* Put the timline into the div */ div.innerHTML = request.responseText; /* Scroll right */ div.scrollLeft = 50000; /* Make nice titles */ makeNiceTitles(); } /* --------------------------------------------- */ /* Get the HTML of the timeline, asynchroneously */ /* --------------------------------------------- */ url="http://www.dpsg-rheinberg.de/wp-content/plugins/timeline.php?action=getHTML"; request.open('GET', url, true); // Prepare the request request.send(null); // Send it } // OnLoad event if (window.addEventListener) { /* W3C compliant */ window.addEventListener("load", loadTimeline, true); } else if (window.attachEvent) { /* IE */ window.attachEvent("onload", loadTimeline); } </script> </div> </div> <!-- #content --> <div id="sidebar"> </div> <div id="footer"> <!-- 49 queries. 0.944 seconds.--> <!-- DPSG Rheinberg --> <p> <a href="http://www.dpsg-rheinberg.de/?page_id=3">Impressum & Kontakt</a> | Wir empfehlen <a href="http://www.scoutpress.de/"><strong>Scoutpress</strong> – Pfadfinder einfach online!</a> und das <a href="http://www.scoutpress.de/templates/">'Klarheit'-Template</a> von <a href="http://fly.ingsparks.de">Tobias</a>. <br> Das Template 'Klarheit' wurde von <a href="mailto:karsten@dpsg-rheinberg.de">Karsten</a> für den Stamm Phoenix St. Anna Rheinberg angepasst. <br /> <!-- Mehr über Creative Commons http://de.creativecommons.org/ --> <!--Creative Commons License--> <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/de/"><img alt="Creative Commons License" style="border-width: 0" src="http://www.dpsg-rheinberg.de/wp-content/themes/sp_phoenix/images/creative-commons_by-nc-sa.png"/></a> This work is licenced under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/de/">Creative Commons Licence</a>.<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/de/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.0/de/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> </p> </div> </div> <!-- #wrapper --> <!-- Google-Stats --> <!--script src=”http://www.google-analytics.com/urchin.js” type=”text/javascript”></script> <script type=”text/javascript”>_uacct = “UA-66113-xxx”;urchinTracker();</script--> </body> </html>