ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>Kunstatelier Younhee Yang, Berlin</title> <meta content="P Dussmann, Younhee Yang" name="author"> <meta content="Kunstatelier Younhee Yang, Berlin. Kontempor&auml;re Moderne Kunst: Malerei, Installation, Videokunst." name="description"> <meta content="Kunstatelier: Younhee Yang, Berlin" name="copyright"> <meta content="de" name="language"> <meta content="Yang, Younhee, Art, Studio, Atelier, Kunst, Kunstatelier, K&uuml;nstler, kontempor&auml;re Kunst, moderne Kunst, Berlin, Kunstatelier Berlin, modern art, Malerei" name="keywords"> <meta content="index,follow" name="robots"> <meta content="after 7 days" name="revisit"> <meta content="Fine Art Studio Younhee Yang, Berlin" name="DC.title" lang="en"> <meta content="Kunstatelier Younhee Yang, Berlin" name="DC.title.alternative" lang="de"> <link href="icon.ico" rel="shortcut icon"> <style> #dm { margin: 0; padding: 0; z-index: 3} #dm li { margin: 0; padding: 0; width: 19.9%; list-style: none; font: 12 bold tahoma; float: left} #dm li a { display: block; margin: 1 1 1 1; padding: 4 10; width: auto; height: auto; background: #3333FF; color: #FFF; text-align: center; font: 12 bold tahoma; text-decoration: none} #dm li a:hover { background: #FF0000} #dm div { position: absolute; visibility: hidden; margin: 0; padding: 0; background: #EAEBD8; border: 1 solid #5970B2} #dm div a { position: relative; display: block; margin: 0; padding: 5 10; width: auto; white-space: nowrap; text-align: center; font: 12 bold tahoma; text-decoration: none; background: #0099FF; color: #FFFFFF} #dm div a:hover { background: #49A3FF; color: #FF </style> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> </head> <body> <div align="center"> <table style="background-color: rgb(255, 255, 255); width: 100%;" id="shell" title="Shell" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr height="25"> <td style="width: 100%; background-color: rgb(51, 102, 255);"> <img style="width: 100%; height: 180px;" alt="header" src="Fine%20Artist%20Studio%20Younhee%20Yang%20Header%20eng.jpg"> <ul id="dm" style="margin: 0pt auto 0pt 0pt; width: 100%;"> <li><a style="font-weight: bold; font-family: Tahoma;" href="Homede.html" onmouseover="mopen('m1')" onmouseout="mclosetime()">Home</a> <div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> <a style="font-weight: bold; font-family: Tahoma;" href="UeberYounheeYang.html">&Uuml;ber die K&uuml;nstlerin</a> <a style="font-weight: bold; font-family: Tahoma;" href="Kuenstlerstatement.html">K&uuml;nstler Statement</a> <a style="font-weight: bold; font-family: Tahoma;" href="Kontakt.html">Kontakt</a></div> </li> <li style="font-family: Tahoma; font-weight: bold;"> <a style="font-family: Tahoma; font-weight: bold;" href="Arbeiten.html" onmouseover="mopen('m2')" onmouseout="mclosetime()">Arbeiten</a> <div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> <a style="font-family: Tahoma; font-weight: bold;" href="Malerei.html">Malerei</a> <a style="font-family: Tahoma; font-weight: bold;" href="Videokunst.html">Videokunst</a> <a style="font-family: Tahoma; font-weight: bold;" href="Installationde.html">Installationen</a></div> </li> <li style="font-family: Tahoma; font-weight: bold;"> <a style="font-weight: bold; font-family: Tahoma;" href="Ausstellungen.html" onmouseover="mopen('m3')" onmouseout="mclosetime()">Ausstellungen</a> <div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> <a style="font-family: Tahoma; font-weight: bold;" href="AktuelleAusstellungen.html">Aktuelle Ausstellungen</a> <a style="font-family: Tahoma; font-weight: bold;" href="VorherigeAusstellungen.html">Vorherige Ausstellungen</a></div> </li> <li style="font-family: Tahoma; font-weight: bold;"> <a style="font-family: Tahoma; font-weight: bold;" href="Neues.html" onmouseover="mopen('m4')" onmouseout="mclosetime()">News</a> <div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> <a style="font-family: Tahoma; font-weight: bold;" href="KunstBlog.html">Kunstblog Berlin</a> <a style="font-family: Tahoma; font-weight: bold;" href="Vernissagede.html">Vernissage</a> <a style="font-family: Tahoma; font-weight: bold;" href="Downloadde.html">Download</a></div> </li> <li style="font-family: Tahoma; font-weight: bold;"> <a style="font-weight: bold; font-family: Tahoma;" href="Language.html" onmouseover="mopen('m5')" onmouseout="mclosetime()">Sprache</a> <div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()"> <a style="font-family: Tahoma; font-weight: bold;" href="indexde.html">Deutsch</a> <a style="font-family: Tahoma; font-weight: bold;" href="index.html">English</a> <a style="font-family: Calligraphy; font-weight: bold;" href="indexkr.html">\Õm­´Å</a></div> </li> </ul> <table title="Navigation" id="navigation"> <tbody> <tr> <script type="text/javascript"> <!-- var timeout = 500; var closetimer = 0; var ddmenuitem = 0; // open hidden layer function mopen(id) { // cancel close timer mcancelclosetime(); // close old layer if(ddmenuitem) ddmenuitem.style.visibility = 'hidden'; // get new layer and show it ddmenuitem = document.getElementById(id); ddmenuitem.style.visibility = 'visible'; } // close showed layer function mclose() { if(ddmenuitem) ddmenuitem.style.visibility = 'hidden'; } // go close timer function mclosetime() { closetimer = window.setTimeout(mclose, timeout); } // cancel close timer function mcancelclosetime() { if(closetimer) { window.clearTimeout(closetimer); closetimer = null; } } // close layer when click-out document.onclick = mclose; // --> </script> </tr> </tbody> </table> </td> </tr> <tr> </tr> </tbody> <tbody> <tr> <td style="width: 100%;" bgcolor="white"> <table id="content" title="Content" style="width: 100%;"> <tbody> <tr> <td style="text-align: left; width: 15%; background-color: rgb(229, 229, 229); vertical-align: top;"> <table style="text-align: left; width: 176px; height: 103px;" border="0" cellpadding="2" cellspacing="2"> <tbody> <tr> <td style="background-color: rgb(51, 102, 255); height: 33px;" align="undefined" valign="undefined"><small style="font-weight: bold;"><span style="color: rgb(255, 255, 255);"><span style="font-family: Tahoma;"><span style="font-family: Tahoma;"></span><a style="color: rgb(255, 255, 255);" href="UeberYounheeYang.html">&Uuml;ber die K&uuml;nstlerin</a><br> </span></span></small></td> </tr> <tr> <td style="background-color: rgb(51, 102, 255); height: 33px;" align="undefined" valign="undefined"><small style="font-weight: bold;"><span style="color: rgb(255, 255, 255);"><span style="font-family: Tahoma;"><a style="color: rgb(255, 255, 255);" href="KuenstlerStatement.html">K&uuml;nstler Statement</a><br> </span></span></small></td> </tr> <tr> <td style="background-color: rgb(51, 102, 255); height: 33px;" align="undefined" valign="undefined"><small style="font-weight: bold;"><span style="color: rgb(255, 255, 255);"><span style="font-family: Tahoma;"><span style="font-family: Tahoma;"></span><a style="color: rgb(255, 255, 255);" href="Kontakt.html">Kontakt</a><br> </span></span></small></td> </tr> </tbody> </table> </td> <td style="vertical-align: top; width: 821px; text-align: center;"><br> <table id="content" title="Content" style="width: 100%;"> <tbody> <tr> <td style="vertical-align: top; width: 821px; text-align: center;"><span style="font-weight: bold; font-size: 18px; color: rgb(11, 120, 241); font-family: Tahoma;"><span style="font-size: 18px ! important;"><span style="font-size: 24px ! important;"><span style="font-size: 24px ! important;"></span></span></span></span> <h1><span style="font-weight: bold; font-size: 18px; color: rgb(11, 120, 241); font-family: Tahoma;"><span style="font-size: 18px;"><span style="font-size: 18px ! important;"><span style="font-size: 24px ! important;"></span></span></span></span><span style="font-weight: bold;"><span style="color: rgb(51, 51, 255);"><span style="font-family: Tahoma;">Kontakt</span></span></span></h1> <div style="text-align: center;"><br> <span style="font-family: Arial Unicode MS; color: rgb(255, 255, 255);"><span style="color: rgb(255, 255, 255);"></span></span> <p style="color: rgb(9, 71, 156); text-align: center; font-weight: bold;"><big><font face="Tahoma,sans-serif" size="3"><big><span style="font-size: 24px ! important;">YounHee&nbsp; Yang</span></big></font></big></p> <p style="color: rgb(9, 71, 156); text-align: center;"><font face="Tahoma,sans-serif" size="3"><span style="font-size: 24px ! important;">- Freischaffende K&uuml;nstlerin -<br> </span></font></p> <p style="text-align: center;"><font face="Tahoma" size="3"><span style="font-size: 24px;">Berlin / Deutschland</span></font></p> <p style="text-align: center;"><font face="Tahoma" size="3"><span style="font-size: 24px;">Seoul / S&uuml;dkorea<br> </span></font></p> <p style="text-align: center;"><font face="Tahoma" size="3"><span style="font-size: 24px; color: rgb(9, 71, 156);">Email: <a href="mailto:mail@yangyounhee.com" title="mail@yangyounhee.com"><span style="font-size: 24px;">mail@yangyounhee.com</span></a></span></font></p> <br> <div style="text-align: center;"><br> </div> <br> </div> <table style="width: 600px; height: 72px; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td><span style="font-size: 18px; color: rgb(0, 0, 255);"><span style="font-size: 18px;"><font face="Tahoma" size="3"><span style="font-size: 24px;"><span style="font-size: 18px ! important;"><span style="font-size: 24px;">A</span>usgew&auml;hlte Kunstwerke k&ouml;nnen direkt von der K&uuml;nstlerin &uuml;ber diese Webseite erworben oder gemietet werden. Bitte kontaktieren Sie mich per<a href="mailto:mail@yangyounhee.com" title="mail@yangyounhee.com" style="color: rgb(0, 0, 255);"><span style="font-size: 24px;"><span style="font-size: 18px ! important;"> Email</span></span></a> falls Sie Interesse am Kauf meiner Werke interessiert sind. Ich werde Ihnen dann eine umfangreiche Liste aller derzeit zum &nbsp;Verkauf stehenden Werke zusenden.<br> <br> Nat&uuml;rlich k&ouml;nnen Sie auch gerne einen Termin mit mir in meinem Atelier in Berlin per</span></span></font></span></span><span style="font-size: 18px; color: rgb(0, 0, 255);"><span style="font-size: 18px;"><font face="Tahoma" size="3"><span style="font-size: 24px;"><span style="font-size: 18px ! important;"><a href="mailto:mail@yangyounhee.com" title="mail@yangyounhee.com" style="color: rgb(0, 0, 255);"><span style="font-size: 24px;"><span style="font-size: 18px ! important;"> Email</span></span></a> vereinbahren und dort einen detaillierten Blick auf alle Bilder im Original werfen:</span></span></font></span></span></td> </tr> </tbody> </table> <br> <span style="font-size: 18px; color: rgb(0, 0, 255);"><span style="font-size: 18px;"><font face="Tahoma" size="3"><span style="font-size: 24px;"><span style="font-size: 18px ! important;"><span style="font-size: 24px;"></span></span></span></font></span></span><iframe marginheight="0" marginwidth="0" src="http://maps.google.de/maps?hl=en&amp;georestrict=input_srcid:241c083e922e3992&amp;ie=UTF8&amp;view=map&amp;cid=7961743994070838823&amp;q=YounHee+Yang+-+Kunstatelier+Berlin&amp;ved=0CB4QpQY&amp;ei=PmR_TM6zD4PAsAbY-aDfDA&amp;hq=YounHee+Yang+-+Kunstatelier+Berlin&amp;hnear=&amp;ll=52.51771,13.41177&amp;spn=0.006295,0.006295&amp;iwloc=A&amp;output=embed" frameborder="0" height="350" scrolling="no" width="425"></iframe><br> <small><a href="http://maps.google.de/maps?hl=en&amp;georestrict=input_srcid:241c083e922e3992&amp;ie=UTF8&amp;view=map&amp;cid=7961743994070838823&amp;q=YounHee+Yang+-+Kunstatelier+Berlin&amp;ved=0CB4QpQY&amp;ei=PmR_TM6zD4PAsAbY-aDfDA&amp;hq=YounHee+Yang+-+Kunstatelier+Berlin&amp;hnear=&amp;ll=52.51771,13.41177&amp;spn=0.006295,0.006295&amp;iwloc=A&amp;source=embed" style="color: rgb(0, 0, 255); text-align: left;">View Larger Map</a></small><br> <br> <br> <br> <p style="text-align: center;"><span style="font-size: 24px; font-family: Tahoma,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 18px;"><span style="font-size: 24px ! important;"><span style="font-size: 18px;"><span style="text-decoration: underline; font-weight: bold;">Some Links:</span><br clear="all"> </span></span></span></span></span></p> <div style="text-align: center;"></div> <div style="text-align: center;"><a href="http://www.kaisercartel.com/" title="Great Music from my good friends Benjamin And Courtney: The Kaiser Cartel !" target="_blank">- The Kaiser Cartel</a><br> <a href="http://www.artou.de/kuenstler/michaela-nagel/" title="The art of Michaela Nagel" target="_blank">- Art from Michaela Nagel</a><br> <a href="http://www.dadapost.com/" title="DadaPost Gallery in Berlin" target="_blank">- Dada Post Gallery Berlin</a><br> <a target="_blank" title="Art in Berlin" href="http://www.art-in-berlin.de/index.php">- Art in Berlin</a><a href="http://www.kultur-szene.de/" target="_blank" title="Kulturmagazin, Veranstaltungen, Marktplatz, Tickets"><br> </a> </div> <br> <iframe name="objectFrame" marginheight="1" marginwidth="1" style="border: 0px none ;" src="http://yycgi.yangyounhee.com/tinc?key=FHv4uxVC">Feedback-Formular" frameborder="0" height="800" scrolling="no" width="1000"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;</iframe> <span style="font-size: 12pt; line-height: 115%; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><span style="font-family: Tahoma;"></span></span></td> </tr> </tbody> </table> <br> </td> </tr> </tbody> </table> <br> <div id="footer"> <div style="width: 100%;" id="footer_text"> <div style="text-align: center; font-family: Tahoma;"><a href="Impressumde.html"><small>Impressum</small></a> </div> <small style="font-family: Tahoma;"><small>YounHee Yang, Contemporary Artist - All art work is copyrighted by the artist. The copying, redistribution, use or publication of any content or any part of this website is prohibited. It is prohibited to download, print or reproduce images without artists written permission. Disclaimer: The artist has no control over information at websites hyperlinked on this website and does not endorse and is not responsible or liable for the content, nature or reliability of any linked website or any link contained in a linked website. The artist takes no responsibility for monitoring, updating, or correcting any information on any linked website and makes no representation or warranties regarding such information.</small></small></div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-9192157-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </td> </tr> </tbody> </table> </div> </body> </html>