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

#page {
  position: relative;
  width: 710px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
  background: #ffffff;
  border: 1px solid #a1b3c6;
  padding: 0 24px;
}
body>#page {
  height: auto;
}

/* pruh nad zahlavim --------------------------------------------------- */
#page-top {
  padding: 10px 3px;
}

#page-top .flags {
  position: relative;
  float: right;
  text-align: right;
}
#page-top .flags img {
  border: none;
  width: 18px;
  height: 12px;
}

#page-top .url {
  position: relative;
  float: left;
}
#page-top .url a {
  display: block;
  width: 132px;
  height: 13px;
  background: url(../img/url.png) no-repeat top left;
}
#page-top .url a strong {
  display: none;
}

#topline {
  clear: both;
  margin-top: 2px;
  height: 56px;
  background: #afbfcf url(../img/topline-bg.png) no-repeat top left;
}
#topline strong {
  display: none;
}

/* zahlavi a menu ------------------------------------------------------- */

#zahlavi {
  position: relative;
  clear: both;
  width: 710px;
  height: 241px;
  background: #f2f5f7 url(../img/zahlavi-bg.jpg) no-repeat top left;
  margin-top: 2px;
  margin-bottom: 2px;
}
#topmenu1 {
  padding-top: 20px;
  margin-right: 20px;
}
#topmenu1 a {
  background: #eef0f4 url();
  display: block;
  margin: 0 5px;
  padding: 3px 15px 3px 15px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  float: right;
}
#topmenu1 a:link, #topmenu1 a:visited {
  color: #a0a0a0;
}
#topmenu1 a:hover, #topmenu1 a:active {
  color: #000000;
  background-color: #fbfbd9;
}
#topmenu1 .border {
  border-bottom: 1px dashed #a0a0a0;
}
#topmenu1 .active {
  background-color: #fbfbd9;
}

#topmenu {
  position: relative;
  float: left;
  width: 170px;
  left: 220px;
  top: 7px;
  text-align: left;
}
#topmenu a {
  display: block;
  width: 145px;
  padding: 7px 0 7px 30px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background: url(../img/topmenu-bg.gif) no-repeat top left;
}
#topmenu a:link, #topmenu a:visited {
  color: #a0a0a0;
}
#topmenu a:hover, #topmenu a:active {
  color: #000000;
  background-color: #fbfbd9;
}
#topmenu .border {
  border-bottom: 1px dashed #a0a0a0;
}
#topmenu .active {
  background: url(../img/topmenu-bg-active.gif) no-repeat top left;
}

#logo {
  position: relative;
  float: right;
  right: 0;
  top: 0;
  background: #dee4eb url(../img/logo-bg.png) no-repeat top left;
  width: 304px;
  height: 241px;
  border-left: 3px solid #ffffff;
}
#logo img {
  width: 297px;
  height: 231px;
  border: none;
  margin: 2px;
}

#initial {
  clear: both;
  height: 295px;
  background: #9cabba url(../img/initial-bg.png) no-repeat top left;
}

#initial .foto {
  position: relative;
  float: left;
  left: 25px;
  top: 25px;
  width: 250px;
  height: 250px;
  background: url(../img/home/foto-bg.gif) no-repeat center center;
}
#initial img {
  width: 113px;
  height: 113px;
  border: 1px solid #ffffff;
  background-color: #f0f0f0;
  position: relative;
}
#initial .foto1 {
  float: left;
  left: 0;
  top: 0;
}
#initial .foto2 {
  float: right;
  right: 0;
  top: 0;
}
#initial .foto3 {
  float: left;
  left: 0;
  top: 20px;
}
#initial .foto4 {
  float: right;
  right: 0;
  top: 20px;
}

#initial .text {
  position: relative;
  float: right;
  right: 40px;
  top: 19px;
  width: 370px;
  color: #f8f8f8;
  font-weight: bold;
  font-size: 12px;
  text-align: justify;
}
#initial .text ul li {
  margin-top: 18px;
  margin-bottom: 18px;
}

#content {
  clear: both;
  width: 710px;
  padding-bottom: 80px;
}
#content p {
  text-align: justify;
  padding: 0 50px 0 60px;
}
#content ul {
  padding: 0 50px 0 50px;
  text-align: justify;
}
#content ul li {
  margin-top: 7px;
  margin-bottom: 7px;
}

#content h1 {
  color: #ffffff;
  background: #afbfcf url(../img/topline-bg.png) no-repeat top left;
  padding: 7px 0 7px 20px;
}

#end {
  clear: both;
  font-size: 1px;
  height: 5px;
}

#zapati {
  width: 710px; /* = #page */
  height: 76px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 24px;
}
#botline {
  height: 56px;
  background: #afbfcf url(../img/topline-bg.png) no-repeat top left;
}
#zapati .copyr {
  position: relative;
  float: right;
  top: 35px;
  right: 8px;
  font-size: 11px;
}
#zapati a {
  padding: 1px 20px;
  text-decoration: none;
}
#zapati .copyr a:link, #zapati .copyr a:visited {
  background-color: #b5c4d3; 
  color: #4c627e;
}
#zapati .copyr a:hover, #zapati .copyr a:active {
  background-color: #f4f3c2;
  color: #800000; 
}
