ÿþ<!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="KunstBlog.html">Kunst Blog Berlin</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="Vernissagede.html">Vernissage</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="Downloadde.html">Download</a><br> </span></span></small></td> </tr> </tbody> </table> </td> <td style="vertical-align: top; width: 821px; text-align: center;"> <div style="text-align: left;"><big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"><span style="font-weight: bold;"><br> </span></span></span></big> <div style="text-align: center;"><big><big style="font-weight: bold; color: rgb(51, 51, 255); font-family: Tahoma;"><big>News</big></big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"><span style="font-weight: bold;"></span></span></span></big><br> <big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"><span style="font-weight: bold;"></span></span></span></big></div> <big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"><span style="font-weight: bold;"><br> <br> <span style="text-decoration: underline;">-&gt; N&auml;chste Ausstellung:</span> </span>"Imaginative fairy tale 2" im Podewil Berlin. <a href="http://www.yangyounhee.com/Vernissagede.html"><span style="text-decoration: underline;">W</span></a><a href="http://www.yangyounhee.com/Vernissagede.html">eitere Informationen.</a><span style="font-weight: bold;"><br> </span></span></span></big><br> <div style="text-align: center;"><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"></span></span><br> </div> <big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"><span style="font-weight: bold;"> -</span><span style="text-decoration: underline; font-weight: bold;">&gt; Letzte Ausstellung: 'HanseArt Bremen 2011':<br> <br> </span></span></span></big><big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"> </span></span></big> <div style="text-align: center;"><big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"></span></span></big><a href="http://www.yangyounhee.com/Currentexhibitions.htmlhttp://www.kunstmesse-hanseart.de/index.php?ausstellung=2011_bremen&amp;site=2011_bremen&amp;lang=de"><span style="font-weight: bold;"><span style="font-family: Tahoma;"><big>HanseArt Bremen 2011</big></span><big><span style="font-family: Tahoma;"></span></big><br style="font-family: Tahoma;"> <br> </span></a><a href="http://www.yangyounhee.com/Currentexhibitions.htmlhttp://www.kunstmesse-hanseart.de/index.php?ausstellung=2011_bremen&amp;site=2011_bremen&amp;lang=de" target="_blank"><span style="font-weight: bold;"><img style="width: 378px; height: 181px;" alt="Hanseart Bremen" src="HanseartFront.jpg"></span></a><span style="font-weight: bold;"><br> <br> <span style="font-family: Tahoma;">Ich habe eine Auswahl neuer Werke auf der HanseArt Bremen pr&auml;sentiert.</span><br style="font-family: Tahoma;"> <br style="font-family: Tahoma;"> <span style="font-family: Tahoma;">Die HanseArt 2011 fand vom 11.11.11 bis zum 13.11.11</span><span style="font-family: Tahoma;"> im Messe Centrum Bremen statt.<br> Ich bedanke mich bei allen Besuchern und f&uuml;r die Unterst&uuml;tzung.</span></span><big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"><br> <br> </span></span></big> <table style="width: 745px; height: 58px; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="2" cellspacing="2"> <tbody align="center"> <tr align="center"> <td valign="undefined"><img style="width: 240px; height: 170px;" alt="" src="DSC_1368.jpg"></td> <td valign="undefined"><img style="width: 240px; height: 170px;" alt="" src="DSC_1367.jpg"></td> <td valign="undefined"><img style="width: 240px; height: 170px;" alt="" src="Kunstatelier%20Yang%201.jpg"></td> </tr> <tr align="center"> <td style="text-align: center;" valign="undefined"><img style="width: 240px; height: 170px;" alt="" src="DSC_1313.jpg"></td> <td style="text-align: center;" valign="undefined"><img src="Kunstatelier%20Yang%202.jpg" alt="" style="width: 240px; height: 170px;"></td> <td style="text-align: center;" valign="undefined"><img style="width: 240px; height: 170px;" alt="" src="Kunstatelier%20Yang%203.jpg"></td> </tr> </tbody> </table> <br> <span style="font-weight: bold;"><span style="font-family: Tahoma;"> Impressionen von der HanseArt Bremen 2011<br> _________________________________________________________</span></span></div> <br> <p style="color: rgb(0, 0, 255); font-family: Tahoma;"><strong><u><font style="font-size: 18px;"><span style="font-size: 24px;">Neues:</span></font></u></strong></p> <p style="color: rgb(0, 0, 255); text-align: center; font-family: Tahoma;"><strong><u><font style="font-size: 18px;"><span style="font-size: 24px;"><img style="width: 797px; height: 591px;" alt="&quot;Jury in Gods Arms&quot;, 73 x 54 cm, &ouml;l auf Leinwand, 2011" src="Jury%20in%20Gods%20Arms%2073x54%20cm%20Oil%20on%20Canvas%202011%20WM.jpg"><br> </span></font></u></strong></p> <p style="text-align: center; font-family: Tahoma; color: rgb(95, 95, 95);"><big>"Jury in Gods Arms", 73x54 cm, &Ouml;l auf Leinwand,&nbsp;2011</big></p> <p style="text-align: center; font-family: Tahoma; color: rgb(2, 2, 2);">Jury</p> <p style="text-align: center; font-family: Tahoma; color: rgb(2, 2, 2);">10. Januar 2004 - 03. September 2011</p> <p style="text-align: center; font-family: Tahoma; color: rgb(2, 2, 2);">"Von uns gegangen, aber niemals vergessen"</p> <p style="text-align: center; font-family: Tahoma; color: rgb(95, 95, 95);"><big><small><span style="font-family: Tahoma; color: rgb(2, 2, 2);">RIP</span></small></big></p> <div style="text-align: center;"> -----------------------------------------------------------------------------------------------<br> </div> <big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"><span style="font-weight: bold;"><br> -</span><span style="text-decoration: underline; font-weight: bold;">&gt; Die letzte Ausstellung: 'Imaginative fairy tale'</span></span></span></big><br> <big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"></span></span></big></div> <big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"> <br> </span></span></big> <div style="text-align: center;"><big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;Die erste Solo Ausstellung von Younhee Yang in Seoul, ihrem Heimatland Korea:<br> Gong Art Gallery pr&auml;sentierte die neue Bilderserie 'Imaginative fairy tale'<br> 01.07.2011 - 10.07.2011<br> <br> Vielen Dank allen Besuchern der Ausstellung !!<br> </span></span></big> <big><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"></span></span></big><br> <table style="text-align: left; width: 99%;" border="0" cellpadding="2" cellspacing="2"> <tbody> <tr> <td style="text-align: center;" valign="undefined"><img style="width: 370px; height: 262px;" alt="" src="FlyerFairytale2.jpg"></td> <td style="text-align: center;" valign="undefined"><img style="width: 370px; height: 246px;" alt="" src="fairytaleopening1.jpg"></td> <td style="text-align: center;" valign="undefined"><img style="width: 370px; height: 245px;" alt="" src="fairytaleopening2.jpg"></td> </tr> <tr> <td style="text-align: center;" valign="undefined"><img style="width: 370px; height: 245px;" alt="" src="fairytaleopening3.jpg"></td> <td style="text-align: center;" valign="undefined"><img style="width: 370px; height: 245px;" alt="" src="fairytaleopening4.jpg"></td> <td style="text-align: center;" valign="undefined"><img style="width: 370px; height: 245px;" alt="" src="fairytaleopening5.jpg"></td> </tr> </tbody> </table> <div style="text-align: center;"><span style="text-decoration: underline;"><span style="font-weight: bold;"></span></span><span style="font-size: 18px; font-weight: bold;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="color: rgb(11, 120, 241);"><span style="color: rgb(136, 0, 0);"><span style="color: rgb(52, 77, 112);">___________________________________________________________________________________________</span></span></span></span></span></span></span></div> </div> <span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma; font-weight: bold;"><span style="text-decoration: underline;"></span></span></span> <div style="text-align: center;"><span style="font-size: 18px; font-weight: normal;"><br> </span></div> <br> <span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma; font-weight: bold;"><span style="text-decoration: underline;"><br> -&gt; Videoausstellung: "GOV!"<br> </span></span></span><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma; font-weight: bold;"></span><span style="color: rgb(0, 0, 153); font-family: Tahoma;"></span></span><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma; font-weight: bold;"><span style="text-decoration: underline;"><br> </span></span></span> <div style="text-align: center;"><iframe title="YouTube video player" class="youtube-player" type="text/html" src="http://www.youtube.com/embed/fuvXfurWNnc?rel=0" frameborder="0" height="375" width="640"></iframe></div> <span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma; font-weight: bold;"><br> &nbsp; &nbsp;</span><span style="color: rgb(0, 0, 153); font-family: Tahoma;"> &nbsp;Das Kunstvideo wurde bei 'Gasteig Open Video 2010' im </span></span><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;">Celibedacheforum und im Foyer Carl Orff-Saal, <br> &nbsp; &nbsp; Gasteig, Rosenheimerstrasse 5, 81667 M&uuml;nchen </span></span><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;">gezeigt.</span></span><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma; font-weight: bold;"></span><span style="color: rgb(0, 0, 153); font-family: Tahoma;"></span></span><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"></span><span style="color: rgb(0, 0, 153); font-family: Tahoma; font-weight: bold;"></span><span style="color: rgb(0, 0, 153); font-family: Tahoma;"><br> <br> </span></span> <div style="text-align: center;"><span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;">&nbsp; &nbsp; &nbsp; &nbsp;<img style="width: 460px; height: 220px;" alt="" src="GOVVORLAGE_Website_kl.jpg"></span></span><br> <span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"></span></span></div> <span style="font-size: 18px; font-weight: normal;"><span style="color: rgb(0, 0, 153); font-family: Tahoma;"> </span><span style="color: rgb(0, 0, 153); font-family: Tahoma;">_________________________________________________________________________________________<br> </span><span style="color: rgb(0, 0, 153); font-family: Tahoma;"><br> </span></span><span style="font-size: 18px; font-weight: normal;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="color: rgb(0, 0, 102);"></span></span></span></span></span> <p style="color: rgb(52, 77, 112); font-weight: bold; font-family: Tahoma; text-align: justify;"><span style="font-size: 18px; font-weight: normal;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;">Bitte besuchen Sie meine Seite in K&uuml;rze erneut oder abonnieren sie meinen </span></span></span></span><span style="font-size: 18px; font-weight: bold;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><a href="mailto:mail@yangyounhee.com" title="mail@yangyounhee.com" style="font-weight: bold;">Newsletter</a></span></span></span></span><span style="font-size: 18px; font-weight: normal;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"> um Informationen &uuml;ber meine n&auml;chsten Ausstellungen zu erhalten. </span></span></span></span></p> <p style="color: rgb(52, 77, 112); font-weight: bold; font-family: Tahoma; text-align: justify;"><span style="font-size: 18px; font-weight: normal;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="font-size: 14px;">(Abonement des Newsletters ist per <a href="mailto:mail@yangyounhee.com">Email</a> mit dem Betreff: Subscription m&ouml;glich)</span></span></span></span></span></p> <p style="color: rgb(52, 77, 112); font-weight: bold; font-family: Tahoma; text-align: justify;"><span style="font-size: 18px; font-weight: normal;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="font-size: 14px;">_____________________________________________________________________________________________________________________________</span></span></span></span></span></p> <p style="font-weight: bold; text-align: justify; font-family: Tahoma; color: rgb(0, 0, 153);"><span style="font-size: 18px; font-weight: normal;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="font-size: 14px;"><span style="font-weight: bold;">-<span style="text-decoration: underline;">&gt; Neues: Ver&ouml;ffentlichung des Buches 'International Contemporary Artists Vol. I':</span></span></span></span></span></span></span></p> <p style="color: rgb(52, 77, 112); font-weight: bold; font-family: Tahoma; text-align: center;"><span style="font-size: 18px; font-weight: normal;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="font-size: 14px;"><span style="font-weight: bold;"><img style="width: 248px; height: 340px;" alt="Cover of the artbook International Contemporary Artists Vol. I" src="Front-cover-International-C.jpg"></span></span></span></span></span></span></p> <dl> <dd><span style="font-size: 18px; font-weight: normal;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="font-size: 14px;"><span style="font-weight: bold;"><span style="color: rgb(0, 0, 153); font-family: Arial;">Ich bin mit einigen meiner neuen Bilder in dieser Ver&ouml;ffentlichung vertreten.</span></span></span></span></span></span></span></dd> <dt></dt> <dd><span style="font-size: 18px; font-weight: normal;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="font-size: 14px;"><span style="font-weight: bold;"><span style="color: rgb(0, 0, 153); font-family: Arial;">Der Kunstkatalog 'International Contemporary Artists Vol. I' &nbsp;beinhaltet eine umfangreiche Pr&auml;sentation von 262 K&uuml;nstlern aus 42 L&aacute;ndern und ist jetzt weltweit auf Amazon und im Fachhandel verf&uuml;gbar. Das Buch ist eine sehr interessante Lekt&uuml;re und bietet einen umfassenden &Uuml;berblick &uuml;ber die Avantgardearbeit von internationalen K&uuml;nstlern aus der ganzen Welt.</span></span></span></span></span></span></span></dd> </dl> <span style="font-size: 18px; font-weight: bold; font-family: Tahoma;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="color: rgb(11, 120, 241);"><span style="color: rgb(136, 0, 0);"><span style="color: rgb(52, 77, 112);"></span></span></span></span></span></span></span>_____________________________________________________________________________________________________________________________<br> <p style="color: rgb(9, 71, 156); font-weight: bold; font-family: Tahoma; text-decoration: underline;"><span style="font-size: 14px;"><span style="font-size: 14px;"><span style="font-size: 14px ! important;">-&gt;<span style="font-size: 18px;"> Ausstellungskataloge:</span></span></span></span></p> <p style="color: rgb(9, 71, 156); text-align: justify; font-family: Tahoma;"><span style="font-size: 14px;"><span style="font-size: 14px;"><span style="font-size: 14px ! important;"><span style="font-size: 18px;">D</span>er Ausstellungskatalog der Ausstellung "Reflections 2004-09" kann gegen eine Schutzgeb&uuml;hr von 5 Euro angefordert werden (Versandt kostenfrei).</span></span></span></p> <p style="color: rgb(9, 71, 156); text-align: justify; font-family: Tahoma;"><span style="font-size: 14px;"><span style="font-size: 14px;"><span style="font-size: 14px ! important;"><span style="font-size: 18px;">D</span></span></span></span><span style="font-size: 14px;"><span style="font-size: 14px;"><span style="font-size: 14px ! important;">ie DVD zur Kunstvideoausstellung "One Korea" from 'GOV' , sowie die </span></span><span style="font-size: 14px;"><span style="font-size: 14px ! important;">limited edition DVD "I'm Sorry" k&ouml;nnen gegen ein Schutzgeb&uuml;hr von 12 Euro angefordert werden (Versandt kostenfrei).</span><span style="font-size: 14px ! important;"><span style="font-size: 18px;"> </span></span></span></span></p> <span style="font-size: 14px; font-family: Tahoma;"><span style="font-size: 14px;"><span style="font-size: 14px ! important;"><span style="font-size: 18px; color: rgb(9, 71, 156);">B</span><span style="color: rgb(9, 71, 156);">itte kontaktieren Sie mich per Email:: artgallery@yangyounhee.com um Ihre pers&ouml;nliche DVD bzw. einen Ausstellungskatalog zu erhalten. </span></span></span></span><span style="font-size: 18px; font-weight: bold; font-family: Tahoma;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="color: rgb(11, 120, 241);"><span style="color: rgb(136, 0, 0);"><span style="color: rgb(52, 77, 112);">___________________________________________________________________________________________<br> <br> </span></span></span></span></span></span></span> <div style="text-align: center;"><span style="font-size: 18px; font-weight: bold; font-family: Tahoma;"><iframe name="objectFrame" marginheight="1" marginwidth="1" style="border: 0px none ;" src="http://yycgi.yangyounhee.com/tinc?key=S1YKrGGm&amp;start=-1&amp;reverse=1" frameborder="0" height="1000" scrolling="no" width="1000"></iframe><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="color: rgb(11, 120, 241);"><span style="color: rgb(136, 0, 0);"><span style="color: rgb(52, 77, 112);"></span></span></span></span></span></span></span><br> <span style="font-size: 18px; font-weight: bold; font-family: Tahoma;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="color: rgb(11, 120, 241);"><span style="color: rgb(136, 0, 0);"><span style="color: rgb(52, 77, 112);"></span></span></span></span></span></span></span></div> <span style="font-size: 18px; font-weight: bold; font-family: Tahoma;"><span style="font-size: 24px ! important;"><span style="font-size: 14px;"><span style="font-size: 18px;"><span style="color: rgb(11, 120, 241);"><span style="color: rgb(136, 0, 0);"><span style="color: rgb(52, 77, 112);"><br> </span></span></span></span></span></span></span></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>