body {
	background		: #ffffff;
	padding			: 0;
	margin			: 0;
}

#container {
	width			: 750px;
	text-align		: left;
	margin			: 0 auto;
}


/* ==================================== */


#nav {
	width			: 375px;
	border-bottom		: 2px solid #b1b2b4;	
	padding-top: 20px;
	padding-bottom: 20px;
}

#nav p {
	font-family		: Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
}

#nav p a {
	font-family		: Helvetica, sans-serif;
	font-size		: 8pt;
	color			: #b1b2b4;
	text-decoration		: none;
}

#nav p a:hover {
	color			: #e2001a;
}


/* ==================================== */

#bjaheader {
	width			: 750px;
	border-bottom		: 2px solid #b1b2b4;
}

#contentmenucontainer {
	width			: 375px;
	float			: left;
}

#fotocontainer {
	width			: 375px;
	float			: right;
}

#menubox {
	background 		: #ff0000;
	width			: 375px;
	height			: 150px;
	border-bottom		: 2px solid #b1b2b4;	
}

#content {
	background 		: #ffffff;
	width			: 355px;
	height			: 250px;
	font-family		: Helvetica, sans-serif;
	font-size		: 9pt;
	color			: #000000;
}

#content a {
	color			: #e2001a;
}

#content a:hover {
	color			: #b1b2b4;
}


#fotobox {
	border-left		: 2px solid #b1b2b4;
/*	margin-left		: 375px;
*/	background 		: #ffffff;
/*	width			: 375px;
*/	height			: 400px;
	padding-bottom		: 60px;
	padding-left		: 7px;
	padding-top		: 7px;
}

/* ==================================== */

.formulier { 
	color			: #000000;
	background		: #ffffff;
	font-family		: verdana, helvetica, arial, sans-serif;
	font-size		: 9pt;   
	border			: 1px solid #b1b2b4;
	padding-bottom 		: 3px;
	padding-left 		: 3px;
	padding-right 		: 3px;
	margin-bottom 		: 3px;
}

.formulierknop {
	border			: 1px solid #b1b2b4;
	background		: #ffffff;
	color			: #b1b2b4;
	font-style		: bold;
}

