/* Styl pro www.hastrmanka.cz */

/* Programmer: Dominik Drla
   Version: 01  Date: 11.10. 2006
*/


/* globalni nastaveni */
body {
  font-size: 12px;
  font-family: Garamond, Times, serif;
/*  font-family: Times, serif;
  color: #006600; 
   color: white; */
  color: black;
  background-image: url("../img/background.gif");
  background-repeat: repeat;
} 

a { text-decoration: none; }
a:link { color: #006600; }
a:visited { color: #006600; }
a:active { color: black; }
a:hover { color: black; }

/* pro spodni odsazeni */
#HLRam {
  position: relative; 
  top: 0px;
  left: 0px;
  height: auto;
  width: 712px;
  margin: 0 auto;
}
/* stranka */
#VNRam {
  position: relative; 
  top: 0px;
  left: 0px;
  width: 712px;
  background-color: #ffffff;
  border: 4px black solid;
}

#Hlavicka {
  margin:0; padding:0;
  position:relative;
  width:712px; height:108px;
  margin:0; padding:0;
  overflow:hidden;
}

#Hlavicka span {
  display:block;
  position:absolute; left:0; top:0; z-index:1;
  width:712px; height:108px;
  margin:0; padding:0;
  background:url("../img/hlavicka.gif") top left no-repeat;
}

#HLFoto {
  height: 306px;
  background: url("../img/hl_foto.jpg") top left no-repeat;
  border: 4px solid #006600;
  border-width:0 4px; 
}

#Menu {
  background-color: white;
  border:4px solid #006600;
}

#Menu strong a {
  font-size: 13px;
  background-color: #006600;
  color: white;
  padding: .45em 15px;
  line-height:2em;
  height:2em;
  font-weight: bold;
}
/*

/*#Menu a { color: white; }*/
#Menu a:hover { color: black; }
#Menu a {
  font-size: 13px;
  color: #006600;
  background-color: white;
  padding: .1em 16px;
  line-height:2em;
  height:2em;
  font-weight: bold;
}

#Menu span {display:none;}

/*testovaci*/
#Text {
  padding:10px 30px 111px;
  border: 4px solid #006600;
  border-width:0 4px;
  background:url('../img/paticka.gif') bottom center no-repeat;
  }
  
.Box {
margin: 1em;
padding: 1em 1em 5em 1em;
background: #white;
}

/*
#Text p,#Text ul {
  width:50%;
  float:left;
  }
#Text ul {
  list-style-position:inside;
  margin:0;
  padding:1em 0;
  }
#Text img {
  margin-left:30px;
  border: 3px #006600 dotted;
*/
/* ---------------- */
/*obrazky*/
img {
  border: 3px #006600 solid;
}

h3 { margin-left: 30px; }

.fotobox { width: 600px; margin-left: 35px; }
.fotobox a { width: 100px; height: 200px; display: block; float: left; margin: 0 10px 15px 0; }
.fotobox a span { display: block; width: 100px; text-align: center; }
.fotobox a:hover img { border: 3px #000000 solid; }

table tr td {min-width:50px;}


