
#hlavni {position: absolute; width: 59%; top: 150px; left: 17%; background-color: white; color: black}
#hlavni h4 {margin: 10px 5px 5px 10px; font-size: 12pt; font-weight: bold; font-family: arial}
#hlavni table {margin: 5px 10px 5px 10px}

#hlavicka {position: absolute; width: 100%; width="102%"; height:130px; top: 0px; left: 0px; background-image: URL('horizontal.png'); ; background-repeat: repeat-x}
#hlavicka {background-color: ffffff; color:black}

#odkazy {position: absolute; width: 100%; width="102%"; height:20px; top:130px; left:0px}
#odkazy {background-color: rgb(2,4,87)}

#levy {position: absolute;
              width: 16.9%;
             height: "100%";
             top: 150px; left: 0px;
              border-right: 1px solid rgb(2,4,87);
              border-bottom: 1px solid rgb(2,4,87)
}
#levy {background-color: #ffffff; color: black; background-image: URL('left.png'); background-repeat: repeat-y; background-position: left top}
#levy h4 a {font-family: verdana;
       font-size: 10pt;
       font-weight: bold;
       text-decoration: none;
       margin: 10px 5px 5px 0px}

#levy h3 a {font-family: times new roman;
       font-size: 14pt;
      color: black;
      margin: 10px 10px 5px 10px;
      font-weight: bold}
#levy h3 {font-family: times new roman;
       font-size: 14pt;
      color: black;
      margin: 10px 10px 5px 10px;
      font-weight: bold}

#levy a {color: black;
                font-size: 8pt;
                font-family: verdana;
                font-weight: bold;
                text-decoration: none;
                margin-left: 3px}
#levy a:link {color: black}
#levy a:visited {color: #605865}
#levy a:hover {color: rgb(2,4,87); font-size: 9pt}
#levy h4 a:hover {color: rgb(2,4,87); font-size: 10pt}
#levy h3 a:hover {color: rgb(2,4,87); font-size: 15pt}

#pravy {color: black;
        position: absolute;
        width: 23%; width="23.5%";
		  height: "100%";
		  top: 150px;
		  left: 77%;
		  border-left: 1px solid rgb(2,4,87); border-bottom: 1px solid rgb(2,4,87)
      }
#pravy {background-color: #ffffff; background-image: URL('right.png'); background-repeat: repeat-y; background-position: right top}
#pravy p {font-size: 11pt;
     font-family: Times New Roman, Garamond;
     margin: 5px 10px 5px 10px;
     text-align: justify}

#hledani {position: absolute; right: 5px; top: 95px}

a {font-weight: bold; text-decoration: underline}
a:link {color: black}
a:visited {color: rgb(103,103,103)}
a:hover {color: rgb(2,4,87)}

/*a img {border: 0}
a img:link {border-color: black}
a img:visited {border-color: rgb(103,103,103)}
a img:hover {border-color: red}*/

h1 {font-family: arial;
       font-size: 40pt;
       color: rgb(2,4,87);
       margin: 2px 20px 0px 0px;}
h2 {font-family: arial;
       font-size: 15pt;
       color: rgb(2,4,87);
      font-weight: bold;
       margin: 10px 10px 0px 10px}
h3 {font-family: times new roman;
       font-size: 15pt;
      color: black;
      margin: 18px 10px 5px 10px;
      font-weight: bold}
h4 {font-family: verdana;
       font-size: 10pt;
       font-weight: bold;
       margin: 10px 5px 5px 5px}

h4 a {font-family: verdana;
       font-size: 10pt;
       font-weight: bold;
       margin: 10px 5px 5px 5px}

p {font-size: 12pt;
     font-family: Times New Roman, Garamond;
     margin: 5px 1px 5px 10px;
     text-align: justify}

.male {font-size: 75%; color: #a0a0a0}
.tucne10 {font-size: 10pt;
          font-weight: bold}

/*  tady styly k foru na indexu */
.male_tab
{font-size: 10pt;
text-align: center; }

.barva_tab
{background-color: rgb(179,244,230); }

.tlacitko  {
border: 1px solid black;
background-color: rgb(179,244,230);
color: black;
text-decoration: none
}

.tlacitko:hover
{background-color: white;
color: blue;
border: 1px solid blue;
}

.hlavicka_tab
{background-color: rgb(179,244,230);
}




/* The "clearFix" class is used for clearing the main menu items because they
   are left-floated for horizontal main menus and we have to clear them if our main
   menu is relatively positioned (as in this example) so that the main menu box
   takes its place correctly on the page. We have to apply this class to the parent
   DIV of the root UL of our menu tree. Please take a look at section 6.1 in the
   SmartMenus User's Manual for a detailed explanation if you like. */

.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}

