/* CSS DESIGN */

/* css reset */
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, img, table, p {
  margin: 0;
  padding: 0;
  border: 0;
  scrollbar-base-color: #465222;
}
/* barva odkazů */
a, a:visited {
  color: #EEEEEE;
}
a:hover {
  color: #FF9933;
}
p {
  margin: 0px 0px 10px 0px;
}
/* font */
@font-face {
	font-family: diavlo;
	src: url('font/diavlo.ttf');
}
/* **************************************************************** */
/* celá stránka */
body {
  color: #EEEEEE;
  background-color: #596241;
  font-family: diavlo;
  font-size: 28px;
}
/* hlava stránky */
#hlava {
  min-width: 640px;
  background: #596241 url('img/hlava-bg.png') top left repeat-x;
}
.hlava-t {
  margin: 0 auto;
  width: 640px;
  height: 235px;
  background: url('img/banner.png');
}
/* tělo stránky */
#telo {
  min-width: 640px;
}
.telo-t {
  margin: 0 auto;
  width: 640px;
}
.napln {
  padding: 0px 30px 0px 30px;
   text-align: justify;
}
.napln img {
  border: 1px solid #EEEEEE;
  margin: 5px 17px 10px 17px;
}
.druhy {
  color: #FF9933;
}
/* pata1 stránky */
#pata1 {
  min-width: 640px;
  background-image: url('img/trava.png');
  background-position: top center;
  background-repeat: repeat-x;
}
.pata1-t {
  margin: 0 auto;
  width: 640px;
  height: 164px; 
  text-align: center;
}
.pata1-t img {
  margin-top: 58px;
}
/* pata2 stránky */
#pata2 {
  min-width: 640px;
  background-color: #465222;
}
.pata2-t {
  margin: 0 auto;
  width: 640px; 
  height: 550px;
}
.pata2-n {
  padding: 0px 30px 0px 30px;
  text-align: center;
}
.copyright {
  font-size: 80%;
}
.pocitadlo {
  font-size: 70%;
  color: #99cc33;
}

/* SCROLLBAR */
::-webkit-scrollbar {width: 14px; height: 14px;}
::-webkit-scrollbar-button { width: 0px; height: 0px;}
::-webkit-scrollbar-thumb { background: #596241; border: 1px solid #698C04; border-radius: 50px;}
::-webkit-scrollbar-thumb:hover { background: #596241;}
::-webkit-scrollbar-thumb:active { background: #596241;}
::-webkit-scrollbar-track { background: #596241; border: 0px none #596241; border-radius: 50px;}
::-webkit-scrollbar-track:hover { background: #596241;}
::-webkit-scrollbar-track:active { background: #596241;}
::-webkit-scrollbar-corner { background: transparent;}