@charset "utf-8";
/* CSS Document */

body { 
	background:url(../images/bg.gif) top left repeat; 
	height:100%; 
	margin:0; 
	padding:0;
	font-size:62.5%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#container1 { background:none; }
#container2 { width:600px; font-size:1.1em; padding:0;  }
#kop { display:none;  }
#printkop { display:block; width:600px; height:150px; text-align:left; }

#menu { display:none; }
#content_home { 
	background:none; 
	width:600px; 
	margin:0 auto;
	padding:0px;
}

#content { 
	background:none; 
	width:600px; 
	margin:0 auto;
	padding:0px;
}
#content #tekst { width:650px; margin-left:0px; font-size:inherit;}

#fotobalk { display:none; }
#bottom { display:none; } 


.typeface-js { 
	font-family: Dream Orphans; /*aparte font geladen als speciaal geconverteerde versie van Dream Orphans TTF; staat in map js/typeface*/
	color:#cc3300;
	text-align:left; 
	padding: 0px; 
	background:none;
	font-weight: normal;  /*Remember that heading styles are bold by default, so you'll either need to add font-weight: normal to you heading styles, or load the bold version of the font if that's what you're after. */
	font-size:16pt;
}
#content_home .typeface-js { text-align:left; }
