body {
	background:#fff url(../img/bg.png) center top ;
	padding:0px;
	margin:0px;
	font-family:Trebuchet MS, Helvetica, sans-serif;	
	line-height:18px;
	font-size:12px;
	color:#333;
	overflow:auto;
	text-align:center;
}

/* ----- speciaal voor FCK editor */
.fckeditorbody {
	text-align:left;
	background:#fff url(../img/NONE.png) center top ;
}

#siteContainer {
	margin: 0 auto;  /* ------- ERG BELANGRIJK -------- */
	position:relative; 
	width:926px;
}

a:link, a:active, a:visited, a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#cc3333;
}
a:hover {
	color:#000;
}

a img {
  border:0px solid #fff;
}

select, button, input {
	font-family:Trebuchet MS, Helvetica, sans-serif;	
	line-height:16px;
	font-size:12px;
}

p {
	font-family:Trebuchet MS, Helvetica, sans-serif;	
	line-height:18px;
	font-size:12px;
	padding:0px;
	margin:0 0 0 0;
}

td {
	font-family:Trebuchet MS, Helvetica, sans-serif;	
	line-height:18px;
	font-size:12px;
	vertical-align:top;
}

.klein {
	font-family:Trebuchet MS, Helvetica, sans-serif;	
	line-height:16px;
	font-size:11px;
	color:#777;
}


.error {
	color:#cc3333;
}

.rood {
	color:#cc3333;
}

h1, h2, h3, h4, h5, h6 {
	color:#000;
	margin:0 0 3px 0;
	font-weight:bold;
}		

h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
