body {
	margin: 0px;
	padding: 0px;
	color: #ccc;
	background-color: #000;
	}

body, td {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	}

b, strong {
	color: #fff;
	background-color: transparent;
	}

h1, h2 {
	color: #fff;
	background-color: transparent;
	margin-top: 12px;
	margin-bottom: 30px;
	margin-left: 35px;
	font-weight: normal;
	font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
	font-size: 17pt;
	}

h3 {
	color: #fff;
	background-color: transparent;
	margin-bottom: 20px;
	margin-left: 65px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	}

div.download {
	text-align: right;
	}

a:link {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
	}

a:visited {
	color: #ccc;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover {
	color: #0c3;
	background-color: transparent;
	text-decoration: none;
	}

a:active {
	color: #f00;
	background-color: transparent;
	text-decoration: none;
	}

img.left {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	}

img.right {
	margin-left: 8px;
	margin-bottom: 8px;
	float: right;
	}

td#maincell p, div.slides {
	font-size: 10pt;
	line-height: 145%;
	letter-spacing: 0.02em;
	margin-left: 65px;
	}

span.error {
	color: #f00;
	background-color: transparent;
	font-weight: bold;
	}

/* Producten page specific code */

ul.products, ul, ol {
	font-size: 10pt;
	line-height: 145%;
	letter-spacing: 0.02em;
	margin-top: 0px;
	margin-left: 65px;
	padding: 0px;
	}
	
ul.products li {
	list-style-type: square;
	}

ul.products a:link {
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #999;
	}

ul.products a:visited {
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #999;
	}

ul.products a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	}

ul.products a:active {
	color: #f00;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #999;
	}

/* HANS specific layout stuff */

div#article {
	color: #ccc;
	background-color: transparent;
	margin-left: 35px;
	margin-bottom: 15px;
	font-size: 8pt;
	text-align: right;
	}

div#article h1 {
	color: #fff;
	background-color: transparent;
	margin: 20px 0px 25px 0px;
	text-align: left;
	}

/* Project specific layout stuff */

div#projectdata h4 {
	color: #fff;
	background-color: transparent;
	margin-left: 65px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing: 0.07em;
	}

div#projectdata p {
	margin-left: 65px;
	margin-top: 0px;
	margin-bottom: 5px;
	}

.basemargin {
	margin-left: 65px;
	}

/* Layout control stuff */

table#mainframe {
	width: 100%;
	}

table#mainframe td.mainspace {
	color: #000;
	background-color: #fff;
	width: 33%;
	}

table#mainframe td#topspace {
	color: #000;
	background-color: #fff;
	}

table#mainframe td#maincell {
	width: 600px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	}

table#mainframe td#menu {
	width: 150px;
	vertical-align: top;
	text-align: right;
	}

table#mainframe td#menu a:link, table#mainframe td#menu a:visited, table#mainframe td#menu a:hover, table#mainframe td#menu a:active {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}

table#mainframe #menu img, img.fix {
	vertical-align: top;
	}

table#mainframe td#copyright {
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 35px;
	font-size: 9pt;
	text-align: center;
	}

div#acrobat {
	margin-left: 20px;
	text-align: center;
	}

div#acrobat img {
	margin: 15px;
	}

