/* 
 * CSS Document 
 * used for when the page is printed
 */
 
/* hide everything we don't need */
.menu, .links, .rechts {
	display: none;
}

/* change font size / scales */
html, body {
	margin: 0;
	width: auto;
	
	font: 12pt Arial, Helvetica, sans-serif;
}

body {
	/* important for cross browser compatibility */
	font-size: 1em;
	line-height: 1.2em;
}

/* add pagebreaks */
p {
	page-break-after: auto;
	page-break-inside: auto;
}

/* repositioning */
.container {
	position: relative;
	width: 100%;
	left: 0px;
	margin-left: 0px;
	top: 0px;
	
	border: 0;
}

.midden {
	float: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.wissel_holder {
	width: 100%;
}
.wisseltekst {
	float: none;
	width: 45%;
	border: 1px solid #000000;
}

.hr, .yellow, .blue, .green, .pink {
	color: #000000;
	background-color: #000000;
	border-color:#000000;
}

/* change colors to black and white */
h1, h2, h3 {
	background-color: #FFFFFF;
	color: #000000;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}

a {
	background-color: #FFFFFF;
	color: #000000;
}
a.normal{
	background-color: #FFFFFF;
	color: #000000;
}
a.normal:visited {
	background-color: #FFFFFF;
	color: #888888;
}
a.normal:hover {
	background-color: #FFFFFF;
	color: #000000;
}
a.normal:active {
	background-color: #FFFFFF;
	color: #000000;
}

/* show the print footer */
.print_footer {
	display: block;
	clear: both;
}