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: 20;');
document.writeln('            background-color:#ffcc66;');
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: 20%;');
document.writeln('            background-color:#FFcc66;');
document.writeln('}');
document.writeln('#pravy {');
document.writeln('            position: absolute;');
document.writeln('            width: 20%;');
document.writeln('            height: 20px;');
document.writeln('            top: 0;');
document.writeln('            right: 0;');
document.writeln('            left: 80%;');
document.writeln('            background-color:#FFcc66;');
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('<IMG SRC=\"images/hlavicka3.jpg\" TITLE="kliknutím zobrazíte mapu" BORDER=\"0\"></A></DIV>');
document.writeln('</div>');
