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


#page{
  position: relative;
  width: 868px;
  height: 100%;
  min-height: 100%;
}

body>#page {
 	height: auto;
 }

/* hlavicka ------------------------------------------------------------------*/
#header {
  width: 868px;
  height: 245px;
  background: url(../img/header.jpg) no-repeat left top;
  position: relative;
}
#header a {
  display: block;
  height: 70px;
  width: 330px;
  margin-left: 50px;
}

/* mainpart------------------------------------------------------------------*/
#mainpart {
  width: 868px;
}

/* leve menu -----------------------------------------------------------------*/
#leftmenu {
  width: 174px;
  position: relative;
  z-index: 6;
  float: left;
  padding-top: 5px;
  background: #f2fcdd url(../img/leftmenu.jpg) repeat-y top right;
}
#leftmenu .leftmenu-bottom {
  background: url(../img/leftmenu-bottom.jpg) no-repeat left bottom;
  padding-bottom: 30px;
}
#leftmenu .menu-center {
  background: #adc936 url(../img/leftmenu-center.jpg) repeat-y top left;
  width: 157px;
  margin: 0 auto;
}
#leftmenu .menu-top {
  background: url(../img/leftmenu-center-top.jpg) no-repeat top left;
}
#leftmenu .menu-bottom {
  padding-left: 7px;
  padding-bottom: 10px;
  background: url(../img/leftmenu-center-bottom.jpg) no-repeat bottom left;
}
#leftmenu .menu-center .nadpis {
  font-size: 1.2em;
  padding: 10px 0 5px 10px;
  display: block;
  font-weight: bolder;
  color: #28292e;
}

#leftmenu .odkaz {
  display: block;
  background: url(../img/jahoda.jpg) no-repeat left center;
  padding: 3px 0 3px 25px;
  margin: 2px 0 2px 12px;
}
#leftmenu .odkaz a {
  font-weight: bolder;
  text-decoration: none;
  padding-right: 10px;
  font-size: 0.85em;
}
#leftmenu .odkaz a:hover, #leftmenu .odkaz a:active {
  text-decoration: underline;
  color: #000000;
}


#leftmenu .ltweb {
  display: block;
  background: url(../img/logo.jpg) no-repeat right;
  height: 20px;
  font-size: 0.85em;
  float: right;
  text-decoration: none;
  padding: 10px 50px 0 0;
  margin: 10px 10px 0 0;
  font-weight: bolder;
}
#leftmenu .ltweb:hover, #leftmenu .ltweb:active {
  background: url(../img/logo-barevne.jpg) no-repeat right;
  color: #143ed2;
}
#leftmenu .vyska {
  height: 30px;
  background: #ffffff;
}

/* Obsah----------------------------------------------------------------------*/
#content {
  float: right;
  width: 694px;
  background: url(../img/content-orange.jpg) no-repeat left top;
  padding-top: 80px;
  padding-bottom: 60px;
}
#content .obsah {
  width: 694px;
  position: relative;
  z-index: 5;
  background: url(../img/content-top.jpg) no-repeat right top;
  min-height: 100px;
}
#content .obsah-text {
  width: 530px;
  margin-left: 45px; 
  text-align: justify;
}
 
/* Paticka--------------------------------------------------------------------*/
#footer {
  position: absolute;
  width: 868px; /* =zapati*/
	height: 188px;
  overflow: hidden;
	bottom: 0;
	left: 0;
  background: url(../img/paticka.jpg) no-repeat bottom right;  
}
#footer a {
 display: block;
 margin: 160px 0 0 600px;
 width: 150px;
 height: 25px; 
}

