body {
	background-color:#ffffff;
	background-image:url(...);
	background-repeat:no-repeat;
	margin-top:0px;
	color:#523f2c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	/* Scrollbars */
	/*scrollbar-face-color:#b09a78;
	scrollbar-arrow-color:#5e513e;
	scrollbar-track-color:#5e513e;
	scrollbar-shadow-color:#5e513e;
	scrollbar-highlight-color:#b09a78;
	scrollbar-3dlight-color:#b09a78;
	scrollbar-darkshadow-Color:#7d684a;*/
}

/* Beeld met randje */
.beeld {
	border: 1px solid #000000;
}

/* Standaard alle beelden zonder rand (ideaal bij links) */
img {
	border:0;	
}

/* Standaard tabel zonder tussenranden */
table {
	border-spacing:0px;
	padding:0px;
	width:460px;
}

/* Standaard lijst */

ul {
	list-style-type:square;
	margin-left:0px;
	padding-left:0px;
}

/* Container div - positioneert alles centraal */
#container {
	position:absolute;
	width: 780px;
	height:auto;
	/* helft van de breedte negatief */
	margin-left: -390px;
	left: 50%;
	top: 0px;
	
	background-image:url(img/content2.gif);
	background-repeat:repeat-y;
}

/* Voorbeeld stijl met achtergrondafbeelding */
#header {
	background-color:#ffffff;
	background-image:url(img/header.gif);
	background-repeat:no-repeat;
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	height:156px;
	text-align:left;
	vertical-align:top;
}
#email {
	position:absolute;
	top:98px;
	left:550px;
}

#fotoband{
	position:relative;
	background-repeat:no-repeat;
	top:0px;
	left:0px;
	width:780px;
	height:87px;
	
}

#menu{
	position:relative;
	background-image:url(img/menu.gif);
	background-repeat:no-repeat;
	width:780px;
	height:30px;
	text-align:center;
	margin-top:-11px;
	!margin-top:0px;
}

#menu li {
	display:inline;
}

#content {
	position:relative;
	background-image:url(img/content1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	top:0px;
	left:0px;
	width:780px;
	min-height:300px;
	margin-top:-20px;
}

html>body #content {
	position:relative;
	background-image:url(img/content1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	top:0px;
	left:0px;
	width:740px;
	min-height:300px;
	margin-top:0px;
	padding:0px 20px 0px 20px;
	/*background:blue;*/
}

#adres {
	width:200px;
	min-height:300px;
	/*background:green;*/
	float:left;
/*
	position:relative;
	float:left;
	top:180px;
	left:50px;
	margin-left:10px;
	height:300px;
*/
}

#inhoud {
	/*position:relative;
	top:0px;
	left:90px;*/
	margin-left:0px;
	/*padding: 20px 20px 20px 0px;*/
	padding:20px 60px 20px 0px;
	width:/*520px;*/480px;
	min-height:300px;
	float:right;
	/*background:yellow;*/
}

#gegevens {
 	height:auto;
	width:150px;
	/*background:#99CC00;*/
	position:relative;
	top:150px;
	left:50px;
}

#inhoud p {
	width:530px;
}

#adres p {
	width:120px;
}

#footer {
	/*position:relative;*/
	background:#fff url(img/footer.gif) no-repeat ;
	/*background-repeat:no-repeat;
	background-position:top left;*/
/*	top:0px;
	left:0px;*/
	width:780px;
	height:59px;
	clear:both;
}

#proxi {
	position:relative;
	background-repeat:no-repeat;
	background-position:top left;
	top:9px;
	left:21px;
	width:780px;
	height:59px;
}

#footermenu {
	/*position:absolute;*/
	position:relative;
	background-repeat:no-repeat;
	background-position:top left;
	/*top:17px;
	right:26px;
	clear:both;*/
	top:-40px;
	left:150px;
}

/* scrolling div'ke */
#inhoudje
{ 
	overflow-x: hidden;
	overflow-y: auto;
	width:480px;
	height:280px;
	padding:10px;
}

/* Algemene links */
a {
	color:#523f2c;
    text-decoration: none;}
	
a:hover {
	color:#ff9000;
    text-decoration: none;
	     }
		 
/* Menu links */
#menu a {
	color:#2a0d71;
	text-decoration:none;
}
	
#menu a:hover {
	color:#81c7f2;
	text-decoration:none;
}

/* kopteksten */
h1 {
	font-size:14px;
	font-weight:600;
	color:#3366FF;
}

h2 {
	font-size:14px;
	font-weight:600;
	color:#3366FF;
}
	
/* Speciale links (display:block) */
#blaap a {
	display: block;
	background-color: #eeeeee;
	color:#000000;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;}
	
#blaap a:hover {
	display: block;
	background-color: #4DB2CF;
	color:#ffffff;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;
	font-weight:bold;}
	
#Info {
	width:200px;
}

#Name {
	font-weight:bold;
}

.CFItem {width:400px;clear:both;}
.CFLabel {width:150px;float:left;font-family:verdana;font-size:10px;color:#666666;margin-bottom:2px;margin-top:2px;}
.CFField {width:250px;float:left;font-family:verdana;font-size:10px;color:#666666;margin-bottom:2px;margin-top:2px;}
.CFFieldText {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldTextarea {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldSelect {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldRadio {}
.CFFieldCheckbox {}
.CFFieldPassword {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldFile {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldEmail {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldCopy {}
.CFFieldRadioData {}
.CFFieldCheckboxData {}
.CFCaptcha {width:400px;font-family:verdana;font-size:10px;color:#666666;text-align:center;}
.CFCaptchaTitre {width:100%;text-align:center;font-weight:bold;display:none;}
.CFCaptchaTexte {width:100%;text-align:justify;}
.CFStar {width:400px;font-family:verdana;font-size:10px;color:#ff0000;text-align:center;margin-top:20px;}
.CFStarIcon {font-family:verdana;font-size:10px;color:#ff0000;}
.CFButton {width:400px;text-align:center;}
.CFButtonSubmit input {font-family:verdana;font-size:10px;color:#666666;font-weight:bold;width:200px;text-align:center;margin-top:20px;}
.CFButtonReset input {font-family:verdana;font-size:10px;color:#666666;font-weight:bold;float:left;width:200px;text-align:center;margin-top:20px;display:none;}
.CFMessageSent {width:400px;font-family:verdana;font-size:12px;color:#003300;font-weight:bold;text-align:center;margin-top:20px;}
.CFFieldset {clear:both;display:block;border:solid 1px #999999;margin:0;margin-bottom:4px;padding:10px;width:400px;}
.CFLegend {font-family:verdana;color:#666666;font-size:12px;font-weight:bold;background:#efefef;border:solid 1px #999999;padding:2 5 2 5;margin-bottom:10px;}