#banner{
	width: 651px;
	height: 233px;
	background: url(../images/home_box.jpg) no-repeat top left;
	clear: left;
	position: relative;
	overflow: hidden;
	border-bottom: 3px solid #fff;
}
#banner_text{
	width: 630px;
	height: 130px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 13px;
	/*border: 1px solid #fff;*/
	color: #111;
	/*font-size: 90%;*/
}
#odkazy{
	width: 630px;
	height: 38px;
	overflow: hidden;
	position: absolute;
	left: 13px;
	top: 180px;
}
#odkazy a{
	border: 1px solid #fff;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px 3px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 85%;
}
.button{
	background: #ff99cc url(../images/namesti.gif) repeat-x top;
}
.button:hover{
	background: #ff99cc;
}














