	/* BASIC STYLES */

	html {
		height: 100%;
	}
	body {
		height: 100%;
		margin: 0px;
		padding: 0px;
		background: #e0f4fc url('../gfx/gradient.gif') repeat-x top left;
		font-family: arial, verdana, sans-serif;
		font-size: 10pt;
		line-height: 1.5;
	}

	body,select,input,div,td,textarea {
		font-family: arial, verdana, sans-serif;
		font-size: 10pt;
		line-height: 1.5;
	}

	select,input {
		line-height: 1;
	}

	h1 {
		font-size: 14pt;
		font-weight: bold;
		letter-spacing: 4pt;
		color: #0086b6;
	}

	h2 {
		text-align: right;
		color: #a81124;
		font-family: arial, verdana, sans-serif;
		font-size: 14px;
		margin: 0px;
		padding: 0px;
		border-bottom: 1px solid #a81124;
	}

	h3 {
		text-align: left;
		color: #a81124;
		font-family: arial, verdana, sans-serif;
		font-size: 14px;
		margin: 0px;
		padding: 0px;
		border-bottom: 1px solid #a81124;
	}

	a {
		text-decoration: none;
		color: #0086b6;
	}
	a:hover {
		text-decoration: none;
		color: #000000;
	}



	/* LAYOUT */
	div#center {
		margin-left: auto;
		margin-right: auto;
		width: 990px;
		height: 100%;
	}
	div#wrapper {
		height:  100%;
		padding: 0px;
		margin: 0px;
		background: url('../gfx/fauxcolumns.gif') repeat-y top left;
		text-align: left;
	}
	div#shadow_left {
		background: url('../gfx/shadow_left.gif') repeat-y top left;
		padding-left: 76px;
		min-width: 76px;
	}
	div#shadow_left_filler {
		height: auto;
		background: url('../gfx/shadow_left.gif') repeat-y top left;
		padding-left: 76px;
		min-width: 76px;
	}
	img#shadow_left_top {
		float: left;
		margin-left: -76px;
	}
	div#shadow_right {
		min-width: 68px;
		background: url('../gfx/shadow_right.gif') repeat-y top right;
		padding-right: 68px;
	}
	div#shadow_right_filler {
		height: auto;
		min-width: 68px;
		background: url('../gfx/shadow_right.gif') repeat-y top right;
		padding-right: 68px;
	}
	img#shadow_right_top {
		float: right;
		margin-right: -68px;
	}
	div#main_column {
		height: 100%;
		width: 100%;
		background: #ffffff url('../gfx/mod_bar.gif') repeat-y top right;
	}
	div#shadow_top_right {
		background: url('../gfx/shadow_top_right.gif') top right;
		min-height: 31px;
	}
	div#shadow_top_left {
		background: url('../gfx/shadow_top_left.gif') top left;
		min-height: 31px;
		width: 85px;
	}
	img#logo {
		position: absolute;
		margin-left: -40px;
		margin-top: -9px;
		z-index: 5;
	}
	img#header_gradient {
		position: absolute;
	}
	img#header_foto {
		display: block;
	}
	div#header_bar {
		background-color: #fbf6dd;
		height: 23px;
		color: #b9aa5e;
		padding-left: 245px;
		padding-top: 2px;
		letter-spacing: 2pt;
		font-size: 12pt;
		font-style: italic;
	}
	div#main_content {
		min-height: 87px;
		padding-top: 77px;
		background: #ffffff url('../gfx/header_shadow.gif') repeat-x top left;
		margin-right: 200px;
		padding-left: 22px;
		padding-right: 10px;
	}
	div#mod_content {
		float: right;
		width: 168px;
		min-height: 87px;
		padding-top: 4px;
		background: #fbf6dd url('../gfx/header_shadow_mod.gif') repeat-x top left;
		padding-left: 10px;
		padding-right: 22px;
	}
	div.mod_title {
		font-size: 11pt;
		font-style: italic;
		color: #c6b977;
		padding-bottom: 10px;
	}
	div.clearall {
		clear: both;
	}

	/* CONTENT ITEMS */
	div.datetime {
		font-size: 9pt;
		font-weight: bold;
		color: #d1d2d3;
	}
	div.title {
		font-size: 14pt;
		font-weight: bold;
		letter-spacing: 4pt;
		color: #0086b6;
		border-bottom: 1px solid #d1d2d3;
	}
	div.content {
		font-size: 10pt;
		color: #000000;
	}
	div.content img {
		padding: 10px;
	}
	div.readmore {
		clear: none;
		border-top: 1px solid #d1d2d3;
		font-size: 10pt;
		color: #0086b6;
		font-weight: bold;
	}
	div.readmore a {
		text-decoration: none;
		color: #0086b6;
	}
	div.readmore a:hover {
		text-decoration: none;
		color: #000000;
	}
	div.spacer {
		clear: none;
		height: 16px;
	}

	/* CONTENT ITEMS IN MODBAR */
	div#mod_content div.datetime {
		font-size: 8pt;
		color: #d1d2d3;
	}
	div#mod_content div.title {
		font-size: 9pt;
		color: #0086b6;
		font-weight: bold;
		border-bottom: 1px solid #d1d2d3;
	}
	div#mod_content div.content {
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 8pt;
		color: #000000;
	}
	div#mod_content div.content img {
		padding: 4px;
	}
	div#mod_content div.readmore {
		clear: left;
		border-top: 1px solid #d1d2d3;
		font-size: 9pt;
		color: #0086b6;
		font-weight: bold;
	}
	div#mod_content div.readmore a {
		text-decoration: none;
		color: #0086b6;
	}
	div#mod_content div.readmore a:hover {
		text-decoration: none;
		color: #000000;
	}
	div#mod_content div.spacer {
		clear: left;
		height: 10px;
	}

	/* NAVBAR */
	div#navigation {
		position: absolute;
		z-index: 6;
		padding-left: 171px;
		padding-top: 2px;
		font-size: 11pt;
		font-weight: bold;
		color: #d1d2d3;
		background: transparent;
	}
	div#navigation a {
		text-decoration: none;
		color: #0086b6;
	}
	div#navigation a:hover {
		text-decoration: none;
		color: #000000;
	}

	/* LOGIN FORM */
	div#login {
		float: right;
		width: 164px;
		height: 104px;
		background-color: #0086b6;
		color: #ffffff;
		padding-left: 14px;
		padding-right: 22px;
		padding-top: 14px;
		font-weight: bold;
		font-size: 10pt;
	}
	div#login form {
		margin: 0px;
		padding: 0px;
	}
	input.login {
		display: block;
		width: 164px;
		border: 1px solid #c5c7c8;
		color: #000000;
		background-color: white;
		margin-bottom: 1px;
		padding: 2px;
		font-size: 10pt;
	}
	textarea.login {
		display: block;
		width: 164px;
		border: 1px solid #c5c7c8;
		color: #000000;
		background-color: white;
		margin-bottom: 1px;
		padding: 2px;
		font-size: 10pt;
	}
	input.login_button {
		display: block;
		float: right;
		width: 82px;
		border: 1px solid #c5c7c8;
		color: #0086b6;
		background-color: white;
		font-style: italic;
		font-weight: bold;
		padding: 1px;
		margin: 0px;
		font-size: 10pt;
	}
	div#login a {
		text-decoration: none;
		color: #ffffff;
	}
	div#login a:hover {
		text-decoration: none;
		color: #000000;
	}

	/* FOOTER */
	div#footer {
		font-size: 7pt;
		font-weight: bold;
		color: #000000;
		text-align: center;
		padding: 5px;
	}
	div#footer span#stichting {
		color: #c5c7c8;
	}
	div#footer span#wonenplus {
		color: #0086b6;
		font-style: italic;
	}

	/* GALLERY */
	div.gallery_image {
		display: block;
		float: left;
		height:140px;
		width: 150px;
		text-align: center;
		padding: 2px;
	}

	div#dropdown_contact {
		position: absolute;
		width: 100px;
		border: 1px solid black;
		margin-left: 370px;
		text-align: center;
		display: none;
	}

	/* EDITOR */
	body.editor {
		width: 640px;
		margin: 0px;
		padding: 10px;
		background: #ffffff;
		font-family: arial, verdana, sans-serif;
		font-size: 10pt;
		line-height: 1.5;
	}
	body#editor {
		width: 640px;
		margin: 0px;
		padding: 10px;
		background: #ffffff;
		font-family: arial, verdana, sans-serif;
		font-size: 10pt;
		line-height: 1.5;

	}


