@charset "utf-8";
/* CSS Document */

	/* color definitions
	
		 grey:				#e1e1e1
		 tekstGrey:		#6e6e6e
		 darkBlue:		#094fa3
		 lightBlue:		#4caec0
		 orange:			#f47d36
		 green:				#bfdb60
		 
	*/

	@import url('header.css');
	@import url('navigatie.css');	
	@import url('classes.css');	
	
	* { 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #616263;
	}
	
	html, body{
		margin:0;
		padding:0;
	}
	
	body{
		background:#bfbfbf;
		overflow:scroll;
		overflow-x:hidden;
	}
	
	a{
		/*display:block;*/
		color:#4caec0;
		font-weight:bold;
		text-decoration:none;
	}
	
	img {
		border:none;
	}
	
	form{
		display:inline;
	}
	
	p{
		margin:8px 0;
	}
	
	h1{
		font-size:12px;
	}
	
	blockquote{
		margin:0;
		padding:0;
		padding-left:15px;
	}
	
	#site{
		position:relative;
		width: 981px;
		margin: 0 auto;
	}
	
	#container{
		position:absolute;
		top:0;
		left:0;
		padding: 0 9px 9px 9px;
		background:#ffffff;	
		width:981px;
	}
	
		#content{
			position:relative;
			float:left;
			clear:both;
			margin-top:35px;
			width:981px;
			overflow:hidden;
			overflow-x:auto;
		}
			
	#footer{
		position:relative;
		float:left;
		clear:both;
		width:981px;
		width:1024;
		height:15px;
		margin-top:20px;
		text-align:center;
		background:#e1e1e1;
		padding-top:5px;
	}


		#portfolio_image{
			width:435px;
			height:325px;
			padding:25px;
			background:#e1e1e1;
			overflow:hidden;
		}
		
		#portfolio_image .image{
			overflow:hidden;
			width:435px;
			height:325px;
		}
		
