@charset "utf-8";
/* CSS Document */

/* engels */


#navi {
	background:url(/images/website_navigatie_de.jpg) no-repeat 0 0;
}

#btn_home { 
	width:67px;
}
#btn_about {
	width:220px;
	
}
#btn_about:hover, #about #btn_about {
	background:url(/images/website_navigatie_de.jpg) no-repeat -67px -35px;
}
#btn_products {
	width:120px;
	
}
#btn_products:hover, #products #btn_products {
	background:url(/images/website_navigatie_de.jpg) no-repeat -287px -70px;
}
#btn_lessons {
	width:165px;

}
#btn_lessons:hover, #lesson #btn_lessons {
	background:url(/images/website_navigatie_de.jpg) no-repeat -407px -105px;
}
#btn_others {
	width:203px;

}
#btn_others:hover, #others #btn_others {
	background:url(/images/website_navigatie_de.jpg) no-repeat -572px -140px;
}

/* prodcuten.php */
#prod_kits { background:url(/images/products/de/prod_box_kit.gif) no-repeat center center;float:left; }
#prod_kits:hover, #kit #prod_kits { background-image:url(/images/products/de/hover/prod_box_kit.gif); }

#prod_parts { background:url(/images/products/de/prod_box_parts.gif) no-repeat center center;float:right; }
#prod_parts:hover, #parts #prod_parts { background-image:url(/images/products/de/hover/prod_box_parts.gif); }

#prod_lessons { background:url(/images/products/de/prod_box_lessons.gif) no-repeat center center;margin-left:20px;float:left; }
#prod_lessons:hover, #lesson #prod_lessons { background-image:url(/images/products/de/hover/prod_box_lessons.gif); }

#gallery #content {
	background:#EBCB9A url(/images/gallery/bg-bottom-gallery-de.jpg) no-repeat left bottom;
	height:540px;
}
