
	#npk_table {  }
	#npk_table div { width: 4em; float: left; }
	#npk_table .npk_table_head { background: #f0f0f0; border: 1px solid #b3b3b3; text-align: center; padding: 0.25em 0; height: 1.1em;  }
	#npk_table .npk_table_body { border: 1px solid #b3b3b3; border-top: 0; text-align: center; padding: 0.25em 0; }

	#product_page { margin: 2em 4em; }
	
		#image_keypoints_box { position: relative; display: flex; flex-wrap: wrap; }
	
			#image_keypoints_box #image { width: 35%; }
			#variant_images { position: absolute; width: 3em; }
				.variant_images { width: 90%; margin: 0.25em calc(10% - 2px); cursor: pointer; border: 1px solid transparent; border-radius: 5px; background: rgba(255,255,255,0.8); padding: 0.15em; }
			#image_container { }
				#image_container img { width: calc(100% - 2em); }
			.image_selection { display: none; text-align: center; margin-top: 0.5em; }
				.image_selection_img { width: 3em; border: 1px solid transparent; border-radius: 5px; cursor: pointer; }
			
			#image_keypoints_box #keypoints { width: calc(40% - 2em); margin-right: 2em; }
			#image_keypoints_box #brand_logo { float: left; max-width: 3em; max-height: 2em; margin-right: 0.25em; }
			
			#image_keypoints_box #buybox { width: 25%; }
			
	#delivery_time { width: (100% - 0.5em); margin: 0 1.5em; font-size: 0.8em; color: #9acd32; padding: 0.25em; background: #5d5d5d; border-radius: 5px; text-align: center; }
	.on_stock { }
	.delivery_time {}
		
	#product_page h1 { margin: 0; padding: 0; color: #5d5d5d; }
	#product_page #aufwandsmenge input { width: 5em; text-align: center; }
	#product_page #aufwandsmenge td { padding: 0.15em 0.5em; border: 1px solid #b3b3b3; text-align: center; }
	
	#product_page #kundenbenachrichtigung { margin: 1em 0; background: #f5deb3; border: 1px solid #b3b3b3; border-radius: 5px; width: 30em; }
	#product_page #kundenbenachrichtigung .h3 { }
	#product_page #kundenbenachrichtigung input[type=Email] { width: 25em; }
	#product_page #kundenbenachrichtigung input { display: block; margin: 0.25em 0; padding: 0.25em; }
	#product_page #kundenbenachrichtigung input[name=spamschutz] { width: 5em; }
	.greenLink { color: #99CC33; cursor: pointer; }
	.greeLink:hover { text-decoration: underline; }
	
	#product_page #felcoIcons { margin-top: 2em; }
	#product_page #felcoIcons .felcoIconDiv { float: left; width: 3.5em; text-align: center; hyphens: auto; }
	#product_page #felcoIcons .felcoImg { height: 2.2em; }
	#product_page #felcoIcons .felcoImg img { max-height: 2em; max-width: 2em; }
	#product_page .felcoErsatzteile { margin-bottom: 2em; }
	#product_page .felcoErsatzteilImg { display: block; width: 60%; margin: -4em 20%; }
	
	@media only screen and (max-width: 1000px) {
		#product_page { margin: 1em; font-size: 1.2em; }
		#image_keypoints_box #image { width: 100%; margin: 1em 0 2em 0; }
		#image_container img { width: 100%; }
		#image_keypoints_box #keypoints { width: 100%; margin: 0; }
		#image_keypoints_box #buybox { width: 100%; }
	}