body {
  margin: 0 auto;
  //background: white; 
  background-image: URL('../img/pozadi.jpg'); 
  font-family: Arial, Verdana, sans-serif;
  font-size: medium;
}


h2 {
  text-align: center;
  font-family: serif;
  //display: none;
}

h3 {
  text-align: left;
  font-family: serif;
  //display: none;
}

img {
          display: block;
          margin-left: auto;
          margin-right: auto;
}


table {
   width: 100%;
   height: 88%;
   border: 2px solid black;
   text-align: center;
   border-collapse: collapse;
} 

tr {
  width: 33%;
    
  border: 1px solid black;
}

td {

}

thead {
 color: #FFFF66;
 background: #3f57a7;
}

#obal {
  
  position: relative;
  //width: 800;
  margin: 0 auto;
  min-width: 800px;
  max-width: 1024px;
  height: 600px;
  color: #FFFF66;
  text-align: center;
} 



#zahlavi {
  //width: 100%;
  //height: 50px;
  //background-image: URL('img/okolo.jpg');  
}



#obsah {
  width: 98%;
  position: static;
  //left: 101%;
  //margin: px;
  padding: 20px 10px 20px 10px;
  color: black;
  background-image: URL('../img/okolo.jpg');
  text-align: justify;
  min-height: 100%;
  seze: 4em;
}

#menu {

  width: 100%;
  top: 50px;
  position: absolute;
  text-align: center;
  background: #3366CC;
}


#menu li {
  //display: inline;
  float: left;
 
  //border: solid black;
  //border-width: 1px 1px 1px 1px;
  

}

#menu ul {
  width: 98%;
  float:center;
  display:block;
  margin: 1 1 1 1; 
  padding: 1px;
  list-style-type: none;
  border-botoom: 1px solid black;    
}


#menu a{
  width: 13em;
  display:block;
//border: 1px #000;
//border-bottom:none;
  padding: 3px 3px 3px 3px;
  background-color: #3366CC;
  color: #FFFFCC;
 // background-image: URL('tlacitko.jpg');
  text-decoration: none;
  font-weight: bold;
   font-size: large;
  text-align: center;
  float: left;
}

#menu a:hover{
 background-color: #3f57a7;
 color: #FFFF33;
}

#zapati {
// background-image: URL('zapati.jpg');
  background-color: #3366CC;
  color:  #FFFF66;
  text-align: center;
}

#h1 {
  text-align: center;
}

#kontakt {
    text-align: center;
}