/* CSS Document */
<style type="text/css">
<!--
/* ---------------------------- formular pole ----------------------------- */
input, textarea
         { font-size: 0.8em; color: black; background-color: #F4F4F4; border: 2px solid black; width: 250px; margin: 1px; }

input    {font-family: Verdana, Arial; font-weight: normal; font-size: 0.9em; color: black; height: 20pt; }
textarea {font-family: Verdana, Arial; font-weight: normal; font-size: 0.9em; color: black; }
.point   {cursor: pointer; border-style: solid; width: 123px; margin: 1px; background-color: #6666ff; color: white; font-size: 10px; font-weight: bold; }
#forma  { background: none; width: 380px; height: 220px; border: 0px solid red; position: relative; top: 50px; left: 5px; float: left; }
.forma  { text-align: right; text-decoration: none; font-family: Verdana, Arial, sans-serif; font-weight: normal; color: black; }
#popis   { width:  275px; height: 235px; background: none; border: 0px solid red;
           position: relative; top: 50px; left: 30px; text-align: left; float: left; }
#mapka   { width:  100px; height: 80px; background: none; border: 1px solid black;
           position: absolute; top: 470px; left: 610px; text-align: left; float: left; }
 /*----------------------------- konec formulare ----------------------------*/
 
 .formu { position: absolute;
          width: 410px; height: auto;
          margin-top: 20px; margin-left: 10px; }
 
 --!>
</style>
