/*
 * GEA HAPPEL
 * SCREEN - Grijze variant
 * datum 20090609
 */
 
#searchBox { background-color: #5D5E60; }
#footer { background: url('/site/images/footerbg_grey.gif') no-repeat bottom right; }
#header.homepage { background: url('/site/images/headerHome_grey.jpg') no-repeat; }

/* menu */
ul.dropdown li {
	 background-color: #BCBDC0; 
	 color: #fff;
}

ul.dropdown li.hover, ul.dropdown li:hover {
	 /* background-color: #638337; */
	 color: #000;
}

#topContainer a.selected {
	/*color: #FFF;*/
}

#header a.selected { 
/*	color: #FFF;*/
}
#header ul ul a.selected { 
	color: #000;
}
#subMenu a.selected { 
	color: #000; /* #FFF;*/
	font-weight: bold;
}

/* fotoscroller */
#productPicturesNavigation a.activeSlide { background: #5D5E60; }
#productPicturesNavigation a:hover{ background:#5D5E60; color:#fff; }

/* Product infotype */
#infotype h3 { color: #fff; background: #5D5E60; }
#infotype img { border: #5D5E60 solid 2px; }

