/*Template grijs basis */

	body{
		background-color: #7d7e82;
		background-image: url('/files/layout/bg.gif');
		background-repeat: repeat-x;
		background-position: top;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0;
		padding: 0;
		color: #FFFFFF;
		
			/* -- IE scrollbar -- */
			scrollbar-arrow-color: #FFFFFF;
			scrollbar-face-color: #2c2628;
			scrollbar-highlight-color: #2c2628;
			scrollbar-3dlight-color: #2c2628;
			scrollbar-shadow-color: #2c2628;
			scrollbar-darkshadow-color: #000000;
			scrollbar-track-color: #000000;	
	}
	
	#wrapper {
		margin: 0 auto;
		margin-top: 25px;
		width: 980px;
	}
	
	#header{
		height: 186px;
		width: 100%;
		background-image: url('/files/layout/header.jpg');
		position: relative;
	}
	
		#header #headerphoto{
			position: absolute; 
			top: 0;
			left: 251px;
			width: 415px;
			height: 186px;
		}
		
			#headerphoto #overlay-top{
				position: absolute;
				top: 175px;
				left: 0px;
				width: 415px;
				height: 15px;
				background-color: #333333;
				opacity: 0.5;
				filter: alpha(opacity = 50);
			}
	
	
		#header a.home{
			position: absolute;
			top: 40px;
			left: 18px;
			width: 215px;
			height: 95px;
		}
		
		#header #sidecontents{
			position: absolute;
			right: 0px;
			top: 0px;
			width: 290px;
			height: 160px;
			padding: 10px;
			overflow: hidden;
		}
		
	/* -- Menu -- */	
	
	#menubar{
		width: 980px;
		height: 44px;
		background-image: url('/files/layout/menubar.jpg');
		background-repeat: no-repeat;
		position: relative;
	}
	
		#menuplacer{
			margin-left: 243px;
			width: 580px;
			height: 37px;
			display: inline;/*IE6*/
			position: absolute;
			top: 0;
			left: 0;
		}

		.menuitem{
			padding-top: 15px;
			width: 75px;
			margin: 0 10px 0 10px;
			height: 18px;
			float: left;
			text-align: center;
		}
	
		#menubar a.menu{
			color: #FFFFFF;
			text-decoration: none;
			font-size: 12px;
			text-transform: uppercase;
		}
		
			#menubar a.menu:hover{
				padding-bottom: 5px;
				border-bottom: 5px solid #51484b;
			}
		
		#menubar a.active{
			padding-bottom: 5px;
			border-bottom: 5px solid #51484b;
		}
	
	/* -- Home -- */
	
	#home #left-column{
		width: 251px;
		height: 588px;
		position: relative;
		float: left;
		position: relative;
	}
	
	#home #left-column #adresbar{
		position: absolute;
		bottom: 1px;
		left: 0;
		width: 251px;
		height: 125px;
		background-image: url('/files/layout/adresbar.jpg');
	}
	
	#home #right-column{
		width: 729px;
		height: 590px;
		float: left;
		position: relative;
	}
	
		#right-column #overlay{
			position: absolute;
			top: 462px;
			right: 0;
			width: 729px;
			height: 126px;
			opacity: 0.5;
			filter: alpha(opacity = 50);
			color: #000000;
		}
	
	#home #right-column img{
		width: 729px;
		height: 588px;
	}
	
	
	/* -- Page -- */
	
	#left-column{
		width: 251px;
		height: 588px;
		position: relative;
		float: left;
		position: relative;
	}
	
		#left-column #text{
			padding: 10px 10px 10px 0px;
			width: 241px;
			height: 443px;
			overflow: auto;
			line-height: 140%;
		}
		
		#text a{
			color: #2a2629;
			text-decoration: none;
		}
		
		#text a:hover{
			color: #00898a;
		}
	
		#left-column #adresbar{
			position: absolute;
			bottom: 1px;
			left: 0;
			width: 251px;
			height: 125px;
			background-image: url('/files/layout/adresbar.jpg');
		}
		
	#center-column{
		width: 414px;
		height: 588px;
		position: relative;
		float: left;
	}
	
		#center-column img{
			width: 414px;
			height: 463px;
		}
		
		#center-column #breadcrumbs{
			position: absolute;
			bottom: 95px;
			left: 20px;
		}
		
		#breadcrumbs a{
			color: #FFF;
			text-decoration: none;
		}
		
		#center-column #pdf{
			position: absolute;
			top: 500px;
			left: 20px;
		}
		
		#pdf .pdf a{
			color: #FFFFFF;
			padding: 3px 0 3px 17px;
			background-image: url('/files/layout/pdf.gif');
			background-repeat: no-repeat;
			background-position: 0px 1px; 
			text-decoration: none;
		}
		
		#pdf .quicktime a{
			color: #FFFFFF;
			padding: 3px 0 3px 17px;
			background-image: url('/files/layout/quicktime.png');
			background-repeat: no-repeat;
			background-position: 0px 1px; 
			text-decoration: none;
		}
		
		#pdf a:HOVER{
			color: #000;
		}
		
		#center-column #mov{
			position: absolute;
			top: 540px;
			left: 10px;
			width: 380px;
			height: 260px;
		}
		
	#right-column{
		width: 314px;
		height: 588px;
		float: left;
	}
	
		#right-column #picture-container{
			width: 300px;
			height: 453px;
			padding-left: 14px;
			padding-top: 10px;
			background-image: url('/files/layout/dark_overlay.jpg');
			overflow: hidden;
		}
		
		
			#picture-container	.pageimages{
				float: left;
				padding: 10px;
			}
		
			#picture-container a{
				color: #FFF;
				text-decoration: none;
			}
		
			#picture-container img{
				width: 120px;
				height: 120px;
				border: 2px solid #FFFFFF;/*IE6*/
			}
		
		
		#right-column #click-image{
			width: 314px;
			height: 32px;
			background-image: url('/files/layout/click_image.jpg');
		}
		
		
		#right-column #extra-info{
			width: 314px;
			height: 83px;
			padding-top: 10px;
			overflow: hidden;
			line-height: 100%;
		}
		
			#extra-info a{
				color: #FFFFFF;
				text-decoration: none;
			}
	
	
	/* -- Zoeken -- */
	
	div#searchfield{
		height: 29px;
		width: 240px;
	}	
	
		div#searchfield fieldset{
			border: 0;
		}
	
		div#searchfield input.zoeken{
			width: 113px;
			height: 17px;
			border: 1px solid #000000;
			background-color: #FFFFFF;
			color: #70706f;
			position: absolute;
			top: 9px;
			right: 30px;
			/*overwright forms.css*/
			background-image: none;
			padding: 0;
		}
		
		div#searchfield button.zoeken{
			border: 0;
			background-image: url('/files/layout/search_glass.jpg');
			background-repeat: no-repeat;
			width: 13px;
			height: 14px;
			position: absolute;
			top: 15px;
			right: 10px;
			cursor: pointer;
		}
		

	/* -- Projecten -- */
	
	#right-column #project-container{
		width: 289px;
		height: 443px;
		padding-left: 25px;
		padding-top: 20px;
		background-image: url('/files/layout/dark_overlay.jpg');
		overflow: hidden;
	}
	
		 #project-container a{
		 	color: #FFFFFF;
			text-decoration: none;
		 }
		 
		  #project-container img{
			border: 2px solid #ffffff;
		  }
	
	
	.project-categories-overview{
		width: 120px;
		height: 120px;
		margin: 8px;
		margin-bottom: 15px;
		float: left;
	}
	
	
	#click-project{
		width: 314px;
		height: 32px;
		background-image: url('/files/layout/click_project.jpg');
	}

	
	#click-project-name{
		width: 314px;
		height: 32px;
		background-image: url('/files/layout/click_project_name.jpg');
	}
	
	.project-categories{
		width: 260px;
		height: 40px;
		background-color: #342f31;
		position: relative;
		margin-bottom: 5px;
	}
		.project-categories a img{
			position: absolute;
			top: 1px;
			left: 1px;
			border: 1px solid #FFFFFF;
		}
		
		.project-categories a.url{
			position: absolute;
			top: 12px;
			left: 45px;
			letter-spacing: 2px;
		}
		
		.chosen-project-images{
			float: left;
			padding: 10px 20px 10px 0px;
		}
		
	/* -- Nieuws -- */
	
	.item{
		background-color: #434042;
		padding: 5px;
		margin-bottom: 10px;
	}
	
		.item a{
			color: #00898a;
		}
		
		
	/* -- Algemeen -- */
	
	h1{
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-style: italic;
		font-weight: normal;
	}
	
	h2{
		font-size: 12px;
		font-style: italic;
		font-weight: normal;
		letter-spacing: 1px;
	}
	
	a{
		color: #00898a;
	}
	
	.smalltext{
		font-size: 10px;
	}
	
	.comsult a{
		font-size: 10px;
		color: #332E2F;
		float: right;
		text-decoration: none;
		margin-bottom: 20px;
	}
	
	

