/*

 *  CSS - zakladni casti indexu
 *  www.LTweb.cz
 */

/*Horni odkazy ---------------------------------------------------------------*/

#top-odkazy {
  width: 100%;
  background: #e36c22 ;
}

#top-odkazy #stred {
  width: 950px;;
  margin: 0 auto;
  text-align: right;
  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: 3px;
  padding-bottom: 5px;
}

#top-odkazy #stred a:hover, #top-odkazy #stred a:active {
  color: #000000;
  text-decoration: underline;
}

/*cela stranka----------------------------------------------------------------*/

#page {
  position: relative;
  width: 980px; /* =zapati*/
	margin: 0 auto;
	height: 89%;  
  min-height: 89%;
  background: #ffffff;
  margin-top: 17px;
}

body>#page {
 	height: auto;
 }

/*Header ---------------------------------------------------------------------*/

#header {
  width: 980px;
  height: 246px;
  background: #c1d103 url(/img/header/header-pozadi.png) no-repeat;
}

#header .header-odkaz {
  width: 100%;
  height: 208px;
}
#header .odkaz1-makadi {
  display: block;
  width: 250px;
  height: 75px;
  position: relative;
}

#header .odkaz2-makadi {
  display: block;
  width: 500px;
  height: 100px;
  margin-left: 100px;
  position: absolute;
}

#header #topmenu {
  height: 38px;
  width: 100%;
}
#header #topmenu table {
  height: 38px;
  border-collapse: collapse;
  border: none;
  margin: 0;
  padding: 0;
  margin-left: 3px;
}
#header #topmenu table td {
  padding: 0;
  margin: 0;  
}
#header #topmenu a {
  display: block;
  color: #000000;
  font-weight: bolder;
  font-size: 1em;
  text-decoration: none;
  height: 38px;
  text-align: center;
  
}
#header #topmenu .prvni a .left-odkaz{
  background: none;
}
#header #topmenu a:hover, #header #topmenu a:active {
  background: #404040 url(../img/topmenu/center-aktive.png) repeat-x;
  color: #ffffff;
}
#header #topmenu .prvni a:hover .left-odkaz, #header #topmenu .prvni a:active .left-odkaz {
  background: none;
}
#header #topmenu a .left-odkaz {
  display: block;
  height: 38px;
  background: url(../img/topmenu/left-passive.png) no-repeat left;
}
#header #topmenu a:hover .left-odkaz, #header #topmenu a:active .left-odkaz {
  background: url(../img/topmenu/left-aktive.png) no-repeat left;
}
#header #topmenu a .right-odkaz {
  display: block;
  height: 28px;
  padding-top: 10px;
  background: url(../img/topmenu/right-pasive.png) no-repeat right;
  padding-left: 15px;
  padding-right: 15px;
}
#header #topmenu .last a .right-odkaz {
  background: none;
}
#header #topmenu a:hover .right-odkaz, #header #topmenu a:active .right-odkaz {
  background: url(../img/topmenu/right-aktive.png) no-repeat right;
}
#header #topmenu .last a:hover .right-odkaz, #header #topmenu .last a:active .right-odkaz {
  background: none;
}

/*MAINPART--------------------------------------------------------------------*/
#mainpart {
  width: 972px;
  border-left: 4px #ffffff solid;
  border-right: 4px #ffffff solid;
  padding-bottom: 55px;
  padding-top: 6px;
  background: #ffffff;
}

#mainpart-left  {
  position: relative;
  width: 972px; /* = page - border*/
  background: url(/img/sidemenu-left.png) repeat-y left top;
}

#mainpart-right {
  position: relative;
  width: 972px; /* = page - border*/
  background: url(/img/sidemenu-right.png) repeat-y right top;
}

#mainpart-center {
  position: relative;
  width: 972px;
  background: #ffffff;
}

/*LeftMenu -------------------------------------------------------------------*/
#leftmenu {
  width: 202px;
  left: 0;
  float: left;
}

#leftmenu .odkazy {
  width: 202px;
  padding-bottom: 10px;
  border-bottom: 6px #ffffff solid;
  background: #524d48;
}
#leftmenu .nadpis {
  background: #414141 url(../img/header/odkaz-pozadi.png) repeat-x;
  height: 29px;
  font-size: 1.2em;
  padding-top: 10px;
  border: 1px solid #000000;
  color: #ffffff;  
  display: block;
  width: 185px;
  padding-left: 15px;
}
#leftmenu .odkazy a {
  display: block;
  padding: 3px 0 3px 20px;
  width: 182px;
  margin-top: 4px;
  text-decoration: none;
  font-weight: bolder;
  color: #ffffff;
}

#leftmenu .odkazy .first {
  margin-top: 17px;
}

#leftmenu .odkazy a:hover, #leftmenu .odkazy a:active {
  background: #bece03;
  color: #000000;
}

/*vytvoreni dolniho ramecku v menu*/
.ramecek {
  display: block;
  margin-top: 10px;
  height: 7px;
  background: #fff5d9; 
}

#leftmenu .dalsi-nabidka {
  width: 202px;
  color: #412314;
}
#leftmenu .dalsi-nabidka .nadpis {
}
#leftmenu .dalsi-nabidka div {
  margin-top: 10px;
}
#leftmenu .dalsi-nabidka a {
  display: block;
  padding: 3px 0 3px 40px;
  width: 162px;
  text-decoration: none;
  font-weight: bolder;
  color: #111111;
  background: url(../img/sipka.png) no-repeat left center;
}
#leftmenu .dalsi-nabidka a:hover, #leftmenu .dalsi-nabidka a:active {
  background: #fa831c;
  color: #ffffff;
}
#leftmenu img {
  border: none;
}
/*nadpis v indexu*/
.nadpis-menu {
  margin: 7px 0 7px 20px;
  display: block;
  font-size: 1.2em;
  font-weight: bolder;
  color: #412314;
}

/*CONTENT --------------------------------------------------------------------*/
#content {
  float: left;
  width: 555px;
  margin-left: 7px;
}

/*Rightmenu ------------------------------------------------------------------*/
#rightmenu {
  width: 202px;
  float: right;
}
#rightmenu .nadpis {
  background: #414141 url(../img/header/odkaz-pozadi.png) repeat-x;
  height: 29px;
  font-size: 1.2em;
  padding-top: 10px;
  border: 1px solid #000000;
  color: #ffffff;  
  display: block;
  width: 185px;
  padding-left: 15px;
}
/*Kontakt*/
#rightmenu .kontakt {
  width: 202px;
  /*height: 173px;*/
  padding-bottom: 10px;
  color: #000000;
  border-bottom: 6px #ffffff solid;
}

#rightmenu .nadpis-menu {
  margin-top: 0;
  padding-top: 7px;
  color: #000000;
}

#rightmenu .kontakt .phone-number {
  display: block;
  font-size: 2.1em;
  color: #000000;
  padding-left:20px;
}

#rightmenu .kontakt p {
  margin: 0;
  padding-left:20px;
  font-size: 1em;
  margin-top: 15px;
  margin-bottom: 15px;
}

#rightmenu .kontakt a {
  padding-left: 20px;
  display: block;
}

#rightmenu .kontakt a:hover, #rightmenu .kontakt a:active {
  color: #ffffff;
} 

/*Logo*/

#rightmenu .logo {
  border-top: 6px #ffffff solid;
  border-bottom: 6px #ffffff solid;
}

#rightmenu .logo img {
  border: none;
}

/*dalsi menu v prave casti*/
#rightmenu .dalsi-odkazy {
  width: 202px;
}

#rightmenu .dalsi-odkazy a {
  display: block;
  padding: 1px 0 1px 20px;
  width: 182px;
  margin-top: 4px;
  text-decoration: none;
  font-weight: bolder;
  color: #111111;
  font-size: 0.85em;
}
#rightmenu .dalsi-odkazy a:hover, #rightmenu .dalsi-odkazy a:active {
  background: #524d48;
  color: #ffffff;
}
/*
#rightmenu .col2 {
  background: none;
}
#rightmenu .col2:hover, #rightmenu .col2:active {
  background: #ee862b;
  color: #ffeea7;
}
#rightmenu .col1 {
  background: #fee47b;
}
#rightmenu .col1:hover, #rightmenu .col1:active {
  background: #fff1bb;
}*/

#rightmenu .last {
  margin-bottom: 5px;
}

/*FOOTER ---------------------------------------------------------------------*/
#footer {
	position: absolute;
	overflow: hidden;
  width: 962px;
  height: 45px;
  bottom: 0;
	left: 0;
	padding-left: 10px;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	background: #e9e9e9;
}

#footer a {
  text-decoration: none;
  font-size: 0.85em;
  margin-right: 10px;
  color: #524d48;
}
#footer a:hover, #footer a:active {
  color: #000000;
}

#footer .last-ltweb {
  margin-left: 10px;
  margin-right: 10px;
  width: 170px;
  font-weight: bolder;
  text-align: right;
  display: block;
  float: right;
}

#footer .odsazeni-odkaz {
  display: block;
  margin-top: 10px;
}

