body {
	background-color: white;
}

body h1#header,
body ul#head_navi,
body ul#navigation,
body div#footer,
body div#contentframe h2 {
	display: none;
}

/* ----------------------------------- contentframe ----------------------------------- */
body div#contentframe {
	position: static;
	width: 860px;
	margin: auto;
	padding: 0;
	border: 0;
	background-color: transparent;
}
