body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #c0a779;
	text-align: center;  /* centruje stranku v IE */
}

#rodic {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

.no_css{
  visibility: hidden;
}

#horni_pruh{
  width: 960px;
  height: 168px;
  background: url(images/horni_pruh.jpg) no-repeat;
}

#levy_sloupec{
  float: left;
  width: 304px;
  height: 552px;
  background: url(images/bocni_pruh.jpg) no-repeat;
}

#menu{
  width: 656px;
  height: 42px;
  background: url(images/prouzek.jpg) no-repeat;
  margin-left: 304px;
}

ul li{
  float: left;
  list-style-type: none;
}

ul a{
  display: block;
  text-decoration: none;
  width: 118px;
  height: 28px;
  background: url(images/tlacitko_n.jpg) no-repeat;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #d8b87f;
  margin-top: 1px;
  padding-top: 1em;
}

ul a:hover{
  display: block;
  text-decoration: none;
  width: 118px;
  height: 28px;
  background: url(images/tlacitko_s.jpg) no-repeat;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #8e6b31;
  margin-top: 1px;
  padding-top: 1em;
}

#hlavni{
  width: 656px;
  height: 490px;
  background-color: #efd098;
  margin-left: 304px;
  overflow-y: auto;
  
}

H1{
  padding: 1em 1em 0 .7em;
  color: #6d4b0f;
  font-size: 1.7em;
  font-weight: bold;
 
}

H2{
  padding-left: 1em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: .5em;
  line-height: 140%;
  color: #6d4b0f;
  font-size: 1.2em;
  border-bottom: #6d4b0f dotted;
  border-bottom-width: 1px;
}

.podtrzeni{
  text-decoration: underline;
}

#hlavni a{
  color: #6c470b;
}

#paticka{
  width: 656px;
  height: 20px;
  background-color: #efd098;
  margin-left: 304px;
  text-align: center;
  background-color: #b09565;
}

#paticka H3 {
  font-size: 1.2em;
  padding-top: .2em;
  color: #6c470b;
}

#paticka a{
  
  color: #6c470b;
}

/* TABULKY */

td, th{
  padding: 4px 4px 4px 8px;
  vertical-align: middle;
  border: 1px black solid;
  color: #6d4b0f;
  font-size: 1.2em;
  }

th{
  background-color: #6d4b0f;
  font-size: 1.2em;
  color: white;
  }  
td{
  
  }  

table{
  width: 610px;
  text-align: left;
  border: 1px black solid;
  border-collapse: collapse;
  margin-left: 1.2em;
  margin-top: 1em;  
  
  }
  
tr.lichy{
  background-color: #ffffcc;
  }  
  
/* TABULKY KONEC*/

address{
  padding-left: 1em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: .5em;
  line-height: 140%;
  color: #6d4b0f;
  font-size: 1.2em;
  font-style: italic;
  border-bottom-width: 1px;
  }
  
H3 {
  padding-left: 1em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: .5em;
  line-height: 140%;
  color: #6c470b;
  font-size: 1.2em;
  border-bottom-width: 1px;
  
}

img {
  border: 1px #6d4b0f solid;
  margin: 1em;
}

