ÿþ<!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> <script type="text/javascript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> </table> <table border="0" width="100%"> <tbody> <tr> <td height="450" width="1120"> <table border="0" width="1123"> <tbody> <tr> <td height="489" width="310"> <div id="panel"> <table style="width: 378px; height: 281px;" border="0"> <tbody> <tr style="font-family: Tahoma;"> <td style="background-color: rgb(153, 255, 255);">Bitte ausw&auml;hlen:<br> </td> </tr> <tr style="font-family: Tahoma;"> <td style="background-color: rgb(153, 255, 255);"><!-- <a href="2015de.html">2015</a><br> --> </td> </tr> <tr style="font-family: Tahoma;"> <td style="background-color: rgb(153, 255, 255);"><!-- <a href="2014de.html">2014<br> --> </td> </tr> <tr style="font-family: Tahoma;"> <td style="background-color: rgb(153, 255, 255);"><!-- <a href="2013de.html">2013</a><br> --> </td> </tr> <tr style="font-family: Tahoma;"> <td style="background-color: rgb(153, 255, 255);"><!-- <a href="2012de.html">2012</a><br> --> </td> </tr> <tr style="font-family: Tahoma;"> <td style="background-color: rgb(153, 255, 255);"><a href="2011de.html">2011</a><br> </td> </tr> <tr style="font-family: Tahoma;"> <td style="background-color: rgb(153, 255, 255);"><a href="2010de.html">2010<br> </a></td> </tr> <tr style="font-family: Tahoma;"> <td style="background-color: rgb(153, 255, 255);"><a href="2009de.html">2009<br> </a></td> </tr> <tr style="font-family: Tahoma;"> <td style="background-color: rgb(153, 255, 255);"><a href="2008de.html">2008<br> </a></td> </tr> <tr style="font-family: Tahoma;"> <td style="background-color: rgb(153, 255, 255);"><a href="2007de.html">2007<br> </a></td> </tr> <tr> </tr> <tr style="font-family: Tahoma;"> <td style="background-color: rgb(153, 255, 255);"><a href="FrueheArbeiten.html">Fr&uuml;he Arbeiten<br> </a></td> </tr> </tbody> </table> </div> </td> <td width="803"> <div id="inside"> <table style="width: 792px; height: 621px;" class="worktable" border="0"> <tbody> <tr> <td width="756"> <div style="position: absolute; top: -854px; left: -854px;"></div> <table style="width: 774px; height: 483px;" border="0"> <tbody> <tr> <td width="113">&nbsp;</td> <td style="text-align: center;" width="113"><a href="2011de.html"><img style="width: 115px; height: 155px;" alt="2011" src="work2011.jpg">2011</a> </td> <td style="background-color: rgb(204, 204, 204);" width="113"><br> <div style="text-align: center; background-color: rgb(204, 204, 204);"><br> </div> </td> <td width="113">&nbsp;</td> <td width="113">&nbsp;<a href="2007de.html"><img style="width: 122px; height: 132px;" alt="2007" src="work2007.jpg"><br> </a> <div style="text-align: center;"><a href="2007de.html">2007</a></div> </td> <td width="113">&nbsp;</td> <td width="66">&nbsp;</td> </tr> <tr> <td><a href="2009de.html"><img style="width: 120px; height: 151px;" alt="2009" src="work2009.jpg"><br> </a> <div style="text-align: center;"><a href="2009de.html">2009</a><br> </div> </td> <td><a =""><br> </a></td> <td>&nbsp;</td> <td><a href="FrueheArbeiten.html"><img style="width: 130px; height: 143px;" alt="Early Work" src="workearly.jpg"><br> </a> <div style="text-align: center;"><a href="FrueheArbeiten.html">Fr&uuml;he Arbeiten</a><br> </div> </td> <td style="background-color: rgb(204, 204, 204);"><a =""><br> </a></td> <td></td> <td>&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td style="background-color: rgb(204, 204, 204);"><a =""><br> </a></td> <td><a href="2008de.html"><img style="width: 106px; height: 130px;" alt="2008" src="work2008.jpg"><br> </a> <div style="text-align: center;"><a href="2008de.html">2008</a><br> </div> </td> <td style="background-color: rgb(204, 204, 204);"><br> &nbsp;</td> <td><a =""><br> </a></td> <td><a href="2010de.html" =""><img style="width: 114px; height: 127px;" alt="2010" src="work2010.jpg"><br> </a> <div style="text-align: center;"><a href="2010.html" ="">2010 </a></div> </td> <td>&nbsp;</td> </tr> </tbody> </table> <div id="footer"> <div id="footer_text" style="width: 100%;"> <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> <p class="style1" align="justify">&nbsp;</p> <p class="style1" align="justify">&nbsp;</p> <p class="style1" align="justify">&nbsp;</p> <p class="style1" align="justify">&nbsp;</p> <p class="style1" align="justify">&nbsp;</p> <p class="style1" align="justify">&nbsp;</p> <p class="style1" align="justify"><br> </p> </td> </tr> <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> </tbody> </table> </div> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> </body> </html>