body																{
																		background-color: #30322D !important;									/* achtergrondkleur */
																	}

div#container														{
																		left: 50%;													/* i.v.m. centreren layout */
																		margin-left: -375px;										/* i.v.m. centreren layout */
																		position: absolute;											/* i.v.m. centreren layout */
																		width: 750px;												/* breedte */
																	}

div#header															{																/* header (logo + vlinder) */
																		height: 80px;												/* hoogte */
																		left: 55px;													/* afstand tot linkerrand layout */
																		position: absolute;											/* positionering */
																		top: 0;														/* afstand tot bovenrand layout */
																		width: 363px;												/* breedte */
																	}

div#subheader														{																/* subheader (fotograaf + slogan + foto's) */
																		background-image: url('../images/layout/subheader.jpg');	/* achtergrondafbeelding */
																		height: 148px;												/* hoogte */
																		left: 0;													/* afstand tot linkerrand layout */
																		position: absolute;											/* positionering */
																		top: 80px;													/* afstand tot bovenrand layout (= div#header / height) */
																		width: 748px;												/* breedte */
																	}

div#menu															{																/* menu */
																		height: 372px;												/* hoogte */
																		left: 1px;													/* afstand tot linkerrand layout */	
																		position: absolute;											/* positionering */
																		text-align: right;											/* uitlijning menu-items (rechts) */
																		top: 228px;													/* afstand tot bovenrand layout (= div#header / height + div#subheader / height) */
																		width: 122px;												/* breedte */
																	}

li.menu																{																/* menu-items */
																		float: right;												/* uitlijning */
																		list-style-type: none;										/* geen opsommingsteken */
																		margin-bottom: 0;											/* marge onder menuitems */
																		margin-left: 2px;											/* marge links van menuitems */
																		margin-right: 1px;											/* marge rechts van menuitems */
																		margin-top: 12px;											/* marge boven menuitems (i.v.m. tussenruimtes) */
																	}

img																	{	 															/* afbeeldingen */
																		border: 0;													/* randloos (i.v.m. hyperlinks aan afbeeldingen) */
																	}

div#text															{																/* tekstvak (lettertype etc. in text.css)*/
																		left: 122px;												/* afstand tot linkerrand layout (= div#menu / width) */
																		padding: 20px;												/* ruimte tussen rand en tekst */
																		position: absolute;											/* positionering */
																		text-align: justify;										/* uitlijning tekst (uitvullen) */
																		top: 228px;													/* afstand tot bovenrand layout (= div#header / height + div#subheader / height) */
																		width: 586px;												/* breedte */
																	}

div#copyright														{																/* copyright */
																		bottom: 0;													/* afstand tot onderrand div#text */
																		height: 24px;												/* hoogte */
																		left: 0;													/* afstand tot linkerrand div#text */
																		position: absolute;											/* positionering */
																		text-align: center;											/* uitlijning tekst (centreren) */
																		vertical-align: middle;										/* verticale uitlijning tekst (midden) */
																		width: 626px;												/* breedte */
																	}