/* WEST-kortingsroute-v1 : PRINT */

body {
	color: #000;
	background-color: #FFF;
	width: 100%;
	font-size: 11pt;
	line-height: 16pt;
}

/* LOGO no border */
a.logo, a.logo img { border: none; }

/* HIDDEN ELEMENTS : class 'noPrint' & navigatie-elementen */
.navRow, .language, .quicknav, .colA, .colC, a.button, .noPrint { display: none; }

/* PAGEBREAK  */
.pageBreak { page-break-before:always; } 

/* CONTENT FULLWIDTH */
#container, #header, .logo, #main, .row, .colB, .content, .breadcrumbs, #footer {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
}
	#main {
		width: auto;
		margin-left: 5%;
	}
	#header {
		margin-bottom: 16pt;
	}

/* FOOTER */
#footer p { float: none; clear: both; display: block; }

/* BORDERS */
.breadcrumbs { border-bottom: 1px solid #ccc;}
#footer { border-bottom: 0; border-top: 1px dotted #ccc; }	
	
/* BULLETS */
ul, ul li, ol li ul li { list-style-type: circle; }
ol, ol li, ul li ol li { list-style: outside; list-style-type: decimal; }

/* URL behind links */
a,a:link, a:visited, a:active {text-decoration: none;}
a[href^="http://"]:link:after, a[href^="http://"]:visited:after { content:" (" attr(href) ") "; font-size:90%; }