/*
css geschrieben von:
	M. Grellmann für die Ferienhaus-Vermittlung fincaferien.de GmbH
	2014-02-12
   ------------------------------------------------------------------------------------ */
.footer {
	width: 1000px;
	height: 274px;
	position: relative;
	padding-top: 3px;
	
	-webkit-box-shadow: 0px 3px 6px #a39c7f;	
	-moz-box-shadow: 0px 3px 6px #a39c7f;	
	box-shadow: 0px 3px 6px #a39c7f;
	
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	
	behavior: url(../../index/components/ie_border/border-radius.htc);
	behavior: url(../../index/components/pie/pie-2_0beta1/PIE.htc); 
}
.fgroup {
	text-align: center;
	background: url(../../index/files/bg/bg_footer-ibiza.png) center 0 repeat scroll #fcfcf8;
	width: 992px;
	height: 94px;
	position: relative;
	margin-right: 4px;
	margin-left: 4px;
	
	-webkit-box-shadow: inset 0px 3px 6px #a39c7f;	
	-moz-box-shadow: inset 0px 3px 6px #a39c7f;	
	box-shadow: inset 0px 3px 6px #a39c7f;
	
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px;
	
	behavior: url(../../index/components/ie_border/border-radius.htc);
	behavior: url(../../index/components/pie/pie-2_0beta1/PIE.htc); 
	
	top: 4px;
}
.fgroup h6 {
	text-align: center;
	position: relative;
	padding-top: 10px;
	padding-bottom: 4px;
	font-size: 1.165em;
	font-weight: bold;
	color: #504949;
}
.address {
	position: relative;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 1.125em;
	font-weight: normal;
	font-style: normal;
	color: #504949;
}
.address a{
	color: #504949;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.address a:hover, 
.address a:active, 
.address a::after {
	text-decoration: underline;
	color: #86321c;
}
.f_service {
	text-align: center;
	position: relative;
	font-weight: normal;
	font-style: normal;
	color: #504949;
}
.f_service li {
	display: inline;
	position: relative;
}
.f_service a{
	color: #504949;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
.f_service a:hover, 
.f_service a:active, 
.f_service a::after {
	text-decoration: underline;
	color: #86321c;
}
#fin {
	position: absolute;
	height: 28px;
	width: 1000px;
	clear: both;
}
