html, body
{
	height	 		:	100%;
	font-family		:	Arial;
	background-color: #999999;
}

.indexPage
{
	position		: absolute;
	top				: 10px;
	width           : auto;
	height			: 600px;
	background-color: #999999;
}

.Page
{
	position		: absolute;
	top				: 10px;
	width           : auto;
	height			: auto;
	background-color: #eeeee8;
}

.PageHeader
{
	width           : 100%;
	height			: auto;
	border			: 3px outset #C0C0FF;
}

.PageInhoud
{
	width			: 100%;
	font-size		: 15px;
	font-family		: Arial;
	text-align		: justify;
	border			: 3px outset #C0C0FF;	
}

/* Inhoud van de pagina kolom */
.menu_inhoud
{
	width:			100%;
	font-size: 		20pt;
	text-align:		justify;
	margin-left: 	auto; 
	margin-right: 	auto;
	padding :		10px;
	border-collapse: collapse;
}

.menu_inhoud td, th
{
	border: 0px solid black;
	text-align		: center;
}

.page_inhoud
{
	width:			100%;
	font-size: 		20px;
	text-align:		justify;
	margin-left: 	auto; 
	margin-right: 	auto;
	padding :		10px;
	border-collapse: collapse;
}

.page_inhoud td, th
{
	border: 1px solid black;
	text-align		: center;
}

.midi_tabel
{
	width:			100%;
	font-size: 		15px;
	text-align:		justify;
	margin-left: 	auto; 
	margin-right: 	auto;
	padding :		10px;
	border-collapse: collapse;
}

.midi_tabel td, th
{
	border: 1px solid black;
	text-align		: center;
	padding: 5px;
}

.table_zoeken
{
	width			: 50%;
	position 		: relative;
	font-size		: 15px;
	font-family		: Arial;
	text-align		: justify;
	margin-left		: auto; 
	margin-right	: auto;
}

/* standard link link="#ff0000" */
a:link
{
	color:#0000ff;
	text-decoration:none;
}

/* visited link vlink="#00ff00" */
a:visited
{
	color:#0000ff;
	text-decoration:none;
}

/* when your mouse is over the link	*/
a:hover
{
	color:#000099;
	text-decoration:underline;
}

/* active link alink="#0000ff" */
a:active
{
	color:#ff0000;
	text-decoration:none;
}

img 
{ 
	border: 0; 
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.button_form
{
	width		:750px;
	height		:50px;
	font-family :Arial;
	font-size	:20px;
	font-weight :bold;
}