/*

 *  CSS - zakladni casti indexu
 *  www.LTweb.cz
 */

/*cela stranka----------------------------------------------------------------*/

#page {
  position: relative;
  width: 977px; /* =zapati*/
	margin: 0 auto;
	height: 100%;  
  min-height: 100%;
	
}

body>#page {
 	height: auto;
 }
 
.bili-ramecek {
  width: 977px;
  background: url(/img/pozadi-ramecek.jpg) repeat-y;
  padding-bottom: 41px;
}

/*hlavicka stranky------------------------------------------------------------*/

#header {
  width: 977px;
  height: 222px;
  background: url(/img/header-pozadi.jpg) no-repeat;
}

#header .logo {
  width: 390px;
  height: 97px;  
}

#header .logo img {
  width: 0px;
  height: 0px;
}

#header .logo a {
  display: block;
  padding-top: 38px;
  padding-left: 18px;
  width: 373px;
  height: 59px;
}

#header .topmenu {
  padding-top: 91px;
  padding-left: 20px;
  font-size: 1.2em;
}
#header .topmenu table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
#header .topmenu a {
  color: #ffffff;
  display: block;
  margin-left: 13px;
  text-decoration: none;
}

#header .topmenu a:hover, #header .topmenu a:active {
  text-decoration: underline;
  color: #f9e9bb;
}

#header .topmenu .last-menu-header {
  background: #ffffff;
  color: #3265cb;
  padding: 5px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-weight: bolder;
  border: 1px solid #6d99f3;
}
#header .topmenu .last-menu-header:hover, #header .topmenu .last-menu-header:active {
  color: #000000;
  text-decoration: none;
  
}
/*mainpart hlavni cast--------------------------------------------------------*/

#mainpart {
  width: 959px;
  margin-bottom: 41px;  
  margin: 0 auto;
}

/*leve menu-------------------------------------------------------------------*/

#leftmenu {
  float: left;
  width: 150px;
  margin-bottom: 45px;
}


#leftmenu a {
  color: #000000;
  font-weight: bolder;
}

#leftmenu a:hover, #leftmenu a:active {
  color: #3366cc;
}
#leftmenu .typy-zajezdu a {
  background: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  margin-left: 5px;
  font-weight: bolder;
}
#leftmenu .typy-zajezdu a:hover, #leftmenu .typy-zajezdu a:active {
  color: #f9e9bb
}
#leftmenu .typy-zajezdu {
  width: 150px;
  border: 2px solid #ffffff;
  border-left: 0;
  border-collapse: collapse;
  padding-bottom: 0;
  margin-bottom: 0;
  /*background: url(/img/pozadi-email.jpg) repeat-x;*/
  background: #e60000;
  color: #ffffff;
  margin-top: 3px;
}
#leftmenu .typy-zajezdu td {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ffffff;
}
#leftmenu .typy-zajezdu .image {
  width: 53px;
}
#leftmenu .typy-zajezdu .image a {
  padding: 0;
  margin: 0;
}
#leftmenu .typy-zajezdu .image img {
  display: block;
  margin-left: 2px;
  border: 1px solid #abacac;
}
.nadpisy-menu-zeme {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 1.3em;
  text-align: center;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px #e60000 dashed; 
  border-bottom: 1px #e60000 dashed;
  background: url(/img/index/cerveny-puntik.jpg) no-repeat left center;
}

.nadpisy-menu-typy, #leftmenu .nadpis {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.3em;
  text-align: center;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px #e60000 dashed; 
  border-bottom: 1px #e60000 dashed;
  background: url(/img/index/zluty-puntik.jpg) no-repeat left center;
}

#leftmenu .statistiky {
  width: 140px;
}

.menu-zeme a, .menu-typy a{
  font-size: 0.9em;
  padding-left: 20px;
  margin-left: 5px;
  margin-top: 2px;
  display: block;
  background: url(/img/sipka-odkazy.gif) no-repeat left center;  
}

.menu-zeme a:hover, .menu-zeme a:active, .menu-typy a:hover, .menu-typy a:active {
  background: url(/img/sipka-odkazy-aktivni.gif) no-repeat left center; 
}

.menu-zeme a.last:link, .menu-zeme a.last:visited {
  display: block;
  margin-top: 5px;
  background: #ffffff;
  padding: 0;
  margin-left: 0;
}
.menu-zeme a.last:link span, .menu-zeme a.last:visited span {
	background: url(/img/sipka-odkazy.gif) no-repeat left center;
	display: block;
	margin-left: 5px;
	padding: 3px 0 3px 20px;
}

.menu-zeme a.last:hover, .menu-zeme a.last:active {
  display: block;
  margin-top: 5px;
  background: #ffffff;
  padding: 0;
  margin-left: 0;
}
.menu-zeme a.last:hover span, .menu-zeme a.last:active span {
  background: url(/img/sipka-odkazy-aktivni.gif) no-repeat left center; 
	display: block;
	margin-left: 5px;
	padding: 3px 0 3px 20px;
}

.menu-typy .last {
  display: block;
/*  margin-top: 20px;*/
  margin-top: 5px;
  margin-bottom: 20px;
}



/*obsah - v mainpart---------------------------------------------------------*/

#content {
  position: relative;
  float: left;
  width: 620px;
  margin: 0 auto;
  margin-bottom: 41px;
  margin-left: 10px;
}

/*prave menu - v mainpart-----------------------------------------------------*/
 
#rightmenu {
  position: relative;
  float: right;
  width: 169px;
  padding-bottom: 45px;
}

#rightmenu .facebook-icon {
	text-align: left;
	margin-left: 2px;
	display: block;
}
#rightmenu .facebook-icon img {
	display: block;
	margin: 5px 0 0 0;
	border: 2px solid #ffffff;
	border-right: none;
}
#rightmenu .box-fb-like-box {
	display: block;
	margin: 5px -2px 0 0;
	width: 165px;
	border: 2px solid #ffffff;
	border-right: none;
}
#rightmenu .box-fb-like-box span,
#rightmenu .box-fb-like-box frame,
#rightmenu .box-fb-like-box div,
#rightmenu .box-fb-like-box iframe .fbConnectWidgetTopmost,
#rightmenu .box-fb-like-box frame .fbConnectWidgetTopmost {
	border: none;
}

#rightmenu a.articles-active:visited, #rightmenu a.articles-active:link {
	font-weight: bold;
	background: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 1px 0;
}

.menu-kontakt {
  margin-top: 3px;
  width: 165px;
  border: 2px #ffffff solid;
  border-right: none;
  margin-left: 2px;
  background: #e60000;
  color: #ffffff;
}

.menu-kontakt .kontakt {
  display: block;
  margin-left: 5px;
  font-size: 1.4em;
  margin-top: 8px;
  margin-bottom: 5px;
}

.menu-kontakt .text {
  display: block;
  margin-left: 5px;
  font-size: 1.05em;
  margin-top: 6px;
  margin-bottom: 5px;
}

.menu-kontakt .telefon {
  display: block;
  margin-top: 3px;
  font-size: 1.8em;
  margin-left: 9px;  
}

.menu-kontakt a {
  display: block;
  color: #ffffff;
  margin-left: 5px;
  margin-top: 5px;
  text-decoration: underline;
}

.menu-kontakt a:hover, .menu-kontakt a:active {
  color: #f9e9bb
}

.menu-kontakt .ulice {
  display: block;
  margin-top: 7px;
  margin-left: 5px;
  margin-bottom: 7px;
}

.odkaz-menu {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  font-weight: bolder;
  font-size: 1.1em;
  text-align: center;
}

.odkaz-menu a:hover,.odkaz-menu a:active{
  text-decoration: none;
}

#rightmenu .nadpis {
   margin-top: 13px;
   width: 169px;
  margin-bottom: 10px;
  font-size: 1.3em;
  text-align: left;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px #e60000 dashed; 
  border-bottom: 1px #e60000 dashed;
  background: url(/img/index/zluty-puntik.jpg) no-repeat right center;
}

.menu-kurzy table, .menu-pocasi table, .menu-statistiky table {
  font-size: 0.85em;
  border-collapse: collapse;
  width: 169px;
}

.menu-topmenu a {
  font-size: 1.1em;
  padding-left: 20px;
  display: block;
  color: #000000;
}

.menu-topmenu a.favourite {
  padding-top: 2px;
  color: #e60000;
  font-weight: bolder;
  border-top: ridge;
  border-bottom: ridge;
}

.menu-topmenu a:hover.favourite, .menu-topmenu a:active.favourite {
  color: #3366cc;
}


.odber-novinek {
  margin-top: 10px;
  width: 160px;
  height: 100px;
  display: block;
  color: white;
  background: url(/img/pozadi-email.jpg) repeat-x;
  border: 4px #ffffff solid;
  border-right: none;
  margin-left: 4px;
}

.odber-novinek .label-mail {
  color: #000000;
  font-size: 1.1em;
  font-weight: bolder;
  display: block;
  margin-top: 3px;
  margin-left: 5px;
  margin-bottom: 10px;
  background: url(/img/index/cerveny-puntik.jpg) no-repeat right;
}

.odber-novinek .text {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.nevybrali-jste-si {
  border-top: 3px #ffffff solid;
  width: 977px;
  margin-bottom: 15px;
  text-align: center; 
  font-weight: bolder;
}

.nevybrali-jste-si a {
  display: block;
  margin-left: -15px;
}

/*paticka v page-----------------------------------------------------------*/
#footer {
	width: 977px;
 	height: 41px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.9em;
	margin: 0 auto; 
	background: #fbf2d8;
	border-top: 12px #ffffff solid;
}

#footer span {
  display: block;
  font-size: 0.9em;
  font-weight: bolder;
  padding-top: 8px;
  
}

