			html, body
			{
				padding: 0;
				margin: 0;
				width: 100%;
				background-color: #FFF;
			}
			
			img 
			{ 
				max-width: 100%;
			}
			
			.main
			{
				width: 100%;
				max-width: 570px;
				margin: 0 auto;
			}
			
			h1
			{
				text-indent: -9999px;
				height: 0px;
				margin: 0;
			}

			h2
			{
				text-indent: -9999px;
				height: 0px;
				margin: 0;
			}
			
			.header, .footer
			{
				width: 100%;
				display: block;
				padding: 0 1%;
				font: 10pt verdana, arial;
				-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
				-moz-box-sizing: border-box;    /* Firefox, other Gecko */
				box-sizing: border-box;         /* Opera/IE 8+ */
			}
			
			.container
			{
				width: 100%;
				display: block;
				text-align: center;
				font: 10pt verdana, arial
			}
			
			.content
			{
				padding: 0;
				margin: 0 auto;
			}

			.subcontent
			{
				padding: 0;
				margin: 0 auto;
			}
			
			.blocks
			{
				padding: 0;
				margin: 0;
			}
			
			.block
			{
				list-style: none;
				display: inline-block;
				
				text-align: center;
  				width: 14.285%;
				min-width: 114px;
 				min-height: 70px;
			}
	
			.clear
			{
				clear: both;
			}
		
			.diversen
			{
				width: 100%;
				display: block;
				padding: 0 1%;
				text-align: left;
				-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
				-moz-box-sizing: border-box;    /* Firefox, other Gecko */
				box-sizing: border-box;         /* Opera/IE 8+ */
			}

			span
			{
				display:block;
			}
			
			a:link {
				text-decoration: none;
				color:#7F7F7F;
				display: block;
			}  /* unvisited link */

			a:visited {
				text-decoration: none;
				color:#7F7F7F;
			} 	/* visited link */

			a:hover {
				text-decoration: none;
				color: #000; 
			}   /* mouse over link */

			a:active {
				text-decoration: none;
				color: #000; 
			}   /* selected link */	

			/* afbeelding voor plaatje */	
			.afbeelding_container {
			position: relative;
			float: left;
			width: 100%;
			}

			.tekst_container {
			position: absolute;
			top: 10%;		/* of bottom bijv. 10px */
			left: 10%;		/* of right bijv. 10px */
			color: #000;
			} 
			/* eind afbeelding voor plaatje */	
			
			
			/* BEGIN DROWDOWN MENU */	
			/* dropdown menu */
			/* js bestandje toevoegen */

			.dropdowncss
			{	margin: 0;
				padding: 0;
				z-index: 40
			}
			.dropdowncss li
			{	margin: 0;
				padding: 0;
				list-style: none;
			}
			.dropdowncss li a
			{	display: block;
				padding: 0px 2px;
				text-align: center;
				text-decoration: none
			}
			.dropdowncss li a:hover
			{	
			}

			.dropdowncss div
			{	position: absolute;
				visibility: hidden;
				margin: 0;
				padding: 0;
				background: #FFF;
				border: 1px solid #7F7F7F
			}
				.dropdowncss div a
				{	position: relative;
					display: block;
					margin: 0;
					padding: 1px 1px;
					white-space: nowrap;
					text-align: left;
					text-decoration: none;
					font: 10pt verdana, arial
				}
				.dropdowncss div a:hover
				{	background: #E5E5E5;
					color: #000
				}

			
			/* EIND DROWDOWN MENU */	
