* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #b2b2b2;
}

body, html {
	width: 100%;
	height: 104%;
}

body {
	background-image: url(../img/achtergrond.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: auto;
}

h3 {
	font-size: 9pt;
	font-weight: bolder;
	color: #999999;
}

h4 {
	color: #717F8E;
	font-weight: bolder;
	font-size: 9pt;
}

	.container {
		width: 955px;
		margin: auto;
		position: relative;
	}
	
			.header {
				width: 955px;
				height: 190px;
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 0;
				
			}
			
	.body {
		left: 0px;
		top: 120px;
		position: absolute;
		z-index: 100;
		width: auto;
	}
	
		.inhoud_container {
			width: 506px;
			height: auto;
			margin-left: 110px;
			float: left;
			clear: right;
			display: inline;
		}
		
			.inhoud_bovenkant {
				background-image: url(../img/bovenkant_inhoud.png);
				height: 7px;
				width: 506px;
			}
			
			.inhoud_midden, .content_midden {
				background-image: url(../img/midden_inhoud.png);
				background-repeat: repeat-y;
				width: 486px;
				height: auto;
				padding: 10px;
				overflow: hidden;
			}
			
			.inhoud_onderkant {
				background-image: url(../img/onderkant_inhoud.png);
				height: 8px;
				width: 506px;
			}
			
				.waar_ben_ik {
					width: 145px;
					height: 15px;
					background-color: #717f8e;
					font-size: 10px;
					color: #FFFFFF;
					float: left;
					text-align: center;
					margin-right: 5px;
				}
				
				.waar_ben_je, .waar_ben_je a {
					font-size: 7pt;
					margin: 0px;
					text-decoration: none;
				}
				
					.waar_ben_je a:hover {
						text-decoration: underline;
					}
				
			
				.inhoud_midden h2, .content_midden h2 {
					background-image: url(../img/h2_inhoud.jpg);
					background-position: right;
					background-repeat: no-repeat;
					width: 480px;
					height: 25px;
					background-color: #8c8c8c;
					font-size: 16px;
					color: #FFFFFF;
					padding-left: 7px;
					padding-top: 4px;
					margin-bottom: 15px;
					float: left;
					clear: left;
				}
				
				.inhoud_midden p, .content_midden p {
					width: 460px;
				}
				
				.content_midden p {
					float: left;
				}
				
					.inhoud_midden p a, .content_midden p a {
						float: none;
					}

				
				.inhoud_midden img, .content_midden img {
					border: none;
				}
				
				.inhoud_midden a, .content_midden a {
					float: left;
					clear: right;
					display: inline;
				}
				
	.rechterkant {
		float: left;
		clear: right;
		display: inline;
		margin-left: 5px;
	}
	
		.rechts_bovenkant {
			background-image: url(../img/rechts_bovenkant.png);
			background-repeat: repeat-y;
			width: 230px;
			height: 8px;
		}
	
		.rechts_midden {
			background-image: url(../img/rechts_midden.png);
			background-repeat: repeat-y;
			width: 210px;
			height: auto;
			padding: 10px;
			overflow: hidden;
		}
	
		.rechts_onderkant {
			background-image: url(../img/rechts_onderkant.png);
			width: 230px;
			height: 4px;
			margin-bottom: 7px;
		}
		
			.rechts_midden h2 {
				width: 201px;
				height: 25px;
				background-image: url(../img/h2_rechts.jpg);
				font-size: 16px;
				color: #FFFFFF;
				padding-left: 7px;
				padding-top: 4px;
				margin-bottom: 5px;
			}
			
			.lees_meer {
				color: #717F8E;
				float: right;
				width: 70px;
				clear: right;
			}
			

	/* de cases pagina hieronder */
	
	.case_boxje {
		float: left;
		width: 100%;
		margin-top: 5px;
		height: 12px;
		padding: 5px;
		padding-top: 2px;
		color: white;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.project_boxje {
		margin-left: 20px;
		float: left;
		width: 300px;;
		padding: 5px;
	}
			
	.portfolio_foto {
		float: right;
		width: auto;
		height: auto;
		background-image: url(/img/portfolio_foto_bg.jpg);
		margin-left: 10px;
		margin-bottom: 10px;
		margin-right: 15px;
	}
	
	.thumbnail {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.contact_rechts {
		width: 354px;
		height: 30px;
		float: left;
		clear: right;
		background-image: url(/img/achtergrond_text.jpg);
	}
	
	.contact_textarea {
		width: 355px;
		height: 104px;
		float: left;
		clear: right;
		background-image: url(/img/textarea_bg.jpg);
	}
	
	/* de cases pagina hierboven */
	
	.hosting_title {
		width: 200px;
		height: 18px;
		background-color: #717f8e;
		font-size: 11px;
		font-weight: bolder;
		color: #FFFFFF;
		float: left;
		text-align: left;
		margin-right: 5px;
		text-indent: 4px;
	}
