document.writeln('<style>');
document.writeln('body { margin: 0px; padding: 0px;}');
document.writeln('#levy {');
document.writeln('            position: absolute;');
document.writeln('            width: 25%;');
document.writeln('            height: 100px;');
document.writeln('	    top: 0;');
document.writeln('            right: auto;');
document.writeln('            left: 0;');
document.writeln('            background-color:#D5FFD5;');
document.writeln('}');
document.writeln('#stredni {');
document.writeln('            position: absolute;');
document.writeln('            width: 55%;');
document.writeln('            height: 100px;');
document.writeln('            top: 0;');
document.writeln('            right: 0;');
document.writeln('            left: 25%;');
document.writeln('            background-color:#D5FFD5;');
document.writeln('}');
document.writeln('#pravy {');
document.writeln('            position: absolute;');
document.writeln('            width: 20%;');
document.writeln('            height: 100px;');
document.writeln('            top: 0;');
document.writeln('            right: 0;');
document.writeln('            left: 80%;');
document.writeln('            background-color:#D5FFD5;');
document.writeln('}');
document.writeln('</style>');
document.writeln('<div id=\"levy\">');
document.writeln('<IMG SRC=\"images/hlavicka1.jpg\" ALIGN=\"left\">');
document.writeln('</div>');
document.writeln('<div id=\"stredni\">');
document.writeln('<CENTER><IMG SRC=\"images/hlavicka2.jpg\"></CENTER>');
document.writeln('</div>');
document.writeln('<div id=\"pravy\">');
document.writeln('<DIV ALIGN = RIGHT><A HREF="http://www.mapy.cz/handler.py?action=userenter&lon=44455692&lat=180788224&zoom=450&mapwidth=552&mapheight=420&highlight=pnt=310894_-5566252_sipka&usercaption=0x50x0x6cx0x65x0x73x0x6ex0xe1x"><IMG SRC=\"images/hlavicka3.jpg\" TITLE="kliknutím zobrazíte podrobnější mapu" BORDER=\"0\"></A></DIV>');
document.writeln('</div>');