﻿/*	=============================================================================
	CSS includes & standaar content stijlen
	============================================================================= */
	
	@import "style.css";
	@import "menu.css";
	@import "tooltip.css";
		
	/* Oplossen bug in layout om bij testimonial teaser 2 regels in block te tonen */
	.content_kolom2_container h4 span { line-height: 10px;}
	
	/* Voor Testimonials Company Profile */
	.currentPagePager
    {
        border: solid 1px #dcdcdc;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-top: 6px;
        margin-right: 5px;
    }
    

