ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <title>Klima design s.r.o.</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <meta http-equiv="Content-language" content="cs" /> <head> <link rel="shortcut icon" href="favicon.ico" type= "image/x-icon" /> <style type="text/css"> html {background-color:rgb(224,240,255)} .banner {background-image:url("banner.gif");width:130px;height:135px;background-repeat:no-repeat;border:1px solid black;} table {table-layout:auto;margin:auto} .menu {width:200px;height:500px;border:1px solid black} .main {width:750px;height:500px;border:1px solid black} #podpis {background-color:rgb(179, 212, 254);font-family:verdana;font-size:10px;height:20px;border:1px solid black;} </style> </head> <body> <table> <tr> <td class="banner" colspan="2"></td> </tr> <tr> <td> <iframe class="menu" src="levem.html" frameborder="no" scrolling="no" noresize></iframe> </td> <td> <iframe class="main" src="main.html" frameborder="no" scrolling="auto" noresize name="main"></iframe> </td> </tr> <tr> <td align="center" colspan="2" id="podpis">Created by MaAn ©</td> </tr> </table> </body> </html>