/*
 *  CSS - zakladni casti indexu
 *  Copyrighted by Michal Madlenak, www.LTweb.info
 */

#page {
	position: relative;
  	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
}
body>#page {
  height: auto;
}

#page-center {
	width: 943px;
	margin: 0 auto;
	position: relative;
}

/* zahlavi ------------------------------------------------------------------- */
#header {
	width: 926px;
	height: 109px;
	background: url(../img/index/logo.jpg) no-repeat left top;
}
#header .logo {
	display: block;
	width: 300px;
	height: 70px;
	float: left;
	margin-top: 20px;
}
#header .contacs {
	right: 0;
	top: 10px;
	position: absolute;
	text-align: right;	
}
#header .contacs span {
	display: block;
}
#header .contacs a {
	text-decoration: none;	
}
#header .contacs a:hover, #header .contacs a:active {
	text-decoration: underline;	
}
#header .contacs .phones {
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;	
}
#header .contacs .address {
	font-size: 0.9em;	
}
#topmenu {
	padding: 80px 0 0 20px;
	float: left;
}

#nav {
	margin: 0px;
	padding: 0px;
}	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bolder;
	padding: 0 15px;
	font-size: 0.9em;
	text-align: left;
	background: url(../img/index/topmenu-link.gif) no-repeat left center;
	}

#nav li a:hover, #nav li a:active {
	text-decoration: underline;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	padding: 5px 3px 5px 8px;
	height: auto;
  	width: 158px;
    background: url(../img/index/topmenu-linka.jpg) no-repeat bottom;
}
#nav li ul {
	z-index: 999;
	position: absolute;
	background: #dc7023 url(../img/index/topmenu-background.jpg) repeat-y top;
	border: 1px solid #000000;
	width: 169px;
	height: auto;
	left: -999em; /* pouziti pro zarovnani odkazu doleva */
}
#nav li ul a { 
	padding: 5px 3px 5px 8px;
	height: auto;
  	width: 158px;
  	background: url(../img/index/topmenu-linka.jpg) no-repeat bottom;
}
#nav li ul a:hover, #nav li ul a:active {
	text-decoration: none; 
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	text-decoration: none;
}
#nav li:hover, #nav li.sfhover { 
	position: static;
}


/* obsah */
#mainpart {
	width: 926px;
	margin: 2px 0 2px 17px;
	padding-bottom: 190px;
}

#content {
	width: 926px;	  
}


/* leftmenu ----------------------------------------------------------------- */


/* prave menu --------------------------------------------------------------- */

/* zapati stranky ----------------------------------------------------------- */
#footer {
	position: absolute;
	overflow: hidden;
  width: 100%; /* = #page.width */
  height: 180px;
  bottom: 0;
	left: 0;
  background: #2f261e url(../img/index/footer.jpg) repeat-x top;
  text-align: left;
}
#footer-center {
	width: 943px;
	height: 180px;
}
#footer-top {
	width: 923px;
	text-align: left;
	height: 60px;
}
#footer-top a:visited, #footer-top a:link {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
#footer-top a:active, #footer-top a:hover {
	text-decoration: underline;
}
#footer-top ul {
	float: left;
	margin: 23px 0 0 0;
	padding: 0 0 0 10px;
}
#footer-top ul li {
	display: inline;
	padding: 0 10px 0 10px;
}
#footer-top .f_right {
	margin: 17px 0 0 0;
	padding: 0;
	display: block;
	font-size: 0.85em;
}
#footer-top .f_right a {
	background: url(../img/index/ltweb.jpg) no-repeat right center;
	display: block;
	width: 60px;
	height: 22px;
	padding: 8px 70px 0 0;
}

#footer-bottom {
	width: 943px;
	text-align: left;
}
#footer-bottom ul {
	margin: 20px 5px 0 20px;
	padding: 0;
}
#footer-bottom ul li {
	padding: 0;
	margin: 0;
	display: inline;
	color: #756455;
}
#footer-bottom a:link, #footer-bottom a:visited {
	color: #756455;
	text-decoration: none;
}
#footer-bottom a:active, #footer-bottom a:hover {
	color: #ffffff;
	text-decoration: underline;
}
