@charset "UTF-8";
/* Pagina's: Pieter Sturm - vormgever */
 /* body */
body {
 /* 	font-family: "Times New Roman", Times, serif;  */
 	font-family: Verdana, Geneva, sans-serif;
	padding: 0;
	background-color: #f0ffff;  /* #f0ffff */
	position: relative;
	width: 1100px;
	margin: 0 auto;
	z-index: 0;
}

 /* inhoud */
#inhoud {
	width: 1100px;
	height: 720px; /* was 780 */
	position: relative;
	margin: 0 auto;
	background-color: #f0ffff;
}

 /* header */
#header {
	position: absolute;
	margin-top: 3px;
	margin-left: 947px;
	top: 0px;
	border: 0px;
	z-index: 1;
}

/* Koppen */
/* kop categorie */
#kop_categorie {
	position: absolute;
	margin-top: 50px;
	margin-left: 80px;
}

/* kop naam */
#kop_naam {
	position: absolute;
	margin-top: 75px;
	margin-left: 80px;
	font-size: 200%;
	color:#888;
}

/* kop bijschrift */
#kop_bijschrift {
	position: absolute;
	margin-top: 125px;
	margin-left: 80px;
	font-size: 75%;
	color:#999;
}
/* Einde koppen */

/* Foto's */

/* Centreren alle foto's */
/* Gebruikt exclusief: Vaas */
/* Formule: [blad / 2] - [marge links] - [alle foto's plus tussenruimte / 2] */
/* Geeft: [1100 / 2] - [80] - [265 / 2] = 550 - 80 - 132 = 70 */
#centreren_v {
	position: absolute;
	margin-left: 338px;
}
/* Einde centreren alle foto's */

/* foto links staand */
/* Gebruikt: Vaas Prisma */
#foto_links_staand {
	position: absolute;
	margin-top: 242px; /* was 300 */
	margin-left: 80px;
}

/* foto staand twee fotoos vierkant */
/* Gebruikt: Sokkel */
#foto_staand_twee_fotoos_vierkant {
	position: absolute;
	margin-top: 342px; /* was 400px */
	margin-left: 80px;
}

/* Twee foto's liggend */
/* Gebruikt: Lady-Bird */
#twee_fotoos_liggend {
	position: absolute;
	margin-top: 160px; /* was 200 */
	margin-left: 220px;
}

/* foto_staand_foto_liggend_foto_staand */
/* Gebruikt: Kast Reliëf */
#foto_staand_foto_liggend_foto_staand {
	position: absolute;
	margin-top: 242px; /* was 300 */
	margin-left: 80px;
}

/* foto solo liggend */
/* Gebruikt: Bank Michiel */
#foto_solo_liggend {
	position: absolute;
	margin-top: 160px; /* was 200 */
	margin-left: 168px;
}

/* Twee foto's liggend 2*/
/* Gebruikt: Verstelbare stoel */
#twee_fotoos_liggend_2 {
	position: absolute;
	margin-top: 260px;
	margin-left: 110px;
}

/* Twee foto's liggend 3*/
/* Gebruikt: Verstelbare tafel, Verstelbate stoel en tafel, Buisframe stoelen gecombineerd */
#twee_fotoos_liggend_3 {
	position: absolute;
	margin-top: 337px;
	margin-left: 80px;
}

/* Drie foto's vierkant*/
/* Gebruikt: Buisframe stoel, hoog */
/* Gebruikt: Buisframe stoel, laag */
#drie_fotoos_vierkant {
	position: absolute;
	margin-top: 360px;
	margin-left: 80px;
}

/* twee foto's links liggend ---- toegevoegd juli 2020 */
/* Gebruikt: Foam, kinderstoeltjes */
#twee_fotoos_links_liggend {
	position: absolute;
	margin-top: 162px; /* was 180 */
	margin-left: 80px;
}

/* foto links staand 2 ---- toegevoegd juli 2020 */
/* Gebruikt: Amazone variant */
#foto_links_staand_2 {
	position: absolute;
	margin-top: 167px; /* was 200 */
	margin-left: 145px;
}



/* Einde foto's */

/* footer */
#footer {
	position: relative;
	top: 682px;  /* was 682 */
	border: 0px;
	text-align: center;
	z-index: 1;
}
