/* --  global  -----------------------------------------------------*/

body {
	font-family					: Times New Roman, Times, serif;
	color						: #000000;
	background-color			: #ffffff;
	width						: 100%; 
	margin						: 0;
	padding						: 0; 
}

h1, h2, h3, h4, h5, h6, #contentTxt, p, a, ul, li{
	font-family					: Times New Roman, Times, serif;
	color						: #000000;
}
h1{
	font-size					: 1.45em;
	margin						: 0px;
	color						: #000000;
}
h2 {
	font-size					: 1.25em;
	margin						: 0px;
	color						: #000000;
}
/* --  visible none  -----------------------------------------------------*/
#content, #left, #left img, #header, #qoute, #adres, #animatieBalk, ajaxticker, #navigatie, #qoute, .centerClass {
	display:none;
	visibility:hidden;
	
}
#printHeader {
	visibility					: visible;
	display						: inline;

}
#printHeader hr{
	width						: 100%;
	height						: 0.11em;
	color						: black; 
	background					: black; 
	border						: dotted;
}
#printHeader h1 {
	font-size					: 12px;
	margin						: 0px;
	color						: #000000;
	text-transform				: uppercase;
}
#contentTxt{
	width						: 100%; 
	margin						: 0;
	padding						: 0; 
	border						: 0;
	float						: none !important;
	background					: transparent;
}
a:after {
  content: " (" attr(href) ")";
}
a, a:link, a:hover, a:visited, a:active {
 	color						: #000000;
	text-decoration				: none;
}
a, a:link, a:hover, a:visited, a:active, #contentTxt {
	font-family					: Times New Roman, Times, serif;
	color						: #000000;
	font-size					: 1.0em;
	line-height					: 1.3em;
	}