/* --------------------------------------------------
	Print Style	
	Author: DSB Bank
-------------------------------------------------- */



/* --------------------------------------------------
	Global
-------------------------------------------------- */

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font: 11pt/15pt Arial, "Trebuchet MS", sans-serif;
}



/* --------------------------------------------------
	Things To Hide
-------------------------------------------------- */

#header ul, 
.skip, 
#nav, 
#sidebar,
.productNav,
.actieVinkje,
.snelPrinten,
hr {
	display: none;
}

/* --------------------------------------------------
	Things To Show
-------------------------------------------------- */

p {
	margin-top: 5px;
}

h2, h3, h4 {
	margin: 0;
}

.legal {
	font-size: 80%;
}

blockquote {
	float: right;
	width: 195px;
	font-size: 16pt;
	line-height: 20pt;
	margin: 34px 20px 20px 20px;
	padding: 0;
}

#logo {
	margin: 0 0 20px 0;
}


/* --------------------------------------------------
	Links
-------------------------------------------------- */

a {
	color: #000;
	text-decoration: none;
}

/* --------------------------------------------------
	Sifr hide
-------------------------------------------------- */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}