body {
  margin: 0px;
  padding: 0px;
  background-image: url('/obrazky/pozadi.png');
  background-position: center top;
  background-repeat: repeat-x;
  color: #FFE6C6;
  font-family: tahoma;
}

img {
  border: 0px;
}
#stred {
  background-image: url('/obrazky/header.png');
  background-repeat: repeat-x;
  background-position: left top;
  margin: 0px auto;
  width: 630px;
  height: 100%
}
#layout {
  width: 630px;
  margin: 0px auto;
}
#header {
  width: 630px; 
  height: 72px;
  text-align: center;
  vertical-align: bottom;
}
#footer {
  background-image: url('/obrazky/footer.png');
  width: 100%;
  height: 31px;
}
/* menu */

#menu {
  position: relative;
  top: 32px;
  width: 630px;
  height: 40px; 
  margin: 0px auto;
}

.menu_polozka a{
  background-image: url('/obrazky/menu_inactive.png');
  background-repeat: no-repeat;
  background-position: Opx, 0px;
  float: left;
  width: 105px;
  height: 40px;
  line-height: 40px;
  color: #FFE6C6;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

.menu_polozka_last a{
  background-image: url('/obrazky/menu_inactive_last.png');
  background-repeat: no-repeat;
  background-position: 0px, 0px;
  float: left;
  width: 105px;
  height: 40px;
  line-height: 40px;
  color: #FFE6C6;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

.menu_polozka a:hover {
  background-image: url('/obrazky/menu_active.png');
  background-repeat: no-repeat;
  background-position: right top;
  text-align: center;
  height: 40px;
  width: 105px;
  line-height: 40px;
  color: #FFE6C6;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

.menu_polozka_last a:hover {
  background-image: url('/obrazky/menu_active_last.png');
  background-repeat: no-repeat;
  background-position: 0px, 0px;
  text-align: center;
  height: 40px;
  width: 105px;
  line-height: 40px;
  color: #FFE6C6;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

.menu_polozka_active a {
  background-image: url('/obrazky/menu_active.png');
  background-repeat: no-repeat;
  background-position: Opx, 0px;
  float: left;
  width: 105px;
  height: 40px;
  line-height: 40px;
  color: #FFE6C6;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

.menu_polozka_active_last a {
  background-image: url('/obrazky/menu_active_last.png');
  background-repeat: no-repeat;
  background-position: 0px, 0px;
  float: left;
  width: 105px;
  height: 40px;
  line-height: 40px;
  color: #FFE6C6;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}
/* stred */

#logo {
  position: relative;
  top: 200px;
  left: 5px;
}
#text {
  position: relative;  
  top: -380px;
  left: 28px;
  
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
}
#text h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 17px;
}
#image {
  background-image: url('/obrazky/image.png');
  width: 630px;
  height: 384px;
}

/* navstivte nas */
#navstivte_left {
  float: left;
  width: 195px;
  height: 252px;
  margin-left: 7px;
  margin-right: 8px;
}

#navstivte_center {
  float: left;
  width: 195px;
  height: 252px;
  margin-left: 7px;
  margin-right: 8px;
}

#navstivte_right {
  float: left;
  width: 195px;
  height: 252px;
  margin-left: 7px;
  margin-right: 8px;
}

.nadpis {
  background-image: url('/obrazky/nadpis.png');
  width: 195px;
  height: 23px;
  color: #633601;
  font-size: 11px;
  font-weight: bold;
  font-family: tahoma;
}

.text {
  background-image: url('/obrazky/text.png');
  width: 195px;
  height: 40px;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  font-family: tahoma;
}

.obrazek {
  
}
/* patka */
#ikonky {
  width: 630px;
  text-align: center;
}

#ikonky img {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 15px;
  border: 0px;
}

#footer_ {
  margin: 0px auto;
  color: #904F01;
  font-weight: bold;
  font-size: 11px;
}