/*
css geschrieben von:
	M. Grellmann für die Ferienhaus-Vermittlung fincaferien.de GmbH
	2014-02-12
   ------------------------------------------------------------------------------------ */
#main {
	background: #fcfcf8;
	position: relative;
	z-index: 1;
	padding-top: 8px;
	padding-right: 0;
	padding-left: 0;
	top: 0;
	clear: both;
}
#m_top {
	position: relative;
	width: 1000px;
	padding-top: 0px;
	clear: both;
	margin-bottom: 30px;
}
#m_down {
	position: relative;
	width: 1000px;
	clear: both;
}
/*Eyecatcher Bilder*/
.ecp_pic-wrap {
	width: 992px;
	padding: 3px 0 1px;
	clear: both;
	height: 168px;
	margin-right: 4px;
	margin-left: 4px;
	background-color: #fcfcf8;
	
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	behavior: url(../../index/components/pie/pie-2_0beta1/PIE.htc);
	
	-webkit-box-shadow: 0px 3px 6px #a39c7f;
	-moz-box-shadow: 0px 3px 6px #a39c7f;
	box-shadow: 0px 3px 6px #a39c7f;
}
.ecp_pic {
	height: 166px;
	width: 988px;
	margin-right: 2px;
	margin-left: 2px;
	
	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); 
	
	-webkit-box-shadow: inset 0px 3px 6px #a39c7f;
	-moz-box-shadow: inset 0px 3px 6px #a39c7f;
	box-shadow: inset 0px 3px 6px #a39c7f;
}
.ecp_top {
	background: url(../../index/files/ec/ecp_top.jpg) 0 0 no-repeat;
}
.ecp_middle {
	background: url(../../index/files/ec/ecp_middle.jpg) 0 0 no-repeat;
	}
.ecp_bottom {
	background: url(../../index/files/ec/ecp_bottom.jpg) 0 0 no-repeat;
}
/*mehrfach verwendete Klassen*/
.m_border-radius {
	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); 
} 
.m_shadow_a {
	-webkit-box-shadow: 0px 3px 6px #a39c7f;
	-moz-box-shadow: 0px 3px 6px #a39c7f;
	box-shadow: 0px 3px 6px #a39c7f;
	/*
	IE
	http://hedgerwow.appspot.com/demo/shadow*/
}
.m_shadow_a {
	/*
	IE
	http://hedgerwow.appspot.com/demo/shadow*/
}

.m_shadow-inset_a {
	-webkit-box-shadow: inset 0px 3px 6px #a39c7f;
	-moz-box-shadow: inset 0px 3px 6px #a39c7f;
	box-shadow: inset 0px 3px 6px #a39c7f;
	/*
	IE
	http://hedgerwow.appspot.com/demo/shadow*/
}
.m_shadow-inset_b {
	-webkit-box-shadow: inset 1px 1px 3px #a39c7f;	
	-moz-box-shadow: inset 1px 1px 3px #a39c7f;	
	box-shadow: inset 1px 1px 3px #a39c7f;
	/*
	IE
	http://hedgerwow.appspot.com/demo/shadow*/
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #acacac;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
}
p {
	margin: 0;
	padding: 0 0 1.25em 0
}
img {
	border: 1px solid #6c6c6c;
}
a, a:link, a:visited, a:hover {
	color: #3363E1;
	text-decoration: underline;
	font-weight: bold
}





