/*
 *  CSS - vlastni zakladni tabulka stylu
 *  www.LTweb.cz 
 */

html, body {
  height: 100%; 
}

body {
  padding: 0; 
  margin: 0; 
  font-family: arial;
  font-size: small;
  background: #e29426 url(/img/body-pozadi.jpg) repeat-x;
}  

.clear {
  clear: both;
} 

img {
  border: 0 ;
}

table,form {
  margin-left: auto;
  margin-right: auto;
}

h1 {
  text-align: center;
  color: #963716;
  margin-top: 10px;
  padding-bottom: 35px;
  font-size: 2.3em;
  background: url(../img/pozadi-h1.jpg) no-repeat bottom center;
}

#nadpis-index {
  text-align: center;
  color: #963716;
  margin-top: 10px;
  padding-bottom: 0px;
  font-size: 2.3em;
  background: none;
  border-bottom: 1px #963716 solid; 
}

h2 {
  color: #963716;
  padding-left: 15px;
  border: 1px #e1e1e1 solid;
  font-size: 1.2em;
  background: #f2e5c6;
}
