body {
  background-image: url(../images/bg.gif);
  text-align: center;
  padding: 0px;
  margin: 0px;
}

#page {
  background-color: white;
  width: 774px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  height: 100%;
  border-left: solid 1px #C9C6B3;
  border-right: solid 1px #C9C6B3;
  padding: 0px;
}

#levy_sloupec {
  width: 536px;
  float: left;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-image: url(../images/stin_levy.gif);
  background-repeat: repeat-y;
  background-position: right;
  
}

#stredni_sloupec {
  width: 171px;
  height: 100%;
  background-image: url(../images/stin.gif);
  float: left;
  padding: 0px;
  margin: 0px;
}

#pravy_sloupec {
  width: 65px;
  height: 100%;
  float: right;
  padding: 0px;
  margin: 0px;
  background-image: url(../images/stin_pravy.gif);
  background-repeat: repeat-y;
  background-position: left;
}

#prazdny {
  width: 171px;

}

#foto_left {
  margin-top: 57px;
  margin-left: 29px;

}

#foto_right {
  margin-top: 57px;

}

#nadpis {
  margin-left: 40px;
}

#podtrzeni {
  margin-left: 40px;
}

#text {
  color: #626262;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  margin-left: 70px;
  margin-top: 40px;
  margin-right: 20px;
  margin-bottom: 40px;
}

#navi {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
}


#navi a {
  display: block;
  width: 171px;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
  background-image: url(../images/menu.gif);
  }
  
.polozka {
  text-align: left;
  margin-left: 35px;
  
}

a {
  color: #5983AD;
}

#navi a:hover {
  background: url(../images/menu_over2.gif);
  color: white;

}

.vizitka {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #5983AD;
  margin-left: 15px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

.vizitka a:hover {
  background: none;
  color: #5983AD;
}

#spodek {
	left: 0 px;
	width: 171px;
	position: fixed;
	bottom: 0px;
}

.popisek {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #626262;
  text-decoration: none;
  }


