html, body {
	padding: 							0px;
	margin: 							0px;
	font-family:					verdana,arial; 
	font-size: 						11px; 
	color:								#40342c;
 	text-align:						center;
 	background:						#E7EFF8;
}	
  
p {
 	margin-top: 					0px;
	margin-bottom: 				10px;
}

table {
	font-family:					verdana,arial; 
	font-size: 						11px; 
	color:								#40342c;
}

ul {
	margin-top: 					0;
	margin-bottom: 				0;
}

img {
	border: 							0px;
}

/* DIVS */  
#container { 
	width:								900px;
	height:								580px;
	position:							absolute;
	top:									50%;
	left:									50%;
	margin:								-290px auto auto -450px;
	border:								1px solid black;
	text-align:						center;
	background:						#FFFFFF;
	background-repeat:		no-repeat;
	background-position:	0% 0%;
}

#foto_container { 
	width:								950px;
	min-height:						700px;
	margin:								0px auto;
	border:								1px solid black;
	text-align:						center;
	background:						#FFFFFF;
	margin-top:						20px;
	overflow: 						auto;
}

#foto_balk {
	float: 								left;
	width:								150px;
	height:								700px;
	overflow:							auto;
}

#foto_img {
	float: 								left;
	width:								780px;
	min-height:						590px;
	padding-top: 					10px;
	overflow-x: 					hidden;
	overflow-y: 					auto;
	margin: 							10px;
}

#foto_button_container {
	width:								200px;
	height:								110px;
	margin:								0px auto;
}

#foto_button {
	float: 								left;
	width:								100px;
	height:								100px;
	text-align:						center;
}

#foto_tumb {
	width:								100px;
	height:								100px;
	overflow:							hidden;
	text-align: 					left;
	margin: 							10px auto 5px auto;
}

#header {
	float:								right;
	width: 								533px;
	height:								144px;
}

#menu_hoofd { 
	float:								right;
	width: 								533px;
	height:								36px;
	padding-top:					10px;
	text-align: 					right;
	/*background-image:			url(../../img/bg_menu.jpg);
	background-repeat:		no-repeat;
	background-position:	100% 0%;*/
}

#menu_sub_container { 
	float: 								left;
	width: 								145px;
	height:								108px;
	text-align: 					center;
}

#menu_sub_container2 { 
	float: 								left;
	width: 								145px;
	height:								108px;
	text-align: 					center;
}

#menu_talen { 
	float: 								right;
	width: 								260px;
	height:								95px;
	margin-top:						10px;
	margin-right:					60px;
	text-align: 					center;
}

#menu_sub { 
	clear: 								both;
	float: 								left;
	width: 								100%;
	height:								27px;
	text-align: 					center;
}

#menu_sub_actief { 
	clear: 								both;
	float: 								left;
	width: 								100%;
	height:								24px;
	text-align: 					center;
	background-image:			url(../../img/kader.jpg);
	background-repeat:		no-repeat;
	padding-top: 					3px;
}

#content {
	clear:								both;
	float: 								right;
	position: 						relative;
	width: 								410px;
	height:								390px;
	margin: 							25px 30px 0px 0px;
	overflow: 						auto;
	text-align: 					left;
	line-height:					18px;
	padding:							0px 10px 0px 10px;
}

#foto {
	font-size: 						10px; 
	color:								#FF0000;
	text-align:						center;
	position:							absolute;
	left: 								30px;
	top: 									250px;
	width: 								362px;
	height:								114px;
}

#copy {
	clear: 								both;
	float:								right;
	position:							absolute;
	bottom: 							0px;
	right: 								5px;
	width: 								900px;
	height:								20px;
	text-align: 					right;	
	font-size: 						8pt;
	color:								#c0c0c0;
}

/* LINKS */
a {
	text-decoration: 			underline; 
	color:								#4691BB;
}

a.foto {
	text-decoration: 			underline; 
	color:								red;
}

a.menu_hoofd {
	text-decoration: 			none; 
	color:								#FFFFFF;
	font-family:					verdana,arial; 
	font-size: 					 	11px;
	margin-right: 				8px;
	font-weight:					bold;
	font-variant: 				small-caps;
}

a.menu_hoofd_actief {
	text-decoration: 			none; 
	color:								#FFFFFF;
	font-family:					verdana,arial; 
	font-size: 					 	11px;
	margin-right: 				8px;
	font-weight:					bold;
	font-style:						italic;
	font-variant: 				small-caps;
}

a.menu_sub {
	text-decoration: 			none; 
	color:								#818181;
	font-family:					verdana,arial; 
	font-size: 					 	10px;
	font-style:						italic;
	font-weight:					bold;
}

a.menu_sub_actief {
	text-decoration: 			none; 
	color:								#c51111;
	font-family:					verdana,arial; 
	font-size: 					 	10px;
	font-style:						italic;
	font-weight:					bold;
}

a.beurs {
	text-decoration: 			underline; 
	color:								#4691BB;
	font-size: 					 	16px;
}

a.faq {
	text-decoration: 			underline; 
	color:								#c51111;
	font-style:						italic;
}

a.footer {
	text-decoration: 			underline; 
	color:								#c0c0c0;
	font-size: 					 	8pt;
}

td.taal {
	text-align: 					right;
	color: 								#c51111;
	font-variant:					small-caps;
	font-weight: 					bold;
}


/* FORM */
input {
	border-style:					solid;
	border-color:					#000000;
	border-width:					0px 0px 1px 0px;
	font-size:						11px;
	font-family:					Verdana;
	color:								#000000;
	width:								180px;
}

textarea {
	border-style:					solid;
	border-color:					#000000;
	border-width:					1px 1px 1px 1px;
	font-size:						11px;
	font-family:					Verdana;
	color:								#000000;
}

select {
	border-style:					solid;
	border-color:					#000000;
	border-width:					0px 0px 1px 0px;
	font-size:						11px;
	font-family:					Verdana;
	color:								#000000;
}

option {
	border-style:					solid;
	border-color:					#000000;
	border-width:					0px 0px 1px 0px;
	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;
}