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

 /* 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 */
/* Formule: [blad / 2] - [marge links] - [alle foto's plus tussenruimte / 2] */
/* Geeft: [1100 / 2] - [80] - [377+80+343 / 2] = 550 - 80 - 400 = 70 */
/* Gebruikt exclusief: Tafels ZOZ */
#centreren_tts {
	position: absolute;
	margin-left: 98px; /* was 70 */
}

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

/* foto staand naast foto viekant*/
/* Gebruikt: Amazone */
#foto_staand_naast_foto_vierkant {
	position: absolute;
	margin-top: 242px; /* was 300 */
	margin-left: 560px;
}

/* foto solo staand */
/* Gebruikt: ISA */
/* Gebruikt: Tweezitsbank ILA*/
#foto_solo_staand {
	position: absolute;
	margin-top: 162px; /* was 200 */
	margin-left: 377px;
}

/* foto solo liggend */
/* Gebruikt: Driezitsbank ILA */
#foto_solo_liggend {
	position: absolute;
	margin-top: 162px; /* was 200 */
	margin-left: 213px;
}

/* foto solo liggend 2 */
/* Gebruikt: Gecombineerd */
#foto_solo_liggend_2{
	position: absolute;
	margin-top: 167px; /* was 200 */
	margin-left: 150px;
}

/* Twee foto's liggend */
/* Gebruikt: Kelk */
#twee_fotoos_liggend {
	position: absolute;
	margin-top: 328px; /* was 386 */
	margin-left: 80px;
}

/* twee foto's links liggend */
/* Gebruikt: Reinier */
#twee_fotoos_links_liggend {
	position: absolute;
	margin-top: 162px; /* was 180 */
	margin-left: 80px;
}

/* twee foto's links liggend bis */
/* Gebruikt: Tafels ZOZ */
#twee_fotoos_links_liggend_bis {
	position: absolute;
	margin-top: 177px; /* was 180 */
	margin-left: 80px; /* was 80 */
}

/* foto staand naast twee fotoos liggend */
/* Gebruikt: Tafels ZOZ*/
#foto_staand_naast_twee_fotoos_liggend {
	position: absolute;
	margin-top: 177px; /* was 180 */
	margin-left: 509px; /* was 537 */
}

/* Twee foto's liggend voorlopig*/
/* Gebruikt: Mireille */
#twee_fotoos_liggend_voorl {
	position: absolute;
	margin-top: 347px; /* was 405 */
	margin-left: 80px;
}

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