/*
 *  CSS - zakladni casti indexu
 *  Copyrighted by Michal Madleňák, www.LTweb.cz
 */

#page {
  position: relative;
  width: 989px; /* =zapati*/
	margin: 0 auto;
	background: #f3ebd4 url(../img/index/page.jpg) repeat-y top;
}
#page2 {
  position: relative;
  width: 989px; /* =zapati*/
	margin: 0 auto;
	background: #f3ebd4 url(../img/index/page2.jpg) repeat-y top;
}

/* zahlavi stranky --------------------------------------------------------- */
#header {
  width: 982px;
  padding-left: 7px;
  height: 221px;
  background: #0367df url(../img/index/header.jpg) no-repeat top;
}
#header .header-title {
  display: block;
  position: absolute;
  width: 300px;
  height: 130px;
  left: 360px;
}
#contact {
  float: left;
  width: 185px;
  height: 185px;
  background: url(../img/index/contact.jpg) no-repeat;
  margin: 36px 0 0 0;
}
#contact .title {
  font-weight: bolder;
  padding-left: 5px;
}
#contact p {
  color: #ffffff;
  font-weight: bolder;
  font-size: 0.9em;
  padding: 0;
  margin: 15px 20px 5px 20px;
}
#contact p a:link, #contact p a:visited {
  color: #ffffff;
  text-decoration: underline;
}
#contact p a:hover, #contact p a:active {
  color: #ffe921;
  text-decoration: underline;
}

#topmenu2 {
	/*background: url(../img/header-menu-background.png) no-repeat;*/
 	width: 201px;
 	/*height: 162px;*/
 	position: absolute;
 	right: 0;
 	margin: 10px 6px 0 0;
}
#topmenu2 #topmenu2-top {
	background: url(../img/topmenu2-top.png) no-repeat left;
 	width: 201px;
 	height: 20px;
}
#topmenu2 #topmenu2-bottom {
	background: url(../img/topmenu2-bottom.png) no-repeat left;
 	width: 201px;
 	height: 17px;
}
#topmenu2 #topmenu2-center {
	background: url(../img/topmenu2-center.png) repeat-y left top;
	width: 201px
}
#topmenu2 ul {
	margin: 0 20px;
	padding: 0;
	list-style: none url();
	color: #ffffff;
}
#topmenu2 ul li {
	padding: 1px 0;
	/*text-transform: uppercase;*/
}
#topmenu2 ul a:link, #topmenu2 ul a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#topmenu2 ul a:hover, #topmenu2 ul a:active {
	text-decoration: underline;
	color: #ffe921;
}

#topmenu {
  width: 759px;
  height: 24px;
  padding: 160px 20px 0 0;
  float: right;
}
#topmenu .topm-right {
  width: 759px;
  height: 24px;
  background: #aea07d url(../img/index/topmenu-right.jpg) no-repeat right top;
}
#topmenu .topm-left {
  width: 759px;
  height: 24px;
  background: url(../img/index/topmenu-left.jpg) no-repeat left top;
}
#topmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topmenu ul li {
  float: left;
  list-style: none;
  padding: 0 0 0 13px;
}
#topmenu .topmenu-center {
  height: 21px;
  width: 111px;
  background: #998b68 url(../img/index/topmenu/topmenu-center.jpg) repeat-x top;
  text-align: center;
  display: block;
  float: left;
  margin: 2px 0 0 0;
}
#topmenu .topmenu-left {
  height: 21px;
  width: 111px;
  background: url(../img/index/topmenu/topmenu-left.jpg) no-repeat left top;
  display: block;
  float: left;
}
#topmenu .topmenu-right {
  height: 21px;
  width: 111px;
  background: url(../img/index/topmenu/topmenu-right.jpg) no-repeat right top;
  display: block;
  float: left;
}
#topmenu .topmenu-right a:link, #topmenu .topmenu-right a:visited {
  color: #ffffff;
  text-decoration: none;
  height: 18px;
  width: 111px;
  padding-top: 3px;
  display: block;
  font-weight: bolder;
}
#topmenu .active .topmenu-right a:link, #topmenu .active .topmenu-right a:visited {
  text-decoration: underline;
}
#topmenu .topmenu-right a:hover, #topmenu .topmenu-right a:active {
  text-decoration: underline;
  color: #ffcb19;
}

/* nastavení středu stránky ------------------------------------------------ */
#mainpart {
  width: 989px;
  background: url(../img/index/mainpart.jpg) no-repeat bottom;
}
#mainpart2 {
  width: 989px;
  background: url(../img/index/mainpart2.jpg) no-repeat bottom;
}

/* content ----------------------------------------------------------------- */
#content, #content-madla {
  width: 573px; 
  float: right;
  background: url(../img/content/content-top.gif) no-repeat top;
  padding: 15px 0 30px 0;
  position: relative;
}

#content {
  z-index: 20;
  margin-top: -27px;
}

#content-long {
	float: right;
	width: 790px;
	padding: 0 0 50px 0;
	background: url(../img/index/content-long.jpg) no-repeat right top;
	position: relative;
}
#content-long .content-long-top {
	margin: 0 5px 0 0;
	width: 785px;
	background: url(../img/content/content-top-long.gif) no-repeat top;
}
/* leftmenu ---------------------------------------------------------------- */
#leftmenu {
  z-index: 20;
  position: relative;
  width: 199px;
  background: url(../img/index/leftmenu.jpg) no-repeat top;
  float: left;
  padding-top: 20px;
  left: 0;
  
}
.menu-center {
  background: url(../img/index/leftmenu-center.jpg) repeat-y top;
  width: 186px;
}
.menu-center p {
  font-size: 0.85em;
  text-align: left;
  margin: 0 10px;
}
.menu-bottom {
  background: url(../img/index/leftmenu-bottom.gif) no-repeat bottom;
  width: 186px;
  margin-bottom: 10px;
}
.menu-bottom .title {
  display: block;
  text-align: center;
  font-weight: bolder;
  padding: 8px 0 15px 3px;
}
.menu-news .date {
  display: block;
  text-align: left;
  font-size: 0.9em;
  padding: 5px 10px 0 10px;
}
.menu-news a:link, .menu-news a:visited {
	color: #000000;
	padding: 0 10px 10px 10px;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.menu-news a:hover, .menu-news a:active {
	color: #fc6a00;
	text-decoration: underline;
}
.menu-news .name {
  display: block;
  text-align: left;
  font-size: 0.9em;
  padding: 0 10px 2px 10px;
}

.menu-news .note {
	display: block;
	padding: 0 10px 0 10px;
	text-align: left;	
}
.menu-news .more {
  display: block;
  text-align: right;
  padding: 0 10px 0 10px;
  font-size: 0.85em;
}
.leftmenu-first-title {
  background: url(../img/index/leftmenu-first.gif) no-repeat top;
  width: 186px;
  padding-bottom: 10px;
}
.leftmenu-first-title2 {
  background: url(../img/index/leftmenu-first2.gif) no-repeat top;
  width: 186px;
  padding-bottom: 10px;
}
.menu-first {
  background: url(../img/index/leftmenu-first.gif) no-repeat top;
  width: 186px;
  padding-bottom: 10px;
}
#leftmenu .menu-description p {
	margin: 0;
	padding: 3px 10px;
	text-align: justify;
}
#leftmenu .menu-description a.image:link img, #leftmenu .menu-description a.image:visited img {
	border: 2px solid #eaddcc;
}
#leftmenu .menu-description a.image:hover img, #leftmenu .menu-description a.image:active img {
	border: 2px solid #cab398;
}

#leftmenu .menu-hotels-tips a:link, #leftmenu .menu-hotels-tips a:visited {
	display: block;
	border-bottom: 1px dotted #000000;
	margin: 4px 5px;
	padding: 0 10px 4px 10px;
	text-decoration: none;
	font-size: 0.85em;
	color: #000000;
}
#leftmenu .menu-hotels-tips a .stars {
	width: 9px;
	display: block;
	height: 81px;
	/*background: red;*/
	position: absolute;
	left: 33px;
	margin-top: 3px;
}

#leftmenu .menu-hotels-tips a:link .image-border, #leftmenu .menu-hotels-tips a:visited .image-border {  
	border: 2px solid #ebe3ce;
}
#leftmenu .menu-hotels-tips a:hover .image-border, #leftmenu .menu-hotels-tips a:active .image-border {
	border: 2px solid #cab398;
}
#leftmenu .menu-hotels-tips a.last-link {
	border-bottom: none;
}
#leftmenu .menu-hotels-tips a:hover, #leftmenu .menu-hotels-tips a:active {
	text-decoration: none;
	color: #fe6a01;
}
#leftmenu .menu-hotels-tips a img {
	border: none;
}
#leftmenu .menu-hotels-tips a .name {
	display: block;
	padding-top: 2px;
	text-align: left;
}

/* kurzovní lístek */
.menu-exchange table {
  font-size: 0.9em;
  width: 90%;
}

/* statistiky */
.menu-statistic table {
  text-align: left;
  border-collapse: collapse;
  width: 90%;
}

/* pravé menu -------------------------------------------------------------- */
#rightmenu {
  z-index: 20;
  position: relative;
  float: right;
  width: 216px;
  margin: -30px 0 0 0;
  background: url(../img/index/rightmenu.jpg) no-repeat top;
}
#rightmenu .link-more-countries {
	font-weight: bolder;
	display: block;
	text-align: right;
	margin: 5px 12px 0 0;
}
.rmenu-center {
  background: #ffffff url(../img/index/rightmenu-center.jpg) repeat-y top;
  width: 203px;
}
.rmenu-top-first {
  background: url(../img/index/rightmenu-top-first.jpg) no-repeat top;
  width: 203px;
}
.rmenu-top {
  background: url(../img/index/rightmenu-top.gif) no-repeat top;
  width: 203px;
}
.rmenu-bottom .title, #mailservis .title {
  display: block;
  text-align: center;
  font-weight: bolder;
  padding: 8px 0 15px 3px;
}
.rmenu-bottom {
  background: url(../img/index/rightmenu-bottom.gif) no-repeat bottom;
  width: 203px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* zeme */
#rightmenu .zeme-odkazy .price {
  position: relative;
  float: right;
  right: 5px;
  top: 1px;
  font-size: 0.85em;
  margin-right: 5px;
  padding: 2px 0 0 0;
}
#rightmenu .zeme-odkazy .price strong {
  color: #fe6a01;
}
#rightmenu .zeme-odkazy ul li a:hover strong, #rightmenu .zeme-odkazy ul li a:active strong {
	text-decoration: underline;
	color: #fe9e00;
}
#rightmenu .zeme-odkazy ul li a:hover .price, #rightmenu .zeme-odkazy ul li a:active .price {
	text-decoration: underline;
}

#rightmenu .title-second {
	font-weight: bolder;
	color: #fe6a01;
	display: block;
	text-transform: uppercase;
	text-align: left;
	margin: 15px 0 5px 10px;
}
#rightmenu .submenu, #rightmenu .submenu li, #rightmenu .submenu a {
	font-weight: normal;
}
#rightmenu .submenu .price {
	font-weight: bold;
}
#rightmenu .submenu .more-countries {
	color: #fe6a01;
}


/* jsme členem */
.jsme-clenem a img {
  border: none;
}
.jsme-clenem a {
  display: block;
  margin: 8px 0;
}

/* mailservis */
#mailservis {
  background: url(../img/index/mailservis.jpg) no-repeat;
  width: 203px;
  height: 129px;
  margin-bottom: 10px;
}
#mailservis .title { 
  color: #ffffff;
}
#mailservis label {
  color: #ffffff;
  font-size: 0.85em;
  margin: 0 10px;
  text-align: center;
  padding-bottom: 5px;
}
#mailservis .button {
  float: right;
  margin: 5px 20px 0 0;
}

/* ODKAZY */
.lastiky-odkazy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lastiky-odkazy ul li {
  margin-left: 25px;
}
.lastiky-odkazy ul li a:link, .lastiky-odkazy ul li a:visited {
  color: #000000;
  font-size: 0.9em;
  font-weight: bolder;
  text-decoration: none;
}
.lastiky-odkazy ul li a:hover, .lastiky-odkazy ul li a:active {
  color: #fe9e00;
  text-decoration: underline;
}

.zeme-odkazy ul li {
  margin-left: 10px;
}
.zeme-odkazy ul {
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
  list-style: disc;
  color: #fe6a01;
}
/* zapati stranky ---------------------------------------------------------- */
#footer {
  width: 989px; /* =page */
  height: 55px;
	background: url(../img/index/footer.jpg) no-repeat;
  height: 152px;
  color: #f8f8f8;
  font-size: 0.9em;
}
#footer .ltweb {
  padding: 15px 215px 0 0;
  float: right;
}
#footer .ltweb a:link, #footer .ltweb a:visited {
  color: #000000;
  display: block;
  font-weight: bolder;
  text-decoration: none;
  float: right;
  padding: 5px 60px 5px 0;
  background: url("../img/logo.jpg") no-repeat right center; 
}
#footer .ltweb a:hover, #footer .ltweb a:active {
  text-decoration: underline;
}