/* --------------------------------------------------
	Print Style
	Author: Vul hier het label in
-------------------------------------------------- */


/* --------------------------------------------------
	Global
-------------------------------------------------- */

body {

}


/* --------------------------------------------------
	Things To Hide
-------------------------------------------------- */

.header, 
.nav, 
.footer, 
input, 
form,
.maandaflossing{
	display: none;
}

/* --------------------------------------------------
	Things To Show
-------------------------------------------------- */

a:link, a:visited {
			font-weight: normal !important;
			border-bottom: none !important;
			color: #000 !important;
			text-decoration: none;
		}
		
a[href]:after {
		   content: " (" attr(href) ") ";
		   font-size: 9pt;
			font-weight: normal;
		}
		
a[href^="/"]:after {
		   content: " (http://www.krediet.be" attr(href) ") ";
		}
