/**
 * Three column layout with header and scaling main content
 */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}


#outer-wrapper {
	min-width: 1cm;
	background: none;
	padding: 1cm;
}


#header-wrapper {
	height: auto;
	background: url("../gfx/line_hori.gif") repeat-x bottom left #fff;
}


#header-wrapper h1 {
	height: auto;
	background: none;
}


#header-wrapper h1 a {
	margin-left: -1cm;
	display: block;
	width: 262px;
	height: 112px;
	background: url("../gfx/publicspace_logo.gif") no-repeat 31px 11px transparent;
}


#header-wrapper h1 span {
	left: -999em;
}


#nav-wrapper {
	display: none;
}


#nav {}


#left-content {
	display: none;
}


#right-content {
	display: none;
}


#right-content .inzet-rechts {

}


#main-content-wrapper {
	margin: 0;
	padding: 0;
	background: none;
	width: 16cm;
}


#main-content {
	background: none;
}


#path-wrapper {
	display: none;
}


#footer-wrapper {
	display: none;
}

/* hide buttons when printing */
@media print {
	#print-button {
		display: none;
	}
}

/* show buttons on print example */
@media screen {
	#print-button button {
		float: none;
		margin: 10px 0 10px 10px;
	}
}


