/* Even iets resetten */
*
	{
	background-color: #fff;
	color: #000;	
	}

/* Verberg onnodige dingen */
#titelbalk, #subtitelbalk, #welkom, #container_left, #menu, #kerkdiensten, .scherm_alleen, #meditatie_frontpage
	{
	display: none;
	}

/* maak achtergrond/body op */
body
	{
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	width: 100%;
	}


/* Alle content staat in div#content.. stijl die */
#content
	{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	color: black; 
	background: #fff;
	font-size: 12pt;
	padding-top: 1em;
	padding-bottom: 10em;
	}	

/* meditatie */		
img#beginletter
	{
	float: left;
	}	
	
