td.footer						{																			/* footer cel */
									background-image: url('http://dev.aplus-webdesigns.nl/fsx/images/layout/footerfull.gif');				/* achtergrond afbeelding (onderzijde sidebars + footer) */		
									height: 25px;															/* hoogte */
									width: 938px;															/* breedte (gelijk houden aan breedte table.layout) */
								}

div.footer						{																			/* div footer */
									color: #5985E5;															/* tekstkleur */
									font-family: "Myriad Pro", "Calibri", "Tahoma", "Arial", sans-serif;	/* lettertype */
									font-size: 8pt;															/* lettergrootte (niet groter dan 23px) */
									font-weight: bold;														/* opmaak */
									height: 23px;															/* hoogte (niet hoger dan 25 px i.v.m. background repeat) */
									letter-spacing: 1px;													/* afstand tussen letters */
									margin-bottom: 1px;														/* ondermarge */
									margin-top: 1px;														/* bovenmarge */
									text-align: center;														/* horizontale uitlijning */
									text-decoration: none;													/* tekststijl */
									vertical-align: middle;													/* verticale uitlijning */
								}

a.footer, a.footer:visited		{																			/* footerlinks (normaal en bezocht) */
									color: #5985E5;															/* tekstkleur */
									margin-left: 10px;														/* linkermarge */
									margin-right: 10px;														/* rechtermarge */
									text-decoration: none;													/* tekststijl */
								}

a.footer:hover, a.footer:active	{																			/* footerlinks (mouse-over en actief) */
									border-bottom: 1px dashed;												/* gestippelde lijn */
									color: #5985E5;															/* tekstkleur */
									margin-left: 10px;														/* linkermarge */
									margin-right: 10px;														/* rechtermarge */
									text-decoration: none;													/* tekststijl */
								}