
		/* ## Hintergrundbild ##  */
		/*
		.body {
			background-image: url(/images/holzwand.jpg);
			background-position: center top;
        background-repeat: repeat;
		}    
		*/

		/* ## Hintergrundbild wiederholt##  */
		/*
		body {
			background-image: url(/images/holzwand.jpg);
			}
		
			background: #cccccc;
			
			## rosa  ##
			background-color: #FFC0CB;
			
			## grau  ##
			background-color: #cccccc;
			
			background-image: url(/images/holzwand.jpg)  no-repeat;
			background-size: cover;
			
			
			background-image: url(/images/holzwand.jpg)  no-repeat;
			background-size: cover;
			background-color: #cccccc;
			
			background-color: #cccccc;
			text-align: left;
			padding: 0;
			margin: 0;
			font-family: Arial, Verdana, sans-serif;
			font-size: 75%;
			
			
		*/

		
		body {
			
			background-image: url(../images/holzwand.png)  
			}

			
		
		/* ## Breite der gesamten web Seite einstellen ##  */
		.container-header, .site-grid, .container-footer {
			width: 960px;
			margin: 0 auto;
		}	
			
		.container-header {
			background-color: white;
			background-image: none;
		}
		
		
		.footer {  
			background-color: 	#fff;
			background-image: 	none;
			color: 				#000	
		}
