		html, body {
			height:100%;
		}
		
		body {
			margin:0px;
			padding:0px;
			background-image:url('images/Layout_BG.png');
			background-repeat:repeat-x;
			background-color:#fff;
			font-family:Arial, Verdana, Tahoma;
			font-size:12px;
			color:#4e4e4e;
			word-spacing:4px;
		}
		
		a,
		a:active,
		a:visited {
			color:#222;
			text-decoration:none;
		}
		
		a:hover {
			color:#176a92;
			text-decoration:none;
		}
		
		a img {
			text-decoration:none;
			border-bottom:0px;
		}
				
		h1 {
			padding:0px;
			margin:0px 0px 10px 0px;
			color:#3591bd;
			font-size:25px;
			letter-spacing:-1.5px;
		}
		
		h2 {
			padding:0px;
			margin:1px 0px 10px 0px;
			color:#000;
			font-size:20px;
			letter-spacing:-1.5px;
		}
		
		input, 
		a {
			outline:none;
		}
		
		image {
			border:0px;
		}
		
		.text1 {
			text-align:justify;
		}
		
		#container {
			margin:0 auto -35px auto;
			width:1000px;
			height:100%;
			min-height:100%;
			position:relative;
			height: auto !important;
		}
		
		#header {
			height:109px;
			background-image:url('images/LayOutD_01.png');
		}
		
		#logo {
			margin:18px 0px 0px 11px;
			width:215px;
			float:left;
		}
		
		#navigation {
			margin:29px 52px 0px 0px;
			float:right;		
		}
		
		#banner {
			height:190px;
		}
		
		#sidebar {
			width:200px;
			padding:0px 0px 0px 10px;
			float:right;
		}
		
		#text {
			width:615px;
			padding:0px 10px 0px 0px;
			float:left;
			text-align:justify;
			position:relative;
		}
		
		#footer {
			width:913px;
			height:28px;
			font-size:12px;
			color:#b1b1b1;
			margin:0px auto;
			position:relative;
			padding:0px 42px 0px 45px;
		}
		
		#content {
			padding:32px 42px 32px 45px;
			vertical-align:top;
		}
		
		input[type="text"] {
			background-image:url('images/input_bg.png');
			color:#8c8c8c;
			border:1px solid #d5d5d5;
			padding:4px 10px 0px 10px;
			width:175px;
			height:19px;
		}
		
		.button {
			background-image:url('images/input_bg.png');
			color:#8c8c8c;
			border:1px solid #d5d5d5;
			padding:0px 10px 0px 10px;
			width:80px;
			height:20px;
		}
		
		textarea {
			background-image:url('images/input_bg.png');
			background-repeat:repeat-x;
			color:#8c8c8c;
			border:1px solid #d5d5d5;
			padding:4px 10px 0px 10px;
			font-family:Arial, Verdana, Tahoma;
			font-size:12px;
		}
		
		#search {
			background-image:url('images/search_bg.png');
			color:#8c8c8c;
			border:1px solid #d5d5d5;
			padding:4px 10px 0px 25px;
			width:175px;
			height:19px;
		}
		
		#wrapper {
			height:100%;
			width:100%;
		}
		
		#push {
			height:45px;
		}
		
		#footer_left {
			float:left;
			padding-top:7px;
		}
		
		#footer_right {
			float:right;
			padding-top:7px;
		}
		
		a, a img {
			border:0px;
		}
		
		ul {
			margin:0px;
			padding:0px;
		}
		
		li {
			list-style-type:none;
			background-image:url('images/bullet.gif');
			background-repeat:no-repeat;
			padding:0px;
			margin:0px;
			padding-left:20px;
			vertical-align:middle;
		}
		
		.portfolio_blok {
			width:225px;
			height:145px;
			border:1px solid #b7b7b7;
			cursor:pointer;
			float:left;
			margin-right:7px;
		}
		
		.portfolio_blok .overlay {
			height:20px;
			background-image:url('images/portfolio/bg_black.png');
			margin-top:118px;
			width:214px;
			max-width:225px;
			padding:7px 0px 0px 11px;
			font-size:13px;
			font-weight:bolder;
			color:#282828;
			cursor:pointer;
		}
		
		.portfolio_blok_h {
			width:225px;
			height:145px;
			border:1px solid #3591bd;
			cursor:pointer;
			float:left;
			margin-right:7px;
		}
		
		.portfolio_blok_h .overlay {
			height:20px;
			background-image:url('images/portfolio/bg_blue.png');
			margin-top:118px;
			width:214px;
			max-width:225px;
			padding:7px 0px 0px 11px;
			font-size:13px;
			font-weight:bolder;
			color:#fff;
			cursor:pointer;
		}
		
		.clear {
			clear:both;
		}
		
		.beschrijving {
			color:#787878;
			word-spacing:4px;
			font-size:13px;
			text-align:justify;
		}
		
		.display {
			width:253px;
			height:214px;
			padding:11px 0px 0px 13px;
			background-image:url('images/portfolio/display.png');
			background-repeat:no-repeat;
			margin:0px 0px 0px 30px;
		}