@charset "UTF-8";
/* Pagina's: Pieter Sturm - vormgever */
/* body */
body {
 	font-family: Verdana, Geneva, sans-serif;
	padding: 0;
	background-color: #eee; /* was eee */
	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: #eee;
}

/* 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 */

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

/* foto links liggend */
/* Gebruikt: Schuifstoel Maria */
#foto_links_liggend {
	position: absolute;
	margin-top: 373px; /* was 431 */
	margin-left: 110px;
}

/* foto rechts liggend*/
/* Gebruikt: Schuifstoel Maria */
#foto_rechts_liggend {
	position: absolute;
	margin-top: 373px; /* was 431 */
	margin-left: 590px;
}

/* foto_liggend_drie_keer */
/* Gebruikt: Stoel 1 en 2, versie 2016 */
#foto_liggend_drie_keer {
	position: absolute;
	margin-top: 417px; /* was 300 */
	margin-left: 80px;
}

/* foto links vierkant */
/* Gebruikt: A-stoel */
#foto_links_vierkant {
	position: absolute;
	margin-top: 242px; /* was 300 */
	margin-left: 80px;
}

/* foto rechts naast foto vierkant */
/* Gebruikt: A-stoel */
#foto_rechts_naast_foto_vierkant {
	position: absolute;
	margin-top: 242px; /* was 300 */
	margin-left: 560px;
}

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

/* foto rechts staand 2*/
/* Gebruikt: Driepootstoel */
#foto_rechts_staand_2 {
	position: absolute;
	margin-top: 167px; /* was 200 */
	margin-left: 610px;
}

/* Twee foto's liggend */
/* Gebruikt: Octopus */
#twee_fotoos_liggend {
	position: absolute;
	margin-top: 352px; /* was 410 */
	margin-left: 80px;
}

/* foto solo liggend */
/* Gebruikt: De zonnestoel */
#foto_solo_liggend {
	position: absolute;
	margin-top: 162px; /* was 200 */
	margin-left: 235px;
}

/* twee foto's links liggend */
/* Gebruikt: De Combinatie */
#twee_fotoos_links_liggend {
	position: absolute;
	margin-top: 152px; /* was 180 */
	margin-left: 172px;
}

/* twee foto's rechts liggend */
/* Gebruikt: De Combinatie */
#twee_fotoos_rechts_liggend {
	position: absolute;
	margin-top: 152px; /* was 180 */
	margin-left: 560px;
}

/* foto vierkant, foto liggend*/
/* Gebruikt: Quarto */
#foto_vierkant_foto_liggend {
	position: absolute;
	margin-top: 278px; /* was 336 */
	margin-left: 80px;
}

/* Einde foto's */

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