* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

body {
	background-color: #d5d8de;
	margin: 0px;
	padding: 0px;
}

a, img {
	border: none;
}

h1 {
	font-size: 11pt;
}

	.header {
		width: auto;
		background-color: white;
		position: relative;
		height: 130px;
	}
	
	.navigatie {
		height: 50px;
		background-color: #4e5459;
		border-bottom: 4px solid white;
	}
	
		.midden_vlak {
			margin: auto;
			width: 900px;
		}
		
		.text_btn {
			width: 225px;
			border-right: white;
			float: left;
			position: relative;
		}
		
			.text_cover {
				width: 223px;
				height: 50px;
				z-index: 999;
				background-color: #000000;
				position: absolute;
				left: 0;
				top: 0;
				cursor: pointer;
				
				filter:alpha(opacity=30);
				-moz-opacity:0.3;
				-khtml-opacity: 0.3;
				opacity: 0.3;
				visibility: hidden;
			}
	
	.pictures, .inhoud {
		width: 898px;
		height: 519px;
		border: 6px solid white;
		border-top: 0px;
		margin: auto;
	}
	

		.picture_holder {
			border-right: 6px solid white;
			float: left;
		}

		.bottom_menu {
			width: 898px;
			height: 49px;
			background-color: #4c5656;
			float: left;
			position: relative;
		}
				.bottom_menu_contact {
			width: 898px;
			height: 49px;
			background-color: #4f545a;
			float: left;
			position: relative;
		}
		
			.bottom_menu #item {
				float: left;
				position: relative;
			}
			
	.inhoud {
		height: 530px;
	}
		.inhoud_picture {
			border: 4px solid white;
			border-left: none;
			border-top: none;
			float: left;
			clear: right;
		}
			.inhoud_links_onder {
				float: left;
				clear: right;
				width: 428px;
				height: 156px;
				border: none;
				padding: 10px;
				background-color: #d2dbea;
			}
			
			.inhoud_links_onder img {
				margin: 8px;
				border: 1px solid black;
			}
			
			.inhoud_rechts {
				height: 475px;
				width: 374px;
				float: left;
				clear: right;
				border-bottom: 4px solid white;
				background-color: #d7dac8;
			}
			
			.inhoud_rechts_contact {
				height: 475px;
				width: 442px;
				float: left;
				clear: right;
				border-bottom: 4px solid white;
				background-color: #d9ccc1;
			}
			
		    .inhoud_rechts_product {
				height: 475px;
				width: 442px;
				float: left;
				clear: right;
				border-bottom: 4px solid white;
				background-color: #d0e1db;
			}