
	* {
		clear: none;
		border: 0px;
		padding: 0px;
		margin: 0px;
	}

	body {
		background-color: #000000;
		color: #626262;
		font-family: 'Arial', sans-serif;
		font-size: 11px;
		background-image: url(../images/layout/bg.jpg);
		background-position: center top;
		background-repeat: repeat-x;
		padding-bottom: 0px;
	}
	
	/********************************************/
	
	input, select, textarea {
		border: 1px solid #E4E4E4;
		background-color: #FAFAFA;
		padding: 3px;
		color: #333333;
		font-family: 'Arial', sans-serif;
		font-size: 11px;
		margin: 2px;
	}
	
	input.checkbox, input.radio {
		width: auto;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	input.text, textarea {
		width: 270px;
	}
	
	textarea {
		height: 100px;
	}
	
	input.submit {
		cursor: pointer;
		border: 0px;
		padding: 0px;
		margin: 0px;
		background-color: transparent; 
		float: right;
		background-image: url(../images/icons/continue.gif);
		background-position: right center;
		margin-right: 2px;
		padding-right: 18px;
		font-weight: normal;
		color: #2BB0F2;
		background-repeat: no-repeat;
	}
	
	table.form {
		border-collapse: collapse;
	}
	
	table.form td {
		padding: 3px;
	}
	
	table.form td.description {
		color: #8C1E03;
		text-transform: uppercase;
		font-weight: bold;
		padding-left: 0px;
		padding-right: 10px;
	}
	
	table.form td.top {
		vertical-align: top;
		padding-top: 10px;
	}
	
	/********************************************/

	
	div#layout {
		border: 1px solid #535353;
		width: 988px;
		float: left;
		margin-top: 0px;
		min-height: 600px;
	}
/*\*/	
	* html div#layout {
		border: 1px solid #535353;
		width: 988px;
		float: left;
		margin-top: 0px;
		height: 600px;
	}	
/**/	
	div#center{
		
	}
	
	div#total{
		width: 990px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}

	div#header {
		position: relative;
	}
	
	div#header div#logo {
		position: absolute;
		top: -27px;
		right: 8px;
	}
	
	div#header div#menu {
		border-bottom: 1px solid #535353;
		background-image: url(../images/layout/menuBackground.gif);
		background-repeat: repeat-x;
		height: 28px;
	}
	
	div#eyecatcher {
		background-color: #000000;
		color: #FFFFFF;
		height: 270px;
		position: relative;
	}
	
	div#content {
		background-color: #FFFFFF;
		min-height: 600px;
	}
	/*\*/
	* html	div#content {
		background-color: #FFFFFF;
		height:600px;
	}
/**/
	div#content hr#clear {
		clear: both;
		visibility: hidden;
		height: 0px;
	}
	html>body div#content hr#clear{ height: 10px; }
	
	/********************************************/

	div#layout_h {
		border: 1px solid #535353;
		width: 988px;
		float: left;
		margin-top: 0px;
	}

	/* Adapted Glows */
	div#glow_l, div#glow_r, div#glow_l_h, div#glow_r_h {
		position: absolute;
		top: -2px;
		left: 0px;
		background-image: url(../images/layout/bg_left.jpg);
		background-repeat: no-repeat;
		height: 600px;
		width: 6px;
	}
	
	div#glow_l {
		left: -6px;
		right: auto;
		background-image: url(../images/layout/bg_left.jpg);
	}
	
	div#glow_r {
		left: auto;
		right: -6px;
		background-image: url(../images/layout/bg_right.jpg);
	}
	
	div#glow_l_h {
		left: -6px;
		right: auto;
		background-image: url(../images/layout/bg_left_h.jpg);
		height: 295px;
	}
	
	div#glow_r_h {
		left: auto;
		right: -6px;
		background-image: url(../images/layout/bg_right_h.jpg);
		height: 295px;
	}

/**/
	div#content_h {
		background-color: #FFFFFF;
		/*float:left;*/	
	}
	/*\*/
	* html	div#content_h {
		background-color: #FFFFFF;
		/*float:left;*/	
	}
/**/

	div#content_h hr#clear {
		clear: both;
		visibility: hidden;
		height: 0px;
	}
/*\*/
	* html div#content_h hr#clear{ height: 2px; }
/**/
	/********************************************/

	div#eyecatcher h1 {
		color: #8FD5F7;
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
	
	div#eyecatcher div#info {
		position: absolute;
		bottom: 25px;
		width: 440px;
		left: 25px;
		vertical-align: bottom;
	}
	
	div#eyecatcher ul {
		margin-top: 6px;
	}
	
	div#eyecatcher li {
		list-style-type: none;
	}
	
	div#eyecatcher li a {
		font-weight: bold;
		color: #2BB0F2;
		display: block;
		text-decoration: none;
		background-repeat: no-repeat;
		background-image: url(../images/icons/continue.gif);
		background-position: left center;
		padding-left: 20px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	div#eyecatcher div#videoplayer {
		border-left: 1px solid #535353;
		position: absolute;
		right: 0px;
	}
	
	/********************************************/
	
	div#menu ul {
		padding-left: 10px;
	}
	
	div#menu li {
		float: left;
		list-style-type: none;
	}
	
	div#menu li a {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 9px;
		padding-bottom: 8px;
		font-size: 10px;
		letter-spacing: 1px;
		color: #B5B5B5;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	div#menu li a:hover, div#menu li.active a {
		color: #FFFFFF;
	}
	
	div#contact {
		position: relative;
		bottom: 0px;
		float: left;
		margin-top: 40px;
	}
	
	div#contact span.identifier {
		font-weight: bold;
		color: #8C1E03;
		margin-right: 20px;
	}
	
	/********************************************/
	
	div.box {
		float: left;
		width: 271.5px;
		border-right: 1px solid #E4E4E4;
		padding-left: 28px;
		padding-right: 28px;
		margin-top: 10px;
		margin-bottom: 0px;
	}

	div.box.first {
		border-left: none;
		width: 270px;
	}
	
	div.box.page {
		width: 602px;
		float: right;
	}

	div.box.page2 {
		width: 602px;
		float: right;
	}

	div.box.page2 p {
		margin-right: 40px;
	}

	div.box.page2 ul {
		margin-right: 40px;
	}

	div.box.page div {
		margin-left: 165px;
	}
	
	div.box.page div.hr {
		margin-left: 0px;
	}

	div.object_img{
		display: block;
		float: left;
		margin-right: 25px;
		width: 160px;
	}
	div.object_img img{
		border: 5px solid #f2f2f2;
	}
	div.object_img a img:hover{
		border: 5px solid #D2D2D2;
	}
	
	
	/********************************************/
	
	h1 {
		/* color: #8C1E03;
		font-size: 20px;
		font-family: 'Gill Sans Light', 'Arial', sans-serif;
		font-weight: normal;
		border-bottom: 1px solid #E4E4E4;
		padding-top: 2px;
		padding-bottom: 8px;
		margin-bottom: 13px;
		*/
	}
	div.ttfTitle{
		padding-top: 15px;
/*		border-bottom: 1px solid #E4E4E4;*/
		/*margin-bottom: 13px;*/
		padding-bottom: 2px;
	}
	div.ttfTitleHeader{
		padding-top: 15px;
		margin-bottom: 8px;
		padding-bottom: 2px;
	}
	h2 {
		color: #8C1E03;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 8px;
		white-space: nowrap;
		font-family: arial;
	}
	span.h2_alike{
		color: #8C1E03;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		font-family: arial;
	}
	div.hr {
		height: 1px;
		background-color: #E4E4E4;
		color: #E4E4E4;
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	div.hr hr {
		visibility: hidden;
		height: 0px;
	}

	div#content_h div.hr {
		height: 0px;
		background-color: #E4E4E4;
		color: #E4E4E4;
		overflow: hidden;
		margin-top: 0px;
		margin-bottom: 0px;
	}

/*\*/
	* html div#content_h div.hr {
		height: 1px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
/**/
	div#content ul {
		list-style-position: inside;
	}
	
	ul.references {
		list-style-type: none;
		border-top: 1px solid #E4E4E4;
		margin-bottom: 3px;
		margin-top: 12px;
	}
	
	ul.references li {
		overflow: hidden;
		list-style-position: outside;
	}
	
	/*
	
	ul.references li div {
		position: absolute;
		background-image: url(../images/icons/reference.gif);
		background-repeat: no-repeat;
		width: 7px;
		height: 7px;
		top: 9px;
		left: -13px;
		display: none;
	}
	
	ul.references li.active div {
		display: block;
	}
	
	*/
	
	ul.references li a {
		display: block;
		border-bottom: 1px solid #E4E4E4;
		color: #737373;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	ul.references li.active a, ul.references li a:hover {
		color: #2BB0F2;
	}
	
	p {
		line-height: 16px;
		font-family: 'Arial', sans-serif;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	p.plainText{
		margin-bottom: 10px;
	}
	ul.cases {
		padding-left: 28px;
	}
	
	ul.cases li {
		list-style-position: outside;
	}
	
	/********************************************/
	
	a.continue, a.more {
		font-weight: bold;
		color: #2BB0F2;
		display: block;
		text-decoration: none;
		background-repeat: no-repeat;
		margin-bottom: 4px;
	}
	
	a.continue {
		text-align: right;
		background-image: url(../images/icons/continue.gif);
		background-position: right center;
		padding-right: 20px;
		margin-top: 6px;
		margin-bottom: 10px;
	}
	
	a.more {
		background-image: url(../images/icons/more.gif);
		background-position: 35px center;
	}
	
	a{
		font-weight: normal;
		color: #2BB0F2;
		text-decoration: none;
		background-repeat: no-repeat;
	}
	a:hover{
		text-decoration: underline;
		
	}
	a.linkPijl{
		padding-left: 20px;
		background-image: url(../images/icons/continue.gif);
		background-position: left center;
		background-repeat: no-repeat;
		font-weight: bold;
		color: #2BB0F2;
		display: block;
		text-decoration: none;
		background-repeat: no-repeat;
	}
	a.linkPijl:hover{
		text-decoration: underline;
	}
	a.normal {
		font-weight: bold;
		color: #2BB0F2;
		text-decoration: none;
		background-repeat: no-repeat;
		margin-bottom: 4px;	
	}
	p.continue_left a{
		font-weight: bold;
		color: #2BB0F2;
		text-decoration: none;
		background-repeat: no-repeat;
		text-align: left;
		background-image: url(../images/icons/continue.gif);
		background-position: right center;
		padding-right: 20px;
	}
	p.continue_left a:hover{
		text-decoration: underline;
	}
	p.continue_left{
		margin-bottom: 10px;
	}
	img.preview {
		float: left;
		margin-right: 10px;
		border: 1px solid black;
	}
	
	.dik_en_rood{
		font-weight: bold;
		color: #8C1E03;
		margin-right: 20px;
	}
	
	/********************************************/
	
	table#footer{
		width: 928px;
		height: 20px;
		margin: 0px 30px 0px 30px;
		font-size: 10px;
	}

	table#footer td{
		vertical-align: middle;
	}

	table#footer img{
		vertical-align: middle;
	}

	table#footer a{
		color: #626262;
	}

	table#footer a:hover{
		color: #FFFFFF;
		text-decoration: none;
	}


	/*
	
	Blue:			#2BB0F2
	Red / Brown:	#FF0000 / #8C1E03
	Ref. Gray:		#737373
	Gray:			#626262
	Lines:			#E4E4E4
	
	*/
	
