/*
 *  CSS - zakladni casti indexu
 *  Copyrighted by Michal Madlenak, www.LTweb.info
 */

#page {
	position: relative;
  width: 980px; /* =zapati*/
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
}
body>#page {
  height: auto;
}

/* zapati ------------------------------------------------------------------- */
#header {
  height: 175px;
  width: 980px;
  background: url(../img/index/header.jpg) no-repeat bottom left;
  padding-top: 10px;
  text-align: left;
}
#header .title-link {
	width: 265px;
	height: 100px;
	margin: 0 0 0 115px;
	padding-top: 40px;
}
#header .title-link a:link, #header .title-link a:visited {
	display: block;
	width: 265px;
	height: 100px;
}

#topmenu {
  font-size: 0.9em;
  color: #0f5191;
}
#topmenu ul {
	list-style: none;
	margin: 14px 0 0 10px;
	padding: 0;
}
#topmenu ul li {
	display: inline;
	margin-right: 8px;
}
#topmenu a:link, #topmenu a:visited {
	text-decoration: none;
	color: #0f5191;
}
#topmenu a:hover, #topmenu a:active {
	text-decoration: underline;
}


/* hlavní část indexu ------------------------------------------------- */ 

#menu-header {
	margin-top: 5px;
	background: #1a64ab url(../img/index/menu-header.jpg) no-repeat top;
	width: 980px;
	color: #ffffff;
}
#menu-header .menu-title {
	font-size: 1.7em;
	padding: 4px 10px 4px 10px;
	display: block;
	float: left;
	text-align: left;
	width: 185px;
	vertical-align: middle;
}
#menu-header .navigace {
	width: 750px;
	float: left;
	text-align: left;
	padding: 0 0 5px 20px;
	margin-top: 11px;
	background: url(../img/index/sipka.jpg) no-repeat left top;
}
.navigace-content {
	color: #ffffff;
	margin: -29px 0 0 114px;
	left: 0;
	position: absolute;
	width: 650px;
	text-align: left;
}
.navigace-content a:link, .navigace-content a:visited {
	text-decoration: none;
	color: #ffffff;
}
.navigace-content a:hover, .navigace-content a:active {
	text-decoration: underline;
}
#menu-header ul {
	margin: 0;
	padding: 0;
	color: #ffffff;
}
#menu-header li {
	display: inline;
	padding-right: 5px;
	font-size: 0.9em;
}
#menu-header ul a:link, #menu-header ul a:visited {
	text-decoration: none;
	color: #ffffff;
}
#menu-header ul a:hover, #menu-header ul a:active {
	text-decoration: underline;
} 

#mainpart {
	width: 980px;
	padding-bottom: 80px;
}
#leftmenu {
  float: left;
  left: 0;
  top: 0;
  width: 204px;
  margin: 0;
  padding: 0;
	z-index: 5;
	position: relative;
  /*margin-bottom: 30px;*/
}

#content {
  position: relative;
  background: #ffffff url(../img/index/content.jpg) repeat-y top;
  float: left;
  width: 555px;
  top: 0;
  left: -4px;
  padding: 5px 12px;
  z-index: 4;
  /*-margin-bottom: 30px;*/
}

#rightmenu {
  float: right;
  width: 205px;
  right: 0;
  position: absolute;
  z-index: 5;
  /*margin-bottom: 30px;*/
}

/* leftmenu ----------------------------------------------------------------- */
#leftmenu a:link, #leftmenu a:visited {
	color: #3d3d3d;
	text-decoration: none;
}
#leftmenu a:hover, #leftmenu a:active {
	text-decoration: underline;
	color: #1767ac;
}

#leftmenu .format {
	background: #ffffff url(../img/button/input.jpg) repeat-x bottom;
		width: 175px;
	border: 1px solid #c6c6c6;
 	height: 20px;
 	padding: 4px 5px 0 5px;
 	font-size: 0.9em;
}
.leftmenu-center {
	background: #f7f7f7 url(../img/index/leftmenu-center.jpg) repeat-y;
 	width: 204px;
 	margin-bottom: 5px;
 	color: #3d3d3d;
 	position: relative;
}
.leftmenu-first {
	padding-top: 6px;
	position: relative;
}
.leftmenu-bottom {
	background: url(../img/index/leftmenu-bottom.jpg) no-repeat bottom;
	padding-bottom: 5px;
	position: relative;
}
.leftmenu-top {
	background: url(../img/index/leftmenu-top.jpg) no-repeat top;
	padding-top: 6px;
	position: relative;
}
#leftmenu .menu {
	background: #6fa90c url(../img/index/menu-title.jpg) no-repeat bottom;
 	width: 182px;
 	height: 25px;
 	padding: 5px 0 0 10px;
 	text-align: left;
 	color: #ffffff;
 	font-weight: bolder;
 	font-size: 1.2em;
 	position: relative;
}

#leftmenu .zeme {
  margin: 5px 0 0 0;
  padding: 0;
  border: none;
  text-align: left;
  position: relative;
}
#leftmenu .zeme a {
  display: block; 
  text-align: left;
  padding: 2px 0 2px 0;
  font-family: 'Tahoma CE', 'Arial CE', 'Helvetica CE', Tahoma, Arial, lucida, sans-serif;
  font-weight: bold;
}
#leftmenu .zeme .menu-link ul {
	margin-left: 10px;
	margin-right: 10px;
} 
#leftmenu .zeme .price {
  position: relative;
  float: right;
  right: 0;
  top: 1px;
  font-size: 0.85em;
  margin-right: 5px;
}
.leftmenu-center .info {
	width: 120px;
	display: block;
	font-size: 0.9em;
	font-weight: bolder;
	text-align: left;
	float: left;
	padding: 2px 0 5px 10px;
}
#leftmenu form {
	text-align: left;
	margin-left: 8px;
	margin-bottom: 5px;
}
#leftmenu .button-registrovat {
	background: url(../img/button/registrovat.jpg) no-repeat left;
	width: 112px;
 	height: 31px;
 	display: block;
 	padding-left: 15px;
 	color: #ffffff;
 	margin: 5px 0 0 75px;
 	border: none;
}
#leftmenu .menu-link ul {
	font-size: 0.9em;
	margin: 3px 0 5px 10px;
	padding: 0;
	position: relative;
	font-weight: bolder;
	list-style: none;
	text-align: left;
}
#leftmenu .menu-link ul li {
	margin: 0;
	padding: 0;
}


/* prave menu --------------------------------------------------------------- */
.rightmenu-center {
	background: #f7f7f7 url(../img/index/rightmenu-center.jpg) repeat-y;
 	width: 205px;
 	margin-bottom: 5px;
 	color: #3d3d3d;
}
.rightmenu-first {
	padding-top: 6px;
}
.rightmenu-bottom {
	background: url(../img/index/rightmenu-bottom.jpg) no-repeat bottom;
	padding-bottom: 5px;
}
.rightmenu-top {
	background: url(../img/index/rightmenu-top.jpg) no-repeat top;
	padding-top: 6px;
}
#rightmenu .menu {
	background: #6fa90c url(../img/index/menu-title.jpg) no-repeat bottom;
 	width: 182px;
 	height: 25px;
 	padding: 5px 0 0 10px;
 	text-align: left;
 	color: #ffffff;
 	font-weight: bolder;
 	font-size: 1.2em;
}
#rightmenu .menu-kurzy {
	font-size: 0.9em;
	font-weight: bolder;
	text-align: left;
}
#rightmenu .menu-kurzy table {
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
}
#rightmenu .menu-kurzy table td {
	padding: 0 3px;
}
#rightmenu .pocasi table {
	width: 190px;
}

/* zapati stranky ----------------------------------------------------------- */
#footer {
	position: absolute;
	overflow: hidden;
  width: 980px; /* = #page.width */
  height: 49px;
  margin-bottom: 10px;
  bottom: 0;
	left: 0;
  background: #1767ac url(../img/index/footer.jpg) repeat-y top center;
  font-size: 0.85em;
  text-align: left;
}
#footer ul {
	margin: 15px 0 0 10px;
	padding: 0;
	list-style: none;
}
#footer li {
	display: inline;
	margin-right: 15px;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
} 
#footer .f_right {
	width: 59px;
	padding: 3px 10px 0 0;
}
#footer .f_right a:link, #footer .f_right a:visited {
	display: block;
	background: url(../img/index/ltweb.jpg) no-repeat;
 	width: 59px;
 	height: 30px;
}