/*

 *  CSS - zakladni casti indexu
 *  www.LTweb.cz
 */

/*Horni odkazy ---------------------------------------------------------------*/

#top-odkazy {
  width: 100%;
  background: #cb3232 url("../img/topmenu-links.jpg") repeat-x top left;
 /* background: #ff8416;*/
  height: 25px;
}

#top-odkazy #stred {
  width: 950px;;
  margin: 0 auto;
  text-align: left;
  font-size: 0.85em;
  padding-top: 5px;
  padding-bottom: 3px;
}

#top-odkazy #stred a {
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 5px;
}

#top-odkazy #stred a:hover, #top-odkazy #stred a:active {
  text-decoration: underline;
}

/*cela stranka----------------------------------------------------------------*/

#page {
  position: relative;
  width: 930px; /* =zapati*/
	margin: 0 auto;
	height: 91%;  
  min-height: 91%;
  background: #ffffff;
  margin-top: 1%;
  border: 5px solid #ffffff;
  border-bottom: none;
}

body>#page {
 	height: auto;
 }

/*Header ---------------------------------------------------------------------*/

#header {
  width: 930px;
  height: 208px;
  background: #88b4cc url(/img/header/header-pozadi.png) no-repeat;
}

#header .odkaz1 {
  display: block;
  width: 330px;
  height: 50px;
  margin-left: 15px;
  margin-top: 10px;
  position: absolute;
  float: left;
}
#header .odkaz1 .hidden, #header .odkaz2 .hidden {
  position: absolute;
  visibility: hidden;
}

#header .odkaz2 {
	position: absolute;
  display: block;
  width: 130px;
  height: 80px;  
  float: right;
  margin-top: 125px;
  right: 0;
}

#header #topmenu {
  height: 30px; 
  padding-top: 178px;
}

#header #topmenu a {
  text-decoration: none;
  display: block;
  color: #6d645f;
  padding-right: 14px;
  text-align: center;
  font-weight: bolder;
}

#header #topmenu a:active, #header #topmenu a:hover {
  color: #000000;
  text-decoration: underline;
}

#header #topmenu table {
  margin-left: 8px;
  height: 30px;
  border-collapse: collapse;  
}

#header #topmenu table td {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

#header #topmenu table .last {
  background: none;
}


/*MAINPART--------------------------------------------------------------------*/
#mainpart {
  width: 930px;
  padding-bottom: 55px;
  padding-top: 2px;
}


/*LeftMenu -------------------------------------------------------------------*/
#leftmenu {
  width: 181px;
  left: 0;
  float: left;
  margin-right: 2px;
}

#leftmenu .odkazy {
  width: 180px;
  margin-bottom: 2px;
}

#leftmenu .odkazy a {
  display: block;
  padding: 3px 8px 3px 20px;
  width: 153px;
  margin-top: 2px;
  background: #e6e3da;
  color: #000000;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bolder;
}

#leftmenu .odkazy .first {
  margin-top: 17px;
}

#leftmenu .odkazy a:hover, #leftmenu .odkazy a:active {
  background: #c8c6be;
}

/*vytvoreni dolniho ramecku v menu*/
.ramecek {
  display: block;
  margin-top: 10px;
  height: 7px;
  background: #fff5d9; 
}

#leftmenu .dalsi-nabidka {
  width: 181px;
  margin-bottom: 2px;
}

#leftmenu .dalsi-nabidka a {
  display: block;
  padding: 3px 8 3px 20px;
  width: 153px;
  text-decoration: none;
  font-weight: bolder;
  background: #fffcc4;
  color: #000000;
  font-size: 0.9em;
  margin-top: 2px;
}

#leftmenu .dalsi-nabidka a:hover, #leftmenu .dalsi-nabidka a:active {
  background: #fbf39b;
}

/*nadpis v indexu*/
.nadpis-menu {
  background: #6e6460 url(../img/sides/leve-nadpis.jpg) no-repeat left top;
  padding-left: 25px;
  padding-top: 9px;
  width: 156px;
  height: 27px;
  display: block;
  font-size: 1.2em;
  font-weight: bolder;
  color: #ffffff;
}

/*CONTENT --------------------------------------------------------------------*/
#content {
  float: left;
  width: 565px;
}

/*Rightmenu ------------------------------------------------------------------*/
#rightmenu {
  width: 180px;
  float: right;
}

/*Kontakt*/
#rightmenu .kontakt {
  color: #322d2b;
  margin: 0;
  padding: 0;
  /*background: #ff7400 url("../img/sides/contacts.jpg") repeat-x left top;*/
  background: #e6e3da;
  border-bottom: 2px solid #ffffff;
}

#rightmenu .nadpis-menu {
  background: #6c625e url(../img/sides/prave-nadpis.jpg) no-repeat top;
  padding-left: 15px;
  padding-top: 9px;
  width: 165px;
  height: 27px;
  display: block;
  font-size: 1.2em;
  font-weight: bolder;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

#rightmenu .kontakt .phone-number {
  display: block;
  font-size: 1.8em;
  padding-left:10px;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #322d2b;
}

#rightmenu .kontakt p {
  margin: 0;
  padding-left:10px;
  font-size: 0.85em;
  font-weight: bolder;
  padding-bottom: 15px;
}

#rightmenu .kontakt a {
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 4px;
  display: block;
  color: #322d2b;
}

#rightmenu .kontakt a:hover, #rightmenu .kontakt a:active {
	color: #000000;
} 

/*dalsi menu v prave casti*/
#rightmenu .dalsi-odkazy a, #rightmenu .odkazy a {
  display: block;
  padding: 3px 8px 3px 20px;
  width: 152px;
  background: #e6e3da;
  color: #000000;
  text-decoration: none;
  font-weight: bolder;
  font-size: 0.9em;
  margin-bottom: 2px;
}
#rightmenu .dalsi-odkazy a:hover, #leftmenu .dalsi-odkazy a:active, #rightmenu .odkazy a:hover, #rightmenu .odkazy a:active {
	background: #c8c6be;
}

/*FOOTER ---------------------------------------------------------------------*/
#footer {
	position: absolute;
	overflow: hidden;
  	width: 930px;
  	height: 40px;
  	color: #c4dc7a;
  	bottom: 0;
  	left: 0;
  	padding: 5px;
	margin-left: -5px;
	background: #ca3232 url("../img/footer.jpg") repeat-x top;
}

#footer .parnerske-odkazy {
	display: block;
	width: 750px;
	margin-top: -10px;
}
#footer .parnerske-odkazy a {
	margin-left: 0;
	margin-right: 10px;
	color: #ffffff;
}

#footer a {
  text-decoration: none;
  font-size: 0.85em;
  margin-left: 10px;
  color: #ffffff;
}
#footer a:hover, #footer a:active {
  text-decoration: underline;
  color: #cbcbcb;
}

#footer .last-ltweb {
  margin-right: 5px;
  font-weight: bolder;
  text-align: right;
  display: block;
  float: right;
  margin-top: -6px;
}
#footer .last-ltweb a {
	display: block;
	padding: 8px 80px 5px 0;
	margin-top: 3px;
	background: url(../img/ltweb.jpg) no-repeat right bottom;
}

#footer .odsazeni-odkaz {
  display: block;
  margin-top: 13px;
}

.invisible {
	visibility: hidden;
	position: absolute;
}
