#footer_full {
	position: relative;
	clear: both;
	width: 100%;
	background-image: url(../image/bg_footer.jpg);
	height: 61px;
	background-repeat: repeat-x;
}
#footer {
	width: 900px;
	height: 61px;
	margin: auto;
}
#menu_footer {
	list-style-type: none;
	background-image: url(../image/bg_footer_menu.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 457px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	position: relative;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#menu_footer li {
	display: block;
	float: left;
}
#menu_footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}
#menu_footer a:hover {
	text-decoration: underline;
}
#menu_footer .kontakt_footer a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

