/* padding - vnitrek, margin - venek */

/************************* layout *************************/
#pozadi {
  background-image: url(obrazky/prechod4.jpg);
  background-position:top; 
  background-repeat: repeat-x;
  background-color: #336699;
}

#centerbox {
  width: 766px;
  margin: 0 auto 0 auto;	/*centrovani*/
  border-width: 0px;
  border-style: solid;
  border-color: white;
  background: url(obrazky/prechod-obsah.jpg) repeat top left;
  font-family: "georgia","arial ce";
  text-align: justify;
  color: black;
}

#hlavicka {
  width: 100%;
  height: 180px;
}

#menu {
  float: left;
  width: 24%;
  border-width: 0px;
  border-style: solid;
  border-color: red;
  font-family: "georgia","arial ce";
  padding: 30px 0 20px 5px;
}

#obsah {
  float: right;
  display: block;
  border-width: 0px;
  border-style: solid;
  border-color: red;
  padding: 15px 20px 20px 20px;
  width : 69%;
}

#paticka {
  width: 100%;
  height: 56px;
  text-align: center;
  border-width: 0px;
  border-style: solid;
  border-color: blue;
  clear: both;
  background: url(obrazky/spodek.jpg) top left;
}


/************************* menu *************************/
#menu a {  
  /*font-size: 95%;*/
  background-image: url(obrazky/t.gif);
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-left: 10px;
  color: #3372d2;
  font-size: 100%;
  text-decoration: none;
}

#menu a:hover {
  background-image: url(obrazky/t2.gif);
  color: red;
}




/************************* odkazy *************************/
#obsah a {
  color: #fd0303;
}

#obsah a:hover{
  color: #3372d2;
}




/************************* pismo *************************/
h1 {
  font-family: "georgia","arial ce";
  /*font-weight: bold;*/
  font-size: 140%;
  color: #fd0303;
  text-align: center;
}

h2 {
  font-family: "georgia","arial ce";
  /*font-weight: bold;*/
  font-size: 120%;
  color: #3372d2;
  text-align: left;
}

h3 {
  font-family: "georgia","arial ce";
  font-size: 100%;
  color: black;
  text-align: left;
  padding-left: 8px;
}

#podpis {
  float: right;
}

#fotka_r {
  float: right;
  margin: 0 5px 0 15px;
}

#fotka_l {
  float: left;
  margin: 0 20px 0 5px;
}

#fotka_r img {
  border: 1px solid black;
}

#fotka_l img {
  border: 1px solid black;
}


/************************* fotogalerie *************************/
#hydrocolon {
  text-align: left;
  border: 0px solid black;
}

#hydrocolon td {
  width: 105px;
  height: 20px;
}

#foto {
  text-align: center;
  border: 0;
}

#foto td {
  width: 171px;
  height: 232px;
}

#foto a:hover {
  border: 0px solid black;  
}

#foto img {
  border: 1px solid black;
}


#stred {
  text-align: center;
}

#galerie {
  text-align: center;
  border: 0;
}

#galerie td {
  width: 256px;
  height: 197px;
}

#galerie img {
  border: 1px solid black;
}
























