html, body {
	padding: 							0px;
	margin: 							0px;
	font-family:					verdana,arial; 
	font-size: 						11px; 
	color:								#40342c;
 	text-align:						left;
 	background:						#FFFFFF;
}	
  
p {
 	margin-top: 					0px;
	margin-bottom: 				10px;
}

table {
	font-family:					verdana,arial; 
	font-size: 						11px; 
	color:								#40342c;
}


/* DIVS */  
#container { 
	width:								950px;
	height:								630px;
	position:							absolute;
	top:									50%;
	left:									50%;
	margin:								-315px auto auto -475px;
	text-align:						center;
	background:						#FFFFFF;
	background-image:			url(../../img/bg.gif);
	background-repeat:		no-repeat;
	background-position:	0% 0%;
}

#menu_hoofd { 
	float:								left;
	display: 							inline;
	width: 								620px;
	margin-top:						151px;
	margin-left:					255px;
	text-align: 					center;
}

#content_container {
	clear:								both;
	float: 								left;
	display: 							inline;
	width: 								100%;
	height:								395px;
	margin-top:						30px;
}

#menu_sub { 
	float: 								left;
	display: 							inline;
	width: 								100px;
	height:								290px;
	text-align: 					right;
	margin-top:						60px;
	margin-left:					40px;
}

#image_container {
	float: 								left;
	display: 							inline;
	width: 								700px;
	height:								395px;
	margin-left:					22px;
	background-repeat:		no-repeat;
	background-position:	0% 100%;
}

#content {
	float: 								left;
	display: 							inline;
	width: 								350px;
	height:								350px;
	margin-left:					260px;
	overflow: 						auto;
	text-align: 					left;
	line-height:					18px;
	padding:							0px 10px 0px 10px;
}

#content_beheer {
	float: 								left;
	width: 								515px;
	height:								385px;
	margin-left:					100px;
	overflow: 						auto;
	text-align: 					left;
	line-height:					18px;
	padding:							0px 10px 0px 10px;
}

#copy {
	clear: 								both;
	float:								right;
	position:							absolute;
	bottom: 							5px;
	right: 								30px;
	width: 								900px;
	text-align: 					right;	
	font-size: 						10px;
	color:								#c0c0c0;
}

/* LINKS */
a {
	text-decoration: 			underline; 
	color:								#4691BB;
}

a.menu_hoofd {
	text-decoration: 			none; 
	color:								#e50004;
	font-family:					verdana, arial; 
	font-size: 					 	9px;
	margin-right: 				5px;
	font-weight:					bold;
}

a.menu_hoofd_actief {
	text-decoration: 			none; 
	color:								#9c9c9c;
	font-family:					verdana, arial; 
	font-size: 					 	9px;
	margin-right: 				5px;
	font-weight:					bold;
}

a.menu_sub {
	text-decoration: 			none; 
	color:								#00a6eb;
	font-family:					Gill Sans MT, verdana, arial; 
	font-size: 					 	10px;
	font-weight:					bold;
	line-height:					25px;
}

a.menu_sub_actief {
	text-decoration: 			none; 
	color:								#1fad42;
	font-family:					Gill Sans MT, verdana, arial; 
	font-size: 					 	10px;
	font-weight:					bold;
	line-height:					25px;
}

a.footer {
	text-decoration: 			underline; 
	color:								#c0c0c0;
	font-size: 					 	10px;
}


/* FORM */
input {
	border-style:					solid;
	border-color:					#000000;
	border-width:					0px 0px 1px 0px;
	font-size:						11px;
	font-family:					Verdana;
	color:								#000000;
}

textarea {
	border-style:					solid;
	border-color:					#000000;
	border-width:					1px 1px 1px 1px;
	font-size:						11px;
	font-family:					Verdana;
	color:								#000000;
}

select {
	font-size:						11px;
	font-family:					Verdana;
	color:								#000000;
}

option {
	font-size:						11px;
	font-family:					Verdana;
	color:								#000000;
}

input.button {
   font-size:						11px;
   font-family:					Verdana,sans-serif;
   color:								black;
   width:								100px;
   background-color:		#EEEEEE;
   border-style:				solid;
   border-color:				#BBBBBB;
   border-width:				1px;
}