@charset "utf-8";
/* --- print.css / rmcmiddennederland.nl --- */

* {
	color: #000 !important;
	width: auto !important;
	background-image: none !important;
	background-color: transparent !important;
	outline-style: none !important;
}

html,
body,
#container,
#wrapper,
#siteLogo a,
#pageHeader,
#headerContent {
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	overflow: auto !important;
}

ul {
	list-style-type: disc !important;
}

	ul li {
		margin-left: 16px !important;
		padding: 0 !important;
		list-style-type: disc !important;
	}

#skipLinks,
.shortcuts,
#navBar,
#pageTools,
#sectionNav,
#siteFooter {
	display: none;
}

#siteLogo,
#contentBody {
	margin: 0;
}

#mainContent,
#sidebar {
	float: left;
}	

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	
	.mod {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	abbr, acronym {
		border-style: none;
	}

	abbr:after, acronym:after {
		content: " (" attr(title) ")";
		font-size: 0.85em;
		font-weight: normal;
		color: #808080 !important;
	}
