	/* ----  Body  ------------------------------------------------------ */
	body {
		margin:0px;											/* buiten marge*/
		padding:0px;										/* binnen marge*/
		/* background: #00000 url(../images/layout/background.jpg) top center no-repeat; */
		background: #1e1e1e url(../images/layout/background.jpg);
		background-repeat:repeat-x;
		color:#464646;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;		
	}
	
	img {
		border:0px;
	}
	
	a:link {color: #000000; text-decoration: none;}
	a:visited {color: #000000; text-decoration: none;}
	a:active {color: #000000; text-decoration: none;}
	a:hover {color: #000000; text-decoration: underline;}
	/* ----  Layout  ---------------------------------------------------- */	
	div#canvas {
		width:870px;
		margin:0px auto;
	}
	
	div#top {
		width:850px;
		height:18px;
		margin:0px;
		background:url('../images/layout/schaduw_boven.png'); 
		background-repeat:no-repeat;
	}	
	
	div#schaduwA {
		width:35px;
		height:450px;
		margin:0px;
		background:url('../images/layout/schaduw_links.png'); 
		background-repeat:no-repeat; 			 	
		float:left;
	}	
	
	div#content {
		width:800px;
		margin:0px;
		float:left;
		background-color:#FFFFFF;
		min-height:600px;
	}	
	
	div#schaduwB {
		width:35px;
		height:450px;
		margin:0px;
		background:url('../images/layout/schaduw_rechts.png'); 
		background-repeat:no-repeat; 
		float:left;
	}	
	
	div#diashow {
		width:790px;
		height:250px;
		margin:5px;
		float:left;
	}	
	
	div#first {
		width:250px;
		float:left;
		margin-left:5px;
	}
	
	div.blocks {
		width:250px;
		margin-bottom:5px;
		float:left;
	}
	
	div#second{
		width:510px;
		float:left;
		margin-left:20px;
	}	
	
	div#paginaTitel{
		width:520px;
		height:28px;
		margin:2px;
		text-align:right;
	}
	
	.paginaTitel,
	.paginaTitel A				{ font-size:22px; color: #464646; text-decoration:none; font-weight:bold; }
	.paginaTitel A:link			{ font-size:22px; color: #464646; text-decoration:none; font-weight:bold; }
	.paginaTitel A:visited		{ font-size:22px; color: #464646; text-decoration:none; font-weight:bold; } 
	.paginaTitel A:active		{ font-size:22px; color: #464646; text-decoration:none; font-weight:bold; }
	.paginaTitel A:hover		{ font-size:22px; color: #464646; text-decoration:none; font-weight:bold; }	
	
	div#bottom {
		width:870px;
		height:22px;
		margin:0px;
		float:left;
		background-color:#FF0000;
		text-align:center;
		background:url('../images/layout/bottom.png'); 
		background-repeat:no-repeat; 		
	}	
	
	div#tabs {
		width:815px;
		height:45px;
		margin:0px;
		float:left;
		text-align:right; 		
	}	
	
	div#footer {
		width:870px;
		margin:0px;
		float:left;
		text-align:center;
	}

	.footerEyec,
	.footerEyec A				{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10px; color: #666666; text-decoration:none; }
	.footerEyec A:link			{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10px; color: #666666; text-decoration:none; }
	.footerEyec A:visited		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10px; color: #666666; text-decoration:none; } 
	.footerEyec A:active		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10px; color: #666666; text-decoration:none; }
	.footerEyec A:hover			{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10px; color: #FFFFFF; text-decoration:none; }	
	
	
	/* -- MENU ----------------------------------------------------------------------- */	
	#nav {
		width:250px;
		float:left;
	}
	
	#nav .item {
		font-size: 18px;
		display: block;
		text-align:right;
	}
		
	#nav .item a {
		height: 100%;
		display: block;
		color: #464646;
		text-decoration: none;
		text-align:right;
	}
	
	#nav .item a:hover {
		background-color: #464646;
		color: #FFFFFF;
		text-align:right;
	}
	
	#nav .itemActive a{
		font-size: 18px;
		display: block;
		background-color: #464646;
		color:#FFFFFF;	
		text-decoration: none;
		text-align:right;	
	}
	
	#nav .subitem {
		font-size: 14px;
		display: block;
		text-align:right;
	}
		
	#nav .subitem a {
		height: 100%;
		display: block;
		color: #666666;
		text-decoration: none;
		text-align:right;
	}
	
	#nav .subitem a:hover {
		background-color: #666666;
		color: #FFFFFF;
		text-align:right;
	}
	
	#nav .subitemActive a{
		font-size: 14px;
		display: block;
		background-color: #666666;
		color:#FFFFFF;	
		text-decoration: none;
		text-align:right;	
	}



	/* -- VIDEO'S -------------------------------------------------------------------- */
	div#videofiles {
		width:150px;
		float:left;
		text-align:right;
		margin-right:5px;
	}
	

	.videofiles {
		width:145px;
		display:block;
		margin-bottom:5px;
	}	

	.videofiles A 				{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color:#464646; text-decoration: none; }
	.videofiles A:link 			{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color:#464646; text-decoration: none; }
	.videofiles A:visited 		{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color:#464646; text-decoration: none; }
	.videofiles A:active 		{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color:#464646; text-decoration: none; }
	.videofiles A:hover			{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color:#464646; text-decoration: none; }	

	div#videoplayer {
		width:350px;
		height:263px;
		float:left;
		margin-left:10px;
		background-color:#C0C0C0;
	}
	
	div#videoOmschrijving {
		width:350px;
		float:right;
		margin-top:10px;
		margin-right:15px;
	}
	
	/* -- Projecten ----------------------------------------------------------------------- */
	
	div#fotoalbums {
		width:100px;
		float:right;
		text-align:right;
		margin-right:5px;
		
	}
	
	.fotoalbums 				{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color:#464646; text-decoration: none; }
	.fotoalbums A 				{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color:#464646; text-decoration: none; }
	.fotoalbums A:link 			{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color:#464646; text-decoration: none; }
	.fotoalbums A:visited 		{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color:#464646; text-decoration: none; }
	.fotoalbums A:active 		{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color:#464646; text-decoration: none; }
	.fotoalbums A:hover			{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color:#464646; text-decoration: none; }	

	div#afbeeldingen {
		width:400px;
		float:right;
		
		
		/* background-color:#FF0000; */
	}
	
	.fotoalbum_pics_thumbs {
		margin:3px;
		border:2px solid #464646;
	}

	.fotoalbum_album {
		width:100px;
		display:block;
		margin-bottom:5px;
		margin-left: 5px;
		float: left;
	}

	/* -- Contactformulier ----------------------------------------------------------------------- */

	div#contact-form {
		width:400px;
		padding:0 0 0 5px;
	}

	input[name="areyouhuman"] {
		visibility:hidden;
	}

	.attention {
		background-color:#C66;
		width:370px;
	}

	label {
		
		float:left;
		width:150px;
	}

	div.formrecord {
		margin:5px 0 5px 0;
		float:left;
	}

	form div.formrecord input{
		width:200px;
 		float:left;
	}

	div.formrecord textarea{
		width:200px;
	}

	
