/*
 *  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: 814px;
	margin: 0 auto 0 auto;
	height: 100%;  
	min-height: 100%;
	background: #ffffff;
}

#page-right {
	width: 19px;
	height: 386px;
	background: url("../img/index/header3.gif") no-repeat left;
	position: absolute;
	left: 814px;
}
#page-right-bottom {
	width: 421px;
	height: 77px;
	background: url("../img/index/header2.jpg") no-repeat left;
	position: absolute;
	left: 397px;
	top: 166px;
}
#page-left {
	width: 4px;
	height: 322px;
	background: url("../img/index/left-side.jpg") no-repeat left;
	position: absolute;
	left: -4px;
	margin: 1px 0 0 0;
}

body>#page {
 	height: auto;
}


/*HEADER ---------------------------------------------------------------------*/
#header {
	background: url(../img/index/header1.jpg) no-repeat center;
  	width: 814px;
  	height: 151px;
  	margin: 0;
  	padding: 15px 0 0 0;
  	left: 0;
}
#header .logo {
	display: block;
	width: 450px;
	height: 150px;
}

/*MAINPART -------------------------------------------------------------------*/
#mainpart {
	width: 814px;
	margin-left: 0;
	padding-bottom: 100px;
}

/*CONTENT --------------------------------------------------------------------*/
#content {
	width: 560px;
	float: left;
	margin: 50px 0 0 20px;		
	background: #ffffff;
	padding-bottom: 100px;
}

/*LEFTMENU -------------------------------------------------------------------*/
#leftmenu {
  width: 188px;
  float: left;
  padding: 30px 0 50px 13px;
}
#leftmenu .partneri {
	color: #a1a7af;
	display: block;
	font-weight: bold;
	margin: 20px 0 0 0;
}
#leftmenu .partneri-ul {
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none url();
}
#leftmenu .partneri-ul li {
	margin: 0 0 5px 0;
	padding: 0;
}
#leftmenu .partneri-ul a:link img, #leftmenu .partneri-ul a:visited img {
	border: 2px solid #d2d9e4;
}
#leftmenu .partneri-ul a:hover img, #leftmenu .partneri-ul a:active img {
	border: 2px solid #9da3ab;
}
.nabidka-center {
	width: 188px;
	padding: 0;
	margin: 0;
	color: #ffffff;	
}
.nabidka-top {
	width: 188px;
	background: #081f3e url("../img/index/menu-top.jpg") no-repeat top;
	padding: 20px 0 0 0;		
}
.nabidka-bottom {
	width: 183px;
	background: url("../img/index/menu-bottom.jpg") no-repeat bottom;
	padding: 0 5px 20px 0;		
}
.nabidka-center ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 178px;		
}
.nabidka-center ul li {
	padding: 4px 0 4px 5px;
	background: url("../img/index/menu-li-line.jpg") no-repeat left bottom;		
}
.nabidka-center ul a:link, .nabidka-center ul a:visited {
	color: #ffffff;
	display: block;
	text-decoration: none;
	background: url("../img/index/circle.gif") no-repeat left center;
	padding: 0 0 0 17px;
	margin-left: 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 {
	background: url("../img/index/circle-active.gif") no-repeat left center;
	margin-left: 0;
	padding: 0 0 0 19px;
			
}

/*ZAPATI ---------------------------------------------------------------------*/
#footer {
	position: absolute;
	overflow: hidden;
	z-index: 5;
	width: 814px;
	height: 100px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	background: #1c3c65 url("../img/index/footer1.gif") no-repeat left top;
	bottom: 0;		
}
#footer-left {
	width: 4px;
	height: 166px;
	background: url("../img/index/footer2.jpg") no-repeat right bottom;
	position: absolute;
	z-index: 10;	
	float: left;
	margin-left: -4px;
	bottom: 101px;
}
#footer-right {
	width: 4px;
	height: 104px;
	background: url("../img/index/footer3.jpg") no-repeat left bottom;
	position: absolute;
	float: right;
	bottom: 101px;
	margin-left: 814px;
}
#footer .footer-menu {
	position: relative;
	padding: 0;
	margin: 20px 0 0 -20px;
	list-style: none;
	font-size: 0.9em;
	color: #ffffff;
	float: left;
}
#footer .footer-menu li {
	display: inline;
	margin: 0;
	padding: 0 3px;
}
#footer .footer-menu li a:link, #footer .footer-menu li a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer .footer-menu li a:hover, #footer .footer-menu li a:active {
	text-decoration: underline;
}
#footer .logo-ltweb {
	float: right;
	font-size: 0.9em;	
}
#footer .logo-ltweb a:link, #footer .logo-ltweb a:visited {
	color: #ffffff;
	text-decoration: none;
	background: url("../img/index/logo.jpg") no-repeat right center;
	display: block;
	padding: 10px 70px 10px 0;
	margin: 10px 0 0 0;
	
}
#footer .logo-ltweb a:hover, #footer .logo-ltweb a:active {
	text-decoration: underline;
	background: url("../img/index/logo-active.jpg") no-repeat right center;
}
