html
{
/*
 	overflow-y: scroll;
*/
}

body
{
	margin: 0;
	background: #404040;
}

/* ----- Algemene eigenschappen ----- */
body, table 
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

p, div, form, h1, h2, h3, h4, h5, h6
{
	padding: 0px;
	margin: 0px;
}

#website
{
	position: absolute;
	width: 570px;
}

#midden
{
}

#boven, #mob_boven, #nav, #rechts, #onder
{	
	display: none;
}




