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

/* pozadi - obrazky ----------------------------------------------------------*/
#grafity {
  width: 100%;
  margin-top: 12px;
  background: url(../img/top-grafity.jpg) no-repeat center top;
  height: 412px;
}
#paticka-pozadi {
  width: 100%;
  height: 100px;
  background: #444334;
  position: static;
  margin-top: -68px;
} 
* html #paticka-pozadi {
  position: fixed;
  margin-top: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  z-index: -1;
}

/* uvodni - stranka ----------------------------------------------------------*/
#page {
  position: relative;
  width: 839px; /* =zapati*/
	margin: 0 auto;
	min-height: 96%;
	height: 96%;
	top: 4%;
	margin-top: -424px;
	background: #ffffff;
}
body>#page {
  height: auto;
}

/* hlavicka ------------------------------------------------------------------*/
#header {
  width: 839px;
  height: 303px;
  background: #ffffff;
}
#header .header-content {
  width: 798px;
  margin: 0 auto;
  padding-top: 20px;
  height: 283px;
}
#header #topmenu {
  width: 798px;
  background: #c0c199 url(../img/topmenu.jpg) no-repeat;
  height: 66px;
  padding-top: 10px;
}
#header #topmenu table {
  border-collapse: collapse;
  height: 57px;
}
#header #topmenu table a {
  display: block;
  height: 15px;
  margin-top: 7px;
  padding-top: 35px;
  font-size: 0.85em;
  color: #65624d;
  text-decoration: none;
  font-weight: bolder;
}
#header #topmenu table .home a {
  background: url(../img/topmenu/home.gif) no-repeat top center;
}
#header #topmenu table .onas a {
  background: url(../img/topmenu/onas.gif) no-repeat top center;
  padding-left: 10px;
  padding-right: 10px;
}
#header #topmenu table .vase-poptavka a {
  background: url(../img/topmenu/poptavka.gif) no-repeat top center;
}
#header #topmenu table .vase-nabidka a {
  background: url(../img/topmenu/nabidka.gif) no-repeat top center;
}
#header #topmenu table .financovani a {
  background: url(../img/topmenu/financovani.gif) no-repeat top center;
}
#header #topmenu table .kontakt a {
  background: url(../img/topmenu/kontakt.gif) no-repeat top center;
  padding-left: 10px;
  padding-right: 10px;
}
#header #topmenu table a:hover, #header #topmenu table a:active {
  text-decoration: underline;
  color: #000000;
}
#header #topmenu table .prava-cara {
  background: url(../img/topmenu/pulici-cara.jpg) no-repeat center;
  width: 3px;
  padding: 0 5px;
}
#header .header-pozadi {
  background: url(../img/header.jpg) no-repeat;
  width: 798px;
  height: 207px;
  text-align: left;
}
#header .header-pozadi a {
  display: block;
  position: relative;
  width: 212px;
  height: 54px;
  padding-top: 33px;
  margin-left: 89px;
}
#header .header-pozadi img {
  border: none;
  text-align: left;
}
/* stred ---------------------------------------------------------------------*/
#mainpart {
  background: #efede0;
  width: 798px;
  padding-bottom: 50px;
}

/* leve menu -----------------------------------------------------------------*/
#leftmenu {
  background: #efede0;
  position: relative;
  float: left;
  left: 0;
  width: 230px;
  padding-bottom: 50px;
}
#leftmenu .nabidka-left {
  background: #dadabd;
  width: 223px;
}
#leftmenu a {
  display: block;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
#leftmenu .level1-span {
  display: block;
  width: 223px;
  background: #2f2f23 url(../img/leftmenu/level1-top.jpg) no-repeat top;
}
#leftmenu .level1-span1 {
  display: block;
  background: url(../img/leftmenu/level1-bottom.jpg) no-repeat bottom;
}
#leftmenu .level1 {
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
  width: 118px;
  padding-left: 23px;  
  padding-right: 82px;
  color: #a3b820;
}
#leftmenu .level1:hover, #leftmenu .level1:active {
  color: #a3b820;
}
#leftmenu .level2-span {
  display: block;
  width: 223px;
  background: url(../img/leftmenu/level2.jpg) repeat-y;
  height: 14px;
  margin-top: 4px;
  margin-bottom: 2px;
}
#leftmenu .level2 {
  font-size: 0.85em;
  width: 178px;
  padding-left: 45px;
  background: url(../img/leftmenu/hvezdicka.gif) no-repeat left center;
  color: #444334;
}
#leftmenu .level2:active, #leftmenu .level2:hover {
  color: #607415;
}
#leftmenu .level3 {
  color: #444334;
  background: url(../img/leftmenu/sipka-level3.gif) no-repeat left center;
  font-size: 0.85em;
  padding-left: 50px;
  width: 173px;
}
#leftmenu .level3:hover, #leftmenu .level3:active {
  color: #708317;
}
#leftmenu .start-zaobleni {
  background: url(../img/leftmenu/prechod-horni.jpg) no-repeat left top;
  width: 223px;
  height: 6px;
  display: block;
}
#leftmenu .konec-zaobleni {
  display: block;
  background: url(../img/leftmenu/nabidka-konec.jpg) no-repeat bottom;
  width: 223px;
  height: 7px;
}
#leftmenu .main-opened {
  padding-top: 7px;
  padding-bottom: 7px;
 color: #ffffff;
 background: url(../img/leftmenu/sipka.gif) no-repeat left center;
}

/* obsah ---------------------------------------------------------------------*/
#content {
  position: relative;
  float: left;
  width: 568px;
  padding-bottom: 50px;
}
#content .toplist img {
  border: none;
}
/* zapati stranky ------------------------------------------------------------*/
#footer {
	position: absolute;
	overflow: hidden;
  width: 839px; /* =page */
  height: 40px;
	bottom: 0;
	left: 0;
	border-bottom: 40px solid #444334;
}
* html #footer {
  border: none;
  border-bottom: 10px solid #efede0;
}
#footer .paticka {
  width: 839px;
  font-size: 0.7em;
  height: 40px;
  background: #ffffff;
}
#footer .paticka a {
  color: #65624d;
  font-weight: bolder;
  text-decoration: none;
}
#footer .paticka a:hover, #footer .paticka a:active {
  color: #000000;
  text-decoration: underline;
}
#footer .paticka .left-odkazy {
  float: left;
  padding-left: 20px;
  padding-top: 13px;
}
#footer .paticka .left-odkazy a {
  padding-right: 10px;
}
#footer .paticka .right-odkazy {
  float: right;
  padding-right: 20px;
  padding-top: 13px;
}
