html, body {	height: 100%;         				/* required */	background-color: #EDE9FF;			/* background color */	font-family:arial,sans-serif;	font-size:small;	color:#000000;}body {	text-align: center;   				/* horizontal centering hack for IE */	padding: 0;           				/* required to "hide" distance div */	margin: 0;            				/* required to "hide" distance div */}div#distance { 	margin-bottom: -10em; 				/* half of content height *//*	background: red;      				/* temporary - used to see div (inschakelen als je een rode lijn)*/	width: 1px;           				/* required to "hide" distance div */	height: 30%;          				/* required */	float: left;          				/* required */}div#content {	position: relative;   				/* positions content on top of distance */	text-align: left;     				/* horizontal centering hack for IE */	height: 38em;         				/* required - desired height */	width: 60em;          				/* required - desired width */	background: white;     				/* cosmetic */	padding: 10px;						/* distance from text to border */	margin: 0 auto;       				/* required */	color: #7d73b2;       				/* required */	clear: left;          				/* required */	border-top: #000000 solid 1px;		/* border all around */}.buttonscontainer {	margin-top: 50px;	width: 144px;}.buttons a {	color: #7d73b2;	background-color: #ffffff;	padding: 4px;	padding-left: 3px;	display: block;	border-bottom: 1px solid #7d73b2;	font: 12px Arial, sans-serif;	font-weight: bold;	text-decoration: none;	text-align: left;}.buttons a:hover {	background-color: #ffffff;	color: #9c1e8b;	text-decoration: none;}div#iframe {	position: absolute;	top: 140px;	margin: 10;	left: 190px;	padding-right: 20px;	overflow: auto;						/* overflow zorgt ervoor dat er een scrollbalk komt als de content te veel is */	height: 29em;						 	width: 45.4em;						/* specifieke breedte, zodat de eventuele scrollbalk precies rechts uitlijnt */}	* + html div#iframe {				/* dit is de hack om IE7 iets anders te laten doen. !important werkt niet meer in IE7 */	width:46em}	div#iframe h1 {		color: #7d73b2;		font-size:14px;	}	div#iframe a:link {		color: #7d73b2;	}	div#iframe a:hover {		color: #9c1e8b;	}	div#iframe p {		color: #9c1e8b;		font-size:12px;	}	div#footer {	position: relative;   				/* positions content on top of distance */	bottom: 1px;	text-align: center;	align: center;	height: 1.8em;         				/* required - desired height */	width: 61.5em;          			/* required - desired width */	background: #7D73B2;    			/* cosmetic */	padding: 0px;						/* distance from text to border */	margin: 0 auto;       				/* required */	clear: left;          				/* required */	border-top: #000000 solid 1px;		/* border all around */	border-bottom: #000000 solid 1px;}	div#footer a:link {		color: #ffffff;}	* + html div#footer a:link {		color: #ffffff;	}	* + html div#footer {				/* IE7 hack */		bottom: 1px;		text-align: center;     		/* horizontal centering hack for IE */}	div#footer p {		text-align: center;		line-height: 0px;		color: #FFFFFF;		font: 10em;}	* + html div#footer p {		padding-top: 3px;				/* IE7 hack */		line-height: 15px;}