/*

 *  CSS - zakladni casti indexu
 *  www.LTweb.cz
 */

/*Horni odkazy ---------------------------------------------------------------*/

#top-odkazy {
  width: 100%;
  background: #000000 ;
}

#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: #c0acac;
  text-decoration: underline;
}

/*cela stranka----------------------------------------------------------------*/

#page {
  position: relative;
  width: 980px; /* =zapati*/
	margin: 0 auto;
	height: 89%;  
  min-height: 89%;
  background: #ffffff;
  margin-top: 1%;
}

body>#page {
 	height: auto;
 }

/*Header ---------------------------------------------------------------------*/

#header {
  width: 980px;
  height: 246px;
  background: #0b0b0b 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: 300px;
  height: 90px;
  margin-left: 300px;
  position: absolute;
  margin-top: -50px;
}

#header #topmenu {
  height: 38px;
  position: relative;
}

#header #topmenu a {
  text-decoration: none;
  display: block;
  color: #ffffff;
  padding-right: 18px;
  text-align: center;
}

#header #topmenu a:active, #header #topmenu a:hover {
  color: #fba636;
  text-decoration: underline;
}

#header #topmenu table {
  margin-left: 4px;
  height: 38px;
  border-collapse: collapse;
  background: url(/img/header/pozadi-topmenu.png);
}

#header #topmenu table td {
  width: 120px;
  text-align: center;
  background: url(../img/header/pozadi-odkazy.png) no-repeat right bottom;
}

#header #topmenu table .last {
  background: none;
}


/*MAINPART--------------------------------------------------------------------*/
#mainpart {
  width: 972px;
  border-left: 4px #101010 solid;
  border-right: 4px #101010 solid;
  padding-bottom: 60px;
  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 url(/img/sidemenu-center.png) repeat-y center top;
}

/*LeftMenu -------------------------------------------------------------------*/
#leftmenu {
  width: 202px;
  left: 0;
  float: left;
}

#leftmenu .odkazy {
  width: 198px;
  margin-left: 4px;
  padding-bottom: 10px;
  border-top: 6px #8d8a85 solid;
  border-bottom: 6px #8d8a85 solid;
}

#leftmenu .odkazy a {
  display: block;
  padding: 3px 0 3px 20px;
  width: 178px;
  margin-top: 4px;
  text-decoration: none;
  font-weight: bolder;
  color: #111111;
}

#leftmenu .odkazy .first {
  margin-top: 17px;
}

#leftmenu .odkazy a:hover, #leftmenu .odkazy a:active {
  background: #e36c22;
  color: #ffffff;
}

/*vytvoreni dolniho ramecku v menu*/
.ramecek {
  display: block;
  margin-top: 10px;
  height: 7px;
  background: #fff5d9; 
}

#leftmenu .dalsi-nabidka {
  width: 198px;
  border-top: 6px solid #ffffff;
  padding-top: 10px;
  margin-left: 4px;
  color: #412314;
}

#leftmenu .dalsi-nabidka a {
  display: block;
  padding: 3px 0 3px 20px;
  width: 154px;
  margin-left: 20px;
  text-decoration: none;
  font-weight: bolder;
  background: url(../img/sipka.png) no-repeat left center;
}

#leftmenu .dalsi-nabidka a:hover, #leftmenu .dalsi-nabidka a:active {
  
}

/*nadpis v indexu*/
.nadpis-menu {
  margin: 7px 0 7px 20px;
  display: block;
  font-size: 1.2em;
  font-weight: bolder;
  color: #412314;
}

/*CONTENT --------------------------------------------------------------------*/
#content {
  border-top: 6px #8d8a85 solid;
  float: left;
  width: 555px;
  margin-left: 6px;
}

/*Rightmenu ------------------------------------------------------------------*/
#rightmenu {
  width: 202px;
  float: right;
}

/*Kontakt*/
#rightmenu .kontakt {
  width: 197px;
  /*height: 173px;*/
  padding-bottom: 10px;
  border-top: 6px solid #8d8a85;
  border-bottom: 6px #8d8a85 solid;
  color: #412314;
}

#rightmenu .nadpis-menu {
  margin-top: 0;
  padding-top: 7px;
  color: #412314;
}

#rightmenu .kontakt .phone-number {
  display: block;
  font-size: 2.1em;
  color: #e36c22;
  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: #c74f02;
} 

/*Logo*/

#rightmenu .logo {
  border-bottom: 6px #ffffff solid;
}

#rightmenu .logo img {
  border: none;
}

/*dalsi menu v prave casti*/
#rightmenu .dalsi-odkazy {
  width: 197px;
  border-top: 6px #ffffff solid;
  border-bottom: 6px #ffffff solid;
}

#rightmenu .dalsi-odkazy a {
  display: block;
  padding: 1px 0 1px 20px;
  width: 177px;
  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: #e36c22;
  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: 970px;
  border-top: 6px #111111 solid;
  height: 45px;
  bottom: 0;
	left: 0;
	padding-left: 10px;
	background: #f9bd70;
}

#footer a {
  text-decoration: none;
  font-size: 0.85em;
  margin-right: 10px;
}
#footer a:hover, #footer a:active {
  color: #e36c22;
}

#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;
}

