@charset "utf-8";

body {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: left;
	background:none;
}
#container  {
	width: 100%;
	margin: 0px 25px;
	border: none;
}

/***************************
HEADER 
****************************/

#header {
	height: 60px;
	width: 950px;
	padding: 0px 15px 15px 35px;
}
#header #header_logo {
	float: left;
	margin-top: 2px;
}
#header #header_menu {
	display:none;
}

/***************************
Content container 
****************************/
#content,
#content3r,
#contentNws {
	width: 100%;
	background: #ffffff;
}
#content {
	background: #FFFFFF url(none) no-repeat left bottom;
}
/***************************
Links, menu 1
****************************/

#links  {
	display:none;
}
/***************************
Rechts, menu 3
****************************/

#rechts #rechts_menu_dummy,
#rechts #rechts_menu {
	display: none;
}

/***************************
Rechts, tekstvlak
****************************/

#rechts,
#contentNws #rechts_nieuws {
	width: 100%;
	float: left;
	background: #fff;
}
#content #rechts {
	background: #fff;
	/*width: 100%;*/
	width: 700px;
}
#content3r #rechts {
	background: #fff;
/*	width: 100%;*/
	width: 700px;
}

.rechts_devider {
	display:none;
}
/***************************
mailto dialog
****************************/

#dialog {
	display:none;
}
