/*
	General structure
*/

#mainframe {
	border: none;
	width: 80%;
}

/*
	Header
*/

#head {
	background: none;
	border: none;
}

#head ul {
	display: none;
}

#head .logo {
	margin: 0;
}

#navitop_level2, #navigation, #skipnavi {
	display: none;
}


/*
	Content grid
*/

.grid_oneColumn {
	width: 19.375em;
}

.grid_twoColumn {
	width: 39.688em;
}

.grid_threeColumn {
	width: 100%;
}

.grid_fourColumn {
	width: 100%;
}


/*
	Content layout
*/


/*
	Right column generals
*/

#context {
	display: none;
}

/*
	Footer
*/

#footer ul, #footer div#fontsize {
	display: none;
}