body {
	background:#fff;
	padding:0px;
	margin:0px;
	font-family:Trebuchet MS, Helvetica, sans-serif;	
	line-height:20px;
	font-size:14px;
	color:#000;
	overflow:auto;
	text-align:center;
}

/* ----- speciaal voor FCK editor */
.fckeditorbody {
	text-align:left;
	color:#000;
}

img {
	border:0px solid #000;
}

#siteContainer {
	margin: 0 auto;  /* ------- ERG BELANGRIJK VOOR CENTREREN SITE-------- */
	position:relative; 
	width:1000px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	color:#000;
}

h1 {
	font-size:20px;
	line-height:22px;
}
h2 {
	font-size:18px;
	line-height:20px;
}
h3 {
	font-size:16px;
	line-height:18px;
}
a {
	color:#ec008c;
}
p {
	margin:0px;
	padding:0px;
}

#divLeftkolom a {
	text-decoration:none;
}
#divLeftkolom a:hover {
	text-decoration:underline;
}

#divRightkolom a {
	text-decoration:none;
}
#divRightkolom a:hover {
	text-decoration:underline;
}
