
/******************************************************************************
 * STANDARD ELEMENTS - Styles for standard HTML elements
 ******************************************************************************/
body {
	background: #ffffff;
}

body, td {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

.dontprint {
	display: none;
}

/******************************************************************************
 * GENERIC CLASSES - Classes that can be used everywhere
 ******************************************************************************/
.clear_both           { clear: both; line-height: 0px; }
.bodytext             { margin-bottom: 12px; margin-left:0px;margin-right:20px;}

#main-col {
	width:100%;
	padding-top:30px;
}
#header, #mainmenu, #search, #submenu, #footer, 
#breadcrumbs, #ketelwijzer, #sidebar, #left-col, hr, #brochure_link, a.button, #info img {
	display: none;
}
#info .media img {
	display:block;
	clear:both;
	float:right;
}
#content, #container, .container {
	background-image: none;
}

.pagecontent .media {
	clear:both;
	float:right;
	margin:0pt 0pt 0pt 20px;
	text-align:center;
}
#printlogo {
	
	display:block;
	position:absolute;
	top:0;
	right:0;
	
}
