/*
css geschrieben von:
	M. Grellmann für die Ferienhaus-Vermittlung fincaferien.de GmbH
	2014-02-12
   ------------------------------------------------------------------------------------ */
html, body, main, header, nav, footer, aside, article, section {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	color: #222222;
}
main, header, nav, footer, aside, article, section {
	display: block;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	background-color: #fcfcf8;
	background-repeat: repeat no-repeat;
	background-image: url(../../index/files/bg/bg-ibiza.jpg);
	background-position: 0 0;
}		

body {
	font: 0.75em arial,helvetica,verdana,sans-serif;
	line-height: 1.5em;
	width: 1000px;
	margin: 0 auto;
}





