	* {
		padding: 0;
		margin: 0;
		border: 0px;
	}
	
	ul {
		list-style: none;
	}
	
	a {
		text-decoration: none;
		color: #7792bc;
		font-weight: bold;
	}
	
	a {
		-moz-outline: none;
	}
	
	.left {
		float: left;
		margin: 0 20px 0 0;
	}
	
	body {
		background: #e9e9e9 url(../images/bg.jpg) top left repeat-x;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	p {
		line-height: 18px;
	}
	
	h1 a {
		background: url(../images/logo.png) top left no-repeat;
		float: left;
		text-indent: -99999px;
		height: 93px;
		width: 135px;
		margin: 20px 0 0 30px;
		display: block;
	}
	
	h2 {
		font-size: 25px;
		font-style: normal;
		font-weight: lighter;
		margin: 0 0 10px 0;
		color: #003567;
	}
	
	h3 {
		color: #9bb6e2;
		font-size: 30px;
		font-style:normal;
		font-weight: lighter;
		margin-bottom: 20px;
	}
	
	.project-block h3, .project-block-fix h3 {
		font-size: 20px;
	}
	
	#wrapper {
		margin: auto;
		width: 936px;
	}
	
		#header {
			margin: 34px 0 0 0;
			background: url(../images/header-bg.jpg) top center no-repeat;
			height: 136px;
		}
		
			ul.navigatie {
				float: right;
			}
			
			ul.navigatie li {
				float: left;
				display: block;
				height: 136px;
				line-height: 136px;
			}
			
			ul.navigatie li a {
				display: block;
				padding: 0 20px 0 20px;
				color: black;
			}
			
			ul.navigatie li a:hover, ul.navigatie li.actief  {
				background:url(../images/nav-hover.png) center bottom no-repeat;
				color: #00a8ff;
			}
		
		#container {
			margin: 10px 0 0 0;
			overflow: hidden;
		}
		
			.slider {
				height: 314px;
			}
			
			.block {
				background: url(../images/block-bg.png) top center no-repeat;
				width: 423px;
				height: 103px;
				float: left;
				margin: 10px 0 0 0;
				padding: 20px;
			}
			
			.blockleft {
				background: url(../images/block-bg.png) top center no-repeat;
				width: 423px;
				height: 103px;
				float: left;
				margin: 10px 10px 0 0;
				padding: 20px;
			}
			
			.block a, .blockleft a {
				color: #333;
			}
			
			.content {
				background: white url(../images/content-bg.png) top center repeat-x;
				border: 1px solid #d4d4d4;
				float: left;
				width: 577px;
				padding: 20px;
				min-height: 500px;
				margin: 0 10px 0 0;
			}
			
			.content2 {
				background: white url(../images/content-bg.png) top center repeat-x;
				border: 1px solid #d4d4d4;
				float: left;
				width: 893px;
				padding: 20px;
				min-height: 500px;
				margin: 0 10px 0 0;
			}
			
			.project-block, .project-block-fix {
				float: left;
				background: white url(../images/content-bg.png) top center repeat-x;
				border: 1px solid #d4d4d4;
				width: 263px;
				height: 270px;
				padding: 20px;
				margin: 0 10px 10px 0;
			}
			
			.project-block-fix {
				margin: 0 0 10px 0 !important;
			}
			
			.sidebar {
				float: left;
				width: 304px;
			}
			
			#left {
				width: 300px;
				float: left;
				}
			
			#right {
				width: 220px;
				float: right;
			}
			
			input, textarea {
				font-family: Arial;
				font-size: 12px;
				color: #003567;
				}
			
				input.text {
					border: 1px solid #9bb6e2;
					width: 250px;
					padding: 3px 7px;
					}
				
				textarea.textarea {
					border: 1px solid #9bb6e2;
					width: 250px;
					height: 150px;
					padding: 3px 7px;
				}
				
				input.versturen {
					color: #ffffff;
					height: 23px;
					background: none repeat scroll 0 0 #003567;
					width: 79px;
					border: medium none;
					cursor: pointer;
					}
		
		#footer {
			height: 30px;
			margin: 10px 0 0 0;
		}
