/*OIN advies*/

html, body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #3E606F;
	font-size: 11px;
	height: 100%
}

	#wrapper{
		height: 100%;
	}
	
	#container{
		width: 940px;
		height: 100%;
		margin: 0 auto;
		background: #FFFFFF;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		position: relative;
	}
	
	#left-column-container{
		float: left;
	}
	
	#header{
		width: 200px;
		height: 179px;
		background-image: url('/files/topimage1.jpg');
		background-repeat: no-repeat;
		margin-left: 10px;
	}
	
	
	
	.menu {
		margin-top: -13px;
		background: #B9C9DB url('/files/menu_bottom3.jpg') 0 100% no-repeat;
		color: #FFFFFF;
		width: 200px;
		height: 250px;
		margin-left: 10px;
	}
	
	.adres {
		background: #F0A15B url('/files/adres_bar2.jpg') 0 100% no-repeat;
		width: 200px;
		height: 100px;
		margin-left: 10px;
		margin-top: 70px;
	}
		.adres p{
			line-height: 170%;
			color: #ffffff;
			font-size: 10px;
			letter-spacing: 3px;
			margin-top: -5px;
		}
		
		.menu p{
			padding-left: 10px;
			text-align: left;
			line-height: 220%;
			color: #000066;
			font-size: 11px;
			letter-spacing: 2px;

		}
	
		.top{
			background: url('/files/adres_bar_top2.jpg') no-repeat;
			color: #FFFFFF;
			width: 200px;
			height: 26px;
			text-transform: uppercase;
			padding-top: 6px;
			font-size: 11px;
			font-weight: bold;
		}
		
		.topmenu{
			background: url('/files/menu_bar_top.jpg') no-repeat;
			color: #FFFFFF;
			width: 200px;
			height: 26px;
			text-transform: uppercase;
			padding-top: 6px;
			font-size: 11px;
			font-weight: bold;
		}
		
		.menu a{
			font-size: 12px;
			color: #000000;
			text-decoration: none;
			display: block;
			background-position: 0px 7px;
			line-height: 250%;
			letter-spacing: 3px;
		
		}
		
		.menu h1{
			color: #FFFFFF;
			text-transform: uppercase;
			font-size: 11px;
			font-weight: bold;
			margin: 0;
			padding: 0;
		}
		
	#right-column-container{
		float: left;
	}

	#topheader{
		background: url('/files/top-bar3.jpg');
		width: 637px;
		height: 179px;
		position: relative;
	}
	
	#pic1 {
		background: url('/files/fast01.jpg') no-repeat;
		width: 70px;
		height: 70px;
		position: absolute;
		top: 0px;
		right: 225px;
	}
	
	#pic2 {
		background: url('/files/fast02.jpg') no-repeat;
		width: 70px;
		height: 70px;
		position: absolute;
		top: 0px;
		right: 155px;
	}
	
	#pic3 {
		background: url('/files/fast03.jpg') no-repeat;
		width: 70px;
		height: 70px;
		position: absolute;
		top: 0px;
		right: 85px;

	}
		
	#contents{
		margin-left: 30px;
		background-image: url('/files/bg_contents2.jpg');
		width: 560px;
		height: 400px;
		text-align: left;
		padding: 20px;
		line-height: 170%;
	}
	
		#contents-aanpak{
			margin-left: 30px;
			background-image: url('/files/bg_contents4.jpg');
			width: 560px;
			height: 400px;
			text-align: left;
			padding: 20px;
			line-height: 170%;			
		}
		
		#contents-dienstverlening{
			margin-left: 30px;
			background-image: url('/files/bg_contents5.jpg');
			width: 560px;
			height: 400px;
			text-align: left;
			padding: 20px;
			line-height: 170%;			
		}
		
		#contents-casus{
			margin-left: 30px;
			background-image: url('/files/bg_contents6.jpg');
			width: 560px;
			height: 400px;
			text-align: left;
			padding: 20px;
			line-height: 170%;			
		}
		
		#contents-prof{
			margin-left: 30px;
			background-image: url('/files/bg_contents7.jpg');
			width: 560px;
			height: 400px;
			text-align: left;
			padding: 20px;
			line-height: 170%;			
		}
		
		#contents-contact{
			margin-left: 30px;
			background-image: url('/files/bg_contents8.jpg');
			width: 560px;
			height: 400px;
			text-align: left;
			padding: 20px;
			line-height: 170%;			
		}						
	
	h1{
		font-size: 20px;
		color: #003333;
	}
	
	a{
		color: #92AA9D;
		text-decoration: none;
	}
	a img{
		border: 0;
	}
		
