// JavaScript Document
// Author: Sebastian Thoene (http://sebastian-thoene.de)

jQuery (function (){
	if (jQuery ("#cidzubehoershop ul").length > 0){
		jQuery ("#cidzubehoershop ul").css({
			"width"		:	"746px"
		});
		jQuery ("#cidzubehoershop ul li").css({
			"height"	:	"24px"
		});
		jQuery ("#nav_main .c100l").css({
			"height"	:	"56px"
		});
		jQuery ("#nav").css({
			"height"	:	"106px"
		});
		if (jQuery ("li#cidzudecken ul").length > 0 ){
			jQuery ("li#cidzudecken ul").css ({
				"position"	:	"absolute",
				"top"		:	"100px"
			});
		}
	}
});
