/*  Bazantnice Siminsky mlyn
    (c) 2007  Martin Svetlik */
    
* { margin: 0; padding: 0; }
body {
  background: #fff url('./bg.png') top left repeat-x;
  font-family: Georgia, "New York CE", utopia, sans-serif;
  font-size: small;
  line-height: 20px;
  color: #004721;
}

/* ------------------------------ Vseobecne vlastnosti ---------------------------------*/

.hidden { display: none; }
a, a:visited { text-decoration: underline; color: inherit; }
a:hover { text-decoration: none; color: inherit; }
a img { border: none; }

#page { 
  width: 899px; 
  min-height: 751px; 
  background: url('./cont2.jpg') top left no-repeat; 
  margin: 0 auto; 
}

/* obsah */
#cont { width: 761px; margin: 0 auto; padding-top: 8px; }

h1, h2, h3 {
  position: relative; 
  overflow: hidden; 
  font-weight: normal;
  color: #9d8a33;
}
h1 span, h2 span, h3 span {
  display: block; 
  position: absolute; 
  left: 0; 
  top: 0; 
  z-index: 1;
}

h4 { font-size: 100%; }

/* ------------------------------ Leva cast ---------------------------------*/

#left { width: 538px; float: left; }
#left p { padding: 0 21px; }
#left h2 { margin-left: 20px; margin-bottom: 20px; }

/* hlavicka */
#top { 
  width: 538px; 
  height: 343px; 
  background: url('./head.jpg') top left no-repeat; 
  padding-top: 27px; 
}

#top h1 { 
  width: 360px; 
  height: 40px;
  line-height: 40px;
  font-size: 200%;
  margin-left: 20px;
}
#top h1 span { 
  width: 360px; 
  height: 40px;
  background: url('./headlines/top.png') top left no-repeat;
}

/* volba jazyka */
p#lang { 
  width: 90px; 
  line-height: 30px; 
  position: relative; 
  left: 650px; 
  bottom: 72px; 
  text-align: center;
}
p#lang a img { margin-right: 3px; margin-left: 3px; }

/* rozdeleni */
#text-left { width: 50%; float: left; margin-top: 29px; }
#text-right { width: 50%; float: right; margin-top: 29px; }

/* nadpisy */
h2#bazant { width: 142px; height: 30px; }
h2#bazant span { width: 142px; height: 30px; background: url('./headlines/bazant.png') top left no-repeat; }

h2#kachny { width: 242px; height: 26px; }
h2#kachny span { width: 242px; height: 26px; background: url('./headlines/kachny.png') top left no-repeat; }

h2#srnce { width: 133px; height: 26px; }
h2#srnce span { width: 133px; height: 26px; background: url('./headlines/srnce.png') top left no-repeat; }

/* ------------------------------ Prava cast ---------------------------------*/

#right { width: 223px; float: right; background: url('./right.png') top left no-repeat; }

#right h4 { margin-top: 17px; margin-left: 4px; }
#right ul { list-style: none; margin-left: 4px; }

h3#kontakt { width: 87px; height: 27px; margin-top: 93px; }
h3#kontakt span { width: 87px; height: 27px; background: url('./headlines/kontakt.png') top left no-repeat; }

#gallery { margin-top: 50px; }
#gallery a img { float: left; }

/* ------------------------------ Paticka ---------------------------------*/

#bottom { width: 100%; min-width: 999px; height: 68px; background: url('./bottom.png') top center no-repeat; margin: 0 auto; clear: both; }

#footer {
 width: 100%; 
 height: 108px;
 background: #004722 url('./footer.png') top left repeat-x;
 clear: both;
}

#foot-text { width: 751px; color: #e6e2d3; margin: 0 auto; }
#foot-text p { padding-top: 13px; float: left; }
#foot-text ul { float: right; padding-top: 13px; }
#foot-text ul li { list-style: none; }

