#banner{
	width: 725px;
	height: 230px;
	background: url(../images/banner.jpg) no-repeat top left;
	clear: left;
	position: relative;
	overflow: hidden;
}
#banner_text{
	width: 510px;
	height: 165px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 15px;
	color: #2e383b;
	font-size: 90%;
}
#banner_text li{
	padding-bottom: 10px;
}

#banner h1{
	padding-bottom: 7px;
	color: #2e383b;
	font-weight: bold;
}
#banner h1 span{
	color: #dd0000;
}
#odkazy{
	width: 650px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 187px;
	left: 15px;
}
#odkazy a{
	border: 1px solid #b1b4b6;
	color: #262e31;
	background: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px 6px;
	margin-right: 10px;
	font-weight: bold;
}
#odkazy a:hover{
	background: #F4F5F7;
}

#home_footer{
	width: 950px;
	height: 145px;
	margin-left: 5px;
	position: relative;
	overflow: hidden;
	font-size: 90%;
	background: url(../images/home_footer.gif) no-repeat;
}
#footer_bgr{
	width: 153px;
	height: 155px;
	overflow: hidden;
	position: absolute;
	top: -145px;
	left: 576px;
	background: url(../images/footer_bgr.jpg) no-repeat;
	z-index: 50;
}
#home_footer h2{
	color: #fff;
	padding: 4px 0 2px 10px;
	font-size: 110%;
}
#home_footer .nadp{
	color: #dd0000;
	font-size: 110%;
	display: block;
}

#home_footer address{
	/*background: silver;*/
	display: block;
	float: left;
	color: #656a7a;
	padding-top: 15px;
	padding-right: 50px;
}
.mezera{
	font-size: 10%;
}
#footer_doporucujeme{
	float: right;
	width: 210px;
	margin-right: 5px;
	position: relative;
	top: -22px;
}
#footer_doporucujeme h2{
	padding-bottom: 20px;
}
#footer_doporucujeme p{
	text-align: center;
}
























