html {
	background-image: none;
}

body {
	background-image: none;
	/* font-size: 12pt;
	font-family:'Times New Roman',Times,serif; */
	color:#000000; 
}

#menu, #rechts, #links, #onderkant {
	display: none;
}

#container, #content{
	width: auto; 
	margin: 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	background-image: none;
}

#content ul {
	list-style-image: url('/afbeeldingen/li.gif');
	margin-left: 14px;
}

/* Extranet */
#logo, #boven {
	display: none;
}

#overflow {
	width: 100%;
	overflow: visible;
	border: 1px solid red;
}

#overflow2 {
	display: none;
}