body {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-size: 0.85em;
  margin: 0;
  padding: 0;
 background: url("../images/pattern_background.gif") repeat;
 /* background: url("../images/blauwehuisjuni2008klein.jpg") repeat;*/	
 /*background-color: #179CDD;*/
}

img {
  border: 0;
}

.clear {
  clear: both;
}

#site {
  margin: 0 auto 0 auto;
  width: 900px;
}

#filter {
  float: left;
  width: 620px;
  margin: 0 0 10px 0;
  font-style: italic;
  color: #fff;

}

a#filter_toggle {
  color: #fff;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

#filtermenu {
  float: left;
  width: 490px;
}

#filterbottom {
  width: 490px;
  height: 14px;
  margin: 10px 0 0 0;
  background: url("../images/filterbeak.png") no-repeat top right;
}

#filtermenu_outer {
  /*background: #179CDD;*/
  background: #179CDD;
}

#filtermenu_inner {
  margin: 0 10px 0 10px;
}

#filter_expand {
  color: #000;
  background: #fff;
  font-size: 0.8em;

  padding: 0 5px 0 5px;
}

#filter_expand ul {
  margin: 0;
  padding: 5px 0 5px 0;
  list-style-type: none;
}

#filter_expand ul li {
  float: left;
  font-weight: bold;
  margin: 0 15px 15px 0;
  border-right: 1px dashed #7f7f7f;
}

#filter_expand ul li ul {
  margin: 10px 0 0 0;
  border: 0;
}

#filter_expand ul li ul li {
  float: none;
  font-weight: normal;
  font-style: normal;
  border: 0;
  margin-bottom: 0;
}

#filter_expand ul li ul li a {
  color: #000;
}

#bluehousemenu {
  list-style: none;
  width: 130px;
  float: right;
  background: #179CDD;
background: url("../images/menuarrow.png") bottom;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 0 0 25px 0;
  padding: 0;
  z-index: 301;
}

#bluehousemenu ul {
  list-style: none;
  width: 130px;
  float: right;
  background: #179CDD;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 0 0 25px 0;
  padding: 0;
  z-index: 301;
}

#bluehousemenu a {
  display: block;
  width: 130px;
  color: #fff;
  text-decoration: none;
}

#bluehousemenu li {
  width: 130px;
}

#bluehousemenu li ul {
  position: absolute;
  z-index: 1;
  padding: 10px 0 0 0;
  width: 130px;
  text-align: left;
  left: -999em;
}

#bluehousemenu li:hover ul, #bluehousemenu li.sfhover ul {
  left: auto;
}

#bluehousemenu li ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 115px;
  border-bottom: 1px dashed #fff;
  margin: 0 0 0 -10px;
  padding: 5px 0 5px 15px;
  font-style: normal;
}

#bluehousemenu li ul li a:hover {
  background: #000;
}

#search {
  width: 260px;
  float: left;
  position: fixed; 
  z-index: 1000; 
  margin-left: 625px;
}

#languages_search {
  margin: 0 0 0 15px;
  width: 100%;
  position: relative;
  z-index: 1;
}

a#language_nl, a#language_en {
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

a#language_nl {
  background: url("../images/nl.png") bottom;
  color: #fff;
}

a#language_en {
  background: url("../images/en.png") bottom;
  color: #179cdd;
}

a#language_nl:hover {
/*  background: url("../images/nl.png") bottom;
  color: #fff;*/
  text-decoration: underline;
}

a#language_en:hover {
/*  background: url("../images/en.png") bottom;
  color: #179CDD;*/
  text-decoration: underline;
}

#language_nl {
  display: block;
  width: 39px;
  height: 22px;
  float: left;
  padding: 5px 0 0 12px;
  font-size: 0.9em;
}

#language_en {
  display: block;
  width: 38px;
  height: 22px;
  float: left;
  margin: 0 0 0 -15px;
  padding: 5px 0 0 12px;
  font-size: 0.9em;
}

#searchbox {
  background: url("../images/searchbox.png");
  width: 180px;
  height: 27px;
  position: absolute;
  margin: 0 0 0 80px;
}

#searchbox input {
  width: 140px;
  margin: 0 5px 0 0;
}

#searchbox button {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}

#logo {
  position: absolute;
  z-index: 0;
  margin: 10px 0 0 110px;
}

#bluehouse {
  background: #179CDD;
  color: #fff;
  width: 620px;
  float: left;
}

.column img {
  width: 570px;
}

#bluehouse .column {
  float: left;
  width: 575px;
  border-top: 1px dashed #fff;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 20px 0 25px 0;
/*  border-bottom: 1px dashed #fff; */
}

#bluehouse .column h1 {
  font-size: 1.3em;
  font-weight: normal;
  font-style: italic;
  color: #000;
  margin: 0;
}

#bluehouse .column h2 {
  font-size: 1em;
  margin: 20px 0 0 0;
}

#bluehouse .column a {
  color: #fff;
}

#bluehouse .column a:visited {
  color: #ccc;
}

#bluehouse .column a:hover {
  color: #9ED6FF;
}

#bluehouse .column a:active {
  color: #666;
}

#projects_residents {
 margin-top: 400px;
  padding-top: 592px;
  position: absolute;
  width: 575px;
  margin: 35px 0 0 45px;
  z-index: 100;
}

#projects {
  background: url('../images/panel01.png');
  width: 280px;
  margin: 0 15px 0 0;
  padding: 15px 0 0 0;
  float: left;
}

#projects h1, #residents h1 {
  font-style: italic;
  font-weight: normal;
  font-size: 1.2em;
  border-top: 2px solid #000;
  margin: 0 0 15px 15px;
  padding: 5px 0 0 0;
}

#projects h1 {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 0;
  padding-bottom: 15px; 
}

#residents {
  background: url('../images/panel01.png');
  width: 280px;
  padding: 15px 0 0 0;
  float: left;
}

#sidebar {
	padding-top: 15px;
  width: 260px;
  float: left;
  margin: 35px 0 0 15px;
}

.news_item {
  background: url("../images/newsbeak.png") no-repeat left top;
  color: #fff;
  margin: 0 0 30px 0;
  position: relative;
}

.news_item h2 {
  font-size: 0.8em;
  font-weight: normal;
  border-bottom: 1px dashed #179CDD;
  color: #179CDD;
  margin: 0;
  padding: 0 0 5px 0;
}

.news_item h2 {
  font-size: 0.8em;
  font-weight: normal;
  border-bottom: 1px dashed #179CDD;
  color: #179CDD;
  margin: 0;
  padding: 0 0 5px 0;
}

.news_item h1 {
  font-size: 1.2em;
  font-weight: normal;
  color: #fff;
}

.news_item_top {
  background: url("../images/newstop.png") no-repeat;
  width: 320px;
  height: 15px;
}

.rounded_black {
  background: #000;
  margin: 0 0 0 28px;
}

a.news_read_more, a.project_readmore, a.resident_readmore {
  color: #fff;
  display: block;
  text-align: right;
  font-size: 0.75em;
  font-style: italic;
}

a.news_read_more {
  margin: 10px 0 0 0;
}

a.project_readmore, a.resident_readmore {
  margin: 15px 0 0 0;
}

a.news_read_more:visited, a.project_readmore:visited, a.resident_readmore:visited {
  color: #9ed6ff;
}

a.news_read_more:hover, a.project_readmore:hover, a.resident_readmore:hover {
  color: #179CDD;
}

a.news_read_more:active, a.project_readmore:active, a.resident_readmore:active {
  color: #fff;
}

a.project_readmore, a.project_readmore:visited, a.resident_readmore, a.resident_readmore:visited {
  color: #000;
  font-size: 1em;
}

a#projects_footer {
  background: url("../images/projectsfooter.png") no-repeat #fff;
  color: #fff;
  font-style: italic;
  text-decoration: none;
  display: block;
  width: 280px;
  height: 21px;
  text-align: center;
  margin: 25px auto 0 auto;
  padding: 2px 0 0 0;
}

a#projects_footer:hover {
  background: url("../images/projectsfooterhover.png") no-repeat #fff;
}

.news_item_inner {
  margin: 0 15px 0 15px;
}

#bluehouse_inner {
  margin: 15px 25px 25px 25px;
}

#projects_outer {
  width: 280px;
}

#projects_inner, #residents_inner {
  margin: 0 15px 15px 0;
}

ul#projects_list, ul#residents_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #bfbfbf;
}

ul#projects_list li, ul#residents_list li, #search_body ul li {
  padding: 15px 0 15px 15px;
  display: block;
  border-bottom: 1px solid #bfbfbf;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  border-left: 5px solid #fff;
}

ul#projects_list li:hover, ul#residents_list li:hover, #search_body ul li:hover {
  border-left: 5px solid #000;
  background: url("../images/raster.png") repeat;
}

ul#projects_list li.project_category01:hover, #search_body ul li.project_category01:hover {
  border-color: #e31a5c;
}

ul#projects_list li.project_category02:hover, #search_body ul li.project_category02:hover {
  border-color: #f79910;
}

ul#projects_list li.project_category03:hover, #search_body ul li.project_category03:hover {
  border-color: #0087a9; 
}

ul#projects_list li img {
  border: 1px solid #bfbfbf;
  margin: 0 15px 0 0;
  padding: 2px;
  float: left;
  background: #fff;
}

.project_title, .resident_title {
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
}

.project_category, .resident_category {
  font-size: 0.85em;
  font-style: italic;
}

.resident_category {
  color: #7f7f7f;
}

.project_body, .resident_body {
  border-top: 1px dashed #bfbfbf;
  margin: 15px 15px 0 0;
  padding: 5px 0 0 0;
  display: block;
  color: #666;
  font-size: 0.8em;
  line-height: 1.3em;
  background: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbfbf;
}

a#sidebar_footer, a#sidebar_footer:visited {
  list-style: none;
  background: url("../images/newsfooter.png") no-repeat;
  display: block;
  width: 232px;
  height: 47px;
  margin: 0 0 0 28px;
  padding: 21px 0 0 0;
  text-align: center;
  font-style: italic;
  color: #fff;
  text-decoration: none;
  bottom: 0;
}

a#sidebar_footer:hover {
  background: url("../images/newsfooterhover.png") no-repeat;
}

#select_theme, #select_theme ul {
  list-style-type: none;
  text-align: center;
  margin: 0 auto 15px auto;
  padding: 15px 0 0 0;
  color: #000;
  text-decoration: none;
  width: 180px;
}

#select_theme a {
  display: block;
  width: 205px;
  background: #fff;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#select_theme li {
  width: 205px;
}

#select_theme li ul {
  position: absolute;
  z-index: 1;
  padding: 15px 0 0 0;
  width: 205px;
  text-align: left;
  left: -999em;
  background: #fff;
}

#select_theme li:hover ul, #select_theme li.sfhover ul {
  left: auto;
}

#select_theme li ul li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 175px;
  border-bottom: 1px dashed #000;
  margin: 0 0 0 -15px;
  padding: 5px 15px 5px 26px;
  font-style: normal;
  font-weight: normal;
}

#select_theme li ul li a.theme_selected, #select_theme li ul li a.theme_selected:visited {
  background: url("../images/icon_select.png") no-repeat left center;
}

#select_theme li ul li a.theme_selected:hover {
  background: url("../images/icon_select_colour.png") no-repeat left center;
}

#select_theme li ul li a.theme_unselected, #select_theme li ul li a.theme_unselected:visited {
  background: url("../images/icon_unselect.png") no-repeat left center;
}

#select_theme li ul li a.theme_unselected:hover {
  background: url("../images/icon_unselect_colour.png") no-repeat left center;
}

#select_theme li ul li.category01 a, .project_category01, .item_details_inner h2.category01 {
  color: #e31a5c;
  font-style: italic;
}

#select_theme li ul li.category02 a, .project_category02, .item_details_inner h2.category02 {
  color: #f79910;
  font-style: italic;
}

#select_theme li ul li.category03 a, .project_category03, .item_details_inner h2.category03 {
  color: #0087a9;
  font-style: italic;
}

a.theme_selected, a.theme_unselected {
  position: relative;
  z-index: 24;
  background-color: #ccc;
  color: #000;
  text-decoration: none
}

a.theme_selected:hover, a.theme_unselected:hover {
  z-index: 25;
  background-color: #ff0
}

a.theme_selected span, a.theme_unselected span {
  display: none;
}

a.theme_selected:hover span, a.theme_unselected:hover span {
  display: block;
  position: absolute;
  width: 250px;
}

.tooltip {
  background: url("../images/tooltip.png") no-repeat top left;
  top: -18px;
  left: 200px;
  padding: 0;
  width: 250px;
}

.tooltip_body {
  background: #000;
  color: #fff;
  font-style: normal;
  margin: 0 0 0 14px;
  padding: 10px 15px 10px 15px;
}

.item_details {
  position: absolute;
  background: #fff;
  width: 450px;
  border: 1px solid #7f7f7f;
  border-left: 5px solid #000;
  padding: 0 15px 0 15px;
  top: 25px;
  z-index: 300;
}

.item_details img {
  max-width: 440px;
}

.item_details_inner {
  margin: 15px 0 20px 0;
  color: #7f7f7f;
}

.item_details_inner a {
  color: #179CDD;
}

.item_details_inner a:visited {
  color: #9ED6FF;
}

.item_details_inner a:hover {
  color: #000;
}

.item_details_inner a:active {
  color: #666666;
}

.item_details_inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.item_details_inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.item_details_inner ul li ul {
  margin: 0 0 15px 15px;
  padding: 0;
}

.item_details_inner ul li h2 {
  margin: 15px 0 0 0;
  font-size: 0.9em;
  font-style: normal;
}

.item_details_header {
  float: left;
  width: 380px;
}

a.item_details_close, a.item_details_close:visited {
  float: right;
  color: #7f7f7f;
  font-weight: bold;
  font-style: italic;
  font-size: 0.8em;
}

a.item_details_close:hover {
  color: #000;
}

a.item_details_close:active {
  color: #ccc;
}

.item_details_inner h1, .item_details_inner h2, .item_details_inner h3 {
  margin: 0;
  color: #000;
}

.item_details_inner h1 {
  font-size: 1.8em;
  font-style: italic;
}

.item_details_inner h2 {
  font-size: 1.2em;
  font-style: italic;
}

.item_details_inner h3 {
  font-size: 1.1em;
  font-style: italic;
}

.item_details_inner hr {
  margin: 15px 0 15px 0;
  border-width: 0;
  height: 0;
  border-top-width: 1px;
  border-style: dashed;
  border-color: #7f7f7f;
}

.item_details_image {
  border-bottom: 1px dashed #7f7f7f;
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
}

.item_handle {
  height: 10px;
}

#search_body {
  position: absolute;
  width: 575px;
  margin: 35px 0 0 45px;
  padding: 15px 0 15px 0;
  background: url('../images/panel02.png');
}

#search_body h1 {
  font-style: italic;
  font-weight: normal;
  font-size: 1.2em;
  border-top: 2px solid #000;
  margin: 0 15px 5px 15px;
  padding: 5px 0 0 0;
}

#search_body h2 {
  border-bottom: 1px solid #bfbfbf;
  margin: 0 15px 5px 15px;
  padding: 0 0 15px 0;
  font-size: 1em;
  font-weight: normal;
  color: #999;
}

#search_body ul {
  margin: 10px 15px 5px 15px;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #bfbfbf;
}

#search_body ul li:hover {
  background: none;
}

#search_body ul li img {
  border: 1px solid #bfbfbf;
  margin: 0 15px 0 0;
  padding: 2px;
  float: left;
  background: #fff;
}

span.search_item_title {
  display: block;
  font-size: 1.2em;
  font-style: italic;
  color: #000;
  margin: 0 0 0 60px;
}

span.search_item_category00, span.search_item_category01, span.search_item_category02, span.search_item_category03 {
  display: block;
  font-style: italic;
  font-size: 0.9em;
  margin: 0 0 0 60px;
}

span.search_item_category00 {
  color: #000;
}

span.search_item_category01 {
  color: #e31a5c;
}

span.search_item_category02 {
  color: #f79910;
}

span.search_item_category03 {
  color: #0087a9;
}

span.search_item_body {
  display: block;
  color: #999;
  margin: 5px 15px 0 60px;
  padding: 5px 0 0 0;
  border-top: 1px dashed #bfbfbf;
  clear: left;
}

span.search_item_readmore {
  font-style: italic;
  text-decoration: underline;
  color: #000;
}

a.search_backtostart {
  margin: 0 0 0 15px;
  color: #179CDD;
  font-size: 0.8em;
}

a.search_backtostart:visited {
  color: #9ED6FF;
}

a.search_backtostart:hover {
  color: #000;
}

a.search_backtostart:active {
  color: #666;
}


/* z-index specific additions */

#projects_residents {
	margin-left: 30px;
	margin-top: -624px;
}


h3 {
  font-size: 1.3em;
  font-weight: normal;
  font-style: italic;
  color: #000;
  margin: 0;
}

#ie6menu {
	visibility: hidden;
	height: 0px;
}

#logoposition {
	position: fixed; 
	z-index: -1; 
	margin-left: 700px
}

#ie6filtermenu {
	visibility: hidden;
	height: 0px;	
}

#tempmenufiller a:hover {
	color: #000;	
}

a.relatedObject {
  text-decoration: none;
  font-size: 0.85em;
}

a.relatedObject img {
  width: 20px;
}

ul#search_results li a {
  text-decoration: none;
}

ul#search_results li.navigation_link {
  border: 0;
}

ul#search_results li.navigation_link a, ul#search_results li.navigation_link a:visited {
  color: #179CDD;
}

ul#search_results li.navigation_link a:hover {
  color: #666666
}

ul#search_results li.navigation_link a:active {
	color: #000;
}
