ÿþ<!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: 70px;" 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="AktuelleAusstellungen.html">Aktuelle Ausstellungen</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="VorherigeAusstellungen.html"><span style="text-decoration: underline;">Vorherige Ausstellungen</span></a><br> </span></span></small></td> </tr> </tbody> </table> </td> <td style="vertical-align: top; width: 821px; text-align: center;"> <table id="content" title="Content" style="width: 100%;"> <tbody> <tr> <td =""><br> <p style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;"></span></span></strong></font></font></font><big style="font-weight: bold; color: rgb(51, 51, 255); font-family: Tahoma;"><big><big>Vorherige Ausstellungen</big></big></big></p> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">1.</span></span><a href="http://www.kunstmesse-hanseart.de/index.php?ausstellung=2011_bremen&amp;site=2011_bremen&amp;lang=de"><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255);"><span style="font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;">"HanseArt 2011"</span></span></span></span><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 20px;">:</span></span></span></a><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"> &nbsp;<big><span style="color: rgb(51, 51, 51);">Kunstmesse, Messe Centrum Bremen, Bremen, Deutschland, 11. November&nbsp; - 13. November 2011</span></big></span></strong></font></font></font></p> <p style="text-align: center;"><a href="http://www.kunstmesse-hanseart.de/index.php?ausstellung=2011_bremen&amp;site=2011_bremen&amp;lang=de"><img style="border: 0px solid ; width: 300px; height: 424px;" alt="" src="HanseartPoster.jpg"></a></p> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;"></span></span></strong></font></font></font></p> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">2.</span></span><a href="http://www.gongartspace.com/"><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255);"><span style="font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;">"imaginative fairy tale"</span></span></span></span><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 20px;">:</span></span></span></a><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"> &nbsp;<big><span style="color: rgb(51, 51, 51);">Einzelausstellung, Gong Art Space, Seoul, Korea,&nbsp;01. Juli - 10. Juli 2011</span></big></span></strong></font></font></font></p> <p style="text-align: center;"><a href="http://www.gongartspace.com/"><img style="border: 2px solid ; width: 500px; height: 354px;" alt="" src="FlyerFairytale2.jpg"></a></p> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;"></span></span></strong></font></font></font></p> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">3.</span></span><a href="http://www.gasteig.de/media/uploads/projekt/gasteig/docs/presse/pdfs/gasteig-open-video.pdf"><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255);"><span style="font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;">"Gasteig Open Video 2010"</span></span></span></span><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 20px;">:</span></span></span></a><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"> &nbsp;<big style="color: rgb(51, 51, 51);">Videokunst Ausstellung, Gasteig, M&uuml;nchen, Deutschland, 10. Dezember 2010 - 31. Januar 2011</big></span></strong></font></font></font></p> <div style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><a href="http://www.gasteig.de/media/uploads/projekt/gasteig/docs/presse/pdfs/gasteig-open-video.pdf"><img style="border: 2px solid ; width: 460px; height: 220px;" alt="" src="GOVVORLAGE_Website_kl.jpg"></a><br> </p> </font></font></div> <br> <div style="text-align: left;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">4.</span></span><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255);"><span style="font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;">"Unification of Korea"</span></span></span></span><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 20px;">:</span></span></span></strong></font></font></font> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;">&nbsp; <big><span style="font-family: Tahoma; color: rgb(51, 51, 51);">Gruppenausstellung, 14th Art Exhibition of the Republic of Korea, Korean Broadcast and Advertisement Museum, Seoul, Korea, 12. Dezember&nbsp;- 19. Dezember 2010</span></big></span></strong></font></font></font><big><big><big><font style="font-size: 14px; font-family: Tahoma; color: rgb(51, 51, 51);" color="#0000ff" face="'Comic Sans MS',sans-serif"><font size="3"><big><big><big><strong><span style="font-size: 12px; font-weight: normal;"></span></strong></big></big></big></font></font><big><font style="font-size: 14px; font-family: Tahoma; color: rgb(51, 51, 51);" color="#0000ff" face="'Comic Sans MS',sans-serif"><font size="3"><big><big><big><big><strong><span style="font-size: 12px; font-weight: normal;"></span></strong></big></big></big></big></font></font><span style="font-family: Tahoma; color: rgb(51, 51, 51);"></span><font style="font-size: 14px; font-family: Tahoma; color: rgb(51, 51, 51);" color="#0000ff" face="'Comic Sans MS',sans-serif"><font size="3"><big><big><big><big><strong><span style="font-size: 12px; font-weight: normal;"></span></strong></big></big></big></big></font></font></big></big></big></big><br> </div> <p style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"><img style="width: 146px; height: 549px;" alt="" src="14th%20Exhibition%20Korea.jpg"> &nbsp; &nbsp; &nbsp;<img style="width: 180px; height: 550px;" alt="" src="Exhibition%20Korea.jpg"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span></strong></font></font></font></p> <p style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;"></span></span><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255);"><span style="font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;"></span></span></span></span><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 20px;"></span></span></span></strong></font></font></font> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"></span></strong></font></font></font><big><font><font><big><font =""><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif">_______________________________________________________________________________________________</font></font></big></font></font></big></p> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">5.</span></span><a href="http://www.scope-art.com/index.php/miami/"><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255);"><span style="font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;">"Scope Miami 2010"</span></span></span></span><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 20px;">:</span></span></span></a></strong></font></font></font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;">&nbsp;&nbsp;</span></strong></font></font></font> <big><big><big><big><font style="font-size: 14px; color: rgb(51, 51, 51);" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><big><big><big><big><strong><span style="font-size: 12px; font-weight: normal; font-family: Trebuchet MS,sans-serif;">Gruppenausstellung, vertreten von: Dada Post, Miami, USA, 30. November - 05. Dezember 2010</span></strong></big></big></big></big></font></font></font></big></big></big></big></p> <p style="text-align: center;"><a href="http://www.scope-art.com/index.php/miami/"><img style="border: 2px solid ; width: 620px; height: 143px;" alt="" src="ScopeMiami.jpg"></a><small style="font-family: Tahoma;"><font style="font-size: 14px;" color="#0000ff"><font size="3"><small><strong></strong></small></font></font></small><big><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong></strong></font></font></font></font></big></p> <p style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><big><font><font><big><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif">_______________________________________________________________________________________________</font></font></big></font></font></big></font></p> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">6.</span></span><a href="http://www.dadapost.com/"><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255);"><span style="font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;">"Youth Cult 2010"</span></span></span></span><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 20px;">:</span></span></span></a></strong></font></font> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;">&nbsp; <span style="color: rgb(51, 51, 51);">Gruppenausstellung, Dada Post Galerie, Berlin, Deutschland, 20. M&auml;rz - 18. April 2010</span></span></strong></font></font></font></font></font></font></p> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font></font></font> </font></font></font> <div style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><a href="http://www.dadapost.com/"><span style="text-decoration: underline;"><img style="border: 2px solid ; width: 279px; height: 382px;" alt="" src="YouthCultSmall.jpg"></span></a><br> <br> <img style="width: 261px; height: 169px;" alt="" src="YouthCult1.jpg">&nbsp;<img style="width: 255px; height: 169px;" alt="" src="YouthCult2.jpg"> </font></font></font></div> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><big><font style="font-size: 14px; font-weight: bold;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font></font></big> </font></font></font> <div style="text-align: center; font-weight: bold;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><big><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p>_______________________________________________________________________________________________</p> </font></font></big></font></font></font></div> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">7.</span></span><a href="http://www.artandprison.de/cms0/de/index.php?s=16&amp;name=press"><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255);"><span style="font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;">"Mit den Augen der Anderen"</span></span></span></span><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 20px;">:</span></span></span></a><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;">&nbsp; <span style="color: rgb(51, 51, 51);">Gruppenausstellung, Galerie MAGNIFICAT, Art and Prison e.V., Berlin, Deutschland, 26. Februar - 17. M&auml;rz 2010</span></span></strong></font></font></font></font></font></font></font><br> </p> <div style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><a href="http://www.artandprison.de/cms0/de/index.php?s=16&amp;name=press"><img style="border: 2px solid ; width: 384px; height: 286px;" alt="" src="ArtandPrison.jpg"></a><a href="http://www.artandprison.de/cms0/de/index.php?s=16&amp;name=press"> </a><br> <img style="width: 207px; height: 155px;" alt="" src="ArtandPrisonYY.jpg"><br> <br> </font></font></font> <div style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif">Presse: <br> </font></font></font> <div style="text-align: left;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> "Unter den Preistr&auml;gern des Kunstwettbewerbes 2009 ist auch die K&uuml;nstlerin YounHee Yang aus S&uuml;dkorea, hier im Bild vor dem Ausstellungsraum von "Art and Prison e.V." in Berlin zusammen mit Peter Echtermeyer, Vorsitzender des Vereins."</font></font></font><br> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> &copy; Art and Prison eV </font></font></font></div> </div> </div> <div style="text-align: left;"> <div style="text-align: center; font-weight: bold;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><big><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p>_______________________________________________________________________________________________</p> </font></font></big></font></font></font></div> </div> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">8.</span></span><a href="http://www.gasteig.de/media/uploads/projekt/gasteig/docs/presse/pdfs/gasteig-open-video.pdf"><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255);"><span style="font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;">"Gasteig Open Video 2009"</span></span></span></span><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 20px;">:</span></span></span></a><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"> &nbsp;<big><span style="color: rgb(51, 51, 51);"></span></big></span></strong></font></font></font><small><small><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><small><small><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"><big style="color: rgb(51, 51, 51);">Videokunst Ausstellung, Gasteig, M&uuml;nchen, Deutschland, 04. Dezember 2009 - 22. Januar 2010</big></span></strong></small></small></font></font></font></small></small><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"><big><span style="color: rgb(51, 51, 51);"></span></big></span></strong></font></font></font></p> </font></font></p> </font></font> </font></font></font> <div style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><a href="http://www.gasteig.de/media/uploads/projekt/gasteig/docs/presse/pdfs/gasteig-open-video.pdf"><span style="text-decoration: underline;"><img style="border: 2px solid ; width: 302px; height: 193px;" alt="" src="GOV2009.jpg"></span></a></p> </font></font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font></font> </font></font></font> <div style="text-align: left;"> <div style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><big><font><font><big><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif">_______________________________________________________________________________________________</font></font></big></font></font></big></font></font></font></div> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">9.</span></span><a href="http://www.rise-fall.com/gallery/"><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255);"><span style="font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;">"Rise &amp; Fall"</span></span></span></span><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 20px;">:</span></span></span></a><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"> <span style="color: rgb(51, 51, 51);">Musik- und Kunstevents, Verschiedene Orte, USA, 05. November - 28. November 2009</span></span></strong></font></font></font></font></font></font></font></p> <div style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><br> </p> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"><a href="http://www.rise-fall.com/gallery/"><span style="text-decoration: underline;"><img style="border: 2px solid ; width: 312px; height: 246px;" alt="" src="Rise$26Fall-Flyer_Front2.jpg"></span></a> </span></strong></font></font></font></p> </font></font> </font></font></font></font></div> </div> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><big><font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif">_______________________________________________________________________________________________</font></font></big></font></font></font></font></div> <p style="text-align: left;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">10.</span></span><a href="http://www.buchklassik.de/Aktuell.html"><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255);"><span style="font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;">"Reflections - 2004-09"</span></span></span></span><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 20px;">:</span></span></span></a><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;">&nbsp;<span style="color: rgb(51, 51, 51);"> Einzelausstellung, Villa K5,&nbsp; Berlin, Deutschland, 31. Oktober - 29. November 2009</span></span></strong></font></font></font></font></font></p> <div style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font></font><a href="http://www.buchklassik.de/Aktuell.html"><img style="border: 2px solid ; width: 283px; height: 400px;" alt="" src="ReflectionsPosterSmall.jpg"></a><br> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font></font></div> <div style="text-align: center;">&nbsp;<img style="width: 252px; height: 167px;" alt="" src="YYReflections1.jpg">&nbsp;&nbsp;<img style="width: 252px; height: 167px;" alt="" src="YYreflections2.jpg"> </div> <div style="text-align: center;"><br> _______________________________________________________________________________ </div> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">11.</span></span></strong></font></font><span style="font-size: 20px; font-weight: bold; background-color: rgb(255, 255, 255); color: rgb(10, 96, 203); font-family: Trebuchet MS,sans-serif;"> <span style="font-size: 20px;"><span style="font-size: 20px ! important;"><a href="http://pressemitteilung.ws/node/158612"><span style="color: rgb(0, 0, 255);">"Personally political - contemporary sensation":</span></a> </span></span><span style="font-family: Trebuchet MS,sans-serif;"></span></span></font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"><span style="color: rgb(51, 51, 51);">Gruppenausstellung, Arthouse Tacheles, Berlin, Deutschland, 29. Mai - 19. Juni 2009</span><br> </span></strong></font></font></font></font></font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><span style="font-size: 20px; font-weight: bold; background-color: rgb(255, 255, 255); color: rgb(10, 96, 203); font-family: Trebuchet MS,sans-serif;"><span style="font-family: Trebuchet MS,sans-serif;"></span><span style="font-family: Trebuchet MS,sans-serif;"></span><br> <div style="text-align: center;">&nbsp;<a href="http://pressemitteilung.ws/node/158612"><img style="border: 2px solid ; width: 239px; height: 323px;" alt="" src="fly-er_pers-pol.jpg"></a>&nbsp;&nbsp;<img style="width: 240px; height: 323px;" alt="" src="Hoffnung3.JPG"><br> <img style="width: 210px; height: 138px;" alt="" src="PPCSArtistWork1.jpg">&nbsp;&nbsp;<img style="width: 207px; height: 136px;" alt="" src="PPCSDiscussionPeople.jpg"><br> &nbsp;&nbsp;&nbsp;&nbsp; <br> <span style="font-size: 14px;"><span style="font-weight: bold;"><span style="font-size: 18px ! important;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <small style="color: rgb(102, 102, 102);">"</small></span></span><span style="font-size: 18px ! important;"><small style="color: rgb(102, 102, 102);">Hoffnung - Hope"</small></span></span><small style="color: rgb(102, 102, 102); font-weight: normal;">, Digitaldruck auf Fotopapier (Hochglanz), 30 x 40 cm, 2008</small><br> _______________________________________________________________________________________ </div> <br> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">12.</span></span></strong></font></font><span style="font-size: 20px; font-weight: bold; background-color: rgb(255, 255, 255); color: rgb(10, 96, 203); font-family: Trebuchet MS,sans-serif;"> <span style="font-size: 20px;"><span style="font-size: 20px ! important;"><span style="color: rgb(0, 0, 255);"></span></span><span style="font-size: 20px;"><span style="font-size: 18px;"><span style="font-size: 20px; font-weight: bold; background-color: rgb(255, 255, 255); color: rgb(10, 96, 203); font-family: Trebuchet MS,sans-serif;"> <span style="font-size: 20px;"><a href="http://www.apwarts.com/galleryhomephoto.html"><span style="font-size: 20px ! important;">"World of Imagination Vol. II":</span></a> </span></span></span><span style="font-family: Trebuchet MS,sans-serif;"></span></span></span></span></font></span></font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"><span style="color: rgb(51, 51, 51); font-family: Tahoma;">Gruppenausstellung, APW Gallery, New York, NY, USA, M&auml;rz 2009</span><br> </span></strong></font></font></font></font></font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><span style="font-size: 20px; font-weight: bold; background-color: rgb(255, 255, 255); color: rgb(10, 96, 203); font-family: Trebuchet MS,sans-serif;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><span style="font-size: 20px; font-weight: bold; background-color: rgb(255, 255, 255); color: rgb(10, 96, 203); font-family: Trebuchet MS,sans-serif;"><span style="font-size: 20px;"><span style="font-size: 20px;"><span style="font-family: Trebuchet MS,sans-serif;"></span><span style="font-family: Trebuchet MS,sans-serif;"></span><br> <div style="text-align: center;"><a href="http://www.apwarts.com/galleryhomephoto.html"><img style="border: 2px solid ; width: 334px; height: 237px;" alt="" src="APWWoi2.jpg"></a><br> <br> <img src="../_wsb_98x98_BorderlessMeditationIIAPWGallery30x30cmWM.jpg" alt="" style="width: 98px; height: 98px;">&nbsp;<img style="width: 99px; height: 97px;" alt="" src="_wsb_99x97_BorderlessMeditationIIIAPWGallery30x30cmWM.jpg">&nbsp;<img style="width: 99px; height: 99px;" alt="" src="_wsb_99x99_BorderlessMeditationIAPWGallery30x30cmWM.jpg">&nbsp;<img style="width: 100px; height: 98px;" alt="" src="_wsb_100x98_BorderlessMeditationVAPWGallery30x30cmWM.jpg">&nbsp;<img style="width: 102px; height: 97px;" alt="" src="_wsb_102x97_BorderlessMeditationIVAPWGallery30x30cmWM.jpg"><br> <small><small style="font-weight: normal; color: rgb(102, 102, 102);"><span style="font-size: 14px;"><span style="font-size: 18px ! important;">"Meditation I - V"</span></span>&nbsp; Guache auf Leinwand, 30 x 30 cm, 2009</small></small><br> <br> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><span style="color: rgb(9, 71, 156);">&nbsp;__________________________________________________________</span></font> </div> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <br> <strong></strong> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">13.</span></span><a href="http://de.youtube.com/watch?v=lwLmaXNQkgQ&amp;feature=channel_page"><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255);"><span style="font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;">"Gasteig Open Video 2008"</span></span></span></span><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 24px;"><span style="font-size: 20px;">:</span></span></span></a><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"> &nbsp;<big><span style="color: rgb(51, 51, 51);"></span></big></span></strong></font></font></font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"><big style="color: rgb(51, 51, 51);">Videokunst Ausstellung, Gasteig, M&uuml;nchen, Deutschland, 10. Dezember 2008 - 31. Januar 2009</big></span></strong></font></font></font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Trebuchet MS,sans-serif;"><big><span style="color: rgb(51, 51, 51);"></span></big></span></strong></font></font></font></p> </font></font></p> </font></p> </font> <div style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102);"><span style="text-decoration: underline;"><img style="width: 323px; height: 232px;" alt="" src="_wsb_323x232_Gasteignew.jpg"></span></span></strong></font></font></font></p> </font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102);"></span></strong></font></font></font><big><big><big><big><big><big><big><span style="font-size: 18px; font-weight: normal; color: rgb(102, 102, 102); font-family: Tahoma;"><font style="font-size: 14px;">"One Korea" </font></span></big></big></big></big></big></big><span style="font-size: 12px; font-weight: normal; color: rgb(102, 102, 102); font-family: Tahoma;"><span style="font-size: 12px;"><span style="font-size: 18px;"><span style="font-size: 12px ! important;"><font style="font-size: 14px;">(2-teilig), Kunstvideo, 2008</font></span></span></span></span></big><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font></div> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font> <div style="text-align: center;"><span style="color: rgb(9, 71, 156);">______________________________________________________________________________________</span> </div> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">14.</span></span><a href="http://de.youtube.com/watch?v=0dsvZfy7Qmo"><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255); font-family: Trebuchet MS,sans-serif;">"Midissage":</span></a><span style="font-family: Trebuchet MS,sans-serif;"> </span><big><big><big><big><span style="font-size: 12px; font-weight: normal; font-family: Trebuchet MS,sans-serif; color: rgb(51, 51, 51);">Gruppenausstellung, Galerie W&ouml;rthhof, M&uuml;nchen, Deutschland, 13. - 16. November 2008</span></big></big></big></big></strong></font></font></font><font face="'Comic Sans MS',sans-serif"><font size="3"><strong></strong></font></font></p> </font> <div style="text-align: center;"> <div style="text-align: center;"><a href="http://www.yangyounhee.com/Videoart.html"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><img style="border: 2px solid ; width: 290px; height: 211px;" alt="" src="Woerthhof_KarteVorderseite.jpg"></strong></font></font></font></font></font></p> </font></a></div> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><font face="'Comic Sans MS',sans-serif"><font size="3"><strong></strong></font></font><small><span style="font-size: 18px; color: rgb(102, 102, 102); font-family: Tahoma; font-weight: normal;"><span style="font-size: 18px ! important;">"I'm sorry"</span></span><span style="color: rgb(102, 102, 102); font-family: Tahoma; font-weight: normal;">, <big>Kunstvideo, 2008</big></span></small> </p> </font></div> </span></span></span></font></span><span style="font-size: 20px; font-weight: bold; background-color: rgb(255, 255, 255); color: rgb(10, 96, 203); font-family: Trebuchet MS,sans-serif;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><span style="font-size: 20px; font-weight: bold; background-color: rgb(255, 255, 255); color: rgb(10, 96, 203); font-family: Trebuchet MS,sans-serif;"><span style="font-size: 20px;"><span style="font-size: 20px;"> <div style="text-align: center;"> <div style="text-align: left;"> <div style="text-align: center;"><span style="color: rgb(11, 120, 241);">______________________________________________________________________________________</span> </div> </div> </div> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">15.</span></span></strong></font></font><span style="font-size: 20px; font-weight: bold; background-color: rgb(255, 255, 255); color: rgb(10, 96, 203); font-family: Trebuchet MS,sans-serif;"><span style="font-size: 20px;"><span style="font-size: 20px ! important;"><span style="color: rgb(0, 0, 255);"></span></span></span></span></font></span></span></span></font></span><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 20px;"></span><a href="http://de.youtube.com/watch?v=lx60E8IiZzk"><span style="font-size: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 255); font-family: Trebuchet MS,sans-serif;">"Imagination and Reality"</span></a><span style="font-family: Trebuchet MS,sans-serif;">: </span><big><span style="font-size: 12px; font-weight: normal; color: rgb(51, 51, 51);"><span style="font-family: Trebuchet MS,sans-serif;">Ausstellung der&nbsp;</span></span></big></strong></font></font><big><font style="color: rgb(51, 51, 51);" face="'Comic Sans MS',sans-serif"><font size="3"><big><strong><span style="font-size: 12px; font-weight: normal;"><span style="font-family: Trebuchet MS,sans-serif;">Internationalen Sommerakademie der freien K&uuml;nste, Salzburg, Hallein, &Ouml;sterreich, August 2008</span></span></strong></big></font></font></big></font></font></font> <div style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal;"><span style="text-decoration: underline;"></span></span></strong></font></font></font><a href="http://de.youtube.com/watch?v=lx60E8IiZzk"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal;"><span style="text-decoration: underline;"><img style="border: 2px solid ; width: 271px; height: 163px;" alt="" src="YounHeeHallein1.jpg"></span></span></strong></font></font></font></font></font></font></font></font></font></a><font><font><font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal;"></span></strong></font></font></font></font></font></font></font></font></font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal;"><span style="text-decoration: underline;"></span></span></strong></font></font></font></font></font></font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal;"></span></strong></font></font></font></p> </font> <font style="font-size: 14px; color: rgb(102, 102, 102); font-family: Tahoma;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><font size="3"><strong><span style="font-size: 12px; font-weight: normal;"><span style="font-size: 18px;"><small>"Love and Water"</small><span style="font-size: 12px;">, Kunstvideo / Medien-Installation, 2008</span></span></span></strong></font></p> </font></font></font></div> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font> </font></font> <div style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 12px; font-weight: normal;"><span style="color: rgb(10, 96, 203);"><span style="color: rgb(50, 163, 246);">_________________________________________________________________</span>_</span></span></strong></font></font></p> </font></font></font></div> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font> </font></font> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="color: rgb(102, 102, 102);"><span style="font-size: 20px ! important;">16.</span></span></strong></font><span style="font-size: 20px; font-weight: bold; background-color: rgb(255, 255, 255); color: rgb(10, 96, 203); font-family: Trebuchet MS,sans-serif;"><span style="font-size: 20px;"><span style="font-size: 20px ! important;"><span style="color: rgb(0, 0, 255);"></span></span></span></span><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 20px;"></span><font style="font-size: 14px; color: rgb(0, 0, 255); font-family: Trebuchet MS,sans-serif;" color="#666666"><span style="font-size: 24px;"><span style="font-size: 20px;">"In Arte Kwastafer"</span></span></font></strong></font></font><span style="color: rgb(0, 0, 255); font-family: Trebuchet MS,sans-serif;">:</span><span style="font-family: Trebuchet MS,sans-serif;">&nbsp; <small><span style="color: rgb(51, 51, 51);">Gruppenausstellung, M&uuml;nchen Haidhausen, Deutschland,&nbsp;</span></small></span><small><span style="font-family: Trebuchet MS,sans-serif; color: rgb(51, 51, 51);">M&auml;rz 2006</span></small></font></font></font></font></p> <div style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font></font></font></font> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><a href="http://www.dynamo-kunstundbuehne.de/katalog2.pdf"><img style="border: 2px solid ; width: 434px; height: 444px;" alt="" src="BeforetheMoment.jpg"></a></font></font></font></font></p> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p style="font-family: Tahoma; color: rgb(51, 51, 51);"><small><small><span style="font-size: 10px;"><span style="font-size: 14px;"><span style="font-size: 18px;">"Before the Moment"<small>, Oil on Canvas, 2006</small></span></span></span></small></small></p> <p><span style="font-size: 10px;"><span style="font-size: 14px;"><span style="font-size: 18px;"></span></span></span></p> <p style="font-family: Times New Roman,Times,serif; color: rgb(51, 51, 255);">"I am not trying to control my paintings in a big moment. Look at the green dots, you</p> </font><span style="font-family: Times New Roman,Times,serif; color: rgb(51, 51, 255);">look at the objects behind what you do not see. Everything is left up to the viewers&nbsp;imagination: following green dots and seeing the underlying meanings. . ."</span><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> <p><span style="color: rgb(99, 189, 250);">_______________________________________________________________________________________</span></p> </font><br> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font></font></font></font></div> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"> </font> </font></font></font> <p><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><strong></strong></font><font style="font-size: 14px; color: rgb(102, 102, 102);" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Comic Sans MS',sans-serif"><font size="3"><strong><span style="font-size: 20px;">17.</span></strong></font></font></font><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><strong></strong></font><span style="font-size: 20px;"><span style="font-size: 20px;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><strong></strong></font><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 20px;"><font style="font-size: 14px;" color="#0000ff"><strong></strong></font></span></span></span></span><span style="font-size: 20px;"><span style="font-size: 20px;"><span style="font-size: 20px;"><span style="font-size: 20px;"><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><span style="font-size: 20px;"><font style="font-size: 14px;" color="#0000ff"><strong><span style="font-size: 20px ! important;"><span style="font-size: 20px ! important;">"THREADED"</span></span></strong></font></span><span style="font-size: 20px ! important;">: </span></span></span></span></span></span><small><span style="color: rgb(51, 51, 51); font-family: Tahoma;">Fine Arts Thesis Exhibition, Parsons School of Design, NY, USA, Mai 2005</span><span style="font-size: 8px; font-family: Tahoma;"><span style="font-size: 8px;"><span style="font-size: 8px ! important;"><span style="color: rgb(51, 51, 51);">&nbsp;</span> </span></span></span></small> </font></font></font></p> <p style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><img style="width: 497px; height: 388px;" alt="" src="gallery1.jpg"> </font></font></font></p> <p style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><img style="width: 322px; height: 254px;" alt="" src="Threaded1.jpg"><span style="font-family: Tahoma;">&nbsp;&nbsp;&nbsp;</span><span style="color: windowtext; font-family: Tahoma;" lang="EN-US"><font size="3"><span><img style="width: 167px; height: 255px;" alt="" src="Threaded2.jpg"></span></font></span><span style="font-family: Tahoma;">&nbsp; </span></font></font></font></p> <p style="text-align: center; font-family: Tahoma;"><span style="font-size: 18px;"><font style="font-size: 14px;" color="#0000ff"><font style="font-size: 14px;" color="#0000ff"><font style="font-size: 14px;" color="#0000ff">&nbsp;<span style="color: rgb(51, 51, 51);">- "Genesis" 2004 - 2005,&nbsp;&Ouml;l Uns Acryl auf Holz ,&nbsp;</span><span style="font-size: 12px; color: rgb(51, 51, 51);">verschiedene Gr&ouml;ssen</span></font></font></font></span></p> <p style="text-align: center;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 10px;" color="#000000" face="'Trebuchet MS',sans-serif"><span style="font-weight: bold;"><span style="font-size: 12px;">"I just want to say it, I want to desert everything known to me, What I need to do is to find me, Find me to say - I know me."</span> </span></font></font></font></font></p> <div style="text-align: center;"> <span style="color: windowtext; font-family: Tahoma;" lang="EN-US"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font size="3"><span> <p><font style="font-size: 10px;" color="#000000"><span style="color: rgb(99, 189, 250);">________</span></font><span style="color: windowtext; font-family: Tahoma;" lang="EN-US"></span><font style="font-size: 10px;" color="#000000"><span style="color: rgb(99, 189, 250);">_____________________________________</span></font><font style="font-size: 10px;" color="#000000"><span style="color: rgb(99, 189, 250);">____________________________________________________________</span></font></p> </span></font></font></font></font></span><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><br> <span style="color: windowtext; font-family: Tahoma;" lang="EN-US"><font size="3"><span> </span></font></span></font></font></font></div> <span style="color: windowtext; font-family: Tahoma;" lang="EN-US"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font size="3"><span> </span></font></font></font></font></span> <p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: 200%; text-align: left;"><span style="color: windowtext; font-family: Tahoma;" lang="EN-US"><span><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Trebuchet MS',sans-serif"><font size="3"><strong style="color: rgb(0, 0, 255);"><font face="'Comic Sans MS',sans-serif"><span style="font-size: 24px ! important;"><span style="font-size: 18px;"><span style="font-size: 12px ! important;"> <span style="color: rgb(102, 102, 102);"><span style="font-size: 24px ! important;"><span style="font-size: 20px ! important;">18.</span></span></span> </span></span></span></font></strong><span style="font-size: 20px; font-family: Trebuchet MS,sans-serif;"><strong style="color: rgb(0, 0, 255);"><span style="font-size: 20px ! important;">"Obsession"</span></strong></span></font></font></font></font></font></span><span style="color: rgb(0, 0, 255);"><span style="font-size: 18px ! important;"><span style="font-size: 20px;"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font face="'Trebuchet MS',sans-serif"><font size="3">: </font></font></font></font></font></span></span></span></span><span style="font-size: 14px; font-family: Trebuchet MS,sans-serif; color: rgb(51, 51, 51);"><span style="font-size: 12px;"><font style="font-size: 14px;" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" face="'Comic Sans MS',sans-serif"><font face="'Trebuchet MS',sans-serif"><font size="3">Parsons School of Design, Art Show, NY, USA, May 2004</font></font></font></font></font></span></span></p> <p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: 200%; text-align: center;"><span style="color: windowtext; font-family: Tahoma;" lang="EN-US"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font size="3"><span><img style="width: 246px; height: 184px;" alt="" src="Obsession1.JPG">&nbsp;<img style="width: 245px; height: 184px;" alt="" src="Obsession2.JPG">&nbsp; </span></font></font></font></font></span></p> <div style="text-align: center;"><small> <font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff" face="'Comic Sans MS',sans-serif">&nbsp;<span style="font-size: 18px; font-family: Chaparral Pro;">&nbsp;<small><span style="color: rgb(51, 51, 51);">"Obsession", 2004 - 2005, Installation, verschiedene Materialien</span></small></span> </font></font></font></small></div> <font style="font-size: 14px; font-family: Chaparral Pro;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff"><font style="font-size: 14px;" color="#0000ff"><br> </font></font></font> <div style="text-align: center;"><font style="font-size: 14px; font-family: Chaparral Pro;" color="#0000ff" face="'Comic Sans MS',sans-serif"><font style="font-size: 14px;" color="#0000ff"><font style="font-size: 14px;" color="#0000ff"><big><span style="font-size: 14px; font-weight: bold; color: rgb(51, 51, 51);"><span style="font-size: 14px;"><span style="font-size: 14px ! important;"></span></span></span></big></font></font></font></div> </td> </tr> </tbody> </table> </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>