body, html {
	margin:				0;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color:				#523325;
	background-color:   #D0A15A;
} 

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/* start center */

table{
	left: 				50%;
	margin-left: 		-380px; /* Er van uitgaande dat de tabel 760px breed is */
	position: 			absolute;
	top: 				50%;
	margin-top: 		-239px; /* Er van uitgaande dat de tabel 478px hoog is */
	width: 				760;
	height: 			478;
}

/* end center */


/*************/
/* structure */
/*************/

/* wrapper */

#wrapper {
	width:				760px;
	height:				478px;
}

/* row1 */

#row1 {
	width:				760px;
	height:				58px;
}

/* row2 */

#row2 {
	width:				760px;
	height:				420px;
}

#row2_col1 {
	float:				left;
	width:				407px;
	height:				420px;
}

#row2_col1_row1 {
	width:				407px;
	height:				356px;
}

#row2_col1_row1_col1 {
	float:				left;
	width:				49px;
	height:				356px;
}

#row2_col1_row1_col2 {
	float:				left;
	width:				358px;
	height:				356px;
}

#row2_col1_row2 {
	width:				407px;
	height:				64px;
}

#row2_col2 {
	float:				left;
	width:				353px;
	height:				420px;	
}

#row2_col2_row1 {
	width:				353px;
	height:				354px;	
}

#row2_col2_row2 {
	width:				353px;
	height:				66px;	
}

#row2_col2_row2_col1 {
	float:				left;
	width:				63px;
	height:				66px;	
}

#row2_col2_row2_col2 {
	float:				left;
	width:				80px;
	height:				66px;	
}

#row2_col2_row2_col2_row1 {
	width:				80px;
	height:				26px;	
}

#row2_col2_row2_col2_row2 {
	width:				80px;
	height:				40px;	
}

#row2_col2_row2_col3 {
	float:				left;
	width:				210px;
	height:				66px;	
}

/********/
/* text */
/********/

.brown_9 {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			9px;
	color:				#523325;
	font-weight:		normal;
}

.brown_13 {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			13px;
	color:				#523325;
	font-weight:		normal;
}

.brown_14 {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			14px;
	color:				#523325;
	font-weight:		normal;
}

.brown_15 {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			15px;
	color:				#523325;
	font-weight:		normal;
}

.invoer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #523325;
	background-color:#f2e7c7;
	height:15px;
	width:290px;
}

.invoermulti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #523325;
	background-color:#f2e7c7;
	height:120px;
	width:280px;
}

.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#523325;
	font-size: 12px;
	font-weight:bold;
	background-color:#f4e4b9;
	border: 1px outset #aea793;
	cursor:pointer;
}

/*********/
/* links */
/*********/

a.footer:link {
	color: 				#523325;
	font-size:			9px;	
	text-decoration:	none;
}

a.footer:visited {
	color: 				#523325;
	font-size:			9px;	
	text-decoration:	none;
}

a.footer:hover {
	color: 				#523325;
	font-size:			9px;	
	text-decoration:	none;
}

a.footer:active {
	color: 				#523325;
	font-size:			9px;	
	text-decoration:	none;
}

