/*
css:
	footer-a.02
html:
	html-10.05
stand:
	30.08.2013
geschrieben von:
	M. Grellmann für die Ferienhaus-Vermittlung fincaferien.de GmbH
   ------------------------------------------------------------------------------------ */
.footer {
	clear: both;
	padding: 8px 8px 1px;
	margin: 10px 8px 4px;
	text-align: center;
	position: relative;
	height: 40px;
	/*Boxshadow*/
	-webkit-box-shadow: 4px 4px 8px #c0b996;
	/* webkit browser*/
	-moz-box-shadow: 4px 4px 8px #c0b996;
	/* firefox */
	box-shadow: 4px 4px 8px #c0b996;
	background-color: #e7b985;
	background: linear-gradient(to bottom, #feffe0 0.1%, #e7b985 50%, #f7b01a 99.2%), url(../../index/files/bg/bg_footer.png) left top repeat-x #feffe0;
}
.footer_top {
	top: 6px;
}

.f_down {
	bottom: 7px;
}
.address {
	font-weight: normal;
	font-style: normal;
}
