#header, #roterbalken, #breadcrumb,
#marginalright, #footer, #subnavcontainer,
#easyaccess, #generic {
 	display: none !important;
}

html #header, html #roterbalken, html #breadcrumb,
html #marginalright, html #footer, html #subnavcontainer,
html #easyaccess, html #generic {
 	display: none;
}

body, #container, #content, #contentleft, #wrapper, #contenttable {
 	float: none !important;
 	width: auto !important;
 	margin: 0 !important;
 	padding: 0 !important;
}

body, #container, #content, #contentleft, #wrapper {
 	background: none;
}

#container {
	border: none;
}

html body #wrapper, html body #contenttable {
	position: static; width: auto; height: auto;
}

html body pre, html body code {vertical-align: baseline;}