ÿþ<!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;"> <table id="content" title="Content" style="width: 100%;"> <tbody> <tr> <td style="vertical-align: top; width: 821px; text-align: center;"><span style="font-weight: bold; font-size: 18px; color: rgb(11, 120, 241); font-family: Tahoma;"><span style="font-size: 18px ! important;"><span style="font-size: 24px ! important;"><span style="font-size: 24px ! important;"></span></span></span></span> <h1><span style="font-weight: bold; font-size: 18px; color: rgb(11, 120, 241); font-family: Tahoma;"><span style="font-size: 18px;"><span style="font-size: 18px ! important;"><span style="font-size: 24px ! important;"><span style="font-size: 24px ! important;"><span style="font-family: Tahoma;"></span></span></span></span></span></span><span style="font-family: Tahoma; color: rgb(51, 102, 255);"><span style="font-weight: bold;"></span></span><span style="font-weight: bold;"><span style="color: rgb(51, 51, 255);"><span style="font-family: Tahoma;"></span></span></span><span style="font-family: Tahoma; color: rgb(51, 51, 255);">Download</span></h1> <table style="text-align: left; width: 99%;" border="0" cellpadding="2" cellspacing="2"> <tbody> <tr> <td style="text-align: center;" valign="undefined"><a href="../FlyerFairytale.jpg" target="_blank"><img style="border: 2px solid ; width: 236px; height: 334px;" alt="Download Flyer: 'Fairytale'" src="FlyerFairytalethumb.jpg"></a></td> <td style="text-align: center;" valign="undefined"><a href="../PosterFairytale.jpg" target="_blank"><img style="border: 2px solid ; width: 236px; height: 334px;" alt="Download Poster 'Fairytale'" src="PosterFairytalethumb.jpg" target="_blank"></a></td> </tr> <tr> <td style="text-align: center;" valign="undefined"></td> <td style="text-align: center;" valign="undefined"></td> </tr> <tr> <td style="text-align: center;" valign="undefined"></td> <td style="text-align: center;" valign="undefined"></td> </tr> </tbody> </table> &nbsp;<span style="font-size: 12pt; line-height: 115%; font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;"><span style="font-family: Tahoma;"></span></span></td> </tr> </tbody> </table> </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>