.leftIndex {
	padding-top: 26px;
	float: left;
	margin-left: 10px;
}
.leftIndex ul {
	color: #000;
	width: 220px;
	
}
.leftIndex ul li {
	color: #274b87;
	padding-bottom: 0px;
}

.rightIndex {
	padding-top: 26px;
	float: left;
	
}

.rightIndex {
	color: #000;
	width: 200px;
	margin-left: 20px;
}

.rightIndex ul li a {
	color: #274b87;
}

.rightIndex ul li a:hover{
	text-decoration: none;
	color: #000;
}
#request {
	position: absolute;
	top: 277px;
	right: 225px;	
	background: url(../images/request.png) left top;
	width: 162px;;
	height: 72px;
	display: block;
}
#request:hover {
	background-position:  0 -72px;
}

#kalkulacka {
	/*position: absolute;
	top: 120px;
	right: 342px;*/
  display: block;	
  margin-top: 5px;
	width: 143px;
	height: 23px;
	background: url(../images/kalendar.png) left top;	
}
#kalkulacka:hover {
	background-position: left bottom;	
}

#contentMiddle li {
  list-style: none url();
  display: block;
  padding-left: 10px;
  padding-bottom: 5px;
  background: url(../images/bull.gif) no-repeat scroll 2px 8px;
}