HTML { margin:0; }

BODY{
	height: 100%;
}
DIV
{
	-moz-box-sizing: border-box; 
	box-sizing:border-box;
	margin:0;
}

#splashlink , #splashlink:link, #splashlink:visited
{
	color:#AAAAAA;
	font-family: trebuchet ms,arial,verdana;
	font-size:11px;
	text-decoration:none;
}
#splashlink:hover
{
	font-weight:bold;
	color:#FF9900;
}

#menu, #footer
{
	height:39x;
}

#hleft
{
	background-image:url('../components/haak_left.jpg');
	width:14px;
	height:39px;
}

#hright
{
	background-image:url('../components/haak_right.jpg');
	width:14px;
}

#footer
{
	background-image:url('../components/logo.gif');
	background-repeat:no-repeat;
	background-position: right;
	height:48px;
}

/*
	CONTACTFORMULIER
	
*/
.tplform
{
	font-family:trebuchet MS, arial;
	font-size: 12px;
	border: solid 1px #EC7404;
}