/* CSS Document */

/* ############### SITESPECIFIC CSS - KVD ############### */
/* ############### SITEWIDE RULES - SITESPECIFIC ############### */
html, body{	background-color: #FFF;}
p{ }
a{	}


.newsthumb{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.load{
	background-image: url(../gfx/basics/load.gif);
	background-repeat: no-repeat;
	background-position: center;
}





/* ############### PRODUCTEN GRID ############### */
.productGrid{width:192px; height:200px; float:left; background-image:url(../gfx/basics/bg.product.gif); background-repeat:no-repeat}
*html* .productGrid{ height:200px;} /* IE6 */


.productGrid a, .productGrid a:link, .productGrid a:active, .productGrid a:visited{font-size:11px; color:#000; text-decoration:none}
.productGrid a:hover{color:#ed902c}
.productGrid #productImage{margin:3px;}
.productGrid #productTitel{margin:0px 5px 0 30px;}


/* ############### PRODUCTGROEP GRID ############### */
.productgroepGrid{width:210px; height:173px; float:left; background-image:url(../gfx/basics/bg.productgroup.gif); background-repeat:no-repeat}
*html* .productgroepGrid{ height:173px;} /* IE6 */


.productgroepGrid a, .productgroepGrid a:link, .productgroepGrid a:active, .productgroepGrid a:visited{font-size:14px; color:#000; text-decoration:none}
.productgroepGrid a:hover{color:#ed902c}

.productgroepGrid a.klein, .productgroepGrid a.klein:link, .productgroepGrid a.klein:active, .productgroepGrid a.klein:visited{font-size:12px; color:#666; text-decoration:none}
.productgroepGrid a.klein:hover{color:#ed902c}

.productgroepGrid #productImage{margin:3px;}
.productgroepGrid #productTitel{margin:4px 15px 0 30px;}

#rowContainer{
	margin-bottom:10px}



/* ############### IE6 	MULTICLASS SELECTORS ############### */
.orange{ color: #ed902c;}
.vet{
	font-weight: bold;
}
.small{
	font-size: 0.8em;}
.orange .vet{
	color: #ed902c;
	font-weight: normal;
}
.wit {
	color: #fff;
	font-weight: bold;
}

.red.green{
	color: Orange;
}
