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

div.vine {
	margin-bottom: 32px;
	background:
		transparent
		url(../../../images/bg_gray.jpg)
		repeat;
}

div.contentGrayVine {
	padding: 18px 15px 18px 100px;
	line-height: 1.3em !important;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #4c4b4b;
	background:
		transparent
		url(../../../images/home_vine.jpg)
		no-repeat
		6px 7px;
}

div#assortiment {
	float: left;
	width: 429px;	
}

div#inbeeld {
	float: right;
	width: 206px;	
}

	#inbeeld a {
		border: 0;
	}
	
div.colA, div.colB {
	width: 205px;
}

	div.colA span, div.colB span {
		display: block;
		line-height: 1.7em;
	}

div.colA {
	float: left;
}

div.colB {
	float: right;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:116px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border: 3px solid #b6b39d;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}
