/*
//   Date  : 2005-10-11
*/

body 
{
	color:#9E6C00;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 1.5em;
	padding: 0px;
	text-align:center;
	background: #fff url(../images/background.png) repeat-x;
}

a
{
	font-weight:bold;
	color:#CCA300;
}
a:hover
{
}
img
{
	border:none;
}

h1,h2,h3,h4,h5,h6
{
	margin:0px;
}
h1
{
	letter-spacing:-2px;
	padding:10px 10px 0px 0px;
}
h2
{
	letter-spacing:-1px;
	padding:20px 0px 0px 0px;
}

/* ----------------------------- canvas --------------------------- */
#canvas 
{
	position: relative;
	margin: 0px auto;
	padding: 0px;
  	width: 770px;
  	top:-12px;
  	text-align:left;
}
* html #canvas
{
  	top:0px;
}

/* ----------------------------- content --------------------------- */
#content
{
	position:absolute;
	word-spacing:1px;
	margin:120px 0px 0px 60px;
	padding:20px 0px 20px 10px;
	width:700px;
}
* html #content
{
	padding:20px 0px 20px 18px;
}
#content td
{
	margin:0px;
	font-size: 13px;
	vertical-align:top;
	padding-bottom:10px;
}
#content p
{
	margin-top: 4px;
}
.welkom
{
	padding-left:318px;
}


/* ----------------------------- Banner --------------------------- */
#banner 
{
	background:url(../images/banner.png) no-repeat 0 0;
	height:151px;
	top:0px;
	margin:0px;
	position:absolute;
}
* html #banner  /* only for IE */
{
}

#menu img
{
	vertical-align:top;
}
#menu
{
	margin:82px 0px 0px 397px;
}
#menu a
{
	margin:0px 0px 0px 3px;
}
#menu a:hover
{
	border-bottom:7px solid #E9BF00;
}

#footer
{
	margin-top:20px;
	height:25px;
	background:url(../images/footer.png) no-repeat 0 0;
}

