/* Unchanged */
@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------*\
	PNG FIX for IE 6
\*-----------------------------------------------------------------------*/

* html img, * html .png{
   position:relative;
   behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
       this.src = "/_lclresources/media/images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
   );
}




#header #search {
	border:1px solid #000;
}
#header #button {
	background-image: url("../img/search_arrow_groen.gif");
	background-repeat:no-repeat;
}
#header #header_balk {
	background-image: url("../img/logo_wit.gif");
	background-repeat:no-repeat;
}


#leftbar #bestel a {
	color: #000;
}


.thrColFixHdr #rightbar ul{


}

.thrColFixHdr #rightbar ul li {
	/*list-style-image: url(../img/li_arrow.gif);*/


	
}
.thrColFixHdr #rightbar ul a {
	/*background: url(../img/li_arrow.gif) no-repeat 0px 3px;*/

	color: #000;
	text-decoration:none;
} 

.thrColFixHdr #rightbar ul a:hover {
	text-decoration:underline;
} 

.thrColFixHdr #mainContainer #mainContent a {
	color: #000;
	text-decoration: underline;
	
}

.thrColFixHdr #mainContainer #mainContent a:hover {
	color: #000;
	text-decoration: underline;
}

