

.tekstgrijs {
	color:#999999;	
}


.hoofdproducten {
	width:740px;
	min-height:550px;
	float:right;
	margin-bottom:10px;
}
.hoofdproducten_img {
	float:left;
	width:220px;
	min-height:550px;
}
.hoofdproducten .imagesgroot {
	width:215px;
	height:222px;
	float:left;
	border:1px solid #ccc;
	margin-top:5px;
}
.hoofdproducten .images {
	width:215px;
	height:135px;
	float:left;
	border:1px solid #ccc;
	margin-top:5px;
}
.hoofdproducten .titel {
	width:510px;
	height:30px;
	border-bottom:1px solid #ccc;
	float:right;
	font-size:18px;
	font-family:"Univers LT 57 Condensed", "Univers LT 47 CondensedLt";
	color:#002147;
}
.hoofdproducten .tekst {
	width:510px;
	min-height:70px;
	line-height:17px;
	float:right;
	font:11px Arial, Helvetica, sans-serif;
	margin-top:10px;
}


.toepassingen_hoofd{ 
	width:235px;
	height:164px;
	display:block;
	text-decoration:none;
	color:#000;
	padding:5px 5px 10px 5px;
	margin-left:3px;
	margin-top:0px;
	float:right;
	background-color:#E5E5E5;
}
.toepassingen_hoofd h2 {
	border-bottom:1px solid #ccc;
	font:14px "Univers LT 57 Condensed", "Univers LT 47 CondensedLt";
	color:#002147;
	margin-bottom:5px;
}
.toepassingen_hoofd p {
	font:11px "Univers LT 57 Condensed", "Univers LT 47 CondensedLt";
	color:#002147;
	margin-left:8px;
	}	
.toepassingen{ 
	width:205px;
	display:block;
	text-decoration:none;
	color:#000;
	padding:5px 5px 10px 5px;
	margin-left:3px;
	margin-top:5px;
	float:left;
	background-color:#E5E5E5;
}
.toepassingen h2 {
	border-bottom:1px solid #ccc;
	font:14px "Univers LT 57 Condensed", "Univers LT 47 CondensedLt";
	color:#002147;
	margin-bottom:5px;
}
.toepassingen p {
	font:11px "Univers LT 57 Condensed", "Univers LT 47 CondensedLt";
	color:#002147;
	margin-left:8px;
	}	
	
#plaatje_links_products {
	width:202px;
	height:213px;
	background-image:url(../img/cleaningproducts.jpg);}
	

.toepassingen2_hoofd_breed{ 
	width:500px;
	display:block;
	text-decoration:none;
	color:#000;
	padding:5px 5px 10px 5px;
	margin-left:3px;
	margin-top:0px;
	float:right;
	background-color:#E5E5E5;
}
.toepassingen2_hoofd_breed h2 {
	border-bottom:1px solid #ccc;
	font:18px "Univers LT 57 Condensed", "Univers LT 47 CondensedLt";
	color:#002147;
	margin-bottom:5px;
}

.toepassingen2_hoofd_breed p {
	font:11px Arial, Helvetica, sans-serif;
	line-height:17px;
	color: #333;
	margin-left:8px;
	}	
	
/*	
.toepassingen2{ 
	width:500px;
	display:block;
	text-decoration:none;
	color:#000;
	padding:5px 5px 10px 5px;
	margin-left:3px;
	margin-top:5px;
	float:left;
	background-color:#E5E5E5;
}
.toepassingen2 h2 {
	border-bottom:1px solid #ccc;
	font:14px "Univers LT 57 Condensed", "Univers LT 47 CondensedLt";
	color:#002147;
	margin-bottom:5px;
}
.toepassingen2 p {
	line-height:17px;
	font:11px Arial, Helvetica, sans-serif;
	color: #333;
	margin-left:8px;
	}	
*/

#container_ticker {
	width:215px;
	height:135px;
	padding:0px;
	margin:10px auto;
	position:relative;
	z-index:0;
	float:left;
}

#products_example {
	width:215px;
	height:135px;
	position:relative;
}

#products_example img {
	border:none;}

/*
	Slideshow
*/

#products {
	width:215px;
	height:135px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:215px;
	height:135px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
/*
.slides_container a {
	width:215px;
	height:135px;
	display:block;
}
*/
/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:55px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(../img/arrow-prev.png);
	left:5px;
}

#products .next {
	left:190px;
	background:url(../img/arrow-next.png);
}