html {
	width:100%;
	background-color:white;
	color:black;
	font-size:14px;
}

body {
	background-image:none;
}

/* hide menu and submenu's */
#container #body ul#buttonbar, #container #body div#submenucontainer ul#submenu {
	display:none;
}

/* hide forms */
#container #body form#respond, #container #body form#inforequest {
	display:none;
}

/* hide left or right content blocks */
#container #body #newssubmenucontent {
	display:none;
}

/* set the main content block at max width */
#container #body #newsdefault, #container #body #productdetails, #container #body #shopoverview {
	width:100%;
}

/* hide the netexpo link */
#container a#basementfloor {
	display:none;
}

