

		/* ## Hintergrundbild ##  */
				
		body {
			background-image: url("/images/holzwand.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
		}
			
		
		/* ## Breite der gesamten web Seite einstellen ##  */
		
		.container-header, .site-grid, .container-footer {
			width: 960px;
			margin: 0 auto;
		}	
			
		