/* Intro */

	#home {
		background: url("images/overlay.png"), url("../../images/home.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat, no-repeat;
	}

/* landschaft */

	#landschaft {
		background: url("images/overlay.png"), url("../../images/landschaft.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}	
	
/* gestaltung */

	#gestaltung {
		background: url("images/overlay.png"), url("../../images/gestaltung.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}		
	
/* mediation */

	#mediation {
		background: url("images/overlay.png"), url("../../images/mediation.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
/* Forschung */

	#forschung {
		background: url("images/overlay.png"), url("../../images/forschung.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

/* Portfolio */

	#portfolio {
		background: url("images/overlay.png"), url("../../images/portfolio.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
/* kontakt */

	#kontakt {
		background: url("images/overlay.png"), url("../../images/kontakt.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}
	
	
/* impressum */

	#impressum {
		background: url("images/overlay.png"), url("../../images/impressum.jpg");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}