/*
 *  CSS - zakladni casti indexu
 *  Copyrighted by Michal Madlenak <madlenak@ltweb.cz>, www.LTweb.cz
 */

.toplist {
  position: absolute;
  z-index: -9999;
  visibility: hidden;
}

#page {
	position: relative;
	width: 939px;
	margin: 0 auto 0 auto;
	height: 100%;  
	min-height: 100%;
	background: #ffffff;
}

body>#page {
 	height: auto;
}


/*HEADER ---------------------------------------------------------------------*/
#header {
	width: 939px;
	height: 148px;
	background: #bbbbbb url("../img/header.jpg") no-repeat left top;
}
#header .logo {
	width: 230px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
}
#header #topmenu {
	width: 100%;
	height: 67px;
	position: absolute;
	margin-top: 81px;
}
#header #topmenu ul {
	height: 67px;
	display: block;
	margin: 0;
	padding: 0;
}
#header #topmenu ul li {
	display: block;
	height: 67px;
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	background: url(../img/index/topmenu-li.jpg) no-repeat right top;
}
#header #topmenu ul li a:link, #header #topmenu ul li a:visited {
	display: block;
	height: 47px;
	padding: 20px 15px 0 15px;
	float: left;
	text-align: center;
	color: #3b3b3b;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bolder;
	text-decoration: none;
}
#header #topmenu ul li a:hover, #header #topmenu ul li a:active {
	background: #d2d2d2 url('../img/index/topmenu-active.jpg') repeat-x top;;
}
#header #topmenu ul li a .note {
	display: block;
	color: #999999;
	text-align: center;
	font-size: 0.85em;
	font-weight: normal;
	padding-top: 4px;
	text-transform: none;
}

/*MAINPART -------------------------------------------------------------------*/
#mainpart {
	width: 920px;
	margin: 10px auto 0 auto;
	padding-bottom: 205px;
}
#homepage-info-cars {
	background: #333331 url(../img/homepage-cars.jpg) no-repeat;
 	width: 920px;
 	height: 221px;
 	margin-bottom: 10px;
}
#homepage-info-cars .homepage-text {
	color: #9a9999;
	width: 450px;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
	font-style: italic;
}
#homepage-info-cars p {text-align: left; padding-top: 12px; line-height: 20px;}
#homepage-info-cars .homepage-title1 {
	display: block;
	font-size: 1.7em;
	color: #ffffff;
	padding: 5px 0;
	font-weight: bold;
}
#homepage-info-cars .homepage-title2 {
	display: block;
	font-size: 1.1em;
	color: #ffffff;
	font-weight: bold;
}

/*CONTENT --------------------------------------------------------------------*/
#content {
	width: 705px;
	float: right;
	margin: 0 0 0 0;		
	padding: 0 0 15px 0;
}
#page-content {
	background: url(../img/index/page-content.jpg) repeat-x top;
}
/*LEFTMENU -------------------------------------------------------------------*/
#leftmenu {
  width: 203px;
  float: left;
}
#leftmenu .nabidka-center {
  background: #b0cf1c url(../img/index/leftmenu-center.jpg) repeat-y;
  width: 203px;
}
#leftmenu .nabidka-top {
	background: url(../img/index/leftmenu-top.jpg) no-repeat top;
}
#leftmenu .nabidka-bottom {
	padding: 5px 5px 40px 5px;
	width: 193px;
	background: url(../img/index/leftmenu-bottom.jpg) no-repeat bottom;
}
.nabidka-center .title {
	font-size: 1.4em;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	display: block;
	padding: 5px 0 10px 10px;
}
.nabidka-center ul {
	list-style: disc url();
	color: #ffffff;
	width: 178px;
	margin: 0 0 0 8px;
	padding: 0;		
	position: relative;
	display: block;
}
.nabidka-center ul li {
	padding: 0 0 0 5px;
	font-size: 1.1em;
	margin: 3px 0 3px 20px;
}
.nabidka-center ul a:link, .nabidka-center ul a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	margin: 0 0 0 2px;	
}
.nabidka-center ul a:hover, .nabidka-center ul a:active {
	text-decoration: underline;		
}
.nabidka-center ul a.level1-active:link, .nabidka-center ul a.level1-active:visited {
	font-weight: bold;
}

#leftmenu .partneri-ul {
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
}
#leftmenu .partneri-ul a img {
	border: none;
}

/*ZAPATI ---------------------------------------------------------------------*/
#footer {
	position: absolute;
	overflow: hidden;
	z-index: 5;
	width: 939px;
	height: 190px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background: #1a1a19 url("../img/footer.jpg") no-repeat center top;
	bottom: 0;		
}
#footer .logo {
	position: absolute;
	float: left;
	top: 5px;
}
#footer .logo a {
	background: url(../img/index/footer-logo.jpg) no-repeat;
 	width: 116px;
 	height: 44px;
 	display: block;
}
#footer .logo-ltweb {
	position: absolute;
	right: 0;
	top: 10px;
	margin: 5px 0 0 0;
}
#footer .logo-ltweb a:link, #footer .logo-ltweb a:visited {
	background: url(../img/ltweb.jpg) no-repeat right;
	color: #ffffff;
	text-decoration: none;
 	width: 130px;
 	height: 25px;
 	padding: 8px 0 0 0;
 	display: block;
}
#footer .logo-ltweb a:hover, #footer .logo-ltweb a:active {
	background: url(../img/ltweb.jpg) no-repeat right;
	text-decoration: underline;
}
#footer .odkazy {
	width: 550px;
	margin: 25px auto 0 auto;
	position: relative;
	text-align: center;
}
#footer .odkazy ul {
	color: #ffffff;
	margin: 0 auto;
}
#footer .odkazy ul li {
	display: inline;
	text-transform: uppercase;
	padding: 0 15px;
}
#footer .odkazy ul li a:link, #footer .odkazy ul li a:visited {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
#footer .odkazy ul li a:hover, #footer .odkazy ul li a:active {
	text-decoration: underline;
}