body {
	margin	:	0px;
	padding	:	0px;
	font-family	:	Arial;
	font-size	:	11px;
	color			:	#0055A5;
	line-height	:	17px;
	background	:	#707070;
}

h1 {
	font-weight	:	bold;
	font-size	:	14px;
	margin-top	:	0;
}

h2 {
	font-size	:	11px;
	margin-bottom:	0px;
}

p {
	margin-top	:	0px;
}

li {
	list-style	:	circle;
}

a {
	color			:	#0055A5;
}

div.page {
	background	:	url('/gfx/bg_page.gif') white left repeat-y;
	width			:	819px;
	position		:	absolute;
	left	:	50%;
	margin-left	:	-410px;
}

div.content {
	background	:	url('/gfx/bg_content.gif') bottom right no-repeat;
	padding-left	:	24px;
	width				:	795Px;
	float				:	left;
}

div.textheader {
	padding-top		:	6px;
	padding-bottom	:	1px;
}

div.textheader a, div.footer a {
	color				: #0055A5;
	text-decoration	:	none;
}

div.textheader a:hover {
	color				:	#ACACAC;
}

div.header {
	float				:	left;
}

div.menu {
	float			:	left;
	padding-left:	9px;
	width			:	172px;
	margin-top	:	-50px;
}

div.menu a {
	width			:	130px;
	background	:	#0055A5;
	height		:	18px;
	margin		:	5px;
	padding		:	2px 0 0 10px;
	display		:	block;
	color			:	white;
	font-size	:	14px;
	text-decoration	:	none;
}

div.text {
	float				:	left;
	margin-top		:	1em;
	width				:	560px;
	min-height		:	400px;
}

div.text a {
	font-weight		:	bold;
	text-decoration	:	none;
}

div.text a:hover {
	color:#ACACAC;
}

div.footer {
	clear	:	both;
	margin-top:-20px;
	padding-top	:	3em;
	padding-bottom	:	4em;
	padding-left	:	10px;
}

form.sbform * {
	float	:	left;
}

form.sbform input, form.sbform textarea {
	margin-bottom:	5px;
	background-color:transparent;
	border:1px solid #000000;
	color:#333333;
	width		:	200px;
}

form.sbform textarea {
	height	:	100px;
}

form.sbform label {
	width	:	100px;
	clear		:	both;
}

form.sbform {
	float		:	left;
	clear		:	both;
	width		:	100%;
	margin-bottom	:	3em;
}

form.sbform i {
	margin-left	:	10px;
}

form.sbform input.sbbutton {
	clear		:	both;
	margin-left	:	100px;
	background-color:transparent;
	border-color:#0055A5;
	color:#0055A5;
	cursor:pointer;
	font-size:10px;
	width:120px;
}

img.navplaatje {
	margin-left	:	-175px;
	margin-top	:	20px;
}

.download {
	float	:	left;
	clear	:	both;
}

.downloadicon {
	border	:	0px;
}