body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin:0;
	padding:0;
}

body {
	background:#dcf2ff url(img/basicbg.gif) repeat-y center left;	
}

#header {
	position:relative;
	top:15px;
	width:740px;
	height:16px;
	z-index:auto;
	background-color: #d9d9d9;
	text-align: left;
	background-image: url(img/boven.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
}
#nav {
	width:204px;
	height:auto;
	z-index:auto;
	padding: 15px;
}
#maincontent {
	position:absolute;
	left:197px;
	top:15px;
	width:467px;
	height:auto;
	z-index:auto;
}


/* Links */

#menu a:link {
	color: #ffffff;
	text-decoration: none;
	
  }

#menu a:visited {
	color: #ffffff;
	text-decoration: none;
	
  }

#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	
  }

#menu a:active {
	color: #d8d8d8;
	text-decoration: underline;
	
  }

a:link, a:visited {
	color: #06c;
	text-decoration: none;
	
  }

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

a:active {
	color: #06c;
	text-decoration: none; 
	
  }

/* Text */

.text	{
	font-family: 11px Arial, Helvetica, sans-serif;
	line-height:15px;
	text-align : justify;
	color: #000000;
  }

.bottomtext {
	color: #ffffff;
	a-color: #ffffff;
}

/* Design */

#content {
	margin: auto;
	width: 740px;
	position: relative;
}
#contentheader {
	margin: auto;
	width: 755px;
	position: relative;
}
