<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Muckels Tagebuch &#187; Allgemein</title>
	<atom:link href="http://tobias-leben.de/blog/category/allgemein/feed" rel="self" type="application/rss+xml" />
	<link>http://tobias-leben.de/blog</link>
	<description>aus dem Leben geschrieben</description>
	<lastBuildDate>Wed, 14 Mar 2012 15:51:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Problem mit dem einbinden einer ntfs Partition unter Ubuntu Oneiric Ocelot</title>
		<link>http://tobias-leben.de/blog/problem-mit-dem-einbinden-einer-ntfs-partition-unter-ubuntu-oneiric-ocelot-3244.htm</link>
		<comments>http://tobias-leben.de/blog/problem-mit-dem-einbinden-einer-ntfs-partition-unter-ubuntu-oneiric-ocelot-3244.htm#comments</comments>
		<pubDate>Wed, 14 Mar 2012 11:34:50 +0000</pubDate>
		<dc:creator>Muckel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://tobias-leben.de/blog/?p=3244</guid>
		<description><![CDATA[Lösung gefunden! Auf meinem Netbook, dem ASUS EeePC 1008 HA, habe ich meine Daten gesichert und beide Betriebssysteme aufgeräumt. Somit habe ich eine ntfs Partition mit Windows XP und daneben eine ext4 und swap Partition für Ubuntu Oneiric Ocelot. Nachdem ich meine ntfs Partition unter Windows XP defragmentiert habe, hatte ich am Ende der festplatte [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-top:1em;margin-bottom:1em;text-align:center;font-variant:small-caps;font-weight:bold;font-size:25px;text-decoration:underline;color:#800000;">Lösung gefunden!</p>
<p>Auf meinem Netbook, dem ASUS EeePC 1008 HA, habe ich meine Daten gesichert und beide Betriebssysteme aufgeräumt. Somit habe ich eine ntfs Partition mit Windows XP und daneben eine ext4 und swap Partition für Ubuntu Oneiric Ocelot. Nachdem ich meine ntfs Partition unter Windows XP defragmentiert habe, hatte ich am Ende der festplatte eine neue Partition angelegt, auch mit ntfs.</p>
<p>Ziel ist es, dass ich auf der freien ntfs Partition meine sämtlichen Daten wie Bilder, Schriftdokumente, Scans usw. ablege, damit ich sie von beiden Betriebssystemen aus benutzen kann.</p>
<p>Doch leider gibt es ein Problem bei diesem vorhaben. Denn bei meinen Versuchen die Partition(en) unter Ubuntu zu mounten, taucht immer die Meldung auf, dass sie read-only sind. Somit kann ich die vorhandenen Daten zwar lesen, aber keine neuen ablegen, Verzeichnisse erstellen oder ähnliches.</p>
<h2>Versuche mit der fstab</h2>
<p>Da ich sie auf dauer einbinden möchte, habe ich sie als erstes in der /etc/fstab eingetragen, davor zwei Verzeichnisse erstellt und die /etc/fstab mit mount -a wieder ab arbeiten lassen.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># /etc/fstab: static file system information.</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># Use 'blkid' to print the universally unique identifier for a</span>
<span style="color: #666666; font-style: italic;"># device; this may be used with UUID= as a more robust way to name devices</span>
<span style="color: #666666; font-style: italic;"># that works even if disks are added and removed. See fstab(5).</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;">#</span>
proc            <span style="color: #000000; font-weight: bold;">/</span>proc           proc    nodev,noexec,nosuid <span style="color: #000000;">0</span>       <span style="color: #000000;">0</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># / was on /dev/sda5 during installation</span>
<span style="color: #007800;">UUID</span>=5c15b992-e36f-46d7-8b62-fad1077374f3 <span style="color: #000000; font-weight: bold;">/</span>               ext4    <span style="color: #007800;">errors</span>=remount-ro <span style="color: #000000;">0</span>       <span style="color: #000000;">1</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># swap was on /dev/sda6 during installation</span>
<span style="color: #007800;">UUID</span>=bc10bef8-37d3-4dd4-<span style="color: #000000;">9982</span>-00fb077f7878 none            swap    sw              <span style="color: #000000;">0</span>       <span style="color: #000000;">0</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;">#	A C H T U N G - A E N D E R U N G E N</span>
<span style="color: #666666; font-style: italic;">#	ab dieser Zeile um die Windows-XP Partion einzubinden</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># ntfs Partition einbinden fuer Windows-XP und Daten</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #007800;">UUID</span>=8AE8CB10E8CAFA09	<span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Daten	ntfs	rw,auto,<span style="color: #c20cb9; font-weight: bold;">users</span>,noexec,<span style="color: #007800;">nls</span>=utf8,<span style="color: #007800;">umask</span>=007,<span style="color: #007800;">gid</span>=<span style="color: #000000;">46</span>  <span style="color: #000000;">0</span>  <span style="color: #000000;">0</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #007800;">UUID</span>=3A6070C960708D7F	<span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Win-XP	ntfs	rw,auto,<span style="color: #c20cb9; font-weight: bold;">users</span>,noexec,<span style="color: #007800;">nls</span>=utf8,<span style="color: #007800;">umask</span>=007,<span style="color: #007800;">gid</span>=<span style="color: #000000;">46</span>  <span style="color: #000000;">0</span>  <span style="color: #000000;">0</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># UUID=8AE8CB10E8CAFA09	/media/Daten	ntfs	defaults,nls=utf8,umask=007,gid=46,uid=1000  0  0</span>
<span style="color: #666666; font-style: italic;"># UUID=4F0761AC5A2FAAEF  /Daten  ntfs  defaults,nls=utf8,umask=007,gid=46,uid=1000  0  0</span>
<span style="color: #666666; font-style: italic;"># UUID=4F0761AC5A2FAAEF  /Daten  ntfs  rw,auto,users,noexec,nls=utf8,umask=0002,gid=46  0  0</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># UUID=3A6070C960708D7F	/media/Win-XP	ntfs	uid=1000,umask=0022 0 0</span>
<span style="color: #666666; font-style: italic;"># UUID=3A6070C960708D7F  /Windows-XP  ntfs  rw,auto,users,noexec,nls=utf8,umask=0002,gid=46  0  0</span>
<span style="color: #666666; font-style: italic;"># UUID=3A6070C960708D7F  /Windows-XP  ntfs  defaults,nls=utf8,umask=007,gid=46,uid=1000  0  0</span>
<span style="color: #666666; font-style: italic;">#</span></pre></div></div>

<p>An dem Inhalt der fstab seht ihr, dass ich verschieden Versuche durchgeführt habe. Meine Versuche bezogen sich auf:</p>
<ul>
<li>die angelegten Verzeichnisse</li>
<ul>
<li>zuweisen des Eigentümers</li>
<li>zuweisen der Gruppe</li>
<li>zuweisen der Rechte</li>
</ul>
<li>an den Möglichkeiten des mountes, sowohl in der shell, wie auch in der fstab</li>
<ul>
<li>ändern des umask wegen der Berechtigungen</li>
<li>setzen der uid um mein Benutzerkonto zuzuweisen</li>
<li>angeben der gid um die Gruppe plugdev zuzuweisen, der auch mein Benutzerkonto angehört</li>
</ul>
</ul>
<p>Doch was kann ich nun noch machen? Solange die entsprechende Partition <span style="text-decoration: underline;">nicht</span> gemountet ist, habe ich alle rechte:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-l</span>
insgesamt <span style="color: #000000;">12</span>
drwxrwxr-- <span style="color: #000000;">2</span> muckel plugdev <span style="color: #000000;">4096</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">11</span>:<span style="color: #000000;">32</span> Daten
drwxrwxr-- <span style="color: #000000;">2</span> muckel plugdev <span style="color: #000000;">4096</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">11</span>:<span style="color: #000000;">32</span> Win-XP</pre></div></div>

<p>Versuche ich dann mit der /etc/fstab zu mounten, so wie es dieser <a title="Ubuntuusers Wiki Windows Partitionen einbinden" href="http://wiki.ubuntuusers.de/Windows-Partitionen_einbinden" target="_blank">Ubuntuusers-Wiki-Artikel</a> vorgibt, ändert sich der Eigentümer der Verzeichnisse und ich kann dort nichts machen:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-l</span>
insgesamt <span style="color: #000000;">28</span>
dr-xr-x--- <span style="color: #000000;">1</span> root plugdev  <span style="color: #000000;">4096</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">17</span>:<span style="color: #000000;">40</span> Daten
dr-xr-x--- <span style="color: #000000;">1</span> root plugdev <span style="color: #000000;">20480</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">18</span>:<span style="color: #000000;">15</span> Win-XP</pre></div></div>

<p>Weise ich dem Eintrag in der /etc/fstab eine uid=1000 zu, dann wird mein Benutzer zwar als Eigentümer gesetzt, doch die Rechte ändern sich leider nicht passend:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-a</span>
<span style="color: #c20cb9; font-weight: bold;">mount</span>: warning: <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Daten seems to be mounted read-only.
<span style="color: #c20cb9; font-weight: bold;">mount</span>: warning: <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Win-XP seems to be mounted read-only.
muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-l</span>
insgesamt <span style="color: #000000;">28</span>
dr-xr-x--- <span style="color: #000000;">1</span> muckel plugdev  <span style="color: #000000;">4096</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">17</span>:<span style="color: #000000;">40</span> Daten
dr-xr-x--- <span style="color: #000000;">1</span> muckel plugdev <span style="color: #000000;">20480</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">18</span>:<span style="color: #000000;">15</span> Win-XP</pre></div></div>

<p>Also müsste ich die umsak noch ändern. Sie soll eigentlich 007 sein. In dem Buch <em>Linux KurzuGut</em> vom O&#8217;Reilly Verlag steht, dass die umask auch folgende Werte haben kann:</p>
<ul>
<li>0022 = eigener Benutzer alle rechte, andere dürfen lesen</li>
<li>0002 = eigener Benutzer und Gruppe haben volle Rechte</li>
<li>0077 = eigener Benutzer volle Rechte, sonst keine</li>
</ul>
<p>Doch leidert änderten die umask Werte 0022, 0002 und 0077 das Problem nicht.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-a</span>
<span style="color: #c20cb9; font-weight: bold;">mount</span>: warning: <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Daten seems to be mounted read-only.
<span style="color: #c20cb9; font-weight: bold;">mount</span>: warning: <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Win-XP seems to be mounted read-only.
muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-l</span>
insgesamt <span style="color: #000000;">28</span>
dr-xr-xr-x <span style="color: #000000;">1</span> muckel plugdev  <span style="color: #000000;">4096</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">17</span>:<span style="color: #000000;">40</span> Daten
dr-xr-xr-x <span style="color: #000000;">1</span> muckel plugdev <span style="color: #000000;">20480</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">18</span>:<span style="color: #000000;">15</span> Win-XP</pre></div></div>

<p>Laut diesem <a title="Linux und Ubuntu Rechte Rechner" href="http://home.arcor.de/frank.ue/rechterechner.html" target="_blank">Rechte-Rechner</a> müsste der Wert 007 betragen, damit der Benutzer und die Gruppe alle Rechte haben.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-a</span>
<span style="color: #c20cb9; font-weight: bold;">mount</span>: warning: <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Daten seems to be mounted read-only.
<span style="color: #c20cb9; font-weight: bold;">mount</span>: warning: <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Win-XP seems to be mounted read-only.
muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-l</span>
insgesamt <span style="color: #000000;">28</span>
dr-xr-x--- <span style="color: #000000;">1</span> muckel plugdev  <span style="color: #000000;">4096</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">17</span>:<span style="color: #000000;">40</span> Daten
dr-xr-x--- <span style="color: #000000;">1</span> muckel plugdev <span style="color: #000000;">20480</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">18</span>:<span style="color: #000000;">15</span> Win-XP</pre></div></div>

<h2>Versuche mit mount in der shell</h2>
<p>Da das mounten mit der fstab nicht funktionierte, habe ich auch versucht, dass über die shell mit mount zu machen.</p>
<p>Als Beispiel dafür meine beiden letzten Versuche, da ich wie auch in der fstab alles probiert habe, was ich vermutet habe</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-l</span>
insgesamt <span style="color: #000000;">12</span>
drwxr-xr-x <span style="color: #000000;">2</span> muckel plugdev <span style="color: #000000;">4096</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">11</span>:<span style="color: #000000;">32</span> Daten
drwxr-xr-x <span style="color: #000000;">2</span> muckel plugdev <span style="color: #000000;">4096</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">11</span>:<span style="color: #000000;">32</span> Win-XP
muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-t</span> ntfs <span style="color: #660033;">-o</span> <span style="color: #007800;">umask</span>=0002,<span style="color: #007800;">gid</span>=<span style="color: #000000;">46</span>,<span style="color: #007800;">nls</span>=utf8 <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda1 <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Win-XP
<span style="color: #c20cb9; font-weight: bold;">mount</span>: warning: <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Win-XP seems to be mounted read-only.
muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-l</span>
insgesamt <span style="color: #000000;">28</span>
drwxr-xr-x <span style="color: #000000;">2</span> muckel plugdev  <span style="color: #000000;">4096</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">11</span>:<span style="color: #000000;">32</span> Daten
dr-xr-xr-x <span style="color: #000000;">1</span> root   list    <span style="color: #000000;">20480</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">12</span> <span style="color: #000000;">11</span>:<span style="color: #000000;">36</span> Win-XP</pre></div></div>

<p>Geändert habe ich nun die umask und das ich den &#8220;Eigentümer&#8221; via uid=1000 angegeben habe.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #660033;">-t</span> ntfs <span style="color: #660033;">-o</span> <span style="color: #007800;">umask</span>=003,<span style="color: #007800;">uid</span>=<span style="color: #000000;">1000</span>,<span style="color: #007800;">gid</span>=<span style="color: #000000;">46</span>,<span style="color: #007800;">nls</span>=utf8 <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda1 <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Win-XP
<span style="color: #c20cb9; font-weight: bold;">mount</span>: warning: <span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>Win-XP seems to be mounted read-only.
muckel<span style="color: #000000; font-weight: bold;">@</span>netbook-ubuntu:<span style="color: #000000; font-weight: bold;">/</span>media$ <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-l</span>
insgesamt <span style="color: #000000;">28</span>
drwxrwxr-- <span style="color: #000000;">2</span> muckel plugdev  <span style="color: #000000;">4096</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">13</span> <span style="color: #000000;">11</span>:<span style="color: #000000;">32</span> Daten
dr-xr-xr-- <span style="color: #000000;">1</span> muckel plugdev <span style="color: #000000;">20480</span> <span style="color: #000000;">2012</span>-03-<span style="color: #000000;">12</span> <span style="color: #000000;">11</span>:<span style="color: #000000;">36</span> Win-XP</pre></div></div>

<p>Leider waren diese Versuche ohne Erfolg, weshalb ich hoffe, dass mir jemand helfen kann.</p>
<h2>Quellen</h2>
<p>Bei <a title="Ubuntuusers de Forum, Blog und Wiki zu Ubuntu und seinen Varianten" href="http://ubuntuusers.de/" target="_blank">Ubuntuusers.de</a> habe ich folgende Quellen genutzt:</p>
<ul>
<li>Nachfrage im Forum: »<a title="Ubuntuusers Forum Rechte auf Partition(en) die durch die /etc/fstab eingebunden sind" href="http://forum.ubuntuusers.de/topic/rechte-auf-partition-en-die-durch-die-etc-fsta/" target="_blank">Rechte an Partition(en) die durch /etc/fstab eingebunden sind</a>«</li>
<li>Und zu vor habe ich Artikel in dem Wiki von <a title="Ubuntuusers.de Wiki" href="http://wiki.ubuntuusers.de/" target="_blank">Ubuntuusers.de &#8211; Wiki</a> gelesen:</li>
<ul>
<li><a title="Wiki Ubuntuusers.de Windows Partitionen einbinden" href="http://wiki.ubuntuusers.de/Windows-Partitionen_einbinden" target="_blank">Windows-Partitionen-einbinden</a></li>
<li>vorläufige <a title="Wiki Ubuntuusers.de vorläufige Überarbeitung Windows Partitionen einbinden" href="http://wiki.ubuntuusers.de/Baustelle/Windows-Partitionen_einbinden" target="_blank">Überarbeitung</a> von Windows-Partitionen-einbinden</li>
<li>den Artikel mount</li>
<li>und einige andere</li>
</ul>
</ul>
<p>Auch habe ich im <a title="Ubuntu-Forum.de" href="http://www.ubuntu-forum.de/artikel/59857/ntfs-partitionen-2-lassen-sich-nicht-mit-schreibrechten-einbinden-nur-read-only-wie-kann-ich-das-beheben.html" target="_blank">Ubuntu-Forum.de</a> nachgefragt.</p>
<ul>
<li><a title="ntfs-3g im Wiki von ubuntu-forum.de" href="http://wiki.ubuntu-forum.de/index.php/NTFS-3g" target="_blank">Beitrag ntfs-3g</a> im Wiki von Ubuntu-forum.de</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tobias-leben.de/blog/problem-mit-dem-einbinden-einer-ntfs-partition-unter-ubuntu-oneiric-ocelot-3244.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CEBIT Karten 2 Stück</title>
		<link>http://tobias-leben.de/blog/cebit-karten-2-stuck-3241.htm</link>
		<comments>http://tobias-leben.de/blog/cebit-karten-2-stuck-3241.htm#comments</comments>
		<pubDate>Mon, 05 Mar 2012 19:10:08 +0000</pubDate>
		<dc:creator>Muckel</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Cebit]]></category>
		<category><![CDATA[Cebit-Karten]]></category>
		<category><![CDATA[Hannover]]></category>
		<category><![CDATA[Hannover Messer]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[IT-Messe]]></category>
		<category><![CDATA[Messe]]></category>
		<category><![CDATA[Messe Hannover]]></category>

		<guid isPermaLink="false">http://tobias-leben.de/blog/?p=3241</guid>
		<description><![CDATA[Halli Hallo, habe 2 Cebit-Karten durch eine sehr gute Freundin zu vergeben. Wer mich kennt und sie haben möchte, kann sich gerne via SMS melden. Bedenkt aber, dass sie via Post verschickt werden müssen, sofern ihr sie nicht in Bochum abholen könnt.]]></description>
			<content:encoded><![CDATA[<p>Halli Hallo,</p>
<p>habe 2 Cebit-Karten durch eine sehr gute Freundin zu vergeben. Wer mich kennt und sie haben möchte, kann sich gerne via SMS melden.</p>
<p>Bedenkt aber, dass sie via Post verschickt werden müssen, sofern ihr sie nicht in Bochum abholen könnt.</p>
]]></content:encoded>
			<wfw:commentRss>http://tobias-leben.de/blog/cebit-karten-2-stuck-3241.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>»kleines Grün« und »Honey Hair«</title>
		<link>http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm</link>
		<comments>http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm#comments</comments>
		<pubDate>Sun, 14 Aug 2011 12:01:54 +0000</pubDate>
		<dc:creator>Muckel</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Fotografie]]></category>
		<category><![CDATA[15 Jahre]]></category>
		<category><![CDATA[auf die Piste]]></category>
		<category><![CDATA[Ausgehen]]></category>
		<category><![CDATA[Bestehen]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Feier]]></category>
		<category><![CDATA[Feierlichkeit]]></category>
		<category><![CDATA[Frisör]]></category>
		<category><![CDATA[Honey Hair]]></category>
		<category><![CDATA[Jahrestag]]></category>
		<category><![CDATA[Jörg]]></category>
		<category><![CDATA[Jubiläum]]></category>
		<category><![CDATA[Klaus]]></category>
		<category><![CDATA[kleines Grün]]></category>
		<category><![CDATA[Party]]></category>
		<category><![CDATA[weg gehen]]></category>

		<guid isPermaLink="false">http://tobias-leben.de/blog/?p=3012</guid>
		<description><![CDATA[Gestern Abend gab es in Gelsenkirchen die Party »kleines Grün« und in Bochum die Feier zum 15. Jubiläum des Frisör und der Bar »Honey Hair«. Gegen 19 Uhr waren wir auf dem Gelände in Gelsenkirchen und haben kurz vorbei geschaut. Doch zu dieser frühen Stunde war dort noch nichts los, weshalb wir nach ein paar [...]]]></description>
			<content:encoded><![CDATA[<p>Gestern Abend gab es in Gelsenkirchen die Party <strong>»<span style="color: #00ff00;">kleines Grün</span>«</strong> und in Bochum die Feier zum 15. Jubiläum des Frisör und der Bar <strong>»<span style="color: #ff0000;">Honey Hair</span>«</strong>.</p>

<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_001' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_001'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_001-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_001" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_001" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_002' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_002'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_002-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_002" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_002" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_003' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_003'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_003-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_003" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_003" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_004' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_004'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_004-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_004" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_004" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_005' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_005'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_005-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_005" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_005" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_006' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_006'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_006-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_006" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_006" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_007' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_007'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_007-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_007" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_007" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_008' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_008'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_008-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_008" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_008" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_009' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_009'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_009-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_009" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_009" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_010_2' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_010_2'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_010_2-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_010_2" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_010_2" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_011' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_011'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_011-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_011" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_011" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_012' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_012'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_012-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_012" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_012" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_013' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_013'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_013-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_013" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_013" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_014' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_014'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_014-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_014" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_014" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_015' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_015'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_015-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_015" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_015" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_016' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_016'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_016-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_016" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_016" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_017' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_017'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_017-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_017" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_017" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_018' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_018'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_018-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_018" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_018" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_019_2' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_019_2'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_019_2-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_019_2" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_019_2" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_020' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_020'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_020-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_020" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_020" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_021' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_021'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_021-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_021" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_021" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_022' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_022'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_022-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_022" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_022" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_023' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_023'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_023-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_023" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_023" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_024' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_024'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_024-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_024" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_024" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_025' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_025'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_025-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_025" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_025" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_026' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_026'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_026-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_026" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_026" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_027' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_027'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_027-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_027" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_027" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_028' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_028'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_028-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_028" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_028" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_029' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_029'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_029-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_029" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_029" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_030' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_030'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_030-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_030" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_030" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_031' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_031'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_031-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_031" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_031" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_032' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_032'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_032-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_032" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_032" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_033' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_033'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_033-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_033" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_033" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_034' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_034'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_034-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_034" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_034" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_035' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_035'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_035-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_035" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_035" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_036' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_036'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_036-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_036" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_036" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_037' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_037'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_037-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_037" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_037" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_038' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_038'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_038-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_038" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_038" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_039' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_039'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_039-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_039" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_039" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_040' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_040'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_040-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_040" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_040" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_041' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_041'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_041-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_041" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_041" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_042' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_042'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_042-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_042" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_042" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_043' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_043'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_043-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_043" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_043" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_044' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_044'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_044-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_044" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_044" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_045' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_045'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_045-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_045" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_045" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_046' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_046'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_046-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_046" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_046" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_047' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_047'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_047-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_047" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_047" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_048' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_048'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_048-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_048" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_048" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_049' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_049'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_049-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_049" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_049" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_050' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_050'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_050-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_050" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_050" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_051' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_051'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_051-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_051" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_051" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_052' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_052'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_052-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_052" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_052" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_053-2' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_053-2'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_053-2-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_053-2" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_053-2" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_054_3' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_054_3'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_054_3-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_054_3" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_054_3" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_055' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_055'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_055-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_055" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_055" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_056' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_056'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_056-150x99.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_056" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_056" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_057' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_057'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_057-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_057" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_057" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_058_2' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_058_2'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_058_2-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_058_2" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_058_2" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_059' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_059'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_059-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_059" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_059" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_060' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_060'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_060-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_060" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_060" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_061' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_061'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_061-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_061" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_061" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_062' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_062'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_062-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_062" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_062" /></a>
<a href='http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/2011-08-13_kleines-gruen_und_honey-hair_web_063' title='2011-08-13_kleines-Gruen_und_Honey-Hair_web_063'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/08/2011-08-13_kleines-Gruen_und_Honey-Hair_web_063-99x150.jpg" class="attachment-thumbnail" alt="2011-08-13_kleines-Gruen_und_Honey-Hair_web_063" title="2011-08-13_kleines-Gruen_und_Honey-Hair_web_063" /></a>

<p>Gegen 19 Uhr waren wir auf dem Gelände in Gelsenkirchen und haben kurz vorbei geschaut. Doch zu dieser frühen Stunde war dort noch nichts los, weshalb wir nach ein paar Minuten wieder los gefahren sind, zu der Party von Jörg, der sein 15. Jähriges bestehen seines Frisör-Geschäftes feierte.</p>
<p>In den &#8220;<a title="Ruhr Nachrichten" href="http://www.ruhrnachrichten.de" target="_blank">Ruhr Nachrichten</a>&#8221; und in der &#8220;<a title="WAZ - Bochum - der Westen" href="http://www.derwesten.de/staedte/bochum/" target="_blank">WAZ</a>&#8221; soll ein Artikel zu dem Jubiläum gewesen sein, doch zumindest online habe ich es eben nicht gefunden.</p>
]]></content:encoded>
			<wfw:commentRss>http://tobias-leben.de/blog/kleines-gruen-und-honey-hair-3012.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suche nach Aufgaben und Spielen für einen Postenlauf</title>
		<link>http://tobias-leben.de/blog/suche-nach-aufgaben-und-spielen-fur-einen-postenlauf-2949.htm</link>
		<comments>http://tobias-leben.de/blog/suche-nach-aufgaben-und-spielen-fur-einen-postenlauf-2949.htm#comments</comments>
		<pubDate>Sat, 30 Jul 2011 11:14:56 +0000</pubDate>
		<dc:creator>Muckel</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Aufgaben]]></category>
		<category><![CDATA[Haijk]]></category>
		<category><![CDATA[Ori-Marsch]]></category>
		<category><![CDATA[Orientierungslauf]]></category>
		<category><![CDATA[Postenlauf]]></category>
		<category><![CDATA[Spiel]]></category>
		<category><![CDATA[Spiele]]></category>

		<guid isPermaLink="false">http://tobias-leben.de/blog/?p=2949</guid>
		<description><![CDATA[Bei Rate- und Spielsendungen gibt es immer wieder die Aufgabe, dass die Spieler (Person, Gruppe) erraten bzw. erkennen müssen, was auf einem Foto/Bild dargestellt wird. Selbst kenne ich das nur elektronische, so dass es immer ein Pixel mehr aufgedeckt wird. Hat jemand eine Idee, wie man das für Draußen, ohne Elektronik machen kann? Meine Überlegung [...]]]></description>
			<content:encoded><![CDATA[<p>Bei Rate- und Spielsendungen gibt es immer wieder die Aufgabe, dass die Spieler (Person, Gruppe) erraten bzw. erkennen müssen, was auf einem Foto/Bild dargestellt wird.</p>
<p>Selbst kenne ich das nur elektronische, so dass es immer ein Pixel mehr aufgedeckt wird. Hat jemand eine Idee, wie man das für Draußen, ohne Elektronik machen kann?</p>
<p>Meine Überlegung ist, dass man das gesuchte Bild erstmal Groß ausdrucken lässt &#8211; zum Beispiel DIN A3, DIN A2. Dann könnte man die Zettel von so &#8216;nem Haft-Notiz-Block nehmen, die man neben- und untereinander auf das gedruckte Foto klebt. Dann könnte man jene Stück für Stück abziehen, bis eben einer der Spieler das Motiv erraten/erkannt hat.</p>
<p>Problem sehe ich nur dabei, dass man bei mehreren Durchgängen die Zettel wieder aufkleben müsste und die ja teilweise nicht mehr gut kleben. Dann bräuchte man neue und das wäre für die Umwelt garnicht mehr gut.</p>
<p>Daher gebe ich die Frage an Euch weiter. Denn die Aufgabe Spiele, AKtionen (an einem Posten bei einem Orieentierungsmarsch, Haijk, Postenlauf etc.) zu finden, hat unter anderem meine Mutter und fragte somit auch mich. Doch da kenne ich nur Sachen für jüngere Teilnehmer und sie müssen etwas finden, welches für mehrere Alterklassen (ab 10 bei der Jugend bis ü60 bei den Rentnern) passend ist.</p>
<p>Wer kennt also Spiele, Aufgaben die für einen Jugend-Frauen-Männer Postenlauf klappen können?</p>
]]></content:encoded>
			<wfw:commentRss>http://tobias-leben.de/blog/suche-nach-aufgaben-und-spielen-fur-einen-postenlauf-2949.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Abgabe meines Schweizer Affen, Fahrtenbären und Juja</title>
		<link>http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm</link>
		<comments>http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm#comments</comments>
		<pubDate>Thu, 26 May 2011 16:00:43 +0000</pubDate>
		<dc:creator>Muckel</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Fotografie]]></category>
		<category><![CDATA[abgabe]]></category>
		<category><![CDATA[Affe]]></category>
		<category><![CDATA[Bär]]></category>
		<category><![CDATA[Fahrtenbär]]></category>
		<category><![CDATA[Gepäck]]></category>
		<category><![CDATA[Juja]]></category>
		<category><![CDATA[Jungenschaftsjacke]]></category>
		<category><![CDATA[Rucksack]]></category>
		<category><![CDATA[Schweizer Affe]]></category>
		<category><![CDATA[Tornister]]></category>
		<category><![CDATA[Verkauf]]></category>
		<category><![CDATA[Versteigerung]]></category>

		<guid isPermaLink="false">http://tobias-leben.de/blog/?p=2822</guid>
		<description><![CDATA[Achtung, die Sachen sind vergeben. Zumindest bei einem Stück werde ich von den Fahrten Postkarten oder Briefe bekommen, was sehr lieb und nett ist, vorallem wenn man selbst nur noch sehr wenig machen kann. &#160; &#160; &#160; Hallo Interessentinnen und Interessenten, meine aktive Zeit in der bündisch geprägten Pfadfinderei ist leider vorbei und damit auch [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><span style="text-decoration: underline; color: #800000;"><strong>Achtung, die Sachen sind vergeben.</strong></span></p>
<p>Zumindest bei einem Stück werde ich von den Fahrten Postkarten oder Briefe bekommen, was sehr lieb und nett ist, vorallem wenn man selbst nur noch sehr wenig machen kann.<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
<strong>Hallo Interessentinnen und Interessenten,</strong></p>
<p>meine aktive Zeit in der bündisch geprägten Pfadfinderei ist leider vorbei und damit auch die Fahrten, Lager, die Abende am Feuer und die vielen anderen Momenten, die ich sehr schön fand. Seit meiner allerletzten Fahrt im Sommer 2008 sind nun auch wieder fast 3 Jahre vergangen, in denen ich mich noch nicht von meinen Sachen trennen konnte.</p>
<p>Grund dafür ist, dass ich mir das Ende dieser schönen Zeit nicht selbst ausgesucht habe. Es wurde mir durch eine Erkrankung aufgezwungen, die es mir nicht mehr ermöglicht die Wanderschuhe zu schnüren, den Affen zu Schultern und los zu ziehen.</p>
<p>Auch die letzten, minimal kleinen Chancen sind vorbei und damit habe ich keine Möglichkeit mehr, dass diese Zeit für mich zurückkehrt. Da dies eingetreten ist, möchte ich mich nun von den Sachen trennen, da ich der Meinung bin, dass es einen Menschen gibt, der den Schweizer Affen, den Fahrtenbär oder die Juja noch aktiv nutzen kann.</p>
<p>Auf den folgenden Seiten möchte ich euch die drei Sachen vorstellen und den Zustand sowie die Funktion(en) beschreiben. Im Moment möchte ich die Sachen nicht über ein Auktionshaus oder ähnlichem anbieten, da es mir nicht direkt um das finanzielle geht. Es würde mich freuen, wenn Du mir einfach anbietest, was Du für einen Gegenwert hast. Ob jener Materiell, Geld oder etwas ganz anderes ist, überlasse ich Dir.</p>
<p>Abholbar wären die Sachen in Salzgitter. Innerhalb von Deutschland würde ich sie mit Hermes verschicken und in&#8217;s Ausland nach Absprache, vermutlich dann mit DHL.</p>
<p>Erreichen könnt ihr mich am besten via E-Mail (muckel/\at/\tobias-leben/\dot/\de) und für die Details können wir dann auch Telefonieren.</p>
<p>Herzlichst Gut Pfad / Jabonah / Horridoh / Mit freundlichen Grüßen</p>
<p>Muckel / Tobias</p>
<h2>Informationen als PDF-Datei</h2>
<p>Die Informationen zu meinem <strong>Schweizer Affen</strong>, meinem <strong>Fahrtenbären</strong> und meiner <strong>Ju</strong>ngenschafts<strong>ja</strong>cke habe ich auch zu einer PDF-Datei mit 8 Seiten zusammen gefasst.</p>
<p>Die PDF-Datei darf auch gerne verteilt werden, in Foren eingestellt werden usw. Selbst werde ich meine Bekannten auch mit Hilfe dieser Datei benachrichtigen.</p>
<ul>
<li>Link zu der PDF-Datei: <a title="Muckels Veraeusserung seines Schweizer Affen, seines Fahrtenbaeren und seiner Juja" href="http://tobias-leben.de/veraeusserung.pdf" target="_blank">http://tobias-leben.de/veraeusserung.pdf</a></li>
<li>Größe der PDF-Datei: 15 MB</li>
<li>Weitergabe: Ja, bitte mir Verweis auf diesen Artikel</li>
</ul>
<p>Der Inhalt der PDF-Datei folgt nun:</p>
<h2>der Schweizer Affe</h2>
<p><img style="float: left; width: 30%;" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-02.jpg" alt="mein Schweizer Affe" />Meinen Schweizer Affen habe ich auf einem Flohmarkt entdeckt und mich sehr gefreut, da er in einem ziemlich guten Zustand war. Den Zustand habe ich erhalten und dank des regelmäßigen einfetten sind auch die Lederteile noch in Ordnung. Lediglich an der vorne aufgesetzten Tasche fehlt ein wenig Fell und vom Deckel fehlt die eine Lederlasche zum schließen, doch dank eines Gepäckriemens (der auch dabei bleibt) kann man ihn trotzdem auf beiden Seiten schließen.</p>
<p>Möchte man die Lederlasche wieder haben, kann ein guter Sattler, Schuster oder eine Lederwerkstatt sie bestimmt reproduzieren und befestigen. Der Affe ist frisch gefettet und fünf Gepäckriemen gebe ich auch mit dazu. Somit wäre der Affe direkt einsatzbereit.</p>
<p>Wie bei vielen Schweizer Affen üblich kann man den Deckel abnehmen und ihn als alleinigen &#8220;Rucksack&#8221; verwenden. Auf Fahrt wurde dies ab und an gemacht, wenn man an einem Platz länger geblieben ist und nur nochmal Lebensmittel einkaufen oder eine andere Kleinigkeit transportieren wollte.</p>
<p>Der Affe hat bei mir neben einigen Lagern und kleinen Fahrten <a title="Großfahrt 2003 Italien" href="http://tobias-leben.de/blog/grosfahrt-2003-italien-255.htm" target="_blank">Italien</a>, Griechenland und <a title="Fahrt 2008 Tschechien" href="http://tobias-leben.de/blog/grosfahrt-tschechien-2008-458.htm#more-458" target="_blank">Tschechien</a> gesehen und ich hatte auf allen Fahrten keinerlei Probleme mit ihm.</p>
<p>Von ihm trenne ich mich, da es meine Gesundheit nicht mehr zulässt auf Fahrten, Lagern oder anderen Aktionen zu gehen. Drei Jahre hat es gedauert, bis ich mich zu diesem Schritt entschließen kann, da ich immer wieder gehofft hatte, wieder aktiv in der bündisch geprägten Pfadfinderei sein zu können. Nun hoffe ich, dass der Schweizer Affe bei einer neuen Trägerin, einem neuen Träger wieder auf Fahrt sein kann und etwas von Deutschland, Europa, der Welt sieht.</p>
<h3>Zugabe zum Affen</h3>
<p>Bei dem Schweizer Affen werden die Träger oben durch einen Holzstab gehalten. Dort wo er durch gesteckt wird, hatte ich auch einen Gurt durch geführt und an dessen Ende hatte ich zwei &#8220;Schnapper&#8221;, wie man sie bei Rucksäcken der Bundeswehr findet. An ihnen konnte ich dann meinen Brotbeutel oder die Fototasche einhängen.</p>
<p>Durch das Gewicht nach vorne, war auch das tragen des Gepäcks angenehmer, da es so nicht nur nach hinten zog. Diese &#8220;Konstruktion&#8221; lege ich auch dabei. Sie müsste nur wieder durch gesteckt werden, da ich zum fetten den Schweizer Affen auseinander hatte.</p>
<h2>der Fahrtenbär</h2>
<p><img style="float: right; width: 30%;" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-02.jpg" alt="mein Fahrtenbär" />Nach dem meine Gesundheit nicht mehr so gut war, bekam ich einen Fahrtenbär, da es ein Versuch war, ob ich mit ihm noch Unterwegs sein konnte. Doch auch er brachte für mich keine Verbesserung, ob wohl im Gegensatz zu einem Affen gepolster ist und einen Bauchgurt hat.</p>
<p>Wie auch der Schweizer Affe ist der Fahrtenbär vollkommen in Ordnung und ist somit direkt Startbereit. Auch die Imprägnierung ist noch in Ordnung und lässt Wasser ab perlen. Die Schlaufen für die Packriemen sind doppelt gesetzt. Sowohl von ihrer Anordnung wie auch von ihrem Material. Dadurch lies sich der Fahrtenbär gut packen. Habe am Anfang erst die Affenrolle befestigt und danach das &#8220;Innenleben&#8221; gepackt, so hatte ich eine gute Stabilität.</p>
<p>Dem Fahrtenbär lege ich vier Packriemen bei. Somit kann eine Affenrolle direkt befestigt werden und man bräuchte nur für ein Fell, Isomatte oder ähnliches noch einen und es kann hinaus in die Welt gehen.</p>
<h2>die <strong>Ju</strong>ngenschafts<strong>ja</strong>cke, Juja</h2>
<p><img style="float: left; width: 30%;" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Juja-02.jpg" alt="meine Juja" />Auch meine Juja, die mich über die ganzen Jahre begleitet hat, möchte ich nun weitergeben. Sie hat die Größe XL, ist ein Modell mit Reißverschluss-Kapuze von der Firma Wiese. Mängel hat sie einen: es fehlt ein kleiner Knopf an der rechten Brusttasche, den man aber einfach ersetzen kann. Imprägniert wurde sie die letzten male mit einem &#8220;Aufsprühmittel&#8221;. Wer da sicher gehen möchte, kann Imprägniermittel bei Wiese erstehen.</p>
<h2>Bilder</h2>
<p>An dieser Stelle nun ein paar Bilder von den Angebotenen Sachen, damit Du einen Eindruck von dem hast, was Du vielleicht haben möchtest:</p>

<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-01' title='2011-05-26-Affe-Schweizer-01'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-01-99x150.jpg" class="attachment-thumbnail" alt="Hier ist die Vorderseite meines Schweizer Affen zu sehen." title="2011-05-26-Affe-Schweizer-01" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-02' title='2011-05-26-Affe-Schweizer-02'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-02-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-02" title="2011-05-26-Affe-Schweizer-02" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-03' title='2011-05-26-Affe-Schweizer-03'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-03-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-03" title="2011-05-26-Affe-Schweizer-03" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-04' title='2011-05-26-Affe-Schweizer-04'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-04-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-04" title="2011-05-26-Affe-Schweizer-04" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-05' title='2011-05-26-Affe-Schweizer-05'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-05-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-05" title="2011-05-26-Affe-Schweizer-05" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-06' title='2011-05-26-Affe-Schweizer-06'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-06-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-06" title="2011-05-26-Affe-Schweizer-06" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-07' title='2011-05-26-Affe-Schweizer-07'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-07-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-07" title="2011-05-26-Affe-Schweizer-07" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-08' title='2011-05-26-Affe-Schweizer-08'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-08-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-08" title="2011-05-26-Affe-Schweizer-08" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-09' title='2011-05-26-Affe-Schweizer-09'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-09-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-09" title="2011-05-26-Affe-Schweizer-09" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-10' title='2011-05-26-Affe-Schweizer-10'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-10-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-10" title="2011-05-26-Affe-Schweizer-10" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-11' title='2011-05-26-Affe-Schweizer-11'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-11-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-11" title="2011-05-26-Affe-Schweizer-11" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-12' title='2011-05-26-Affe-Schweizer-12'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-12-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-12" title="2011-05-26-Affe-Schweizer-12" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-13' title='2011-05-26-Affe-Schweizer-13'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-13-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-13" title="2011-05-26-Affe-Schweizer-13" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-14' title='2011-05-26-Affe-Schweizer-14'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-14-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-14" title="2011-05-26-Affe-Schweizer-14" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-15' title='2011-05-26-Affe-Schweizer-15'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-15-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-15" title="2011-05-26-Affe-Schweizer-15" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-16' title='2011-05-26-Affe-Schweizer-16'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-16-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-16" title="2011-05-26-Affe-Schweizer-16" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-17' title='2011-05-26-Affe-Schweizer-17'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-17-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-17" title="2011-05-26-Affe-Schweizer-17" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-18' title='2011-05-26-Affe-Schweizer-18'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-18-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-18" title="2011-05-26-Affe-Schweizer-18" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-19' title='2011-05-26-Affe-Schweizer-19'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-19-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-19" title="2011-05-26-Affe-Schweizer-19" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-20' title='2011-05-26-Affe-Schweizer-20'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-20-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-20" title="2011-05-26-Affe-Schweizer-20" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-21' title='2011-05-26-Affe-Schweizer-21'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-21-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-21" title="2011-05-26-Affe-Schweizer-21" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-22' title='2011-05-26-Affe-Schweizer-22'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-22-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-22" title="2011-05-26-Affe-Schweizer-22" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-23' title='2011-05-26-Affe-Schweizer-23'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-23-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-23" title="2011-05-26-Affe-Schweizer-23" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-24' title='2011-05-26-Affe-Schweizer-24'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-24-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-24" title="2011-05-26-Affe-Schweizer-24" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-25' title='2011-05-26-Affe-Schweizer-25'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-25-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-25" title="2011-05-26-Affe-Schweizer-25" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-26' title='2011-05-26-Affe-Schweizer-26'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-26-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-26" title="2011-05-26-Affe-Schweizer-26" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-27' title='2011-05-26-Affe-Schweizer-27'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-27-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-27" title="2011-05-26-Affe-Schweizer-27" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-28' title='2011-05-26-Affe-Schweizer-28'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-28-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-28" title="2011-05-26-Affe-Schweizer-28" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-29' title='2011-05-26-Affe-Schweizer-29'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-29-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-29" title="2011-05-26-Affe-Schweizer-29" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-30' title='2011-05-26-Affe-Schweizer-30'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-30-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-30" title="2011-05-26-Affe-Schweizer-30" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-31' title='2011-05-26-Affe-Schweizer-31'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-31-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-31" title="2011-05-26-Affe-Schweizer-31" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-32' title='2011-05-26-Affe-Schweizer-32'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-32-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-32" title="2011-05-26-Affe-Schweizer-32" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-33' title='2011-05-26-Affe-Schweizer-33'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-33-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-33" title="2011-05-26-Affe-Schweizer-33" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-34' title='2011-05-26-Affe-Schweizer-34'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-34-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-34" title="2011-05-26-Affe-Schweizer-34" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-35' title='2011-05-26-Affe-Schweizer-35'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-35-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-35" title="2011-05-26-Affe-Schweizer-35" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-36' title='2011-05-26-Affe-Schweizer-36'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-36-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-36" title="2011-05-26-Affe-Schweizer-36" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-37' title='2011-05-26-Affe-Schweizer-37'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-37-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-37" title="2011-05-26-Affe-Schweizer-37" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-38' title='2011-05-26-Affe-Schweizer-38'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-38-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-38" title="2011-05-26-Affe-Schweizer-38" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-39' title='2011-05-26-Affe-Schweizer-39'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-39-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-39" title="2011-05-26-Affe-Schweizer-39" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-40' title='2011-05-26-Affe-Schweizer-40'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-40-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-40" title="2011-05-26-Affe-Schweizer-40" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-41' title='2011-05-26-Affe-Schweizer-41'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-41-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-41" title="2011-05-26-Affe-Schweizer-41" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-42' title='2011-05-26-Affe-Schweizer-42'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-42-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-42" title="2011-05-26-Affe-Schweizer-42" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-43' title='2011-05-26-Affe-Schweizer-43'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-43-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-43" title="2011-05-26-Affe-Schweizer-43" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-44' title='2011-05-26-Affe-Schweizer-44'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-44-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-44" title="2011-05-26-Affe-Schweizer-44" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-45' title='2011-05-26-Affe-Schweizer-45'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-45-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-45" title="2011-05-26-Affe-Schweizer-45" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-46' title='2011-05-26-Affe-Schweizer-46'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-46-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-46" title="2011-05-26-Affe-Schweizer-46" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-47' title='2011-05-26-Affe-Schweizer-47'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-47-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-47" title="2011-05-26-Affe-Schweizer-47" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-48' title='2011-05-26-Affe-Schweizer-48'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-48-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-48" title="2011-05-26-Affe-Schweizer-48" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-49' title='2011-05-26-Affe-Schweizer-49'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-49-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-49" title="2011-05-26-Affe-Schweizer-49" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-50' title='2011-05-26-Affe-Schweizer-50'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-50-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-50" title="2011-05-26-Affe-Schweizer-50" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-51' title='2011-05-26-Affe-Schweizer-51'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-51-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-51" title="2011-05-26-Affe-Schweizer-51" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-52' title='2011-05-26-Affe-Schweizer-52'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-52-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-52" title="2011-05-26-Affe-Schweizer-52" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-53' title='2011-05-26-Affe-Schweizer-53'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-53-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-53" title="2011-05-26-Affe-Schweizer-53" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-54' title='2011-05-26-Affe-Schweizer-54'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-54-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-54" title="2011-05-26-Affe-Schweizer-54" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-55' title='2011-05-26-Affe-Schweizer-55'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-55-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-55" title="2011-05-26-Affe-Schweizer-55" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-zugabe-01' title='2011-05-26-Affe-Schweizer-Zugabe-01'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-Zugabe-01-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-Zugabe-01" title="2011-05-26-Affe-Schweizer-Zugabe-01" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-zugabe-02' title='2011-05-26-Affe-Schweizer-Zugabe-02'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-Zugabe-02-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-Zugabe-02" title="2011-05-26-Affe-Schweizer-Zugabe-02" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-zugabe-03' title='2011-05-26-Affe-Schweizer-Zugabe-03'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-Zugabe-03-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-Zugabe-03" title="2011-05-26-Affe-Schweizer-Zugabe-03" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-zugabe-04' title='2011-05-26-Affe-Schweizer-Zugabe-04'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-Zugabe-04-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-Zugabe-04" title="2011-05-26-Affe-Schweizer-Zugabe-04" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-affe-schweizer-zugabe-05' title='2011-05-26-Affe-Schweizer-Zugabe-05'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Affe-Schweizer-Zugabe-05-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Affe-Schweizer-Zugabe-05" title="2011-05-26-Affe-Schweizer-Zugabe-05" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-01' title='2011-05-26-Fahrtenbaer-01'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-01-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-01" title="2011-05-26-Fahrtenbaer-01" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-02' title='2011-05-26-Fahrtenbaer-02'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-02-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-02" title="2011-05-26-Fahrtenbaer-02" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-03' title='2011-05-26-Fahrtenbaer-03'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-03-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-03" title="2011-05-26-Fahrtenbaer-03" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-04' title='2011-05-26-Fahrtenbaer-04'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-04-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-04" title="2011-05-26-Fahrtenbaer-04" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-05' title='2011-05-26-Fahrtenbaer-05'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-05-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-05" title="2011-05-26-Fahrtenbaer-05" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-06' title='2011-05-26-Fahrtenbaer-06'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-06-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-06" title="2011-05-26-Fahrtenbaer-06" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-07' title='2011-05-26-Fahrtenbaer-07'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-07-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-07" title="2011-05-26-Fahrtenbaer-07" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-08' title='2011-05-26-Fahrtenbaer-08'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-08-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-08" title="2011-05-26-Fahrtenbaer-08" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-09' title='2011-05-26-Fahrtenbaer-09'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-09-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-09" title="2011-05-26-Fahrtenbaer-09" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-10' title='2011-05-26-Fahrtenbaer-10'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-10-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-10" title="2011-05-26-Fahrtenbaer-10" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-11' title='2011-05-26-Fahrtenbaer-11'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-11-99x150.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-11" title="2011-05-26-Fahrtenbaer-11" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-12' title='2011-05-26-Fahrtenbaer-12'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-12-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-12" title="2011-05-26-Fahrtenbaer-12" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-13' title='2011-05-26-Fahrtenbaer-13'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-13-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-13" title="2011-05-26-Fahrtenbaer-13" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-14' title='2011-05-26-Fahrtenbaer-14'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-14-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-14" title="2011-05-26-Fahrtenbaer-14" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-15' title='2011-05-26-Fahrtenbaer-15'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-15-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-15" title="2011-05-26-Fahrtenbaer-15" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-fahrtenbaer-16' title='2011-05-26-Fahrtenbaer-16'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Fahrtenbaer-16-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Fahrtenbaer-16" title="2011-05-26-Fahrtenbaer-16" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-juja-01' title='2011-05-26-Juja-01'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Juja-01-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Juja-01" title="2011-05-26-Juja-01" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-juja-02' title='2011-05-26-Juja-02'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Juja-02-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Juja-02" title="2011-05-26-Juja-02" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-juja-03' title='2011-05-26-Juja-03'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Juja-03-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Juja-03" title="2011-05-26-Juja-03" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-juja-04' title='2011-05-26-Juja-04'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Juja-04-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Juja-04" title="2011-05-26-Juja-04" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-juja-05' title='2011-05-26-Juja-05'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Juja-05-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Juja-05" title="2011-05-26-Juja-05" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-juja-06' title='2011-05-26-Juja-06'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Juja-06-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Juja-06" title="2011-05-26-Juja-06" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-juja-07' title='2011-05-26-Juja-07'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Juja-07-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Juja-07" title="2011-05-26-Juja-07" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-juja-08' title='2011-05-26-Juja-08'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Juja-08-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Juja-08" title="2011-05-26-Juja-08" /></a>
<a href='http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/2011-05-26-juja-09' title='2011-05-26-Juja-09'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2011/05/2011-05-26-Juja-09-150x99.jpg" class="attachment-thumbnail" alt="2011-05-26-Juja-09" title="2011-05-26-Juja-09" /></a>

<p>(Wer auf die Bilder klickt, kann sie größer sehen. Bis 1024px an der größten Seite.)</p>
<h2>Verweise zu Informationen</h2>
<p>Diese Informationen sollten helfen, wenn jemand nichts mit Affe, Fahrtenbär oder Juja anfangen kann.</p>
<ul>
<li>Artikel in der <a title="Wikipedia" href="http://de.wikipedia.org" target="_blank">deutschen Wikipedia</a>
<ul>
<li>Artikel <a title="Affe bzw Tornister in der deutschen Wikipedia" href="http://de.wikipedia.org/wiki/Tornister" target="_blank">Tornister</a></li>
<li>Artikel <a title="Jungenschaftsjacke in der deutschen Wikipädia" href="http://de.wikipedia.org/wiki/Jungenschaftsjacke" target="_blank">Jungenschaftsjacke</a></li>
</ul>
</li>
<li>Artikel im <a title="Scout-o-Wiki" href="http://www.scout-o-wiki.de" target="_blank">scout-o-wiki.de</a>:
<ul>
<li>Artikel <a title="Affe im scout-o-wiki" href="http://www.scout-o-wiki.de/index.php/Affe" target="_blank">Affe</a></li>
<li>Artikel <a title="Artikel Affenrolle im scout-o-wiki" href="http://www.scout-o-wiki.de/index.php/Affenrolle" target="_blank">Affenrolle</a></li>
<li>Artikel <a title="Artikel Juja im scout-o-wiki" href="http://www.scout-o-wiki.de/index.php/Jungenschaftsjacke" target="_blank">Juja</a></li>
</ul>
</li>
</ul>
<h2>Kontakt</h2>
<p>Wer Fragen hat oder etwas wissen möchte, kann mir am besten eine <a href="mailto:muckel@tobias-leben.de">E-Mail</a> schreiben. Danach können wir auch gerne telefonieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://tobias-leben.de/blog/abgabe-meines-schweizer-affen-fahrtenbaren-und-juja-2822.htm/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>ein Igel ist zu Gast</title>
		<link>http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm</link>
		<comments>http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm#comments</comments>
		<pubDate>Thu, 14 Oct 2010 10:21:59 +0000</pubDate>
		<dc:creator>Muckel</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Foto]]></category>
		<category><![CDATA[Fotografien]]></category>
		<category><![CDATA[Fotos]]></category>
		<category><![CDATA[Herbst]]></category>
		<category><![CDATA[Igel]]></category>
		<category><![CDATA[leben]]></category>
		<category><![CDATA[Lebewesen]]></category>
		<category><![CDATA[Natur]]></category>
		<category><![CDATA[Tier]]></category>
		<category><![CDATA[Tiere]]></category>
		<category><![CDATA[Tierwelt]]></category>
		<category><![CDATA[Winter]]></category>
		<category><![CDATA[Winterschlaf]]></category>

		<guid isPermaLink="false">http://tobias-leben.de/blog/?p=2663</guid>
		<description><![CDATA[Bei uns ist seit gestern ein Igel zu Gast. Am Abend haben wir gehört, wie sich etwas unter unserem Hausstein bewegt. Als meine Eltern von unseren Nachbarn wieder kamen, haben sie den Igel auf unserem Plattenweg gesehen. Heute Vormittag konnte ich ihn sehen. Etwas Futter aus dem Napf fehlt, doch nicht wirklich viel. Der Igel [...]]]></description>
			<content:encoded><![CDATA[<p>Bei uns ist seit gestern ein Igel zu Gast. Am Abend haben wir gehört, wie sich etwas unter unserem Hausstein bewegt. Als meine Eltern von unseren Nachbarn wieder kamen, haben sie den Igel auf unserem Plattenweg gesehen. Heute Vormittag konnte ich ihn sehen.</p>
<p>Etwas Futter aus dem Napf fehlt, doch nicht wirklich viel. Der Igel saß heute Vormittag in der Ecke. Er sieht recht klein aus und Zittert immer mal wieder. Gerne würde wir ihm helfen. Doch was können wir außer einer Kiste, gefüllt mir Laub usw. und etwas Futter noch tun? Über Tipps und Informationen würden wir uns sehr freuen. Doch nun erstmal ein paar Bilder von dem Tier:</p>

<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-0' title='2010-10-14-Igel-0'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-0-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-0" title="2010-10-14-Igel-0" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-1' title='2010-10-14-Igel-1'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-1-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-1" title="2010-10-14-Igel-1" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-10' title='2010-10-14-Igel-10'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-10-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-10" title="2010-10-14-Igel-10" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-11' title='2010-10-14-Igel-11'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-11-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-11" title="2010-10-14-Igel-11" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-12' title='2010-10-14-Igel-12'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-12-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-12" title="2010-10-14-Igel-12" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-13' title='2010-10-14-Igel-13'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-13-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-13" title="2010-10-14-Igel-13" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-14' title='2010-10-14-Igel-14'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-14-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-14" title="2010-10-14-Igel-14" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-15' title='2010-10-14-Igel-15'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-15-99x150.png" class="attachment-thumbnail" alt="2010-10-14-Igel-15" title="2010-10-14-Igel-15" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-16' title='2010-10-14-Igel-16'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-16-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-16" title="2010-10-14-Igel-16" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-17' title='2010-10-14-Igel-17'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-17-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-17" title="2010-10-14-Igel-17" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-18' title='2010-10-14-Igel-18'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-18-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-18" title="2010-10-14-Igel-18" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-19' title='2010-10-14-Igel-19'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-19-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-19" title="2010-10-14-Igel-19" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-2' title='2010-10-14-Igel-2'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-2-99x150.png" class="attachment-thumbnail" alt="2010-10-14-Igel-2" title="2010-10-14-Igel-2" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-20' title='2010-10-14-Igel-20'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-20-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-20" title="2010-10-14-Igel-20" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-3' title='2010-10-14-Igel-3'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-3-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-3" title="2010-10-14-Igel-3" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-4' title='2010-10-14-Igel-4'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-4-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-4" title="2010-10-14-Igel-4" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-5' title='2010-10-14-Igel-5'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-5-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-5" title="2010-10-14-Igel-5" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-6' title='2010-10-14-Igel-6'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-6-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-6" title="2010-10-14-Igel-6" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-7' title='2010-10-14-Igel-7'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-7-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-7" title="2010-10-14-Igel-7" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-8' title='2010-10-14-Igel-8'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-8-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-8" title="2010-10-14-Igel-8" /></a>
<a href='http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/2010-10-14-igel-9' title='2010-10-14-Igel-9'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-14-Igel-9-150x99.png" class="attachment-thumbnail" alt="2010-10-14-Igel-9" title="2010-10-14-Igel-9" /></a>

]]></content:encoded>
			<wfw:commentRss>http://tobias-leben.de/blog/ein-igel-ist-zu-gast-2663.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>neuer Lichtschlauch</title>
		<link>http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm</link>
		<comments>http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm#comments</comments>
		<pubDate>Wed, 13 Oct 2010 19:29:59 +0000</pubDate>
		<dc:creator>Muckel</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Fotografie]]></category>
		<category><![CDATA[Beleuchtung]]></category>
		<category><![CDATA[Foto]]></category>
		<category><![CDATA[Fotografien]]></category>
		<category><![CDATA[Fotos]]></category>
		<category><![CDATA[Licht]]></category>
		<category><![CDATA[Lichtquelle]]></category>
		<category><![CDATA[Lichtschlauch]]></category>

		<guid isPermaLink="false">http://tobias-leben.de/blog/?p=2615</guid>
		<description><![CDATA[am Montag habe ich einen neuen Lichtschlauch bekommen, da der alte nach guten drei Jahren defekt war. Auch den neuen habe ich wieder in dem Übergang der Schräge zu der graden Wand befestigt. Wie es ausschaut könnt ihr nun ja selbst sehen. Leider war meine Hand heute nicht so ruhig, weshalb die Bilder ohne Blitz [...]]]></description>
			<content:encoded><![CDATA[<p>am Montag habe ich einen neuen Lichtschlauch bekommen, da der alte  nach guten drei Jahren defekt war. Auch den neuen habe ich wieder in dem  Übergang der Schräge zu der graden Wand befestigt. Wie es ausschaut  könnt ihr nun ja selbst sehen.</p>

<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-0' title='2010-10-Lichtschlauch-web-0'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-0-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-0" title="2010-10-Lichtschlauch-web-0" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-1' title='2010-10-Lichtschlauch-web-1'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-1-99x150.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-1" title="2010-10-Lichtschlauch-web-1" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-10' title='2010-10-Lichtschlauch-web-10'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-10-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-10" title="2010-10-Lichtschlauch-web-10" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-11' title='2010-10-Lichtschlauch-web-11'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-11-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-11" title="2010-10-Lichtschlauch-web-11" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-12' title='2010-10-Lichtschlauch-web-12'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-12-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-12" title="2010-10-Lichtschlauch-web-12" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-13' title='2010-10-Lichtschlauch-web-13'><img width="100" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-13-100x150.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-13" title="2010-10-Lichtschlauch-web-13" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-14' title='2010-10-Lichtschlauch-web-14'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-14-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-14" title="2010-10-Lichtschlauch-web-14" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-15' title='2010-10-Lichtschlauch-web-15'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-15-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-15" title="2010-10-Lichtschlauch-web-15" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-16' title='2010-10-Lichtschlauch-web-16'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-16-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-16" title="2010-10-Lichtschlauch-web-16" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-17' title='2010-10-Lichtschlauch-web-17'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-17-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-17" title="2010-10-Lichtschlauch-web-17" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-18' title='2010-10-Lichtschlauch-web-18'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-18-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-18" title="2010-10-Lichtschlauch-web-18" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-19' title='2010-10-Lichtschlauch-web-19'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-19-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-19" title="2010-10-Lichtschlauch-web-19" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-2' title='2010-10-Lichtschlauch-web-2'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-2-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-2" title="2010-10-Lichtschlauch-web-2" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-20' title='2010-10-Lichtschlauch-web-20'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-20-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-20" title="2010-10-Lichtschlauch-web-20" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-21' title='2010-10-Lichtschlauch-web-21'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-21-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-21" title="2010-10-Lichtschlauch-web-21" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-22' title='2010-10-Lichtschlauch-web-22'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-22-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-22" title="2010-10-Lichtschlauch-web-22" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-3' title='2010-10-Lichtschlauch-web-3'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-3-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-3" title="2010-10-Lichtschlauch-web-3" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-4' title='2010-10-Lichtschlauch-web-4'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-4-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-4" title="2010-10-Lichtschlauch-web-4" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-5' title='2010-10-Lichtschlauch-web-5'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-5-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-5" title="2010-10-Lichtschlauch-web-5" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-6' title='2010-10-Lichtschlauch-web-6'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-6-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-6" title="2010-10-Lichtschlauch-web-6" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-7' title='2010-10-Lichtschlauch-web-7'><img width="100" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-7-100x150.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-7" title="2010-10-Lichtschlauch-web-7" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-8' title='2010-10-Lichtschlauch-web-8'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-8-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-8" title="2010-10-Lichtschlauch-web-8" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-9' title='2010-10-Lichtschlauch-web-9'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-9-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-9" title="2010-10-Lichtschlauch-web-9" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-0' title='2010-10-Lichtschlauch-web-sw-0'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-0-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-0" title="2010-10-Lichtschlauch-web-sw-0" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-1' title='2010-10-Lichtschlauch-web-sw-1'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-1-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-1" title="2010-10-Lichtschlauch-web-sw-1" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-10' title='2010-10-Lichtschlauch-web-sw-10'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-10-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-10" title="2010-10-Lichtschlauch-web-sw-10" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-11' title='2010-10-Lichtschlauch-web-sw-11'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-11-99x150.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-11" title="2010-10-Lichtschlauch-web-sw-11" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-12' title='2010-10-Lichtschlauch-web-sw-12'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-12-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-12" title="2010-10-Lichtschlauch-web-sw-12" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-13' title='2010-10-Lichtschlauch-web-sw-13'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-13-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-13" title="2010-10-Lichtschlauch-web-sw-13" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-14' title='2010-10-Lichtschlauch-web-sw-14'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-14-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-14" title="2010-10-Lichtschlauch-web-sw-14" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-15' title='2010-10-Lichtschlauch-web-sw-15'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-15-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-15" title="2010-10-Lichtschlauch-web-sw-15" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-16' title='2010-10-Lichtschlauch-web-sw-16'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-16-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-16" title="2010-10-Lichtschlauch-web-sw-16" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-17' title='2010-10-Lichtschlauch-web-sw-17'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-17-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-17" title="2010-10-Lichtschlauch-web-sw-17" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-18' title='2010-10-Lichtschlauch-web-sw-18'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-18-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-18" title="2010-10-Lichtschlauch-web-sw-18" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-19' title='2010-10-Lichtschlauch-web-sw-19'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-19-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-19" title="2010-10-Lichtschlauch-web-sw-19" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-2' title='2010-10-Lichtschlauch-web-sw-2'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-2-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-2" title="2010-10-Lichtschlauch-web-sw-2" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-20' title='2010-10-Lichtschlauch-web-sw-20'><img width="100" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-20-100x150.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-20" title="2010-10-Lichtschlauch-web-sw-20" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-21' title='2010-10-Lichtschlauch-web-sw-21'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-21-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-21" title="2010-10-Lichtschlauch-web-sw-21" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-22' title='2010-10-Lichtschlauch-web-sw-22'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-22-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-22" title="2010-10-Lichtschlauch-web-sw-22" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-3' title='2010-10-Lichtschlauch-web-sw-3'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-3-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-3" title="2010-10-Lichtschlauch-web-sw-3" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-4' title='2010-10-Lichtschlauch-web-sw-4'><img width="100" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-4-100x150.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-4" title="2010-10-Lichtschlauch-web-sw-4" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-5' title='2010-10-Lichtschlauch-web-sw-5'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-5-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-5" title="2010-10-Lichtschlauch-web-sw-5" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-6' title='2010-10-Lichtschlauch-web-sw-6'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-6-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-6" title="2010-10-Lichtschlauch-web-sw-6" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-7' title='2010-10-Lichtschlauch-web-sw-7'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-7-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-7" title="2010-10-Lichtschlauch-web-sw-7" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-8' title='2010-10-Lichtschlauch-web-sw-8'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-8-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-8" title="2010-10-Lichtschlauch-web-sw-8" /></a>
<a href='http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/2010-10-lichtschlauch-web-sw-9' title='2010-10-Lichtschlauch-web-sw-9'><img width="150" height="100" src="http://tobias-leben.de/blog/wp-content/uploads/2010/10/2010-10-Lichtschlauch-web-sw-9-150x100.png" class="attachment-thumbnail" alt="2010-10-Lichtschlauch-web-sw-9" title="2010-10-Lichtschlauch-web-sw-9" /></a>

<p>Leider war meine Hand heute nicht so ruhig, weshalb die Bilder ohne Blitz nicht so optimal sind, leider <img src='http://tobias-leben.de/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tobias-leben.de/blog/neuer-lichtschlauch-2615.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sanitätshäuser und ähnliche Geschäfte in meiner Umgebung</title>
		<link>http://tobias-leben.de/blog/sanitatshauser-und-ahnliche-geschafte-in-meiner-umgebung-2537.htm</link>
		<comments>http://tobias-leben.de/blog/sanitatshauser-und-ahnliche-geschafte-in-meiner-umgebung-2537.htm#comments</comments>
		<pubDate>Fri, 24 Sep 2010 19:43:50 +0000</pubDate>
		<dc:creator>Muckel</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Gesundheit]]></category>
		<category><![CDATA[Rheuma]]></category>
		<category><![CDATA[Ergoprodukte]]></category>
		<category><![CDATA[Geschäft]]></category>
		<category><![CDATA[Geschäfte]]></category>
		<category><![CDATA[Othopädiebedarf]]></category>
		<category><![CDATA[Rheaprodukte]]></category>
		<category><![CDATA[Sanitätshäuser]]></category>

		<guid isPermaLink="false">http://tobias-leben.de/blog/?p=2537</guid>
		<description><![CDATA[Aktuell brauchte ich mal wieder ein Geschäfft, in dem ich Hilfsmittel finden kann. Also habe ich das WorldWideWeb bemüht, doch eine zusammenhängende Liste konnte ich bis jetzt noch nicht finden. Das soll sich mit diesem kleinen Artikel ändern. Übersichtskarte der Geschäfte Kontaktmöglichkeiten zu den Geschäften Sanitätshäuser in Braunschweig Sanitätshaus MÜllenheim Anschrift: Steinweg 8, 38100 Braunschweig [...]]]></description>
			<content:encoded><![CDATA[<p>Aktuell brauchte ich mal wieder ein Geschäfft, in dem ich Hilfsmittel finden kann. Also habe ich das <strong>W</strong>orld<strong>W</strong>ide<strong>W</strong>eb bemüht, doch eine zusammenhängende Liste konnte ich bis jetzt noch nicht finden. Das soll sich mit diesem kleinen Artikel ändern.</p>
<h2>Übersichtskarte der Geschäfte</h2>
<link rel="stylesheet" type="text/css" href="http://tobias-leben.de/blog/wp-content/plugins/osm//css/osm_map.css" /><style type="text/css">#map_1 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_1 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_1" style="width:70%px; height:400px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://tobias-leben.de/blog/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_1", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerCycle  = new OpenLayers.Layer.OSM.CycleMap("CycleMap");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([layerMapnik, layerCycle, layerOSM_Attr]);map.addControl(new OpenLayers.Control.LayerSwitcher());    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(10.527,52.265).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,10);var pois = new OpenLayers.Layer.Text( "sanitaetshaeuser-marker",        { location:"http://tobias-leben.de/blog/wp-content/uploads/gps/sanitaetshaeuser-marker.txt",          projection: map.displayProjection        });map.addLayer(pois);})(jQuery)/* ]]&gt; */ </script></div>
<h2>Kontaktmöglichkeiten zu den Geschäften</h2>
<h3>Sanitätshäuser in Braunschweig</h3>
<h4>Sanitätshaus MÜllenheim</h4>
<p><strong>Anschrift:</strong> Steinweg 8, 38100 Braunschweig<br />
<strong>Telefon:</strong> 0531 59092-45<br />
<strong>E-Mail:</strong> <a href="mailto:X">X</a><br />
<strong>Internet:</strong> <a title="Muellenheim" name="Muellenheim" href="http://www.muellenheim.de" target="_blank">www.muellenheim.de</a></p>
<h4>Sanitätshaus C. W. Hoffmeister</h4>
<p><strong>Anschrift:</strong> Marstall 4-5, 38100 Braunschweig<strong><br />
Öffnungszeiten</strong><br />
Mo.-Fr.: 9-13 Uhr und 14-18 Uhr<br />
Samstag: 9-13 Uhr</p>
<h4>Sanitätshaus C. W. Hoffmeister</h4>
<p><strong>Anschrift:</strong> Casparistraße 2, 38100 Braunschweig<strong><br />
Öffnungszeiten</strong><br />
Mo.-Fr.: 9-13 Uhr und 14-18 Uhr<br />
Samstag: 9-13 Uhr</p>
<h4>Hempel Alles Gute für Ihre Gesundheit</h4>
<p><strong>Anschrift:</strong> Bankplatz 2, 38100 Braunschweig<br />
<strong>Telefon:</strong> 0531 24245-0<br />
<strong>E-Mail:</strong> <a href="mailto:X">X</a><br />
<strong>Internet:</strong> <a title="HEMPEL" name="HEMPEL" href="http://www.hempelbs.de" target="_blank">www.hempelbs.de</a></p>
<h4>Sanitätshaus Kriest</h4>
<p><strong>Anschrift:</strong> Altstadtmarkt 8, 38100 Braunschweig<br />
<strong>Telefon:</strong> 0531 49922<br />
<strong>E-Mail:</strong> <a href="mailto:X">X</a><br />
<strong>Internet:</strong> <a title="Sanitaetshaus Kriest" name="Sanitaetshaus Kriest" href="http://www.sanitaetshaus-kriest.de" target="_blank">www.sanitaetshaus-kriest.de</a></p>
<h4>Sanitätshaus Kruse &amp; Demmrich</h4>
<p><strong>Anschrift:</strong> Ritterbrunnen 7, 38100 Braunschweig<br />
<strong>Telefon:</strong> 0531 2615052</p>
<h4>Orthotec Braunschweig GmbH</h4>
<p><strong>Anschrift:</strong> Steinweg 27, 38100 Braunschweig<br />
<strong>Telefon:</strong> 0531 12167381</p>
<h4>Sanitätshaus Hertha Adam</h4>
<p><strong>Anschrift:</strong> Am Hohen Tore 6, 38118 Braunschweig<br />
<strong>Telefon:</strong> 0531 45814</p>
<h4>Diabetes-Depot Handels GmbH</h4>
<p><strong>Anschrift:</strong> HagenbrÜcke 1, 38100 Braunschweig<br />
<strong>Telefon:</strong> 0531 41035</p>
<h3>Sanitätshäuser in Salzgitter</h3>
<h4>Sanitätshaus Enge &#8211; SZ-Lebenstedt</h4>
<p><strong>Anschrift:</strong> Berliner Straße 28-30, 38226 Salzgitter<br />
<strong>Telefon:</strong> 05341 848988-0<br />
<strong>Fax:</strong> 05341 848988-8<br />
<strong>E-Mail:</strong> <a href="mailto:X">X</a><br />
<strong>Internet:</strong> <a title="Sanitaetshaus Enge" name="Sanitaetshaus Enge" href="http://www.sanitaetshaus-enge.de" target="_blank">www.sanitaetshaus-enge.de</a><br />
<strong>Öffnungszeiten</strong><br />
Mo.-Fr.: 8-18 Uhr<br />
Samstag: 9-13 Uhr</p>
<h4>Sanitätshaus Enge &#8211; SZ-Salder</h4>
<p><strong>Anschrift:</strong> Vor dem Dorfe 33, 38239 Salzgitter<strong><br />
Telefon:</strong> 05341 226376<strong><br />
Fax:</strong> 05341 226377<strong><br />
E-Mail:</strong> <a href="mailto:X">X</a><strong><br />
Internet:</strong> <a title="Sanitaetshaus Enge" name="Sanitaetshaus Enge" href="http://www.sanitaetshaus-enge.de" target="_blank">www.sanitaetshaus-enge.de</a><br />
<strong>Warenannahme/-abholung</strong><br />
Mo.-Do.: 8-16:30 Uhr<br />
Freitags: 8-15 Uhr</p>
<h4>Sanitätshaus Enge &#8211; SZ-Bad</h4>
<p><strong>Anschrift:</strong> Klesmerplatz 4, 38259 Salzgitter<br />
<strong>Telefon:</strong> 05341 876108<br />
<strong>Fax:</strong> 05341 876109<br />
<strong>E-Mail:</strong> <a href="mailto:X">X</a><br />
<strong>Internet:</strong> <a title="Sanitaetshaus Enge" name="Sanitaetshaus Enge" href="http://www.sanitaetshaus-enge.de" target="_blank">www.sanitaetshaus-enge.de</a><br />
<strong>Öffnungszeiten</strong><br />
Mo.-Fr.: 9-18 Uhr<br />
Samstags: geschloßen</p>
<h4>Steinke Orthopädie-Center</h4>
<p><strong>Anschrift:</strong> Chemnitzerstraße 38, 38226 Salzgitter<br />
<strong>Telefon:</strong> 05341 83631-0<br />
<strong>Fax:</strong> 05341 83631-29<br />
<strong>E-Mail:</strong> <a href="mailto:info@steinke-gsc.de">info@steinke-gsc.de</a><br />
<strong>Internet:</strong> <a title="Steinke Orthophaedie Center" name="Steinke Orthopaedie Center" href="http://www.steinke-gsc.de" target="_blank">www.steinke-gsc.de</a><br />
<strong>24h-Telefon:</strong> 01801 58 40 00<br />
<strong>Öffnungszeiten:</strong> Mo.-Fr.: 8-18 Uhr</p>
<h4>o|r|t Sanitätshaus &#8211; Niethard</h4>
<p><strong>Anschrift:</strong> Berliner Straße 6 / Chemnitzer Straße 84 (Paracelsushaus), 38226 Salzgitter-Lebenstedt<br />
<strong>Telefon:</strong> 05341 8842–0<br />
<strong>Fax:</strong> 05341 8842-20<br />
<strong>E-Mail:</strong> <a href="mailto:info@o-r-t.de">info@o-r-t.de</a><br />
<strong>Internet:</strong> <a title="Sanitaetshaus Niethard" name="Sanitaetshaus Niethard" href="http://www.o-r-t.de" target="_blank">www.o-r-t.de</a><br />
<strong>Öffnungszeiten:</strong><br />
Mo.-Fr.: 8-18 Uhr<br />
Samstags: 9-13 Uhr</p>
<h4>Sanitätshaus Christoph</h4>
<p><strong>Anschrift:</strong> Bohlweg 15, 38259 Salzgitter Bad<br />
<strong>Telefon:</strong> 05341 35519<br />
<strong>Fax:</strong> 05341 392867<br />
<strong>E-Mail:</strong> <a href="mailto:info@sanitaetshaus-christoph.de">info@sanitaetshaus-christoph.de</a><br />
<strong>Internet:</strong> <a title="Sanitaetshaus Christoph" name="Sanitaetshaus Christoph" href="http://www.sanitaetshaus-christoph.de" target="_blank">www.sanitaetshaus-christoph.de</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tobias-leben.de/blog/sanitatshauser-und-ahnliche-geschafte-in-meiner-umgebung-2537.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ein Logo gesucht</title>
		<link>http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm</link>
		<comments>http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm#comments</comments>
		<pubDate>Fri, 10 Sep 2010 16:00:42 +0000</pubDate>
		<dc:creator>Muckel</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Logo]]></category>

		<guid isPermaLink="false">http://tobias-leben.de/blog/?p=2438</guid>
		<description><![CDATA[in sehr vielen Bereichen gibt es Wappen, Motive, Logos und ähnliches. Jene sind bei den verschiedenen Einheiten der Pfadfinderei, bei Wandervögeln, Freiwilligen Feuerwehr, Städten, Gemeinden, Firmen, Sportgruppen, Webseiten und vielem mehr zu finden. Selbst möchte ich nun auch ein Logo haben, doch jenes soll nicht nur gut ausschauen. Es soll viel mehr einen Bezug zur [...]]]></description>
			<content:encoded><![CDATA[<p>in sehr vielen Bereichen gibt es Wappen, Motive, Logos und ähnliches. Jene sind bei den verschiedenen Einheiten der Pfadfinderei, bei Wandervögeln, Freiwilligen Feuerwehr, Städten, Gemeinden, Firmen, Sportgruppen, Webseiten und vielem mehr zu finden. Selbst möchte ich nun auch ein Logo haben, doch jenes soll nicht nur gut ausschauen. Es soll viel mehr einen Bezug zur mir haben. Es gibt ein paar &#8220;Wappen&#8221;, zu denen ich ein Bezug habe und aus jenen möchte ich mein Logo entwickeln.</p>
<h2>Beschreibung zu den Ausgangszeichen</h2>
<p><strong><em>(Bilder sind unten zu sehen.)</em></strong> Den Bildern kann man die Einflüsse entnehmen, die ich bei dieser Suche habe. Die <a title="Erklärung der Lilie" href="http://de.wikipedia.org/wiki/Lilie_%28Pfadfinder%29" target="_blank">Rautenlilie</a> zum Beispiel ist das &#8220;Symbol&#8221; der Pfadfinderbünde zu denen ich einen Bezug habe. Sie wird von dem Deutschen Pfadfinderbund (DPB), dem Deutschen Pfadfinderbund Nordland (DPBN) und dem Deutschen Pfadfinderbund Hamburg (DPBH) genutzt. Meine Eltern waren zu ihrer Zeit im DPB aktiv. Aus ihm herraus haben sich die beiden anderen Bünde entwickelt. In einem Stamm des DPBN bin ich aktiv geworden und habe meine heutige &#8220;Heimat&#8221; im Stamm Ambronen des DPBH gefunden. Die Lilie hat mich im Bereich Pfadfinderei immer begleitet, wodurch ich einen Bezug zu ihr habe.</p>
<p>In meinem ehemaligen Pfadfinderstamm gab es auch ein Abzeichen/Wappen: den Armreif in dem Kreis. Auch hierzu gibt es eine Bedeutung, ddie ich nicht mal schlecht finde und wie schon die Lilie hat mich auch jenes eine lange Zeit begleitet. Das Wappen mit der Möwe ist von meinem heutigen Stamm.</p>
<p>Da ich diese &#8220;Zeichen&#8221; zumindest auf der Kluft (=Kleidung) trug und es dadurch eine Verbindung gibt, möchte ich das auch in mein Logo einfließen lassen. Neben diesen Zeichen hat mich eine lange Zeit die <a title="Erklärung der Kothe im Scout o Wiki" href="http://scout-o-wiki.de/index.php/Kothe" target="_blank">Kothe</a>, <a title="Erklärung der Jurte im Scout o Wiki" href="http://scout-o-wiki.de/index.php/Jurte" target="_blank">Jurte</a>, das Lagerfeuer, Wanderschuhe, Gitarre begleitet. Ebenso wie den <a title="Erklärung des Pfadfindergrußes im Scout o Wiki" href="http://scout-o-wiki.de/index.php/Gru%C3%9F" target="_blank">Pfadfindergruß</a> und <a title="Erklärung des Pfadfinderhandschlages in der Wikipedia" href="http://de.wikipedia.org/wiki/Pfadfindergru%C3%9F#Handschlag" target="_blank">Handschlag</a>.</p>
<p>Letztere werden wohl keinen Einfluss auf mein Logo haben. In den Bildern oben habe ich jene trotzdem aufgenommen, da ich schwarz-weiß Bilder mag und sie daher vielleicht einen Eindruck vermitteln könnten, in welche Richtung es gehen kann.</p>
<h2>Idee für mein Logo</h2>
<p>Nach einigem hin und her überlegen habe ich mehrere Ideen, wie man die Lilie darstellen könnte. (Die mit einem <strong>*</strong> geschriebenen Punkte sollen definitiv so sein, die anderen sind nur Überlegungen.)</p>
<ul>
<li>Grundlage soll die Rautenlilie sein.<strong>*</strong></li>
<li>Der Steg in der Mitte soll abgerundet, wie ein Armreif, sein.<strong>*</strong></li>
<li>In diesem Steg / Armreif soll evtl. ein Wort, Spruch oder ähnliches sein.<strong>*</strong></li>
<li>Das gesamte Logo soll in schwarz-weiß sein.<strong>*</strong></li>
<li>Vielleicht mit einem Feuer dargestellt.</li>
<li>Vielleicht umgeben von einer &#8220;Begrenzung&#8221; wie zum Beispiel
<ul>
<li>Ranken, Klettergewächsen</li>
<li>Efeu</li>
<li>Einem Art Ornament, wie man es zu den Begriffen <em>irish</em> und <em>celtic</em> findet.</li>
</ul>
</li>
<li>Vielleicht auf einer Kothe oder einer Jurte.</li>
<li>Vielleicht auf einem Instrument (z.B. Gitarre).</li>
<li>Vielleicht als Wappen.</li>
<li>Vielleicht in dem &#8220;Rahmen&#8221;, der die Form eines Wappen hat, bei dem aber eine Rundung auf den Ecken ist, in dem z.B. ein Datum oder Wort stehen könnte.</li>
</ul>
<p>Leider kann ich nicht wirklich Zeichnen, sonst würde ich hier schonmal Skizzen darstellen. Lediglich einen groben Entwurf habe ich mit dem Grafikwerkzeug Gimp erstellt: x</p>
<h2>Was in dem Logo stehen könnte</h2>
<p>In dem Logo möchte ich vielleicht ein Wort, Begriff oder ein Datum schreiben. In eine engere Auswahl kamen folgende (die Unterstrichenen sind meine Favoriten):</p>
<div style="margin: 1.25em; padding: 0.25em; font-family: 'Courier New', Arial;">05.07.1986, 21.05.2010, 05.07.1986 &amp; 21.05.2010, Beweglichkeit, Bewegung, <span style="text-decoration: underline;">Durchhalten</span>, Erkrankung, Familie, <span style="text-decoration: underline;">Fernweh</span>, frei sein, freies Leben, <span style="text-decoration: underline;">Freiheit</span>, Freunde, Freundschaften, Gemeinschaft, Gesundheit, <span style="text-decoration: underline;">Hoffnung</span>, Kraft, Krankheit, <span style="text-decoration: underline;">Leben</span>, Natur, <span style="text-decoration: underline;">Sehnsucht</span>, Selbstbestimmt, selbstständig, <span style="text-decoration: underline;">Träume</span>, Überleben, <span style="text-decoration: underline;">Wünsche</span>, Zuversicht</div>
<p>Möchte damit vielleicht das fest halten, was mir am wichtigsten ist. Der 5.7.86 wäre mein Geburtsdatum und 21.5.10 ist der Tag, an dem ich sehr froh war, dass es die Medizinische Hochschule Hannover mit der Notaufnahme und Intensivstation gab. Und wichtig im Leben sind mir all die Begriff, die ich aufgeführt habe. Wobei das &#8220;freie Leben&#8221; oder &#8220;frei sein im Leben&#8221; schon einen hohen stellen wert hat.</p>
<div style="float: left; display: block; width: 25%; margin: 0.25em;"><img class="size-full wp-image-2515" style="width: 100%;" title="Logo-01-ohne" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/Logo-01-ohne.png" alt="Logo-Idee" />(Vielleicht folgt hier noch ein weiterer Versuch.)</div>
<h2>Umsetzung der Idee</h2>
<p>Da ich wie erwähnt nicht zeichnen kann, bleibt mir nur zu Hoffen, dass ich jemanden finden kann, die/der mir dabei hilft. Denn sonst könnte ich nur mit abpausen arbeiten, doch das Ergebnis ist dann wohl nicht so gut. Denn ich möchte ja gerne eine Zeichnung haben und da sieht man ja teilweise mehrere Bleistiftstriche bei Rundungen.</p>
<p>Die Linke Grafik ist ein ganz grober Entwurf, den ich mit Gimp erstellt habe. Es ist aber leider nicht alles umgesetzt.</p>
<h2>die Ausgangszeichen</h2>

<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/ambronen' title='Ambronen'><img width="122" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/Ambronen-122x150.gif" class="attachment-thumbnail" alt="Ambronen" title="Ambronen" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/feuer2' title='feuer2'><img width="150" height="95" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/feuer2-150x95.jpg" class="attachment-thumbnail" alt="feuer2" title="feuer2" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/2008_5_tschechien_web_sw_001-2' title='kothe-01.jpg'><img width="99" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/2008_5_Tschechien_web_SW_001-99x150.jpg" class="attachment-thumbnail" alt="kothe-01.jpg" title="kothe-01.jpg" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/lilie' title='lilie'><img width="68" height="97" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/lilie.jpg" class="attachment-thumbnail" alt="lilie" title="lilie" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/lilienegativ-2' title='LilieNegativ'><img width="101" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/LilieNegativ-101x150.jpg" class="attachment-thumbnail" alt="LilieNegativ" title="LilieNegativ" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/logo-01-ohne' title='Logo-01-ohne'><img width="122" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/Logo-01-ohne-122x150.png" class="attachment-thumbnail" alt="Logo-01-ohne" title="Logo-01-ohne" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/schwarzzelte-0' title='schwarzzelte-0'><img width="150" height="86" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/schwarzzelte-0-150x86.jpg" class="attachment-thumbnail" alt="schwarzzelte-0" title="schwarzzelte-0" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/schwarzzelte-1' title='schwarzzelte-1'><img width="150" height="99" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/schwarzzelte-1-150x99.jpg" class="attachment-thumbnail" alt="schwarzzelte-1" title="schwarzzelte-1" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/schwarzzelte-2' title='schwarzzelte-2'><img width="113" height="104" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/schwarzzelte-2.jpg" class="attachment-thumbnail" alt="schwarzzelte-2" title="schwarzzelte-2" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/schwarzzelte-3' title='schwarzzelte-3'><img width="150" height="108" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/schwarzzelte-3-150x108.jpg" class="attachment-thumbnail" alt="schwarzzelte-3" title="schwarzzelte-3" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/schwarzzelte-4' title='schwarzzelte-4'><img width="150" height="133" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/schwarzzelte-4-150x133.jpg" class="attachment-thumbnail" alt="schwarzzelte-4" title="schwarzzelte-4" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/schwarzzelte-5' title='schwarzzelte-5'><img width="150" height="124" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/schwarzzelte-5-150x124.jpg" class="attachment-thumbnail" alt="schwarzzelte-5" title="schwarzzelte-5" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/schwarzzelte-6' title='schwarzzelte-6'><img width="100" height="76" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/schwarzzelte-6.jpg" class="attachment-thumbnail" alt="schwarzzelte-6" title="schwarzzelte-6" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/schwarzzelte-7' title='schwarzzelte-7'><img width="139" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/schwarzzelte-7-139x150.jpg" class="attachment-thumbnail" alt="schwarzzelte-7" title="schwarzzelte-7" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/schwarzzelte-8' title='schwarzzelte-8'><img width="100" height="119" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/schwarzzelte-8.jpg" class="attachment-thumbnail" alt="schwarzzelte-8" title="schwarzzelte-8" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/schwarzzelte-9' title='schwarzzelte-9'><img width="121" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/schwarzzelte-9-121x150.jpg" class="attachment-thumbnail" alt="schwarzzelte-9" title="schwarzzelte-9" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-0' title='scoutimages-0'><img width="150" height="138" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-0-150x138.jpg" class="attachment-thumbnail" alt="scoutimages-0" title="scoutimages-0" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-1' title='scoutimages-1'><img width="150" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-1-150x150.jpg" class="attachment-thumbnail" alt="scoutimages-1" title="scoutimages-1" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-10' title='scoutimages-10'><img width="114" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-10-114x150.jpg" class="attachment-thumbnail" alt="scoutimages-10" title="scoutimages-10" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-11' title='scoutimages-11'><img width="148" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-11-148x150.jpg" class="attachment-thumbnail" alt="scoutimages-11" title="scoutimages-11" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-12' title='scoutimages-12'><img width="150" height="79" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-12-150x79.jpg" class="attachment-thumbnail" alt="scoutimages-12" title="scoutimages-12" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-13' title='scoutimages-13'><img width="59" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-13-59x150.jpg" class="attachment-thumbnail" alt="scoutimages-13" title="scoutimages-13" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-14' title='scoutimages-14'><img width="66" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-14-66x150.jpg" class="attachment-thumbnail" alt="scoutimages-14" title="scoutimages-14" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-15' title='scoutimages-15'><img width="150" height="68" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-15-150x68.jpg" class="attachment-thumbnail" alt="scoutimages-15" title="scoutimages-15" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-2' title='scoutimages-2'><img width="150" height="138" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-2-150x138.jpg" class="attachment-thumbnail" alt="scoutimages-2" title="scoutimages-2" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-3' title='scoutimages-3'><img width="68" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-3-68x150.jpg" class="attachment-thumbnail" alt="scoutimages-3" title="scoutimages-3" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-4' title='scoutimages-4'><img width="150" height="91" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-4-150x91.jpg" class="attachment-thumbnail" alt="scoutimages-4" title="scoutimages-4" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-5' title='scoutimages-5'><img width="150" height="84" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-5-150x84.jpg" class="attachment-thumbnail" alt="scoutimages-5" title="scoutimages-5" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-6' title='scoutimages-6'><img width="107" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-6-107x150.jpg" class="attachment-thumbnail" alt="scoutimages-6" title="scoutimages-6" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-7' title='scoutimages-7'><img width="148" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-7-148x150.jpg" class="attachment-thumbnail" alt="scoutimages-7" title="scoutimages-7" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-8' title='scoutimages-8'><img width="139" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-8-139x150.jpg" class="attachment-thumbnail" alt="scoutimages-8" title="scoutimages-8" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/scoutimages-9' title='scoutimages-9'><img width="92" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/scoutimages-9-92x150.jpg" class="attachment-thumbnail" alt="scoutimages-9" title="scoutimages-9" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/stammesabzeichentrans2' title='Stammesabzeichentrans2'><img width="150" height="147" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/Stammesabzeichentrans2-150x147.gif" class="attachment-thumbnail" alt="Stammesabzeichentrans2" title="Stammesabzeichentrans2" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-0' title='webfundus-0'><img width="150" height="23" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-0-150x23.jpg" class="attachment-thumbnail" alt="webfundus-0" title="webfundus-0" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-1' title='webfundus-1'><img width="150" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-1-150x150.jpg" class="attachment-thumbnail" alt="webfundus-1" title="webfundus-1" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-10' title='webfundus-10'><img width="84" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-10-84x150.jpg" class="attachment-thumbnail" alt="webfundus-10" title="webfundus-10" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-11' title='webfundus-11'><img width="36" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-11-36x150.jpg" class="attachment-thumbnail" alt="webfundus-11" title="webfundus-11" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-12' title='webfundus-12'><img width="50" height="50" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-12.jpg" class="attachment-thumbnail" alt="webfundus-12" title="webfundus-12" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-13' title='webfundus-13'><img width="150" height="93" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-13-150x93.jpg" class="attachment-thumbnail" alt="webfundus-13" title="webfundus-13" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-14' title='webfundus-14'><img width="150" height="93" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-14-150x93.jpg" class="attachment-thumbnail" alt="webfundus-14" title="webfundus-14" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-15' title='webfundus-15'><img width="120" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-15-120x150.jpg" class="attachment-thumbnail" alt="webfundus-15" title="webfundus-15" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-2' title='webfundus-2'><img width="150" height="143" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-2-150x143.jpg" class="attachment-thumbnail" alt="webfundus-2" title="webfundus-2" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-3' title='webfundus-3'><img width="150" height="38" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-3-150x38.jpg" class="attachment-thumbnail" alt="webfundus-3" title="webfundus-3" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-4' title='webfundus-4'><img width="150" height="86" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-4-150x86.jpg" class="attachment-thumbnail" alt="webfundus-4" title="webfundus-4" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-5' title='webfundus-5'><img width="147" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-5.jpg" class="attachment-thumbnail" alt="webfundus-5" title="webfundus-5" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-6' title='webfundus-6'><img width="150" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-6.jpg" class="attachment-thumbnail" alt="webfundus-6" title="webfundus-6" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-7' title='webfundus-7'><img width="148" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-7-148x150.jpg" class="attachment-thumbnail" alt="webfundus-7" title="webfundus-7" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-8' title='webfundus-8'><img width="121" height="150" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-8-121x150.jpg" class="attachment-thumbnail" alt="webfundus-8" title="webfundus-8" /></a>
<a href='http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/webfundus-9' title='webfundus-9'><img width="150" height="145" src="http://tobias-leben.de/blog/wp-content/uploads/2010/09/webfundus-9-150x145.jpg" class="attachment-thumbnail" alt="webfundus-9" title="webfundus-9" /></a>

]]></content:encoded>
			<wfw:commentRss>http://tobias-leben.de/blog/ein-logo-gesucht-2438.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Herzlich Willkommen</title>
		<link>http://tobias-leben.de/blog/herzlich-willkommen-2409.htm</link>
		<comments>http://tobias-leben.de/blog/herzlich-willkommen-2409.htm#comments</comments>
		<pubDate>Mon, 30 Aug 2010 17:15:23 +0000</pubDate>
		<dc:creator>Muckel</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Ahoj]]></category>
		<category><![CDATA[Bonjour]]></category>
		<category><![CDATA[Bonne journée]]></category>
		<category><![CDATA[Buenos días]]></category>
		<category><![CDATA[Buona giornata]]></category>
		<category><![CDATA[Dia duit]]></category>
		<category><![CDATA[Dobrý den]]></category>
		<category><![CDATA[God dag]]></category>
		<category><![CDATA[Goedendag]]></category>
		<category><![CDATA[Good lá]]></category>
		<category><![CDATA[Góður dagur]]></category>
		<category><![CDATA[Gut Pfad]]></category>
		<category><![CDATA[Guten Abend]]></category>
		<category><![CDATA[Guten Morgen]]></category>
		<category><![CDATA[Guten Tag]]></category>
		<category><![CDATA[Hallå]]></category>
		<category><![CDATA[Hallo]]></category>
		<category><![CDATA[Hei]]></category>
		<category><![CDATA[Hej]]></category>
		<category><![CDATA[Hello]]></category>
		<category><![CDATA[Horridoh]]></category>
		<category><![CDATA[Hyvää päivää]]></category>
		<category><![CDATA[Jabonah]]></category>
		<category><![CDATA[Moin]]></category>
		<category><![CDATA[Moin moin]]></category>
		<category><![CDATA[Wilkommen]]></category>
		<category><![CDATA[¡Hola]]></category>
		<category><![CDATA[Γεια σας]]></category>

		<guid isPermaLink="false">http://tobias-leben.de/blog/?p=2409</guid>
		<description><![CDATA[es freut mich, dass Du den Weg zu meinem Blog gefunden hast. Hier berichte ich über all die Themen, die mich interessieren und die mich betreffen. Ein großer Themenbereich ist dem »Rheuma« gewidmet, da ich leider an dieser Autoimmunerkrankung erkrankt bin. Etwas erfreulicher dürften die »Fotografien« sein, die so unter anderem auch von vergangenen Wanderfahrten [...]]]></description>
			<content:encoded><![CDATA[<p>es freut mich, dass Du den Weg zu meinem Blog gefunden hast. Hier  berichte ich über all die Themen, die mich interessieren und die mich  betreffen. Ein großer Themenbereich ist dem <em><strong>»Rheuma«</strong></em> gewidmet, da ich leider an dieser Autoimmunerkrankung erkrankt bin. Etwas erfreulicher dürften die <em><strong>»Fotografien«</strong></em> sein, die so unter anderem auch von vergangenen Wanderfahrten und Lager  berichten. Auch gibt es hier ein paar Informationen aus dem Bereich <em><strong>»Informations Technik«</strong></em>, da ich zum einen eine Ausbildung zum IT-Systemelektroniker absolviert habe und mich manches aus der &#8220;IT-Welt&#8221; interessiert.</p>
<p>Wenn Dich ein Artikel aus meinem Blog interessiert und Du dazu gerne  noch etwas wissen möchtest oder einfach deine Meinung mitteilen  möchtest, so kannst Du das zum Beispiel über die Kommentar-Funktion tun.  Denn Rückmeldungen freuen mich immer. Für Angehörige von Rheumatikern  oder selbst betroffenen sei noch angemerkt, dass es bei vielen nicht so  schlimm verläuft wie bei mir und man mich daher vielleicht nicht als  &#8220;Richtmaß&#8221; sehen sollte &#8211; denn noch hilft es dem ein oder anderen, da  sie oder er sehen kann, das man damit nicht alleine ist.</p>
<p style="text-align: center;"><strong>Viel Vergnügen in meinem Blog!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://tobias-leben.de/blog/herzlich-willkommen-2409.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

