/* main.css */
		body {
				background-color: #DCDAD0;	/* grijs */
				/* background-color: #F6DFA7;		 /*E9D39E F9E2AA  EDC391 A69671	*/
				}
		li		{
				text-align: left;
				color: #C37F5E;
				margin-bottom: 12px;
				}
		ul		{
				/* margin-bottom: 180px; */  /*	dit schijnt niet te werken */
				}
		a 		{
				color: brown;
				text-decoration: none;
				}
	 	h1		{
				font-family: arial, helvetica, sans-serif; 
				font-size: 26pt;
				text-align: justify;
				color: #202727;
				}

	 	h2		{
				font-family: arial, helvetica, sans-serif; 
				font-size: 18pt;
				text-align: justify;
				color: #455475;
				}
	 	h3		{
				font-family: arial, helvetica, sans-serif; 
				font-size: 16pt;
				font-weight: 650;
				text-align: left;
				color: #455475;
				}
		hr		{
				background-color: grey; 
				height: 3px; 
				border: none;
				}
		#artiekel_datum	{
				font-family: arial, helvetica, sans-serif; 
				font-size: 12pt;
				line-height: 21pt;		
				text-align: left;
				color: #985A56; 
				}		
		.artiekel_lijst	{
				font-family: arial, helvetica, sans-serif; 
				font-size: 16pt;
				line-height: 21pt;		
				text-align: left;
				color: #123456;
				}		
		.artiekelekstrakt {
				font-style: italic; 
				font-size: 12pt;
				color: #225786;
				text-align: justify;
				margin-left: 5%;
				margin-bottom: 30px;
				}
		.gecentreerd_80 {
				margin-left: 10%;
				margin-right: 10%;
				width: 80%
				}
		.gigantische-tekst {
				font-family: arial, helvetica, sans-serif; 
				font-size: 60pt;
				text-align: center;
				}
		.img_copyright {
				text-align: right; 
				margin-right: 4%; 
				margin-top: -3%;
				font-size: 10pt; 
				color: #AB9B74;
				}
		.image-container {
				/* align: center; */
				}
		.meerlezen	{
				font-style: italic; 
				font-size: 11pt;
				font-weight: 650;
				line-height: 20pt;
				color: #985A56;
				margin-left: 2%;
				}
		.spacer_40 {
				height: 40px;
				}
		.standard-text {
				font-family: arial, helvetica, sans-serif; 
				font-size: 14pt;
				text-align: left;
				line-height: 21pt;
				color: #404757;
				}
		.tekst 	{
				width: 70%;
				margin-left: 15%;
				margin-right: 15%;
				/*		
					border-width: 1px; 
					border-style: solid; 
					border-color: black;
					overflow: scroll;
					position: fixed;
					height: 100%;
					left: 0;
					top: 0; */
				}
		.textlinks {		
				}
		.topillustration	{
				width: 120%;
				display: grid;
				align-content: center;
				margin-left: -10%; 	
				background-color: #FCE4AD; 
				border-width: 4px; 
				border-style: solid; 
				border-color: #9B0902;	 /* #EDC391;  */
				border-radius: 20px;
				/* padding: 10px 10px; */
				}			
		.image_properties	{
				width: 100%;		/*	inherit	; was: 120%*/
				}
				
				
		#text-quote {
				font-style: italic; 
				color: #7C6E98;
				}
/* -------------- buttons onderaan pagina ----------*/				
	#bottom_menu	{
				width: 28%;
				border-radius: 25px;
				display: inline-block;
				vertical-align: bottom;
				text-align: center;
				padding-bottom: 10px;
				padding-top: 10px;
				}	
	#bottom_menu_div	{
				background-color: transparent;
				padding: 10px;
				text-align: center;
				width: 100%;
				display: inline-block;
				}
	#bottom_menu_ul {
				list-style-type: none;
				margin: 0;
				padding: 0;
				overflow: hidden;
				}
	#bottom_menu_li	{
				float: left;
				width: 30%;
				}
	#bottom_menu_spacer	{
				background-color: transparent;
				float: left;
				width: 35%;
				}
	#bottom_menu_spacer_mid	{
				background-color: transparent;
				float: left;
				width: 10%;
				}
	#bottom_menu_a	{
				display: block;
				background-color: #F6DFA7; /* button achtergrondkleur / roze = F4E3F3 */
				color: #AF0902;				/* button tekstkleur */
				border-width: 1px; 
				border-style: solid; 
				border-color: #EDC391; 
				border-radius: 10px;
				padding: 10px 10px;
				text-decoration: none;
				text-align: center;
				font-family: arial, helvetica, sans-serif; 
				font-size: 12pt;
				}
	#bottom_menu_li a:hover {
				background-color: #9D9C94;	/* Change the link color to #xxyyzz on hover */
				color: #FFF;				/* button tekstkleur */
				}
	#made_w_Love	{
				font-family: arial, helvetica, sans-serif; 
				font-size: 10pt;
				text-align: right; 
				color: #B17F66; 
				margin-top: 15%;
				}
		