<?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>B_LOG _ screen:b* _ Grafikdesign Webdesign  Dresden</title>
	<atom:link href="http://screen-b.de/feed" rel="self" type="application/rss+xml" />
	<link>http://screen-b.de</link>
	<description>Portfolio der Grafikerin Jutta Büschkes</description>
	<lastBuildDate>Wed, 22 Feb 2012 16:15:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Georeferenzierte Artikel</title>
		<link>http://screen-b.de/georeferenzierte-artikel/.</link>
		<comments>http://screen-b.de/georeferenzierte-artikel/.#comments</comments>
		<pubDate>Wed, 22 Feb 2012 14:32:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[b_decken]]></category>

		<guid isPermaLink="false">http://screen-b.de/?p=829</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<style type="text/css">.entry .olMapViewport img {max-width: none; max-height: none;}.entry-content img, .widget img {max-width: none; max-height: none;}.olControlAttribution {bottom: 0 !important;}div.olControlMousePosition {bottom: 1em !important;}#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:800px; height:600px; 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://screen-b.de/b-log/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 lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    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(13.738,51.047).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,12);var markers = new OpenLayers.Layer.Markers( "TaggedPosts" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://screen-b.de/b-log/wp-content/plugins/osm/icons/Y.png",     new OpenLayers.Size(25,25),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(13.752,51.07).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,100),"keepInMap": true } );feature.data.popupContentHTML = "<a href=\"http://screen-b.de/neu-yoga-kontakt-dresden/.\">screen:b*: NEU: YOGA KONTAKT Dresden  </a>";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mouseover", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));feature.popup.toggle();var ll = new OpenLayers.LonLat(13.75815,51.06713).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,100),"keepInMap": true } );feature.data.popupContentHTML = "<a href=\"http://screen-b.de/adventladchen-2011/.\">Kaufen: Adventlädchen 2011  </a>";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mouseover", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));feature.popup.toggle();})(jQuery)/* ]]&gt; */ </script></div>
]]></content:encoded>
			<wfw:commentRss>http://screen-b.de/georeferenzierte-artikel/./feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StadtOase Dresden online</title>
		<link>http://screen-b.de/stadtoase-dresden-online/.</link>
		<comments>http://screen-b.de/stadtoase-dresden-online/.#comments</comments>
		<pubDate>Thu, 02 Feb 2012 16:35:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architektur]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[screen:b*]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://screen-b.de/?p=800</guid>
		<description><![CDATA[Die Freiraumplanerin Yvonne Kleine gibt Einblick in Ihre Oasen.Auf der Grundlage ihrer vorhandenen Visitenkarte haben die Landschaftsplanerin Yvonne Kleine und ich gemeinsam ihren Internetauftritt geplant. Die Textfelder und Bilder liegen nun wie Inseln in der Landschaft. Sämtliche Inhalte lassen sich über ein Daten-Management-System online bearbeiten. stadtoasedresden.de]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-801" href="http://screen-b.de/stadtoase-dresden-online/./stadtoase_web01"><img class="alignnone size-thumbnail wp-image-801" title="stadtoase_web01" src="http://screen-b.de/b-log/wp-content/uploads/2012/02/stadtoase_web01-265x120.jpg" alt="" width="265" height="120" /></a></p>
<p>Die Freiraumplanerin Yvonne Kleine gibt Einblick in Ihre Oasen.<span id="more-800"></span><a rel="attachment wp-att-802" href="http://screen-b.de/stadtoase-dresden-online/./stadtoase_web02"><img class="alignnone size-full wp-image-802" title="stadtoase_web02" src="http://screen-b.de/b-log/wp-content/uploads/2012/02/stadtoase_web02.jpg" alt="" width="500" height="358" /></a>Auf der Grundlage ihrer vorhandenen Visitenkarte haben die Landschaftsplanerin Yvonne Kleine und ich gemeinsam ihren Internetauftritt geplant.</p>
<p>Die Textfelder und Bilder liegen nun wie Inseln in der Landschaft.</p>
<p>Sämtliche Inhalte lassen sich über ein Daten-Management-System online bearbeiten.</p>
<p><a href="http://stadtoasedresden.de" target="_blank">stadtoasedresden.de</a></p>
]]></content:encoded>
			<wfw:commentRss>http://screen-b.de/stadtoase-dresden-online/./feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Businesspark Dresden mit neuem Betreiber</title>
		<link>http://screen-b.de/businesspark-in-dresden-mit-neuem-betreiber/.</link>
		<comments>http://screen-b.de/businesspark-in-dresden-mit-neuem-betreiber/.#comments</comments>
		<pubDate>Wed, 25 Jan 2012 15:23:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Handel & Wandel]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[screen:b*]]></category>
		<category><![CDATA[Immobilien]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://screen-b.de/?p=779</guid>
		<description><![CDATA[&#8230; und neuem Erscheinungsbild.Der Businesspark in Dresden präsentiert sich nach dem Betreiberwechsel frisch in Weiß und Blau. In enger Zusammenarbeit mit dem Kunden wurde das neue Design umgesetzt. Dabei kamen nun auch Stoc-Fotos zum Einsatz. businesspark-in-dresden.de]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-781" href="http://screen-b.de/businesspark-in-dresden-mit-neuem-betreiber/./businesspark-in-dresden_web01"><img class="alignnone size-thumbnail wp-image-781" title="businesspark-in-dresden_web01" src="http://screen-b.de/b-log/wp-content/uploads/2012/01/businesspark-in-dresden_web01-265x120.jpg" alt="" width="265" height="120" /></a></p>
<p>&#8230; und neuem Erscheinungsbild.<span id="more-779"></span><a rel="attachment wp-att-790" href="http://screen-b.de/businesspark-in-dresden-mit-neuem-betreiber/./businesspark-in-dresden_web02_kl"><img class="alignnone size-full wp-image-790" title="businesspark-in-dresden_web02_kl" src="http://screen-b.de/b-log/wp-content/uploads/2012/01/businesspark-in-dresden_web02_kl.jpg" alt="" width="500" height="338" /></a>Der <a href="http://businesspark-in-dresden.de/" target="_blank">Businesspark in Dresden </a>präsentiert sich nach dem Betreiberwechsel frisch in Weiß und Blau.<br />
In enger Zusammenarbeit mit dem Kunden wurde das neue Design umgesetzt. Dabei kamen nun auch Stoc-Fotos zum Einsatz.</p>
<p><a href="http://businesspark-in-dresden.de/" target="_blank">businesspark-in-dresden.de</a></p>
]]></content:encoded>
			<wfw:commentRss>http://screen-b.de/businesspark-in-dresden-mit-neuem-betreiber/./feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEU: YOGA KONTAKT Dresden</title>
		<link>http://screen-b.de/neu-yoga-kontakt-dresden/.</link>
		<comments>http://screen-b.de/neu-yoga-kontakt-dresden/.#comments</comments>
		<pubDate>Thu, 05 Jan 2012 09:48:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mensch]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[screen:b*]]></category>
		<category><![CDATA[Erscheinungsbild]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Yoga]]></category>

		<guid isPermaLink="false">http://screen-b.de/?p=733</guid>
		<description><![CDATA[Seit Anfang 2012 ist die Yogalehrerin Barb Candrika Weymann unter dem Namen Yoga Kontakt zu erreichen.Nach sechseinhalb Jahren hat Barb Candrika Weymann die gemeinsame Leitung des Yoga Zentrum Dresden abgegeben um sich weiter auf den Weg des Yoga zu machen. Sie beauftragte mich mit der Gestaltung und Umsetzung der Internetseite yoga-kontakt.com. Ein Schwerpunkt ihrer Arbeit [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-735" href="http://screen-b.de/neu-yoga-kontakt-dresden/./yogakontakt_web_01"><img class="alignnone size-thumbnail wp-image-735" title="YogaKontakt_web_01" src="http://screen-b.de/b-log/wp-content/uploads/2012/01/YogaKontakt_web_011-265x120.jpg" alt="" width="265" height="120" /></a></p>
<p>Seit Anfang 2012 ist die Yogalehrerin Barb Candrika Weymann unter dem Namen Yoga Kontakt zu erreichen.<span id="more-733"></span><a rel="attachment wp-att-736" href="http://screen-b.de/neu-yoga-kontakt-dresden/./yogakontakt_web_02"><img class="alignnone size-medium wp-image-736" title="YogaKontakt_web_02" src="http://screen-b.de/b-log/wp-content/uploads/2012/01/YogaKontakt_web_02-500x341.jpg" alt="" width="500" height="341" /></a>Nach sechseinhalb Jahren hat Barb Candrika Weymann die gemeinsame Leitung des Yoga Zentrum Dresden abgegeben um sich weiter auf den Weg des Yoga zu machen.</p>
<p>Sie beauftragte mich mit der Gestaltung und Umsetzung der Internetseite <a href="http://yoga-kontakt.com" target="_blank">yoga-kontakt.com</a>.</p>
<p>Ein Schwerpunkt ihrer Arbeit sind Yoga-Ferien auf der Insel Hiddensee. Daraus leitete sich die Farbwahl ab.<br />
Der Aufbau der Seite ist klar und übersichtlich.<br />
Die Pflege der Inhalte erfolgt über ein Daten-Management-System durch die Kundin.</p>
<p>&nbsp;</p>
<style type="text/css">.entry .olMapViewport img {max-width: none; max-height: none;}.entry-content img, .widget img {max-width: none; max-height: none;}.olControlAttribution {bottom: 0 !important;}div.olControlMousePosition {bottom: 1em !important;}#map_2 {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_2 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_2" style="width:500px; height:400px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { OpenLayers.ImgPath = "http://screen-b.de/b-log/wp-content/plugins/osm/themes/ol/"; map = new OpenLayers.Map ("map_2", {            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 lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    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(13.752,51.07).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,17);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};var currentPopup;data.icon = new OpenLayers.Icon("http://screen-b.de/b-log/wp-content/plugins/osm/icons/wpttemp-red.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(13.752,51.07).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {"autoSize": true, minSize: new OpenLayers.Size(150,150),"keepInMap": true } );feature.data.popupContentHTML = "<br>YOGA KANTAKT <br>Barb Weymann<br>Förstereistraße 34<br>01099 Dresden<br><div class=\"route\"><a href=\"http://openrouteservice.org/index.php?end=13.752,51.07&zoom=17&pref=Fastest&lang=de&noMotorways=false&noTollways=false\">Route from your location to this place</a></div>";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mouseover", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
]]></content:encoded>
			<wfw:commentRss>http://screen-b.de/neu-yoga-kontakt-dresden/./feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OMMMMM&#8230;</title>
		<link>http://screen-b.de/ommmmm/.</link>
		<comments>http://screen-b.de/ommmmm/.#comments</comments>
		<pubDate>Thu, 08 Dec 2011 08:41:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CD, DVD]]></category>
		<category><![CDATA[Erscheinungsbild]]></category>
		<category><![CDATA[Offline]]></category>
		<category><![CDATA[screen:b*]]></category>
		<category><![CDATA[Yoga]]></category>

		<guid isPermaLink="false">http://screen-b.de/?p=722</guid>
		<description><![CDATA[Für eine CD mit Yoga-Praxis-Anleitungen habe ich das Booklet und das Label gestaltet.Janka Matkey-Pandit ist Yogalehrerin in Berlin. Viele Schüler wünschten sich eine CD, die sie bei der Übung unterstützt. Traditionelle Mantras helfen nun bei Sonnengruß oder Tiefenentspannung. Mit der Gestaltung des Booklets und des Labels in Dunkelrot und Gold wurde Vorgriff auf eine bald [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-724" href="http://screen-b.de/ommmmm/./om_cd"><img class="alignnone size-thumbnail wp-image-724" title="OM_CD" src="http://screen-b.de/b-log/wp-content/uploads/2011/12/OM_CD-265x120.jpg" alt="" width="265" height="120" /></a></p>
<p>Für eine CD mit Yoga-Praxis-Anleitungen habe ich das Booklet und das Label gestaltet.<span id="more-722"></span><a rel="attachment wp-att-724" href="http://screen-b.de/ommmmm/./om_cd"><img class="alignnone size-full wp-image-724" title="OM_CD" src="http://screen-b.de/b-log/wp-content/uploads/2011/12/OM_CD.jpg" alt="" width="374" height="300" /></a>Janka Matkey-Pandit ist Yogalehrerin in Berlin. Viele Schüler wünschten sich eine CD, die sie bei der Übung unterstützt. Traditionelle Mantras helfen nun bei Sonnengruß oder Tiefenentspannung.</p>
<p>Mit der Gestaltung des Booklets und des Labels in Dunkelrot und Gold wurde Vorgriff auf eine bald erscheinende Internetseite genommen, auf der sich Janka Matkey-Pandit auch als Heil-Coach vorstellt.</p>
<p>Zu beziehen ist die CD über <a href="http://www.om-yoga.de" target="_blank">www.om-yoga.de</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://screen-b.de/ommmmm/./feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faltblatt = Plakat für Kinder-Rhythmik-Projekt</title>
		<link>http://screen-b.de/faltblatt-plakat-fur-kinder-rhythmik-projekt/.</link>
		<comments>http://screen-b.de/faltblatt-plakat-fur-kinder-rhythmik-projekt/.#comments</comments>
		<pubDate>Sun, 04 Dec 2011 09:26:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flyer]]></category>
		<category><![CDATA[Offline]]></category>
		<category><![CDATA[Plakat]]></category>
		<category><![CDATA[screen:b*]]></category>
		<category><![CDATA[Hellerau]]></category>

		<guid isPermaLink="false">http://screen-b.de/?p=751</guid>
		<description><![CDATA[&#8220;Einen Stern für jedes Kind&#8221; hieß die Aufführung mit 200 Dresdner Kindern, für die ich ein Falltblatt entwarf, welches auch als Plakat und Programm genutzt werden konnte.Zusammengefaltet hatte der Flyer die Maße einer normalen DinA6-Postkarte. Entfaltet diente die Vorderseite als Plakat, die Rückseite als Programm. Die Sterne waren von beteiligten Kindern im Zuge der Vorbereitung [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-764" href="http://screen-b.de/faltblatt-plakat-fur-kinder-rhythmik-projekt/./irh_einenstern_flyerplakat_01"><img class="alignnone size-thumbnail wp-image-764" title="IRH_EinenStern_flyerplakat_01" src="http://screen-b.de/b-log/wp-content/uploads/2012/01/IRH_EinenStern_flyerplakat_01-265x120.jpg" alt="" width="265" height="120" /></a></p>
<p>&#8220;Einen Stern für jedes Kind&#8221; hieß die Aufführung mit 200 Dresdner Kindern, für die ich ein Falltblatt entwarf, welches auch als Plakat und Programm genutzt werden konnte.<span id="more-751"></span><a rel="attachment wp-att-765" href="http://screen-b.de/faltblatt-plakat-fur-kinder-rhythmik-projekt/./irh_einenstern_flyerplakat_02"><img class="alignnone size-medium wp-image-765" title="IRH_EinenStern_flyerplakat_02" src="http://screen-b.de/b-log/wp-content/uploads/2012/01/IRH_EinenStern_flyerplakat_02-500x333.jpg" alt="" width="500" height="333" /></a>Zusammengefaltet hatte der Flyer die Maße einer normalen DinA6-Postkarte. Entfaltet diente die Vorderseite als Plakat, die Rückseite als Programm.</p>
<p>Die Sterne waren von beteiligten Kindern im Zuge der Vorbereitung gemalt worden. Die Namen aller 200 Kinder bildeten das All. Die Typo lehnte sich an die zeitgleich statt findende <a title="Rhythmik 100 Hellerau: Internetseite" href="http://screen-b.de/rhythmik-100-hellerau-internetseite/.">Rhythmikwerkstatt 2011</a> an.</p>
<p>Auftraggeber: <a href="http://rhythmik-hellerau.net" target="_blank">Institut Rhythmik Hellerau e.V.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://screen-b.de/faltblatt-plakat-fur-kinder-rhythmik-projekt/./feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: screen-b.de @ 2012-02-22 19:41:55 -->
