@charset "utf-8";
/* CSS Document */
#vollbild{	
	background:
	background-size: 100% auto;
	width: 100%;
}
@media (min-width: 1001px) and (max-width: 10000px) {
#vollbild{	
	background:
	url(BILDER/HEADERBILDimpr.jpg) no-repeat center; 
 	background-position: 0px 0px;
	background-size: 105% auto;
	height: 490px;
}
}
@media (min-width: 600px) and (max-width: 1000px) {
#vollbild{	
	background:
    url(BILDER/1000impr.jpg) no-repeat center; 
 	background-position: 0px 80px;
	height: 590px;
}	
}
@media (min-width: 300px) and (max-width: 599px) {
#vollbild{	
	background:
    url(BILDER/600impr.jpg) no-repeat center; 
  background-position: 0px 80px;
	height: 400px;

}
	}
@media (min-width: 40px) and (max-width: 299px) {
#vollbild{	
	background:
    url(BILDER/400impr.jpg) no-repeat center; 
  background-position: 0px 80px;
	height: 300px;

}	
}
