/* CSS Document */
	{
	margin:0px; 
	padding:0px;
	}
	
body,
html {
	height:100%;
	margin:0;
	padding:0;
	background-image:url(images/achtergrond.JPG);
	color:#000;
	}
body {
	min-width:800px;
	font-size:75%;					/* Dit is 12 pixels */
	font-family:Arial, Helvetica, sans-serif;
	 }
h1 {
	font-size:1.5em;				/* Dit is 18 pixels */
	text-align:center;
   }		
h2 {
	font-size:1.4em;
	text-align:left;
   }
h3 {
	font-size:1.4em;
	text-align:left;
	clear:both;
   }
h4 {
	font-size:1.5em;
	color:#000000;
	font-weight:bolder;	
	text-align:center;
   }


.p1 {
	clear:both;
	}
.p2 {								
	margin:0px 20px 0px 20px;		/* margin volgorde: top right bottom left */
	}
.p3 {								/* Voor de onderste regel van het contact formulier */
	margin-left:50px;
	}
.p4	{								/* Voor de links zonder banner */
	color:#000191;
	text-decoration:none;
	font-size:1.0em;
	}
.p5	{								/* Lettertype voor tekst van het hoofdmenu voor de site map */
	font-size:0.9em;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	margin-left:30px;
	}
.p6	{								/* Lettertype voor submenu 1 van de site map */
	font-size:0.9em;
	color:#000000;
	text-decoration:none;
	margin-left:185px;
	}
.p7	{								/* Lettertype voor submenu twee van de site map */
	font-size:0.9em;
	color:#000000;
	text-decoration:none;
	margin-left:340px;
	}

#container {						/* De div waar alles in zit */
	background:#FFFFFF;
	margin:0 auto;
	width:800px;
		   }

#header {
	margin-left:0px;
		}
		
#tekst {
	background:#FFFFFF;
	padding-bottom:10px;
	font-size:1.3em;
	margin:0px 25px 10px 25px;		/* margin volgorde: top right bottom left */

	   }
#footer {
/*	background:#585062;*/
	background:none;
	clear:both;
	font-size:0.8em;				/* Tekst in de footer */
	color: #000000;
	text-align:center;
		}
#inhoudlithe {						/* List van therapie */
	width:500px;						
	background-color:#FEFDEB;		/* Kleur van het vlak waar de list in staat */
	border:1px solid;
	padding:5px 0px 5px 15px;
	margin-left:100px;
	list-style-position:outside;	/* Om de tekst onder de balletjes verderop te laten beginnen */
   }
#inhoudlingk {						/* Inhoud van de div in natuurgeneeskunde */
	width:300px;
	border:1px solid;
	background-color:#FEFDEB;		/* Kleur van het vlak waar de list in staat */
	padding:5px 0px 5px 15px;
	margin-left:200px;
	list-style-position:outside;	/* Om de tekst onder de balletjes verderop te laten beginnen */
}
#inhoudliaro {						/* List van Aromatherapie */
	width:550px;
	border:1px solid;
	background-color:#FEFDEB;		/* Kleur van het vlak waar de list in staat */
	padding:5px 0px 5px 15px;
	margin-left:90px;
	list-style-position:outside;	/* Om de tekst onder de balletjes verderop te laten beginnen */
	}
#fotolinks {						/* Foto aan de linkerkant */
	float:left;
	margin:15px 15px 15px 0px;		/* margin volgorde: top right bottom left */
	font-size: 0.8em;
	font-style: italic;
		 }
#fotorechts {						/* Foto aan de rechterkant*/
	float:right;
	margin:0px 0px 15px 15px;		/* margin volgorde: top right bottom left */
	font-size: 0.8em;
	font-style: italic;				/* Tekst bij de foto */
		 }
#fotomidden	{text-align:center;
		}
#containerlinks {					/* De div voor de link pagina en het contact formulier */
	background:none;
	margin:0 auto;
	width:800px;
		   	    }
#links {							/* De div die in de containerlinks staat */
	background:none;
	text-align:center;
	margin-top:50px;
	margin-bottom:75px;
	vertical-align:bottom;
	   }
#tablinks {							/* Tekst van de tabel aan de linkerzijde */
	float:left;
		  }
#tabrechts {						/* Bedragen van de tabel aan de rechterzijde */
	float:right;
	width:350px;
		   }
#formulier {
	color:#000000;
	font-size:1.3em;
	font-weight:bold;
	margin:0px 25px 10px 25px;		/* margin volgorde: top right bottom left */
	   }
fieldset {
	margin:30px 0px 0px 50px;				/* margin volgorde: top right bottom left */
	border: #000000 solid 1px;
	width: 32em;
		 }
legend {
	border: #000000 solid 1px;
	padding: 1px 10px
}
label {
	width: 6em;
	float: left;
	text-align: left;
	margin: 0px 1em 10px 10px;
	clear: both
}
.invulveld {
	margin-bottom:10px;
			}
.knop {
	margin-left: 9em;
	margin-bottom: 1em;
	clear: both;
	  }

.listsitemap1 {							/*	Om het hoofdmenu in de sitemap op zijn plek te zetten	*/
	background-color:#99FF00;
	margin:20px 70px 0px 70px;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:20px;
	border:1px solid;
	border-color:#000000;
	list-style:none;
			 }
			 
.listsitemap2 {								/*	Om de submenus op hun plek te zetten in de sitemap	*/
	background-color:#FEFDEB;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:20px;
	margin:0px 70px 0px 70px;
	border:1px solid;
	border-top:none;
	border-color:#000000;
	list-style:none;
			 }
