/*
 *  CSS - zakladni casti indexu
 *  Copyrighted by Tomas Halada, www.LTweb.info
 */

#page {
	position: relative;
  width: 852px; /* =zapati*/
  padding: 0 32px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
  background: #ffffff url(../img/page-bg.gif) repeat-y top center;
}
body>#page {
  height: auto;
}

#zahlavi {
  height: 204px;
  background: #ffffff url(../img/zahlavi-bg.jpg) no-repeat top left;
}
#zahlavi .title {
  display: block;
  position: absolute;
  top: 9px;
  left: 46px;
  width: 141px;
  height: 47px;
}
#zahlavi .letenky {
  display: block;
  position: absolute;
  top: 105px;
  left: 566px;
  width: 185px;
  height: 80px;
}
#zahlavi strong {
  display: none;
}
#zahlavi h1 {
  border: none;
  padding: 0;
  margin: 0;
}

#toplinks {
  position: absolute;
  left: 503px;
  top: 41px;
  width: 356px;
  font-size: 0.85em;
}
#toplinks a {
  position: relative;
  float: left;
  width: 113px;
  padding: 8px 0 6px 0;
  margin: 0 2px;
}
#toplinks a:link, #toplinks a:visited {
  color: #606060;
  text-decoration: none;
}
#toplinks a:hover, #toplinks a:active {
  color: #000000;
  text-decoration: underline;
}

#topmenu {
  height: 28px;
  background: #ff9b41 url(../img/topmenu-bg.png) repeat-x top center;
  border-bottom: 1px solid #ffffff;
}
#topmenu .links {
  padding: 5px;
}
#topmenu a {
  padding: 5px 18px;
  font-weight: bold;
  /*background: url(../img/topmenu-a-bg.gif) no-repeat center left;*/
}
#topmenu a:link, #topmenu a:visited {
  color: #ffffff;
  text-decoration: none;
}
#topmenu a:hover, #topmenu a:active {
  color: #ffffff;
  text-decoration: underline;
}


/* hlavni casti indexu ---------------------------------------------------- */ 
#mainpart {
}
#leftmenu {
  float: left;
  left: 0;
  top: 0;
  width: 180px;
  margin-bottom: 30px;
  background-color: #016ad0;
}
#content {
  position: relative;
  float: left;
  width: 476px;
  padding: 0 5px;
  top: 0;
  left: 3px;
  margin-bottom: 30px;
  background: #acd6ff url(../img/content-bg.jpg) repeat-x top left;
}
#rightmenu {
  float: right;
  right: 0;
  top: 0;
  width: 180px;
  margin-bottom: 30px;
  background-color: #61abf4;
}
#end, #end2 {
  clear: both;
  height: 1px;
  font-size: 1px;
}

/* zeme v menu, typy v menu ------------------------------------------------ */
#leftmenu .menu {
  background: url(../img/lmenu-bg.jpg) repeat-x top left;
  padding: 5px 0 5px 0;
}
#rightmenu .menu {
  background: url(../img/pmenu-bg.jpg) repeat-x top left;
  padding: 5px 0 5px 0;
}
.menu .header {
  background: url(../img/nadpis-bg.gif) repeat-x top left;
  font-size: 0.9em;
  color: #ffffff;
  padding: 6px 15px;
  text-align: left;
  font-weight: bold;
	font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
	margin-bottom: 5px;
}

/* zeme v menu, typy v menu ----------------------------------------------- */
.menu-zeme, .menu-typy {
}
.menu-zeme a, .menu-typy a {
  margin: auto;
  display: block;
  text-align: left;
  padding: 4px 2px 4px 18px;
  width: 140px;
  background: url(../img/menu-a-bg.gif) no-repeat bottom left;
  font-size: 0.9em;
}
.menu-zeme a:link, .menu-zeme a:visited,
.menu-typy a:link, .menu-typy a:visited {
  color: #ffffff;
  text-decoration: none;
}
.menu-zeme a:hover, .menu-zeme a:active,
.menu-typy a:hover, .menu-typy a:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #023c72;
}

/* toplist v menu -------------------------------------------------------- */
.menu-toplist {
  padding: 20px;
  text-align: center;
}
.menu-toplist img {
  border: none;
}

/* stats v menu ----------------------------------------------------------- */
.menu-stats {
  background: #002638 url(../img/menu-stats.gif) no-repeat center left;
  font-size: 0.75em;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
  padding: 5px 0;
}
.menu-stats span {
  display: block;
  padding-right: 10px;
}
.menu-stats strong {
  font-size: 1.2em;
}

/* vyhledavani v menu ------------------------------------------------------ */
.menu-search .body {
  width: 90%;
  font-size: 0.9em;
  text-align: center;
}
.menu-search .format {
  width: 155px;
}
.menu-search .body div {
  padding: 5px 0;
}
.menu-search a:link, .menu-search a:visited, .menu-search a:hover, .menu-search a:active {
  color: #000000;
}
.menu-search .hledat {
  margin-bottom: -4px;
}

/* kurzy v menu --------------------------------------------------------- */
.menu-kurzy table {
  width: 85%;
  color: #ffffff;
  font-size: 0.9em;
  border-collapse: collapse;
}
.menu-kurzy td {
  padding: 5px 1px;
  background: url(../img/dotted.gif) repeat-x bottom left;
}
.menu-kurzy .last td {
  background: none;
}
.menu-kurzy .smaller {
  font-size: 0.9em;
}

/* pocasi v menu --------------------------------------------------------- */
.menu-pocasi table {
  width: 85%;
  color: #ffffff;
  font-size: 0.9em;
  border-collapse: collapse;
}
.menu-pocasi td {
  padding: 5px 0;
  background: url(../img/dotted.gif) repeat-x bottom left;
}
.menu-pocasi .last td {
  background: none;
}

/* mailservis v menu --------------------------------------------------- */
.menu-mailservis {
  color: #ffffff;
  text-align: center;
}
.menu-mailservis label {
  display: block;
  padding: 5px;
  width: 90%;
  font-size: 0.9em;
}
.menu-mailservis .format {
  font-size: 0.9em;
  width: 155px;
  text-align: center;
}
.menu-mailservis span {
  text-align: center;
  display: block;
  padding: 5px;
}

/* zapati stranky ---------------------------------------------------------- */
#zapati {
	position: absolute;
	overflow: hidden;
  width: 852px; /* = #page.width */
  height: 25px;
  padding: 4px 0 0 0;
  bottom: 0;
	left: 32px;
  background: #ff9b41 url(../img/topmenu-bg.png) repeat-x top center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 0.85em;
  color: #002638;
  text-align: left;
}

#zapati .links {
  display: block;
  position: relative;
  float: left;
  top: 5px;
  left: 8px;
  font-size: 0.85em;
}
#zapati .ltweb {
  display: block;
  position: relative;
  float: right;
  top: 0;
  right: 5px;
  padding: 2px 5px;
  border: 1px solid #f0f0f0;
}

#zapati a {
  text-align: center;
  margin: 0 1px;
}
#zapati a:link, #zapati a:visited {
  color: #002638;
  text-decoration: none;
}
#zapati a:hover, #zapati a:active {
  color: #002638;
  text-decoration: underline;
}

