@charset "utf-8";

/** common **/
	* {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
		color: #403226;
		}
	body {
		background-color: #dad6d2;
		min-width: 1000px;
		} 
	#wrap {
		position: relative;
		margin: 0;
		text-align: center;
		background-image: url("/images/design/background.gif");
		background-repeat: no-repeat;
		background-position: 50% 0;
		}
	* html #wrap {
		height: 655px;
		}
	#background2 {
		position: absolute;
		left: 0;
		width: 100%;
		height: 133px;
		background-image: url("/images/design/background2.gif");
		background-repeat: no-repeat;
		background-position: 50% 0;
		z-index: -1;
	}
	#middle {
		position: relative;
		width: 944px;
		margin: 0 auto;
		text-align: left;
		background-image: url("/images/design/middle.gif");
		background-repeat: repeat-y;
	}
	.clearer {
		height:1px;
		overflow:hidden;
		margin-top:-1px;
		clear:both;
	}
	hr {
		background-color: #dad6d2;
		border: 0;
		color: #dad6d2;
		height: 1px;
		margin: 15px 0 15px 0;
	}
	* html hr
	{
		margin: 10px 0 10px 0;
	}
	a {
		color: #dd9600;
	}
	a:hover {
		color: #b8ab9b;
	}
	h1 {
		font-size: 16px;
		color: #dd9600;
		line-height: 30px;
		font-weight: normal;
	}
	h2 {
		font-size: 13px;
		color: #403226;
		line-height: 19px;
	}
	h3, h4, h5, h6 {
		font-size: 12px;
		color: #403226;
		margin-bottom: 2px;
		line-height: 19px;
	}
	ul {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	ol {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	li {
		margin-left: 24px;
	}
	blockquote {
		margin-left: 30px;
	}
/** site elements **/
	#header {
		position: relative;
		width: 944px;
		height: 193px;
		background-color: #dad6d2;
		background-image: url("/images/design/header.jpg");
		background-position: 0 25px;
		background-repeat: no-repeat;
	}
	#left_column {
		float: left;
		width: 282px;
		margin-bottom: 10px;
	}
	#content {
		margin-left: 285px;
		min-height: 462px;
		width: 659px;
	}
	.home #content, .contact #content {
		background-image: url("/images/design/content.gif");
		background-repeat: no-repeat;
		background-position: 528px 9px;
	}
	* html #content {
		margin-right: 0px;
		margin-left: 0px;
		height: 452px;
	}
	#footer {
		height: 25px;
	}
/** horizontal menu **/
	.hmenu
	{
		position: absolute;
		left: 822px;
		top: 25px;
	}
	.hmenu ul, .hmenu ul li
	{
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.hmenu ul #menu_contact a
	{
		float: left;
		display: block;
		width: 66px;
		height: 18px;
		background-image: url("/images/design/contact.gif");
		background-repeat: no-repeat;
	}
	.hmenu ul #menu_home a
	{
		float: left;
		display: block;
		width: 56px;
		height: 18px;
		background-image: url("/images/design/home.gif");
		background-repeat: no-repeat;
	}
	.hmenu ul li a span
	{
		display: none;
	}
	.hmenu ul #menu_contact a:hover, .hmenu ul #menu_contact .active
	{
		background-image: url("/images/design/contact_active.gif");
	}
	.hmenu ul #menu_home a:hover, .hmenu ul #menu_home .active
	{
		background-image: url("/images/design/home_active.gif");
	}
/** vertical menu **/
	.vmenu ul, .vmenu ul li
	{
		margin: 0;
		padding: 0;
		display: block;
		list-style-type: none;
	}
	.vmenu ul
	{
		margin-top: 25px;
	}
	.vmenu ul ul
	{
		margin-top: 0px;
	}
	.vmenu ul li
	{
		text-align: right;
	}
	.vmenu ul li a
	{
		display: block;
		text-decoration: none;
		padding: 6px 30px;
		color: #fff;
		font-size: 15px;
		line-height: 21px;
	}
	.vmenu ul #withsub a
	{
		padding-bottom: 2px;
	}
	.vmenu ul #aftersub a
	{
		padding-top: 12px;
	}
	.vmenu ul li a:hover, .vmenu ul .active a
	{
		background-image: url("/images/design/bullet.gif");
		background-repeat: no-repeat;
		background-position: 258px 8px;
		color: #fff;
	}
	.vmenu ul .active ul li a
	{
		background: none;
	}
	.vmenu ul li ul li a
	{
		display: block;
		text-decoration: none;
		padding: 2px 30px;
		color: #fff;
		font-size: 13px;
		line-height: 14px;
	}
	.vmenu ul li ul li a:hover, .vmenu ul li ul .active a
	{
		background-image: url("/images/design/bullet.gif");
		background-repeat: no-repeat;
		background-position: 258px 0px;
	}
	.vmenu ul #aftersub a
	{
		background-position: 258px 14px;
	}
	* html .vmenu ul li a/* hide from IE5.0/Win & IE5/Mac */
	{
		height: 1%;
	}
	* html .vmenu ul
	{
		position: relative;	/* IE needs this to fix a rendering problem */
	}
/** DefaultPage **/
	#DefaultPage {
		position: relative;
		margin-left: 30px;
		padding: 32px 0 20px 0;
		width: 460px;
		line-height: 19px;
	}
	#DefaultPage .img_right {
		position: absolute;
		left: 505px;
	}
/** DefaultForm **/
	.DefaultForm {
	}
	.DefaultForm .login_error {
		color: red;
		padding-bottom: 10px;
	}
	.DefaultForm fieldset {
		border-width: 1px;
		border-color: white;
		border-style: solid;
		padding: 10px 0;
	}
	.DefaultForm legend {
		font-weight: bold;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		background-color: white;	
	}
	.DefaultForm label {
		float: left;
		width: 100px;
		padding: 0 0 0 0;
		margin: 2px 0;
		clear: left;
		line-height: normal;
	}
	.DefaultForm input, 
	.DefaultForm select, 
	.DefaultForm textarea {
		margin: 2px 0;
	}
	.DefaultForm .submit {
		margin-top: 10px;
		padding: 4px;
	}
	/** javascript error-handling **/
	.DefaultForm input.error, 
	.DefaultForm select.error, 
	.DefaultForm input.error:focus, 
	.DefaultForm select.error:focus {
		padding-right: 16px; 
		border: 2px solid red; 
		background-image: url(/images/warning_obj.gif); 
		background-position: right; 
		background-repeat: no-repeat;
	}
	.form_footer {
		padding-top: 5px;
		text-align: right;
	}
/**  **/

	#deco {
		margin-top: 44px;
		height: 153px;
		width: 194px;
		background-image: url("/images/design/left_home.jpg");
		background-repeat: no-repeat;
	}
	.contact #deco {
		background-image: url("/images/design/left_contact.jpg");
	}
	.hm3 #deco {
		background-image: url("/images/design/left_ruimte_en_water.jpg");
	}
	.hm4 #deco {
		background-image: url("/images/design/left_mens_en_gebied.jpg");
	}
	.hm5 #deco {
		background-image: url("/images/design/left_coaching_en_begeleiding.jpg");
	}
	.hm6 #deco {
		background-image: url("/images/design/left_netwerk.jpg");
	}
	.hm7 #deco {
		background-image: url("/images/design/left_inspiratie.jpg");
	}
	.hm8 #deco {
		background-image: url("/images/design/left_wie_zijn_wij.jpg");
	}





