* {
	margin: 0;
	padding: 0;
	}
body {
	overflow: -moz-scrollbars-vertical;
	background: #acc9e6;
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.25em;
	text-align: center;
	}
a {
	color: #0c2b81;
	text-decoration: underline;
	}
a:hover {
	color: #ff6702;
	text-decoration: underline;
	}
p {
	width: auto;
	margin: 0 0 1em 0;
	color: #000;
	font-size: 0.9em;
	}
.quote {
	margin: 0;
	}
h1, h1 a, h1 a:hover {
	display: block;
	width: 78px;
	height: 73px;
	color: #7b8291;
	font-size: 1.8em;
	font-weight: bold;
	}
h2, h2 a, h2 a:hover { 
	display: block;
	width: 180px;
	height: 73px;
	color: #7b8291;
	font-size: 1.5em;
	font-weight: bold;
	}
h3 {
	margin: 0 0 0.4em 0;
	color: #0c2b81;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em
	}
h4 {
	margin: 1.5em 0 0.4em 0; 
	color: #0c2b81;
	font-size: 0.9em;
	font-weight: bold;
	}
h4 span {
	font-weight: normal;
	}
h5 {
	color: #274177;
	font-size: 1em;
	font-weight: bold;
	}
img {
	border: 0;
	}
input, select, textarea {
	width: 20em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	border: 1px solid #b9c9d5;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: transparent;
	}
td {
	vertical-align: top;
	}
textarea  {
	height: 10em;
	}
.radiobutton, .checkbox {
	width: auto;
	margin: 0;
	vertical-align: middle;
	border: 0;
	}
.table {
	clear: both;
	width: auto;
	margin: 0 0 8px 0;
	border-collapse: collapse;
	}
.table th, .label {
	padding: 3px 16px 0 2px;
	border-bottom: 1px solid #e9eef2;
	font-size: 0.85em;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	}
.table td {
	overflow: visible;
	padding: 1px 2px 1px 2px;
	border-bottom: 1px solid #e9eef2;
	color: #333366;
	vertical-align: top;
	white-space: nowrap;
	}
.table td.noBorders {
	border: none;
	}
.form input {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 2px 1px 2px;
	color: #000;
	border: 1px solid #cacfdb;
	background: transparent;
	width: 242px;
	}
.form textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 2px 1px 2px;
	color: #db002d;
	border: 1px solid #cacfdb;
	background: transparent;
	width: 242px;
	height: 60px;
	}
.form select {
	font-family: Arial, Helvetica, sans-serif;
	color: #db002d;
	border: 1px solid #cacfdb;
	width: 250px;
	}
.form .radiobutton {
	width: auto;
	border: 0;
	}
.form input.textButton a {
	cursor: pointer;
	overflow: visible;
	width: auto;
	height: auto;
	margin: 4px 0 0 1px;
	padding: 3px 14px 5px 12px;
	font-size: 1em;
	text-align: center;
	border: 0;
	color: #fff;
	background: url(../images/bg_button.png) no-repeat bottom right;
	}
#containerBox {
	position: relative;
	margin: 0 auto 0 auto;
	min-width: 300px;
	max-width: 1024px;
	width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1022 ? "1006px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 521 ? "506px" : "100%")); /* min-width + max-width fix for IE */
	text-align: left;
	background: #fff;
	}
#headerBox {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 74px
	}
#headerBox .tl {
	background: url(../images/corner_header_tl.gif) left top no-repeat;
	}
#headerBox .tr {
	background: url(../images/corner_header_tr.gif) right top no-repeat;
	}
#logo span, #payoff span, #title span, #breadcrumb span {
	position: absolute;
	left: -999em;
	visibility: visible;
	}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 78px;
	height: 73px;
	background: url(../images/logo_tno.gif) no-repeat;
	visibility: visible;
	}
#payoff {
	position: absolute;
	top: 0;
	left: 100px;
	width: 800px;
	height: 73px;
	/*background: url(../images/payoff_gezondzoeken2.gif) no-repeat;*/
	visibility: visible;
	}
#login {
	position: absolute;
	right: 0;
	padding: 14px 16px 0 0;	
	color: #afc9df;
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 0.9em;
	}
#login a {
	height: 1.6em;
	color: #069;
	text-decoration: none;
	}
#login a:hover {
	color: #069;
	background: url(../images/li_login.gif) left 0 no-repeat;
	text-decoration: none;
	}
#menuBox {
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 0;
	height: auto;
	border-bottom: 0.65em solid #ff6701;
	background: url(../images/bg_nav.jpg) repeat-x #00196b;
	}
#contentBox {
	overflow: visible;
	position: relative;
	width: 100%;
	}
#content {
	position: relative;
	margin: 32px 0 0 0px;
	padding: 20px 22px 20px 22px;
 	}
#text ol {
	list-style: decimal;
	margin: 0;
	padding: 0;
	}
#text ul {
	list-style: square url(../images/li1.gif) outside;
	margin: 0;
	padding: 0;
	}
#text li {
	margin: 0 0 0 24px;
	font-size: 1em;
	}
#text img {
	float: left;
	margin: 0 1em 0.5em 0;
	border: 1px solid #acc9e6;
	color: #fff;
	}
.result {
	background: url(../images/divider_horizontal.gif) repeat-x bottom;
	}
.result h4 {
	margin: 0;
	}
.result h4 a {
	width: auto;
	padding: 0.1em 8px 0.1em 20px;
	background: url(../images/bg_heading_search_dots.gif) no-repeat center left;
	text-decoration: none;
	}
.result h4 a:hover {
	color: #ff6702;
	text-decoration: none;
	}
.result p {
	width: auto;
	padding: 0.2em 8px 1em 8px;
	color: #5284b6;
	}
.icons {
	float: right;
	width: auto;
	padding: 0.2em 1px 0.4em 8px;
	}
#text div.icons img {
	border: 0;
	margin: 0;
	padding: 0;
	}
#footer {
	padding: 1px 16px 1px 16px;	
	color: #fff;
	font-size: 0.85em;
	background: #5284b6;
	}
#footer span {
	font-size: 0.85em;
	}
#footer a {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
#copyright {
	position: relative;
	float: left;
	}
#disclaimer {
	position: relative;
	float: right;
	}
#disclaimer a {
	color: #fff;
	}
#disclaimer a:hover {
	color: #fff;
	}
	
/* QUICKMENU */

#quickBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	}
.search {
	width: 184px;
	margin: 32px  20px 0 16px;
	color: #2d374f;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.25em;
	text-decoration: none;
	}
.search div.header {
	height: 1.65em;
	background: url(../images/bg_heading.jpg) repeat-x #274177;
	}
.search h5 {
	display: block;
	width: 152px;
	height: 1.65em;
	padding: 0 24px 0 8px;
	color: #fff;
	background: url(../images/bg_heading_dots.gif) no-repeat right center;
	line-height: 1.5em;
	vertical-align: middle;
	text-decoration: none;
	}
.search .content {
	width: 166px;
	padding: 8px;
	border: 1px solid #acc9e6;
	border-top: 0;	
	}
.search input {
	width: 156px;
	margin: 0 0 0.3em 0;
	padding: 1px 4px 1px 4px;
	color: #000;
	}
.search input.button {
	cursor: pointer;
	overflow: visible; /*ie margin fix*/
	width: auto;
	margin: 0 0 1em 0;
	padding: 0.1em 20px 0.1em 8px;
	border: 0;
	color: #fff;
	background: url(../images/bg_button.gif) no-repeat top right #ff6702;
	}
.search p {
	margin: 0 0 0.5em 0;
	}
.clear {
	clear: both;
	}
.aspnetGenerated {
	border: 1px solid green;
	}
.aspnetGenerated input {
	height: 0;
	}
	
/* Pager settings */
.PagerTdActive a
{
	font-weight:bold;
	margin-left: 5px;
	margin-right: 5px;
}

.PagerTdNonActive a
{
	text-decoration:none;
	margin-left: 5px;
	margin-right: 5px;
}
