			body {
				margin: 34px 0 0 0;
				}
			body,
			table,
			li,
			td,
			input,
			select,
			textarea {
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-size: 9pt;
				line-height: 1.3em;
				}
			img {
				border: 0;
				}
			td {
				vertical-align: top;
				}
			div#header {
				margin: 0 0 68px 0;
				padding: 0;
				background: #FFF url(../images/bg_header.gif) top left repeat-x;
				height: 69px;
				overflow: hidden;
				position: relative;
				}
			img#logo {
				position: absolute;
				top: 0;
				left: 34px;
				}
			div#content {
				position: relative;
				width: 948px;
				}
			div#detail {
				/*height: 375px;*/
				height: 353px;
				width: 248px;
				overflow: hidden;
				float: left;
				/* fix voor double-margin bug in IE */
				display: inline;
				margin-left: 34px;
				/*background-color: #CCC;*/
				}
			div#detail a,
			div#detail a:visited {
				text-decoration: none;
				color: #156BAD;
				}
			div#maincontent {
				height: 375px;
				width: 656px;
				overflow: hidden;
				float: left;
				/* fix voor double-margin bug in IE */
				display: inline;
				margin-left: 10px;
				/*background-color: #444;*/
				}

/* This forces browsers to expand the height of the #content div to include the new spacer-div */
div.spacer {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
