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

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



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


.noInput {
	color:#f00;
	font-weight:bold;
	font-size:20px;
	line-height:12px;
}

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

.noBorder {
	border:0px solid #000;
}

textarea, select, button, input {
	font-family:Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;	
	line-height:16px;
	font-size:12px;
	border:1px solid #777;
}

.button {
	border:2px solid #777;
}
.button:hover {
	background-color:#3f3;
	border:2px solid #777;
}

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

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

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


.error {
	color:#f00;
}

h1, h2, h3, h4, h5, h6 {
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 3px 0;
	font-weight:normal;
}		

h1 {
	line-height:20px;
	font-size:13px;
}
h2 {
	line-height:20px;
	font-size:14px;
}
h3 {
	line-height:20px;
	font-size:15px;
}
h4 {
	line-height:20px;
	font-size:12px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:10px;
}


