body
{
	background-color:	#e0e5e8;
	margin:				0px;
}

#bak
{
	position:			absolute;
	margin:				0px auto;
	left:				50%;
	margin-left:		-325px;
	border-left:		1px solid black;
	border-right:		1px solid black;
	width:				650px;
	top:				0px;
	bottom:				0px;
}

* html #bak
{
	height:				expression(document.documentElement.clientHeight);
}

#header
{
	margin:				0px auto;
	width:				650px;
	height:				80px;
	background-color:	#c00000;
	background-image:	url("../gfx/header.jpg");
}

#keuzebalk
{
	padding-top:		3px;
	height:				17px;
	width:				650px;
	background-color:	FFFFFF;
	font-family:		Verdana;
	font-size:			11px;
	text-align:			center;
	color:				#000000;
}

#keuzebalk a
{
	color:				#000000;
	text-decoration:	none;
}

#keuzebalk a:hover
{
	color:				#c00000;
	text-decoration:	underline;
}

#content
{
	position:			absolute;
	margin:				0px auto;
	top:				99px;
	bottom:				21px;
	width:				630px;
	background-color:	#FFFFFF;
	font-family:		Verdana;
	font-size:			11px;
	padding:			10px;
	text-align:			justify;
	overflow:			auto;
}

* html #content
{
	height:				expression(document.documentElement.clientHeight - (21 + 22 + 97));
}

#content a
{
	color:				#c00000;
}

#footer
{
	position:			absolute;
	width:				650px;
	height:				17px;
	background-color:	#c00000;
	color:				#FFFFFF;
	font-family:		Verdana;
	font-size:			10px;
	text-align:			left;
	padding-top:		4px;
	bottom:				0px;
	margin-left:		0px;
}

#jedo
{
	position:			relative;
	color:				#FFFFFF;
	font-size:			9px;
	font-family:		verdana;
	margin-top:			-13px;
	margin-left:		545px;
	width:				100px;
	padding-right:		5px;
}

#jedo a
{
	color:				#FFFFFF;
	text-decoration:	none;
}

#jedo a:hover
{
	color:				#FFFFFF;
	text-decoration:	underline;
}
