/*
 *  CSS - zakladni casti indexu
 *  Copyrighted by Tomas Halada, www.LTweb.info
 */

#page {
  position: relative;
  width: 844px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
  background: #ffffff url(../img/page-bg.png) repeat-y top center;
	/*padding: 0;*/
}
body>#page {
  height: auto;
}

/* zahlavi */
#page-top {
  height: 215px;
  background: url(../img/page-top-bg.png) no-repeat top center;
}

#zahlavi {
  width: 784px;
  height: 133px;
  background: #1044ac url(../img/zahlavi-bg.png) no-repeat top center;
  position: relative;
  top: 35px;
}

#zahlavi .gohome {
  position: relative;
  float: left;
  left: 32px;
  top: 10px;
}
#zahlavi .gohome strong {
  display: none;
}
#zahlavi .gohome img {
  border: none;
  width: 180px;
  height: 61px;
}

#zahlavi .toplinks {
  position: relative;
  float: right;
  top: 45px;
  right: 0px;
  padding: 15px 13px 10px 5px;
  background: url(../img/toplinks-bg.gif) repeat-x top right;
  border-bottom: 1px dashed #ffffff;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 2px;
}
#zahlavi .toplinks a {
  padding: 0 6px 2px 6px;
}
#zahlavi .toplinks a:link, #zahlavi .toplinks a:visited {
  color: #ffffff;
  text-decoration: none;
}
#zahlavi .toplinks a:hover, #zahlavi .toplinks a:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #e44816;
}
#zahlavi .toplinks .active {
  border: 1px solid #ffffff;
  background-color: #e44816;
}

#topmenu {
  width: 784px;
  position: relative;
  top: 35px;
  height: 45px;
  background: #e75718 url(../img/topmenu-bg.png) no-repeat top center;
}
#topmenu strong {
  display: block;
  position: relative;
  top: 15px;
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
#topmenu a {
  padding: 0 20px;
  margin: 0 7px;
}
#topmenu a:link, #topmenu a:visited {
  text-decoration: none;
  color: #ffffff;
}
#topmenu a:hover, #topmenu a:active {
  text-decoration: none;
  color: #ffffff;
  background-color: #1160c7;
}
#topmenu .active {
  background-color: #1160c7;
  border: 1px solid #ffffff;
}

#mainpart {
  width: 784px;
  padding-bottom: 40px;
}

#zapati {
  width: 844px; /* = #page */
  height: 35px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}
#zapati .pruh {
  width: 784px;
  position: relative;
  height: 15px;
  padding: 10px 0;
  background: #1044ac url(../img/zahlavi-bg.png) no-repeat bottom center;
  color: #ffffff;
  font-size: 10px;
}
#zapati .nalevo {
  position: relative;
  float: left;
  left: 15px;
}
#zapati .napravo {
  position: relative;
  float: right;
  right: 15px;
}
#zapati a {
  padding: 0 5px;
}
#zapati a:link, #zapati a:visited {
  color: #ffffff;
}
#zapati a:hover, #zapati a:active {
  color: #ffffff;
  background-color: #e44816;
}
