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

#page {
  position: relative;
  width: 770px; /* =zapati*/
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
  background-color: #ffffff;
  border-left: 1px solid #0c2637;
  border-right: 1px solid #0c2637;
}

body>#page {
  height: auto;
}

#include {
  text-align: justify;
}


#zahlavi {
  height: 213px;
  background: #306384 url(../img/zahlavi-bg.jpg) no-repeat;
}
#zahlavi .nazev a {
  display: block;
  position: absolute;
  float: left;
  top: 71px;
  left: 21px;
  width: 369px;
  height: 47px;
}
#zahlavi .nazev a strong {
  display: none;
}
#zahlavi .url a {
  display: block;
  position: absolute;
  float: left;
  top: 9px;
  left: 25px;
  width: 101px;
  height: 12px;
}
#zahlavi .url a span {
  display: none;
}

#topmenu {
  position: absolute;
  top: 171px;
  left: 20px;
  text-align: center;
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
	font-size: 1.35em;
	font-variant: small-caps;
} 
#topmenu a {
  padding: 0 15px;
  font-weight: bold;
}
#topmenu a:link, #topmenu a:visited {
  color: #ffffff;
  text-decoration: none;
}
#topmenu a:hover, #topmenu a:active {
  color: #ffffff;
  text-decoration: underline;
}
#topmenu span {
  display: block;
}

#mainpart {
  color: #000000;
  padding-bottom: 40px;
}
#mainpart a:hover, #mainpart a:active {
  background-color: #ffff60;
}

#topinfo {
  position: relative;
  float: right;
  text-align: right;
  padding: 10px 15px;
  font-size: 0.85em;
  color: #d0d0d0;
}


#content {
  padding: 0 50px;
}



#end {
  clear: both;
  height: 1px;
  font-size: 1px; /* IE optimalizace */
}

/* zapati stranky */
#zapati {
	position: absolute;
	overflow: hidden;
  width: 770px; /* =page */
  height: 39px;
	bottom: 0;
	left: 0;
  background: #020c16 url(../img/zapati-bg.jpg) repeat left top;
  color: #b0b0b0;
  font-size: 0.75em;
  text-align: right;
}
#zapati .leva {
  display: block;
  position: relative;
  float: left;
  top: 14px;
  left: 14px;
}
#zapati .prava {
  display: block;
  position: relative;
  float: right;
  top: 14px;
  right: 14px;
}
#zapati a {
  margin: 0 7px;
}
#zapati a:link, #zapati a:visited {
  color: #b0b0b0;
}
#zapati a:hover, #zapati a:active {
  color: #ffffff;
}
