ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sk" lang="sk"> <head> <title> KONTAKT </title> <meta http-equiv="Content-Type" content="text/html; charset=UTF" /> <meta name="author" content=" Samuel Varga " /> <meta name="description" content=" popis stránky " /> <meta name="keywords" content=" daira, bernsky salasnicky pes, ewa bermondo bohemia, dandy moravia mystery, bermondo bohemia " /> <style type="text/css"> #menu { position:absolute; top: 106px; right: -317px; list-style-type:none; width:100%; height:1.4em; font:100%/1 sans-serif; } .menuitem { position:absolute; top:10px; margin:0; padding:0; height:2em; overflow:hidden; } #mi01 { left:0 } #mi02 { left:10em } #mi03 { left:20em } .menuitem ul { display:block; margin: 0; padding:0; list-style-type:none; } .menuitem li { margin:0; padding:0 } .submenu li { position:relative } /* 2-class selector to have higher weight than ".menuitem ul" */ .submenu .subsubmenu { position:absolute; top:0; left:10em; width:10em; display:none; } .menuitem:hover { height:10em; overflow:visible; } .submenu li:hover > .subsubmenu { display:block; } #menu a { display:block; margin:0; padding: 0.2em 0.5em; text-align:center; text-decoration:none; color: blue ; border:2px solid blue ; border-radius: 6px; } #menu a:hover { background-color:blue; color: white; } .menuitem a { background:white; } .menuitem ul a { background:white; } .menuitem ul ul a { background:blue } .menuitem ul ul ul a { background:violet } .menuitem ul ul ul ul a { background:orange } #stranka { width: 1050px; left: 50%; margin-left: -525px; position: absolute; top: 0px; height: 1000px; background-color: white; margin-top: 35px; border-radius: 15px; padding-top: 20px; font-family: arial; } body { background:url("swiss.jpg"); background-position: fixed;} a { text-decoration: none; font-size: 20px; color: blue; border: solid blue 2px; padding: 3px 5px; border-radius: 6px; } a:hover { color: white; background-color: blue ; } </style> </head> <body> <div id="stranka"> <div style="font-size: 40px; text-align: center; font-family: tahoma; color: blue ;"> <b> OUR &nbsp BERNESE &nbsp MOUNTAIN &nbsp DOGS </b> </div> <h2 style="text-align: center; font-family: vivaldi;">Venované Daire</h2> <div> <ul id="menu"> <li class="menuitem" id="mi01"><a href="ewa.php">EWA BERMONDO BOHEMIA </a> <ul class="submenu"> <li><a href="pedigree.php">RODOKMEG</a></li> <li><a href="shows.php">VÝSTAVY</a></li> <li><a href="gallery.php">GALÉRIA</a></li> </ul> </li> </ul> <a href="index.php" style="margin-left: 10px; margin-top: 5px; ">HOME</a> <a href="aboutus.php" style="margin-left: 2px; margin-top: 5px; ">O NÁS</a> <a href="news.php" style="margin-left: 2px; margin-top: 5px; ">NOVINKY</a> <a href="inmemoriam.php" style="margin-left: 295px; margin-top: 5px; ">IN MEMORIAM</a> <a href="naskocur.php" style="margin-left: 1px; margin-top: 5px; ">NÁ` KOCÚR</a> <a href="links.php" style="margin-left: 1px; margin-top: 5px; ">LINKY</a> <a href="contact.php" style="margin-left: 2px; padding-bottom: 34px; margin-top: 5px; color: white; background-color: blue; ">KONTAKT</a> </ul> <p style="background-color: blue; height: 20px;"> </p> <?php session_start(); if(isset($_SESSION['login'])) include("upmenu.php"); ?> <p style="text-align: center; background-color: lightblue; margin-top: 50px; padding-bottom: 20px;"> <br/> Ing.Branislav Varga & Mgr.Drahomíra Vargová <br/> <br/> e-mail : <a href="mailto: vargovadearie@seznam.cz" style="padding: 0 3px; font-size: 17px; border: none; background: none; color: blue;">vargovadearie@seznam.cz </a> <br/> adresa : Kodályova 13 ,Nitra ,Slovensko <br/> Kde nás nájdete : <a href="http://maps.google.sk/maps?hl=sk&amp;biw=1366&amp;bih=667&amp;q=nitra,+kodalyova+13&amp;um=1&amp;ie=UTF-8&amp;hq=&amp;hnear=Kodályova+1414/13,+94901+Nitra-Zobor&amp;gl=sk&amp;ei=xftpTaycI4fxsgas57HfDA&amp;sa=X&amp;oi=geocode_result&amp;ct=image&amp;resnum=1&amp;ved=0CBgQ8gEwAA" style="padding: 0 3px; font-size: 17px; border: none; background: none; color: blue;" target="_blank" > Mapa </a> <br/> </p> <p style="text-align: center;"> <!-- BLUEBOARD MAILFORM --> <iframe allowtransparency="true" frameborder="0" scrolling="no" width="330" height="140" src="http://www.blueboard.cz/mailform.php?id=231314"></iframe> <!-- BLUEBOARD MAILFORM KONEC--> </p> </div> </div> </body> </html>