/*
 *  CSS - zakladni casti indexu
 *  Copyrighted by Tomas Halada, www.LTweb.info
 */

#page {
  position: relative;
  width: 924px;
  margin: 0 auto;
	height: 100%;  
  min-height: 100%;
  background: #ffffff url(../img/page.jpg) repeat-y top;
}

body>#page {
 	height: auto;
}
#page-content {
  width: 899px;
  margin-left: 13px;
}
/*ZAHLAVI --------------------------------------------------------------------*/
#header {
  width: 899px;
  background: #561302 url(../img/header.png) no-repeat top;
  height: 279px;
}
#header .home {
  display: block;
  width: 380px;
  height: 210px;
}
#header .logo {
  margin-left: 50px;
  padding-top: 30px;
}
#header .odkaz-logo {
  width: 300px;
  height: 30px;
  margin-top: 10px;
  float: right;
  margin-right: 20px;
}
#header .odkaz-logo a {
  display: block;
  width: 300px;
  height: 20px;
}

/*MAINPART -------------------------------------------------------------------*/
#mainpart {
  clear: both;
  width: 899px;
  position: relative;
  padding-top: 8px;
  background: url(../img/mainpart.jpg) repeat-x top;  
  padding-bottom: 38px;
}

/*LEFTMENU -------------------------------------------------------------------*/
#leftmenu {
  width: 189px;
  float: left;
  position: relative;
  padding-left: 8px;
}

#leftmenu #menu {
  background: #eff2dd url(../img/leftmenu-menu-center.jpg) repeat-y;
}
#leftmenu #menu .zaobleni-top {
  background: url(../img/leftmenu-menu-top.jpg) no-repeat top;
  position: relative;
}
#leftmenu #menu .zaobleni-bottom {
  background: url(../img/leftmenu-menu-bottom.jpg) no-repeat bottom;
  padding-bottom: 20px;
}
#leftmenu #menu .nadpis {
  color: #c15b1d;
  display: block;
  font-size: 1.5em;
  font-variant: small-caps;
  font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif;
  text-align: center;
  padding-top: 10px;
}
#leftmenu #menu a {
  display: block;
  margin-left: 50px;
  color: #494d1e;
  text-decoration: none;
  margin-top: 5px;
}
#leftmenu #menu a:hover, #leftmenu #menu a:active {
  color: #c45415;
  text-decoration: underline;
}
#leftmenu #menu .homepage {
  display: block;
  text-decoration: none;
  margin-left: 50px;
  margin-top: 20px;
  color: #494d1e;
}
#leftmenu #menu .nadpis2 {
  color: #494d1e;
  display: block;
  font-size: 1.3em;
  font-variant: small-caps;
  font-family: 'Tahoma CE', 'Arial CE', 'Helvetica CE', Tahoma, Arial, lucida, sans-serif;
  margin-left: 30px;
  padding-top: 5px;
  margin-top: 10px;
}
#leftmenu #menu .nadpis2 a {
  margin: 0;
}

#leftmenu .akce {
  background: #d9590e url(../img/leftmenu-novinka-center.jpg) repeat-y;
  color: #ffffff;
}
#leftmenu .akce .akce-top {
  background: url(../img/leftmenu-novinka-top.jpg) no-repeat top left;
  position: relative;
  padding-top: 10px;
}
#leftmenu .akce .akce-bottom {
  background: url(../img/leftmenu-novinka-bottom.jpg) no-repeat bottom left;
  padding-bottom: 15px;
}
#leftmenu .akce span {
  margin-left: 20px;
  display: block;
  width: 140px;
}
#leftmenu .akce .nazev {
  margin-top: 3px;
}
#leftmenu .akce a {
  color: #ffffff;
  text-decoration: none;
}
#leftmenu .akce a:hover, #leftmenu .akce a:active {
  color: #490a01;
  text-decoration: underline;
}
/*CONTENT --------------------------------------------------------------------*/
#content {
  position: relative;
  float: left;
  width: 690px;
  padding-left: 2px;
  padding-top: 10px;
}
/*ZAPATI ---------------------------------------------------------------------*/
#footer {
	position: absolute;
	overflow: hidden;
	width: 924px;
	height: 35px;
	background: #c45415 url(../img/footer.jpg) repeat-x bottom;
	margin: 0 auto;
  bottom: 0;
  left: 0;
  font-size: 0.85em;
}
#footer a {
  color: #fefefe;
  text-decoration: none;
}
#footer a:hover, #footer a:active {
  text-decoration: underline;
  color: #dfe3c8;
}
#footer .f_left {
  margin-top: 5px;
  padding-left: 20px;
}
#footer .f_left a {
  padding-right: 15px;
}
#footer .f_right {
  margin-top: 5px;
  margin-right: 20px;
}

