/* DEFAULTS ................................................... */

html,
body {
	margin				: 0;
	padding				: 0;
}

* {
	cursor				: default;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 24px;
	line-height			: 32px;
	color				: #aaaaaa;
}

/* WEBSITE .................................................... */

#website {
	margin				: 0 auto;
	width				: 770px;
}

#bedrijf,
#tools,
#menu,
#content,
#footer {
	display:none;
}

#print{
	display:block;
	text-align:center;
}