﻿table.contact					{																			/* tabel contactformulier */
									margin-left: auto;														/* horizontaal centreren */
									margin-right: auto;														/* horizontaal centreren */
									width: 560px;															/* breedte */
								}

td.contact-label				{																			/* (cellen) beschrijving invoervelden contactformulier */
									color: #001A63;															/* tekstkleur */
									font-family: "Calibri", "Tahoma", "Arial", sans-serif;					/* lettertype */
									font-size: 10pt;														/* lettergrootte */
									font-weight: normal;													/* opmaak */
									letter-spacing: 1px;													/* afstand tussen letters */
									text-decoration: none;													/* tekststijl */
									width: 200px;															/* breedte */
								}

td.contact-input				{																			/* cellen invoervelden contactformulier */
									width: 380px;															/* breedte */
								}

input, textarea					{																			/* invoervelden contactformulier */
									background-color: #FFFFFF;												/* achtergrondkleur */
									border-color: #FF7800;													/* randkleur */
									border-style: solid;													/* randtype */
									border-width: 1px;														/* randdikte */
									color: #001A63;															/* tekstkleur */
									font-family: "Calibri", "Tahoma", "Arial", sans-serif;					/* lettertype */
									font-size: 10pt;														/* lettergrootte */
									font-weight: normal;													/* opmaak */
									letter-spacing: 1px;													/* afstand tussen letters */
									margin-bottom: 2px;														/* afstand tot voglende element */
									text-decoration: none;													/* tekststijl */
									width: 380px;															/* breedte */	
								}

textarea						{																			/* invoerveld bericht */
									height: 200px;															/* hoogte */
								}

input:focus, textarea:focus		{																			/* invoervelden contactformulier (geselecteerd) */
									background-color: #CFE4FF;												/* achtergrondkleur (gelijk aan background-color div.quote) */
								}

input#spam						{																			/* spam-protect */																					
									visibility: hidden;														/* zichtbaarheid */
									width: 1px;																/* breedte */
								}