* {
	margin: 0;
	padding: 0;
}
html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}
body {
	font-family: Verdana, sans-serif; 
	color: #fff;
	font-size: small;
	text-align: center;
	background: #252A2D;
} 
#main {
  position: relative;
  text-align: left;
  width: 772px;
  margin: 0 auto;
  background: #252A2D  url("../common/bg_total.gif") repeat-y;
}

.bg {
  background: url("../common/head.jpg") no-repeat; 
}
h1#head {
  position: relative;
  margin: 0;
  left: 5px;
  width: 760px;
  height: 74px;
  background: #000;
  color: #fff;
  overflow: hidden;
}
h1#head span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  width: 760px;
  height: 74px;
  z-index: 1;
  overflow: hidden;
}
span#home {
  display: block;
  position: absolute;
  left: 30px;
  top: 10px;
  width: 230px;
  height: 55px;
  cursor: pointer;
  z-index: 2;
  
}
#content-mainmenu {
  position: relative;
  display: block;
  width: 760px;
  height: 41px;
  left: 2px;
  margin-left: 13px;
  background: url("../common/menu.jpg") no-repeat;
}
#change {
  position: relative;
  display: block;
  width: 760px;
  height: 235px;
  left: 6px;
  background: url("../common/mix.jpg") no-repeat;
}
#navi {
  position: relative;
  display: block;
  width: 750px;
  height: 31px;
  left: 6px;
  background: #fff url("../common/navi.jpg") no-repeat;
}
#text {
  float: left;
  width: 494px;
  margin-left: 21px;
  _margin-left: 10px;
  color: #000;  
  background: #fff url("../common/bg_text.gif") repeat-x;
}
#obsah {
  padding-top: 15px;
  _padding-top: 5px;
}
#text p {
  padding: 0px 5px 15px 15px;
}
#text ul {
  list-style-type: square;
  padding: 5px 5px 5px 35px;
}
#text li {
  padding: 2px;
}
#text h4 {
  padding-left: 15px;
  font-size: 120%;
}
#text h5 {
  padding-left: 15px;
  padding-top: 10px;
}
#text h3 {
  padding-top: 15px;
  padding-left: 15px;
}
#text img {
  margin: 10px 5px 10px 5px;
  border: 3px solid #FD9B16;
}
#bottom {
  clear: both;
  background: #252A2D url("../common/bottom.jpg") no-repeat;
  width: 772px;
  height: 55px;
  color: #999;
}
#bottom p {
  position: relative;
  top: 34px;
  left: 10px;
  font-size: small;
}
#bottom a {
  color: #999;
  text-decoration: none;
}
#bottom a:hover {
  text-decoration: underline;
}
span#up {
  display: block;
  position: relative;
  top: 10px; 
  left: 695px;
  width: 47px;
  height: 20px;
  cursor: pointer;
}
#navi h4 {
  font-size: 100%;
  padding: 7px 0px 0px 27px;
}
#fotogalerie {
  padding: 10px 15px 5px 15px;
  color: #FD9B16;
}
#fotogalerie  h5 {
  padding: 5px 10px 5px 0px;
  font-size: 99%;
}
hr {
  border: 1px solid #FD9B16;
}
h4.local {
  text-decoration: underline;
}
strong.kontakt {
  font-size: 120%; 
}
acronym {
  border-bottom: 1px #000 dotted;
  color: #FD9B16;
}