/* CSS Document */
* {
  margin: 0;
  padding: 0;
      }
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  margin: 0 ;
  background: #D4ECFB;
     }
body {
    behavior: url("hover.htc");
     }
h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  margin-top: 0;
  }
h1 {
  font-size: 150%;
  margin: 0 0 10px 0;
  }
#obsah h1 {
  border-bottom: 2px groove blue;
  }
h2 {
  font-size: 113%;
  margin: 10px 0 5px 0;
  border-bottom: 1px dotted blue;
  }
h3 {
  font-size: 110%;
  margin: 10px 0 5px 0;
  }
p, ul, a {
  font-size: 100%;
  }
p {
  margin: 0 0 5px 0;
  }
ul {
  margin: 0 0 5px 20px;
  }
#obsah ul {
  margin: 0 0 5px 20px;
      }

#obal {
  width: 800px;
  margin: 0 auto;
  
  }
#obsah a {
  font-weight: bold;
 color: blue;
  
  }

#zahlavi {
  width: 100%;
  height: 200px;
  background: blue url(obrazky/logo.jpg);
 /*border bottom: 2px solid green;*/

  }
  
#menu {
  width: 25%;
  float: left;
  }
#obsah {
  width: 75%;
  float: right;
  }
#obsah a, ul, li, p, h1, h2, h3, h4 {
  margin: 15px;
  
  }


#hlavni {
width: 100%; 
float: left; 
background: #ECECEC url(obrazky/pozadi.gif) repeat-y;
  }
#zahlavi h1 {
  display: none;
  } 
table, td, th {
 border: 1px solid #333399;
  border-collapse: collapse;
  font-size: 95%;
}
td, th {
  padding: 3px 5px;
}
th {
  background: #333399;
  color: white;
}
.seda {
  background: #e0cece;
  }
#obsah li {
      list-style-type: circle;
      }  





#menu ul, li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      }
#menu li {
      background-color: silver;
      border: 1px solid black;
      margin-bottom: 0; 
      height:1%;
    
      
      }
#menu ul li:hover ul li {
      background-color: #fee;
      }
#menu ul {
      width: 200px;
      }
#menu ul li {
      position: relative;
      }
#menu ul ul {
      position: absolute;
      left: 198px; 
      top: 0; 
      visibility: hidden;
      }
#menu ul li:hover ul {
      visibility: visible;
      }
#menu a {
      display: block;
      padding: 3px;
      width: 192px;
      height:100%;
      }
#menu a:hover {
      color: white;
      background: #333399;
      font-weight: bold;
      }
#menu ul li:hover li, #menu ul li.hover li {
      visibility: visible; background-color: #fee;
      }

#menu .spodni {
  border-bottom: 2px solid black;
  }

table {
margin: 10px auto;
 
  }
p {
text-align: justify; 
  }
img {
text-align: center; 
  }
#zapati {
  width: 100%;
  float: left;
  background: #333399;
  color: white;
  }
#zapati p {
  text-align: center;
  }
#toplist a {
  margin: 50px;
  }
form {
 background: #BFE2F9;
 width: 550px;
 margin: 0 auto;
  }
fieldset {
  
  float: right
  margin: 0;
  padding: 5px;
  background: #BFE2F9;
  border: 1px solid green;
  }
input {
  float:right;
  margin-right: 7em;
  }
#tlacitka input {
  float: right;
  margin-right: 5em;
  }
select {
  float: right;
  margin-right: 19em;
  }
textarea {
  float: right;
  margin-right: 6em;
  }
#toplist a {
  float: left;
  margin-left: 1em;
  }
div#obsah img {
  margin: 0 0 10px 80px;
 } 
.kurziva  {
  font-style: italic;
 } 
 .zardoprava  {
  text-align: right;
 }
 
 
  /*
#formular label {
  
  font-size: 90%;
  padding-top: 10px;
  left: 30px;
  }
#formular input {
  position: absolute;
  margin-left: 10px;

  line-height: 5em;
  margin-bottom: 10px;
  left: 500px;
  }
#formular textarea {
  position: absolute;
  margin-left: 10px;

  line-height: 5em;
  margin-bottom: 10px;
  left: 500px;
  }
#formular select {
  position: absolute;
  margin-left: 10px;

  line-height: 5em;
  margin-bottom: 10px;
  left: 500px;
  }
