/* Import other stylesheets for media: print */
@import url("sIFR-print.css");

/* Classes and styles */
div#header, div#topBanner, div#submenu, div#function_bar, div#content_right, div#doorMat, div#footer, a#printAdvice {
	display: none;
}

/* Spijsverterignscheck */
div#contentRight {
	display: none;
}

body#spijscheck {
	font-family: Arial;
	font-size: 12px;
}

body#spijscheck h1 {
	color: #e20072;
	font-size: 26px;
	margin: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
}

body#spijscheck h5 {
	color: #e20072;
	font-size: 24px;
	margin: 0px;
	font-weight: normal;
}

.onlyPrint {
	display: block;
}