/*
 *  CSS - zakladni casti indexu
 *  Copyrighted by Michal Madleňák <madlenak@ltweb.cz>, www.LTweb.cz
 */
 
.toplist {
  position: absolute;
  z-index: -9999;
  visibility: hidden;
}

#page {
  position: relative;
  width: 100%;
  margin-left: 0;
	height: 100%;  
  min-height: 100%;
}

body>#page {
 	height: auto;
}

#page-center {
  width: 919px;
  position: relative;
  z-index: 2;
}
/*HEADER ---------------------------------------------------------------------*/
#header {
  background: #0e1a0d url(../img/index/header.jpg) no-repeat left;
  width: 919px;
  height: 127px;
  margin: 1px 0 0 0;
  left: 0;
}
#header .loga {
	position: absolute;
	margin: 20px 0 0 750px;
}
#header .loga img {
	margin: 0 5px 0 0;
}
#header .logo {
  width: 120px;
  height: 160px;
  display: block;
  position: absolute;
}
#header .title {
	width: 550px;
	height: 70px;
	margin: 0 0 0 170px;
	position: absolute;
	display: block;
}

#topmenu {
  position: relative;
  float: right;
  right: 178px;
  top: 90px;
  width: 620px;
  text-align: right;
}
#topmenu .separator-text {
  margin: 2px 5px;
  text-transform: uppercase;
  color: #ffffff;
  float: left;
}
#topmenu .topmenu-ul {
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
#topmenu .topmenu-ul li {
  list-style: none;
  display: inline;
  padding: 0;
}
#topmenu a {
  margin: 0 4px;
  float: left;
  padding: 2px 6px;
}
#topmenu img {
	float: left;
	margin: 3px 2px 0 2px;
}
#topmenu a.active {
	background: #85a24f 	url(../img/index/topmenu-active.jpg) repeat-x top;
}
#topmenu a:link, #topmenu a:visited {
  color: #ffffff;
  text-decoration: none;
} 
#topmenu a:hover, #topmenu a:active {
  color: #ffffff;
  text-decoration: underline;
  background: #212f16 url(../img/index/hover.jpg) repeat-x top;
} 

/*MAINPART -------------------------------------------------------------------*/
#mainpart {
  width: 919px;
  padding: 0 0 120px 5px;
  margin-left: -5px;
  background: url(../img/index/content.jpg) repeat-y left top;
}

/* CONTENT ------------------------------------------------------------------ */
#content {
	width: 536px;
	float: left;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	background: #ffffff;
}
#content-navigace {
	color: #0d0d0d;
	font-size: 0.85em;
	padding: 5px 0 0 10px;
	margin: 3px 0 0 0
}
#content-navigace a:link, #content-navigace a:visited {
	text-decoration: none;
	color: #265b1f;
}
#content-navigace a:active, #content-navigace a:hover {
	text-decoration: underline;
	color: #000000;
}

/*LEFTMENU -------------------------------------------------------------------*/
#leftmenu {
  width: 163px;
  float: left;
  left: 0;
  margin: 0 0 0 0;
  padding-left: 3px;
  background: url(../img/index/leftmenu-erb.jpg) no-repeat left top;
}
#leftmenu-pozadi {
	background: #ffffff url(../img/index/leftmenu.jpg) repeat-y left top;
}
#leftmenu .nabidka {
	margin: 40px 0 0 0;
	padding: 0 0 10px 0;
}

/* první úroveň */
#leftmenu .nabidka .ul-prvni-uroven {
	padding: 0;
	margin: 0;
}
#leftmenu .nabidka li {
	list-style: none url();
}
#leftmenu .nabidka .ul-prvni-uroven li {
	color: #1c2c1a;
	margin: 0;
	padding: 0;
	width: 163px;
	text-align: left;
	display: block;
	list-style: none;
}
#leftmenu .nabidka a:visited, #leftmenu .nabidka a:link {
	color: #1c2c1a;
	text-decoration: none;
}
#leftmenu .nabidka a:active, #leftmenu .nabidka a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#leftmenu .nabidka .ul-prvni-uroven li .top-img {
	display: block;
	width: 163px;
	font-weight: bolder;
	background: url(../img/index/leftmenu-ul1.jpg) no-repeat top;
	padding: 12px 0 0 0;
}
#leftmenu .nabidka .ul-prvni-uroven li .bottom-img {
	display: block;
	width: 158px;
	background: url(../img/index/leftmenu-ul1.jpg) no-repeat bottom;
	padding: 0 0 10px 5px;
}
#leftmenu .nabidka .ul-prvni-uroven li .kniha {
	display: block;
	width: 128px;
	padding: 0 6px 0 15px;
	background: url(../img/index/kniha.jpg) no-repeat left center;
}
#leftmenu .nabidka .ul-prvni-uroven li a {
	display: block;
	width: 126px;
	margin: 0;
	padding: 2px 10px 2px 27px;
	text-decoration: none;
	font-size: 0.9em;
}
#leftmenu .nabidka .ul-prvni-uroven li a:hover, #leftmenu .nabidka .ul-prvni-uroven li a:active {
	background: #fe9a05 url(../img/index/leftmenu-hover.jpg) repeat-x left top;
	color: #ffffff;
	text-decoration: none;
}
#leftmenu .nabidka .ul-prvni-uroven li a.level1-active {
	display: block;
	width: 126px;
	padding: 2px 10px 2px 27px;
	background: #ff7602 url(../img/index/leftmenu-active.jpg) repeat-x left top;
	color: #ffffff;
	text-decoration: none;
}
#leftmenu .level1 {
	display: block;
	width: 124px;
	margin: 0 0 0 13px;
	padding: 2px 10px 2px 15px;
	background: url(../img/index/kniha.jpg) no-repeat left center;
	text-decoration: none;
	font-size: 0.9em;
	width: 126px;

}
/* druhá úroveň */
#leftmenu .nabidka .ul-druha-uroven {
	padding: 0;
	margin: 5px 0 5px 0;
}
#leftmenu .nabidka .ul-druha-uroven li {
	margin: 0;
	padding: 0;
	width: 163px;
	text-align: left;
	display: block;
	list-style: none;
}
#leftmenu .nabidka .ul-druha-uroven li a:link, #leftmenu .nabidka .ul-druha-uroven li a:visited {
	display: block;
	width: 116px;
	margin: 0;
	padding: 2px 10px 2px 37px;
	text-decoration: none;
	font-size: 0.85em;
}
#leftmenu .nabidka .ul-druha-uroven li a:hover, #leftmenu .nabidka .ul-druha-uroven li a:active {
	background: #fe9a05 url(../img/index/leftmenu-hover.jpg) repeat-x left top;
	color: #ffffff;
	text-decoration: none;
}



#leftmenu .separator3 {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 5px;
	padding-right: 5px;
	text-align: left;
	color: #1c2c1a;
}

/*RIGHTMENU ------------------------------------------------------------------*/
#rightmenu {
  width: 180px;
  float: right;
  margin: -30px 0 0 0;
  padding: 0 0 0 16px;
  position: relative;
  z-index: 2;
}
#rightmenu .nadpis-fotogalerii {
	color: #ffffff;
	font-size: 1.2em;
	padding: 0 0 9px 10px;
	margin: 0 0 5px 0;
	display: block;
	background: url(../img/index/line-fotky.jpg) no-repeat left bottom;
}
#rightmenu #nahodna_fotka div.foto {
	width: 175px;
	margin: 0 0 5px 0;
	padding: 5px 0 10px 5px;
	background: url(../img/index/line-fotky.jpg) no-repeat left bottom;
}
#rightmenu #nahodna_fotka div a {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	background: #ffffff;
	width: 93px;
	height: 67px;
	padding: 2px;
}
#rightmenu #nahodna_fotka div a img {
	width: 93px;
	height: 67px;
	margin: 0;
	padding: 0;
}
#rightmenu #nahodna_fotka div span {
	display: block;
	color: #ffffff;
	float: left;
	margin: 0 0 0 5px;
}
#rightmenu #nahodna_fotka div span.popis {
	font-size: 0.85em;
	width: 70px;
	display: block;
}
#rightmenu #nahodna_fotka div span.datum {
	font-size: 0.85em;
	padding: 10px 0 0 0;
}
#rightmenu #nahodna_fotka div.foto-2 {
	width: 175px;
	height: 20px;
	margin: 0 0 4px 0;
	background: url(../img/index/line-fotky.jpg) no-repeat left bottom;
}
#rightmenu .nadpis-fotogalerie-2 {
	font-size: 0.9em;
	display: block;
}
#rightmenu .line {
	margin: -6px 0 0 0;
	padding: 0;
}
/*ZAPATI ---------------------------------------------------------------------*/
#footer {
	position: absolute;
	overflow: hidden;
	z-index: 5;
	width: 100%;
	height: 110px;
	background: #182716;
  bottom: 0;
  left: 0;
}
#footer-center {
	width: 919px;
	background: url(../img/index/footer.jpg) no-repeat left top;
	padding: 55px 0 0 0;
	height: 25px;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer #ltweb a {
	background: url(../img/index/ltweb.jpg) no-repeat right center;
 	width: 120px;
 	height: 25px;
 	color: #ffffff;
 	float: right;
 	padding: 6px 0 0 0;
 	margin: -25px 200px 0 0;
}