/* Colors
		Dark blue: #003366
		Blue: #6699CC
		Light blue: #94B7DB
		
		Menu Subs: #E4EBF2
	*/
	
/**** Framework - START ****/

	html, body{
		width: 100%;
		height: 100%;
	}
	body{
		margin: 0px;
		background: #94B7DB;
		font-family: Arial, Helvetica, sans-serif  !important;
		color:#686868;
		scrollbar-base-color:#eee;
		scrollbar-arrow-color:#ffffff;
		scrollbar-dlight-color:#eee;
		scrollbar-darkshadow-color:#0066cb;
		scrollbar-face-color:#3399ff;
		scrollbar-highlight-color:#ffffff;
		scrollbar-shadow-color:#ffffff;
		scrollbar-track-color:#eee;
	}
	
	.left{
		float: left;
		width: 750px;
		height: 100%;
	}
	.right{
		float: left;
		width: 190px;
	}
	
	#wrapper{
		float: left;
	}

	
	#head{
		width: 100%;
		float: left;
		background: #002b7f;
	}
	
	#head .content{
		float: left;
		width: 955px;
		overflow: hidden;
		background: url(/_media/images/head_bg.gif) repeat-y #002b7f;
	}
	
	#flashcontent{
		background:url(/_media/images/Huizen.jpg) no-repeat;
	}
	
	
	#mid{
		width: 100%;
		float: left;
		background: #1eb53a;

	}
	#mid .content{
		float: left;
		width: 955px;
		background: url(/_media/images/mid_bg.gif) repeat-y #1eb53a;
	}
	DIV#textArea{
		width: 720px;
		padding: 20px;
	}
	#textArea .min_height{
		height: 250px;
		float:left;
	}

	#mid .right{
		overflow: hidden;
		float: right;
		width: 180px;
		height: 100%;
		padding-bottom: 40px;
	}
	#snelzoeken .right{
		padding-bottom: 0px;
	}
	#mid .right IMG{
		border: 0;
	}

	#mid .right .banner{
		margin-top: 40px;
		margin-bottom: 20px;
		width: 100%;
	}
	#menu{
		padding-left: 10px;
		height: 40px;
		background: url(/_media/images/menu_bg.gif) repeat-x;
	}
	#menu A{
		visibility: hidden;
	}
	#footer{
		position: relative;
		float: left;
		clear: both;
		width: 900px;
		margin-left: 20px;
		margin-top: 20px;
		display: inline;
	}
	
	#footer IMG{
		border: 0;
	}
	
	#footer .logos{
		position: absolute; 
		left: 750px;	
		bottom: 100px; 
		width: 225px;
}
/**** Framework - END ****/




/**** Menu CSS - START ****/	
	#menu A{
		display: block;
		float: left;
		margin-right: 1px;
	}
	#menu DIV{
		display: block;
		float: left;
		margin-right: 1px;
	}
	.SubMenu{
		background:#FFFFFF;
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.SubMenu A{
		display: block;
		width: 192px;
		height: 15px;
		
		line-height: 15px;
		color: #666666;
		text-decoration: none !important;
		font-size: 11px;
		
		background:#E4EBF2;
		margin-top: 1px;
		padding-left: 12px;
	}
	.SubMenu A:hover{
		background: #C4D2E5;
		color: #FFFFFF;
	}
/**** Menu CSS - END ****/


