@media screen {

/* 
  1. body/container/wrapper
  2. header
  3. content
  4. content - homepage
  5. content - standard
  6. content - secondary
  7. content - primary
  8. content - tertiary
  9. content - FCK elements
  10. content - form elements
  11. favorite pages
  12. clear & footer
*/

/* 1. body/container/wrapper */

html {
  height: 100%;
  overflow: -moz-scrollbars-vertical; 
  overflow-x: hidden; 
}

body {
  background: #5b5a5a;
  color: #575757;
  font: 100%/1.2em Arial, Verdana, sans-serif;
  margin: 0;
  height: 100%;
}

div#container {
  width: 100%;
  margin: 0 0 -5.5em;
  min-height: 100%; 
  height: auto !important; 
  height: 100%;
}

div#wrapper {
  width: 1058px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  left: -30px;
}

div#bg_header {
  width: 1058px;
  height: 40px;
  background: url(/interactive/images/content/bg_top.gif) no-repeat;
  position: absolute;
  top: 88px; 
  left: 0;
  z-index: 1;
}

/* 2. header */
div#header {
  width: 985px;
  position: relative;
  overflow: hidden;
  padding: 0 36px 0 37px;
  height: 8em;
  background: #5b5a5a;
}

div#header h1, div#header h2, div#header p {
  margin: 0 0 0 0;
}

div#header h1 span, div#header p.skip a, div#header a.home span {
  position: absolute;
  overflow: hidden;
  width: 0;
}

div#header h1, div#header h2 {
  font-size: 1.1em;
  background: 0;
  padding-left: 0;
  float: left;
  color: #fff;
  font-weight: normal;
  margin: 2.5em 0 0 0;
}

div#header h2 {
  margin: 60px 0 0 0;
}

div#header p a.home {
  position: absolute;
  left: 36px;
  top: 5px;
  width: 256px;
  height: 50px;
  background: url(/interactive/images/content/logo_new.gif) no-repeat;
}

div#header p.skip a {
  top: 0;
  left: 0;
  color: #fff;
  background: #fb1c08;
  text-decoration: none;
  font-size: 1em;
  padding: 0.1em 0;
  text-align: center;
}

div#header p.skip a:active, div#header p.skip a:focus {
  overflow: visible;
  width: 100%;
}

div#header span {
  font-size: 0.8em;
}

div.toptabs {
	z-index: 6666; 
	position: fixed; 
	float: right;
	margin: -128px 168px 0 719px;
	background: url(/interactive/images/content/toptabs.png); 
	width: 303px; 
	height: 29px; 
}

div.toptabs ul {
	padding-top: 4px;
	}

div.toptabs ul li {
	list-style: none; 
	float: left;
	color: #575757;
}

div.toptabs ul li a {
	font-size: 11px;
	color: #575757;
	border-right: solid 1px #575757;
	margin-left: 7px;
	padding-right: 7px;
}

div.toptabs ul li a.last {
	border: none;
}

div.toptabs ul li a:hover {
	font-size: 11px;
	color: #fb1c08;
	text-decoration: none;
}

ul#options_menu {
  margin: 4.1em -0.5em 0 0;
  list-style: none;
  float: right;
}

ul#options_menu li {
  float: left;
  font-size: 0.75em;
  height: 1.1em;
  line-height: 1.1em;
  color: #fff;
  padding: 0 0.7em;
  border-left: 1px solid #939393;
}

ul#options_menu li:first-child {
  border: 0;
  padding: 0 0.7em 0 0;
}

ul#options_menu li a:link, ul#options_menu li a:visited {
  color: #fff;
  text-decoration: none;
}

ul#options_menu li a:hover, ul#options_menu li a:active {
  background: 0;
  color: #fff;
  text-decoration: underline;
}

div#header label {
  width: auto;
  padding-right: 0;
}

div#header input {
  border: 0;
  margin: 0 0 0 5px;
  float: left;
}

div#header input.submit {
  width: 13px;
  height: 13px;
  margin-top: 0;
  padding: 13px 0 0;
  background: url(/interactive/images/content/btn_search.gif) no-repeat;
}

ul#main_menu {
  width: 985px;
  height: 24px;
  padding: 5px 0 0;
  background: url(/interactive/images/content/bg_mainmenu.gif) no-repeat;
  margin: 1.25em 0 0;
  list-style: none;
  float: left;
  position: relative;
  z-index: 2;
}

ul#main_menu li {
  float: left;
  font-weight: bold;
  border-left: 1px solid #9E9E9E;
  padding: 1px 0 0;
  overflow: hidden;
}

ul#main_menu li:first-child {
  border-left: 0;
}

ul#main_menu a {
  display: block;
  padding: 0 44px;
}

ul#main_menu a:link, ul#main_menu a:visited {
  color: #fff;
  text-decoration: none;
}

ul#main_menu a:hover, ul#main_menu a:active, ul#main_menu a.main_menu_active {
  background: 0;
  color: #fff; 
  border-bottom: 4px solid #ec1a0d;
}

/* 3. content */
div#content_wrapper {
  background: url(/interactive/images/content/bg_content_wrapper.gif) -2px 0 repeat-y;
  overflow: hidden;
  width: 1059px;
}

div#content {
  width: 985px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
}

/* 4. content - homepage */
div#content.homepage {
  padding: 0 0 0.6em;
}

div#content.homepage div.spotlight_overview {
  float: left;
  width: 985px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

div#content.homepage div.spotlight_overview:first-child {
  padding: 0 0 1.2em;
}

div#organisation_picture img {
  width: 162px;
  overflow: hidden;
}


img#organisation_picture_small  {
  width: 90px;
  overflow: hidden;
  border: 1px solid red;
}

div#company_details {
  width: 326px;
  height: 302px;
  float: left;
  overflow: hidden;
  position: relative;
}

div#div_alternatecontent {
	width:190px;
	height:260px;
	font-family:Arial;
	color:#575757;
	font-size:12px;
}

div#div_alternatecontent_big {
	width:280px;
	height:325px;
	font-family:Arial;
	color:#575757;
	font-size:12px;
}

div#company_details div {
  background: #e6e6e6 url(/interactive/images/content/bg_company_details2.gif) right 0 no-repeat;
  width: 296px;
  float: left;
  height: 169px;
  padding: 10px 15px 0;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

div#company_details div.general {
  margin-top: 10px;
  height: 93px;
  background: #e6e6e6 url(/interactive/images/content/bg_company_details1.gif) right 0 no-repeat;
}

div#company_details div.location {
  height: 103px;
  margin-top: 0;
  background: #e6e6e6 url(/interactive/images/content/bg_company_details3.gif) right 0 no-repeat;
}

div#company_details div#funda_nvm {
  width: 110px;
  height: 24px;
  background: transparent url(/interactive/images/content/funda_nvm.gif) no-repeat;
  position: absolute;
  right: 5px;
  top: 9px;
  padding: 0;
  margin-top: 0;
  float: none;
}

div#company_details h2, div#company_details h3 {
  font: bold 0.75em Arial;
  color: #fff;
  padding: 0.3em 0 0.3em 15px;
  background: #fb1c08;
  margin: 0 0 0.6em -15px;
}

a.aanbodlink-start {
	color: #fff!important;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 0 -20px;
}

a.aanbodlink-start:hover {
	color: #fff!important;
	text-decoration: none;
}

div#company_details p {
  font-size: 0.7em;
}

div#company_details div#slideshow {
  background: 0;
  float: left;
  height: auto;
  padding: 0;
  margin: 0.2em 0 0 13px;
}

div#slideshow_winkel {
  background: url(/interactive/images/content/winkelbalk.gif) no-repeat;
  float: left;
  width: 570px;
  height: 130px;
  padding-bottom: 20px;
  display: none;
  margin: 0.2em 0 0 0px;
}

div#slideshow_winkel li {
  font-size: 0.6em;
  line-height: 1.5em;
  text-align: center;
  margin-right: 0px;
  width: 80px;
  float: left;
  text-transform: uppercase;
  color: #575757;
}

div#slideshow_winkel li a{
  color: #575757;
  text-decoration: none;
  background: none;
}

div#slideshow_winkel ul {
  margin: 0;
  list-style: none;
}

div#slideshow_winkel img {
  margin: 14px 0 0 13px;
  float: left;
  width: 60px;
  height: 60px;
}

div#slideshow ul {
  margin: 0;
  list-style: none;
}

div#slideshow img {
  margin: 0 0 0.3em;
}

div#slideshow li {
  font-size: 0.6em;
  line-height: 1.5em;
  text-align: center;
  margin-right: 15px;
  width: 80px;
  float: left;
  text-transform: uppercase;
    overflow: hidden;
}

div#slideshow li a {
  text-decoration: none;
  color: #575757;
  background: 0;
  display: block;
}

div#slideshow dt {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

div#slideshow dt.info {
  margin: 0;
}

ul#nav_slideshow {
  margin: 0;
  list-style: none;
}

ul#nav_slideshow img {
  margin: 0;
}

ul#nav_slideshow li {
  font-size: 0.7em;
  font-weight: bold;
}

ul#nav_slideshow a {
  position: absolute;
  background: 0;
  color: #fb1c08;
  top: 70px;
  text-decoration: none;
}

ul#nav_slideshow a.prev {
  left: 5px;
}

ul#nav_slideshow a.next {
  right: 5px;
}

ul#nav_slideshow a.total {
  top: 158px;
  right: 5px;
}


div#slideshow_left {
  background: #fff;
  float: left;
  width: 116px;
  height: 620px;
  padding-bottom: 40px;
  margin: 0.2em 0 0 20px;
}

div#slideshow_left li {
  font-size: 0.3em;
  line-height: 1.5em;
  text-align: center;
  width: 116px;
  height: 112px;
  text-transform: uppercase;
  color: #575757;
}

div#slideshow_left li a{
  color: #575757;
  text-decoration: none;
  background: none;
}

div#slideshow_left ul {
  margin: 0;
  list-style: none;
}

div#slideshow_left img {
  margin: 14px 50px 5px 9px;
  float: left;
  width: 98px;
  height: 74px;
}

div#slideshow_left a.btn_totale_aanbod {
	display : block;
	text-align : center;
	font-size: 11px;
	font-weight:bold;
	margin-bottom : 10px;
}

.link_huis_left {
  margin: 0 0 0 -30px;
  font: 10px normal 'Arial';
}

/* banner start */

#banner-cover {
  background: url(../images/content/banner-cover.png)  no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  margin-top: 292px;
}

#banner-start {
	height: 302px;
	overflow: hidden;
	background: #e6e6e6;
	margin-top: 0px;
}

.banner-img {
	height: 302px;
	width: 439px;
	overflow: hidden;
	float: left;
}

.banner-link {
	float: left;
	margin: 0;
}

.banner-link li {
	list-style: none;
	width: 205px;
	height: 74px;
}

.banner-link li#first {
	background: #f3f3f3;
	border-bottom: 1px solid #d2d2d2;
}

.banner-link li#second {
	background: #f3f3f3;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d2d2d2;
}

.banner-link li#third {
	background: #f3f3f3;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d2d2d2;
}

.banner-link li#fourth {
	background: #f3f3f3;
	border-top: 1px solid #fff;
}

.banner-link li#hidden {
	display: none;
}

.banner-link li h2 {
	background: none;
	height: 74px;
}

.banner-link li h2.oneliner a {
	padding: 27px 6px 0 12px;
}

.banner-link li h2.twoliner a {
	padding: 14px 6px 0 12px;
}

.banner-link li h2 a {
	font: normal 15px 'Verdana';
	color: #5b5a5a;
	display: block; 
	height: 74px;
	width: 186px;
	margin: 0;
	line-height: 1.4;
}

.banner-link li h2 a:hover, .banner-link li h2 a.active {
	font: normal 15px 'Verdana';
	color: #fb1c08;
	text-decoration: none;
	background: #e6e6e6;
	height: 74px;
	line-height: 1.4;
}

/* end banner start */

div#flash_banner {
  width: 644px;
  height: 292px;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 0.6em 0 0 15px;
}

div#flash_banner p.image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  margin: 0;
}

div#flash_banner p.payoff {
  font-size: 1.3em;
  line-height: 1.3em;
  width: 400px;
  position: absolute;
  margin: 0;
  left: 10px;
  top: 180px;
  z-index: 2;
}

div#flash_banner p span {
  color: #333;
}

div#mijn_hypodomus_banner {
  width: 644px;
  height: 302px;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 15px;
}

div.banner_hidden {
  visibility: hidden;
  position: absolute;
}

div#mijn_hypodomus_flash {
  width: 644px;
  height: 38px;
  overflow: hidden;
  position: relative;
  margin-top: -17px;
}

div#landkaart_flash {
  width: 190px;
  height: 260px;
  overflow: hidden;
  margin: -20px 0 10px 0;
}

div#landkaart_flash_groot {
  width: 300px;
  height: 411px;
  overflow: hidden;
  margin: -20px 0 10px 0;
}

div#actions_up {
  width: 190px;
  height: 145px;
  overflow: hidden;
  margin: 0 0 10px 0;
}

div#foto_links{
	width: 172px;
	height: 240px;
	margin: 0 0 10px 0;
	overflow: hidden;
	background: url(/interactive/images/content/polaroid.gif) no-repeat;
}

div#een_foto_links{
  margin: 10px 0 0 10px;
	width: 160px;
  font-size: 12px;
	overflow: hidden;
}


ul.list_actions {
  list-style: none;
  margin: 0;
  left: 455px;
  top: 0;
  width: 189px;
  height: 292px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
} 

ul.list_actions li {
  margin: 0 0 12px;
  display: block;
  float: left;
  width: 169px;
  height: 71px;
  padding: 11px 10px 0;
  background: url(/interactive/images/content/bg_list_actions.png) no-repeat;
  text-align: center;
} 

ul.list_actions h2 {
  margin: 0 0 0.9em;
  width: 169px;
  font-size: 1.3em;
  font-weight: bold;
} 

ul.list_actions li h2 a {
  display: block;
  text-decoration: none;
  color: #fb1c08;
  background: url(/interactive/images/content/bg_list_actions2.gif) right 0 no-repeat;
} 

ul.list_actions li span.price a {
  width: 169px;
  font-size: 2em;
  font-weight: normal;
  color: #4e4e4e;
  display: block;
  text-decoration: none;
  background: url(/interactive/images/content/bg_list_actions3.gif) right 2px no-repeat;
} 

ul.list_actions li span.price span {
  font-size: 0.7em;
} 

div#indexation {
  width: 581px;
  margin-left: -10px;
  overflow: hidden;
}

div#indexation dl {
  background: #f7f5f6;
  float: left;
  margin: 0 0 11px 10px;
  width: 250px;
  padding: 10px 15px 0;
  height: 160px;
  display: inline;
}

div#indexation dl.aankoopmakelaar_list, div#indexation dl.makelaar_list {
	height : 140px;
}

div#indexation dl dt {
  color: #5b5b5b;
  border-bottom: 3px solid #c7c7c7;
  padding: 0 0 0.3em;
  font-weight: bold;
  font-size: 0.75em;
  margin: 0 0 1em;
}

div#indexation dl dd {
  font-size: 0.75em;
  margin: 0 0 0.3em;
  color: #5b5b5b;
}

div#indexation dl dd a:link, div#indexation dl dd a:visited {
  color: #fb1c08;
  padding: 0 0 0 20px;
  background: url(/interactive/images/content/bg_def_list.gif) 0 0.2em no-repeat;
}

div#indexation dl dd a:hover, div#indexation dl dd a:active {
  color: #fb1c08;  
}

div#indexation dl dd.indexation {
  background: url(/interactive/images/content/bg_indexation.gif) 0 0.2em no-repeat;  
}

div#indexation dl dd.indexation a:link, div#indexation dl dd.indexation a:visited {
  color: #5b5b5b;
  padding: 0 0 0 20px;
  background: 0;
}

div#indexation dl dd.indexation a:hover, div#indexation dl dd.indexation a:active {
  color: #5b5b5b; 
}

ul.list_banners {
  margin: 0;
  list-style: none;
  margin-left: 15px;
  float: left;
}

ul.list_banners li {
  margin: 0 0 0.94em;
}

ul.list_banners img {
  margin: 0;
}

form#form_location {
  margin: 0 0 0.94em 25px;
  float: left;
}

form#form_mailme textarea {
  width: 250px;
  height: 100px;
}

div#actions  {
  float: left;
  width: 311px;
  padding: 0 0 0 15px;
}

div#actions select {
  width: 220px;  
}

div#actions ul {
  margin: 0 0 0 10px;
  list-style: none;
  float: left;
}

div#actions ul li {
  margin: 0 0 5px 5px;
  float: left;
  font: bold 0.8em 'Trebuchet MS';
}

div#actions ul li a {
  width: 166px;
  height: 29px;
  padding: 11px 0 0 38px;
  background: url(/interactive/images/content/btn_calculate.gif) no-repeat;
  display: block;
  color: #565555;
  text-decoration: none;
}

div#actions ul li a:link, div#actions ul li a:visited {
  color: #565555;
  text-decoration: none;
}

div#actions ul li a:hover, div#actions ul li a:active {
  background-color: none;
  color: #fb1c08;
  text-decoration: none;
}

div#actions form img {
  float: left;
  margin: 0.3em 0.3em 0 0;
}

div#actions img {
  margin: 0;
}

div#actions p.buttons {
  clear: left;
  float: left;
  margin-left: 25px;
  width: 280px;
  display: inline;
}

div#actions p.buttons img {
  float: left;
  margin-right: 10px;
  display: inline;
  border : none;
}

h3.home {
  color: #4e4e4e;
  font: bold 0.9em Arial;
  background: url(/interactive/images/content/bg_h2.gif) 0 0.15em no-repeat;
  padding-left: 25px;
  clear: left;
  float: left;
  width: 100%;
}

div#news_home {
  width: 295px;
  float: left;
  margin-left: 20px;
  overflow: hidden;
}

div#news_home dl {
  margin: 0 0 0 25px;
  font-size: 0.7em;
  clear: left;
  width: auto;
}

div#news_home dl a:link, div#news_home dl a:visited {
  color: #575757;
  text-decoration: none;
}

div#news_home dl a:hover, div#news_home dl a:active {
  color: #fb1c08;
  text-decoration: none;
  background: 0;
}

div#news_home dt {
  color: #fb1c08;
  clear: left;
  float: left;
  margin: 0 15px 5px 0;
}

div#news_home dd {
  margin: 0;
  float: left;
}

div.news dd {
	font-size: 11px;
}

div#news_home p {
  margin: 2.5em 0 0 0;
  float: right;
  font-size: 0.7em;
}

.vlak_achter_right {
  background: #f3f3f3;
  padding: 10px 15px 10px 10px;
  margin: 0 10px 0 0;
}

/* 4.1 content - homepage - location based */
div#header p.location {
  background: url(/interactive/images/content/bg_tab_location.gif) no-repeat;
  color: #575757;
  position: absolute;
  top: 99px;
  left: 37px;
  z-index: 2;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

div#header p.location a {
  display: block;
  width: 176px;
  height: 25px;
  padding: 4px 0 0;
  overflow: hidden;
}

div#header p.location a:link, div#header p.location a:visited {
  color: #575757;
  text-decoration: none;
}

div#header p.location a:hover, div#header p.location a:active, div#header p.location a.active {
  color: #fb1c08;
  background: 0;
  text-decoration: none;
}

div#header p.location.active {
  background: url(/interactive/images/content/bg_tab_location2.gif) no-repeat;
}

div#header p.location.active a:link, div#header p.location.active a:visited,
div#header p.location.active a:hover, div#header p.location.active a:active {
  color: #fb1c08;
  text-decoration: none;
  background: 0;
}

ul#main_menu.location {
  width: 799px;
  background: url(/interactive/images/content/bg_mainmenu_location.gif) no-repeat;
  float: right;
}

ul#main_menu.location a {
  padding: 0 28px;
}

div#wrapper.location div#company_details {
  margin-top: -0.6em;
  height: 18.97em;
}

div#wrapper.location div#company_details div:first-child {
  height: 6.56em;
}

p.address {
  float: left;
  font-size: 0.7em;
  margin-left: 25px;
}

p.address span {
  color: #fb1c08;
}

p.introtexting {
 line-height: 1.2em;
}

br.clear {
	clear: both;
}

/* 5. content - standard */
div#content.standard {
  background: url(/interactive/images/content/bg_standard.gif) repeat-y;
  padding: 0 0 1.2em;
}

/* 6. content - secondary */
div#content_secondary {
  width: 163px;
  float: left;
  background: #e6e6e6;
  padding: 0.6em 15px 0;
}

div#content_secondary ul a {
  text-decoration: none;
}

div#content_secondary ul a.submenu_active {
  font-weight: bold;
  color: #fb1c08; 
  text-decoration: none;
}

div#content_secondary ul a.submenu_active_current {
  font-weight: bold;
  color: #fb1c08; 
  text-decoration: none;
  background: url(/interactive/images/content/bg_secondary_menu.gif) right 0.45em no-repeat;
}

div#content_secondary ul a.submenu_inactive {
  font-weight: bold;
  color: #575757; 
  text-decoration: none;
}

div#content_secondary ul a.submenu_inactive:hover {
  font-weight: bold;
  color: #fb1c08; 
  text-decoration: none;
  background: url(/interactive/images/content/bg_secondary_menu.gif) right 0.45em no-repeat; 
}

div#content_secondary ul ul a.submenu_active {
  font-weight: normal;
  color: #fb1c08; 
  text-decoration: none;
  margin: 0 0 0 10px; 
}

div#content_secondary ul ul a.submenu_inactive {
  font-weight: normal;
  color: #575757; 
  text-decoration: none;
  margin: 0 0 0 10px;
}

div#content_secondary ul ul a.submenu_active_current {
  font-weight: normal;
  color: #fb1c08; 
  text-decoration: none;
  margin: 0 0 0 10px;
  background: url(/interactive/images/content/bg_secondary_menu.gif) right 0.45em no-repeat;
}

div#content_secondary ul ul a.submenu_inactive:hover {
  font-weight: normal;
  color: #fb1c08; 
  text-decoration: none;
  margin: 0 0 0 10px;
  background: url(/interactive/images/content/bg_secondary_menu.gif) right 0.45em no-repeat; 
}

div#content_secondary ul ul ul a.submenu_active {
  font-weight: normal;
  color: #fb1c08; 
  text-decoration: none;
  margin: 0 0 0 20px;
  background: url(/interactive/images/content/bg_secondary_menu.gif) right 0.45em no-repeat;
}

div#content_secondary ul ul ul a.submenu_inactive {
  font-weight: normal;
  color: #575757; 
  text-decoration: none;
  margin: 0 0 0 20px;
  background: none;
}

div#content_secondary ul ul ul a.submenu_inactive:hover {
  font-weight: normal;
  color: #fb1c08; 
  text-decoration: none;
  margin: 0 0 0 20px;
  background: url(/interactive/images/content/bg_secondary_menu.gif) right 0.45em no-repeat;
}

div#content_secondary ul ul ul a.submenu_active_current {
  font-weight: normal;
  color: #fb1c08; 
  text-decoration: none;
  margin: 0 0 0 20px;
  background: url(/interactive/images/content/bg_secondary_menu.gif) right 0.45em no-repeat;
}

div#content_secondary ul {
  margin: 0 0 1.8em;
  list-style: none;
  width: 178px;
  overflow: hidden;
}

div#content_secondary ul li {
  font-size: 0.75em;
  margin: 0 0 0.6em;
}

div#content_secondary ul li ul {
  margin: 0.3em 0 0.3em;
  width: 178px;
}

div#content_secondary ul li a {
  font-weight: bold;
  width: 173px;
  display: block;
  padding-right: 5px;
  background: none;
}

div#content_secondary ul li ul li {
  font-size: 1em;
  margin: 0;
}

div#content_secondary ul li ul li ul li {
  margin: 0 0 0.3em 0;
}

div#content_secondary ul li ul li a {
  font-weight: normal;
  width: 163px;
}

div#content_secondary ul li ul li ul li a {
  font-weight: normal;
  width: 153px;
}

div#content_secondary dl {
  margin: 0 0 1.8em;
  float: left;
}

div#content_secondary dt {
  margin: 0;
  font-size: 0.7em;
  color: #fb1c08;
}

div#content_secondary dd {
  margin: 0 0 0.6em;
  font-size: 0.7em;
  padding: 0 0 0 20px;
  background: url(/interactive/images/content/bg_def_list.gif) 0 0.4em no-repeat;
}

div#content_secondary dl a:link, div#content_secondary dl a:visited {
  color: #575757;
  text-decoration: none;
}

div#content_secondary dl a:hover, div#content_secondary dl a:active {
  background: 0;
  color: #fb1c08;
  text-decoration: none;
}

div#content_secondary dd span {
  color: #fb1c08;
  font-style: italic;
}

div#content_secondary h2 {
  font-size: 0.75em;
}

div#content_secondary h3 {
  font-size: 0.75em;
}

/* 7. content - primary */
div#content_primary {
  float: left;
  padding: 0.6em 0 0 15px;
  width: 571px;
}

div#content_primary_iframe {
  float: left;
  padding: 0.6em 0 0 15px;
  width: 777px;
  height: 100%;
}

ol.breadcrumbs {
  margin: 0 0 1.8em;
  list-style: none;
  display: block;
  width: 100%;
}

ol.breadcrumbs li {
  float: left;
  color: #575757;
  font-size: 0.7em;
  padding: 0 10px 0 15px;
  background: url(/interactive/images/content/bg_breadcrumbs.gif) left 0.6em no-repeat;
}

ol.breadcrumbs li:first-child {
  background: 0;
  padding: 0 10px 0 0;
}

ol.breadcrumbs li#breadcrumbs_active {
  font-weight: bold;
}

ol.breadcrumbs a:link, ol.breadcrumbs a:visited {
  color: #575757;  
  text-decoration: none;
}

ol.breadcrumbs a:hover, ol.breadcrumbs a:active {
  color: #fb1c08; 
  background: 0;
  text-decoration: none;
}

/* 7.1 content - primary - search options houses */
form.form_search_houses fieldset {
  border-bottom: 1px solid #cbcbcb;
  margin: 0 0 0.6em;
}

form.form_search_houses input, form.form_search_houses textarea, form.form_search_houses select {
  float: none;
}

form.form_search_houses fieldset div.column1 {
  width: 384px;
  float: left;
}

form.form_search_houses fieldset div.column2 {
  width: 145px;
  float: left;
}

form.form_search_houses legend {
  font-size: 0.75em;
  font-weight: bold;
  color: #fb1c08;
  margin: 0;
  padding: 0 0 0.9em;
  width: 100%;
}

div#tab_zoek legend {
  font-size: 0.75em;
  font-weight: bold;
  color: #575757;
  margin: 0;
  padding: 0 0 0.9em;
  width: 100%;
}

form.form_search_houses label {
  font-weight: bold;
  color: #fb1c08;
}

form.form_search_houses label.auto_width {
  width: auto;
  float: none;
  font-weight: normal;
  color: #575757;
}

form.form_search_houses fieldset label {
  font-weight: normal;
  color: #575757;
  margin: -0.2em 0 0;
  width: 125px;
}

form.form_search_houses span {
  margin: 0 10px 0 0;
}

form.form_search_houses select {
  margin-right: 10px;
}

form.form_search_houses p.select {
  float: left;
  width: 170px;
  margin-right: 10px;
  padding: 0 0 10px;
}

form.form_search_houses p.select select {
  clear: right;
  width: 170px;
}

form.form_search_houses p.select a {
  text-decoration: none;
  background: 0;
  padding: 2px 5px;
  border: 1px solid #cbcbcb;
  color: #fb1c08;
}

form.form_search_houses div.column2 p:first-child {
  margin: 0 0 0.9em;
  font-weight: bold;
}

form.form_search_houses div.column2 input {
  float: left;
  clear: left;

}

form.form_search_houses div.column2 label {
  width: 70%;
  margin-left: 10px;
}

form.form_search_houses input.submit {
  width: 102px;
  height: 22px;
  background: url(/interactive/images/content/btn_filter.gif) no-repeat;
  border: 0;
  padding: 22px 0 0;
  overflow: hidden;
  float: right;
  margin: 0.9em 0 0;
}

dl.offer_shops {
  margin: 0;
  float: left;
}

dl.offer_shops dt {
  font-size: 0.9em;
  margin: 0 0 0.6em;
}

dl.offer_shops dd {
  font-size: 0.7em;
  margin: 0 0 0.2em;
}

dl.offer_shops a {
  color: #fb1c08;
  text-decoration: none;
  background: url(/interactive/images/content/bg_def_list.gif) 0 0.2em no-repeat;
  padding-left: 20px;
}

ul.map_netherlands {
  width: 220px;
  height: 252px;
  float: right;
  display: block;
  background: url(/interactive/images/content/bg_netherlands.gif) no-repeat;
  position: relative;
  margin: 0;
  list-style: none;
}

ul.map_netherlands li a {
  position: absolute;
  margin: 0;
  width: 13px;
  height: 12px;
  background: 0;
}

ul.map_netherlands span {
  position: absolute;
  overflow: hidden;
  width: 0;
}

ul.map_netherlands li a.den_bosch {
  left: 104px;
  top: 163px;
}

ul.map_netherlands li a.groningen {
  left: 178px;
  top: 18px;
}

ul.map_netherlands li a.heerenveen {
  left: 136px;
  top: 42px;
}

ul.map_netherlands li a.rotterdam {
  left: 57px;
  top: 145px;
}

ul.map_netherlands li a.tilburg {
  left: 87px;
  top: 169px;
}

/* 7.2 content - primary - search results houses */
form#form_filter {
  width: 100%;
  margin: 0 0 1.8em;
  clear: left;
}

form#form_filter p {
  float: left;
  margin: 0 15px 0.3em 0;
}

form#form_filter p.advanced_search {
  float: none;
  clear: left;
}

form#form_filter input.submit {
  width: 102px;
  height: 22px;
  background: url(/interactive/images/content/btn_filter.gif) no-repeat;
  border: 0;
  padding: 20px 0 0;
  overflow: hidden;
  margin: 19px 0 0;
  float: left;
}

form#form_filter label {
  display: block;
  width: auto;
  float: none;
  padding-right: 0;
  font-weight: bold;
}

dl.order_results {
  margin: 0 0 1.8em;
  height: 1.9em;
  font-size: 0.75em;
  border-bottom: 1px solid #cbcbcb;
}

dl.order_results a {
  text-decoration: none;
  color: #fb1c08;
  padding: 0 25px 0 10px;
  width: 40px;
  display: block;
}

dl.order_results a.asc {
  background: url(/interactive/images/content/btn_asc.gif) 60px 0.6em no-repeat;
}

dl.order_results a.desc {
  background: url(/interactive/images/content/btn_desc.gif) 60px 0.6em no-repeat;
}

dl.order_results dt {
  font-weight: bold;
  float: left;
  margin: 3px 20px 0 0;
}

dl.order_results dd {
  margin: 3px 20px 0 0;
  float: left;
  border: 1px solid #cbcbcb;
  border-bottom: 1px solid #fff;
}

li.vraag {
	margin: 0; 
	width: 172px; 
	height: 41px; 
	color: #575757; 
	padding: 11px 0 10px 38px;
	background: url('/interactive/images/content/stelvraag.png') no-repeat;
}

li.vraag a:link, li.vraag a:visited {
	font-size: 12px; 
	font-weight: bold; 
	color: #575757; 
	text-decoration: none;
}

li.vraag a:hover, li.vraag a:active {
	color: #fb1c08;
	text-decoration: none;
}

p.personperson {
	margin: -25px 0 0 0; 
	font-size: 11px; 
	line-height: 1.5;
}

ol.pagination {
  margin: 0 auto 0.9em;
  list-style: none;
  width: 566px;
  padding: 0.3em 5px 0.3em 0;
  text-align: right;
  background: #f3f3f3;
}

ol.pagination li {
  display: inline;
  font-size: 0.7em;
  border-left: 1px solid #878787;
}

ol.pagination img {
  display: inline;
  border: 0;
  margin: 0 0 -4px;
}

ol.pagination a {
  padding: 0 0.2em 0 0.5em;
}

ol.pagination a:link, ol.pagination a:visited {
  text-decoration: none;
}

ol.pagination a:hover, ol.pagination a:active, ol.pagination a.active {
  background: 0;
  color: #878787;
  text-decoration: none;
}

ol.pagination li.prev, ol.pagination li.next, ol.pagination li.last, ol.pagination li.first, ol.pagination li.total {
  border-left: 0;
}

ol.pagination li.total a {
  padding: 0;
}

ol.pagination span {
  position: absolute;
  width: 0;
  overflow: hidden;
}

/* 7.2 content - primary - house details */
dl.details {
  border: 1px solid #cbcbcb;
  padding: 0.3em 5px;
  margin: 0 0 0.9em;
  clear: left;
  display: block;
}

dl[rel=detail_detail] {
    border-bottom: none!important;
    padding-bottom: 35px!important;
}
  
dl.details dd a:link, dl.details dd a:visited {
  color: #575757;
  text-decoration: none;
}

dl.details dd a:hover, dl.details dd a:active {
  color: #fb1c08; 
  background: 0;
  text-decoration: none;
}

dl.details dt {
  float: left;
  margin: 0 0.9em 0 0;
}

dl.details dd {
  font-weight: bold;
  margin: 0 0 0.3em;
}

dl.details dd.location {
  font-size: 0.9em;
  font-weight: normal;
}

dl.details dd.description {
  font-size: 0.75em;
  margin: 0 0 0.9em;
}

dl.details dd.price {
  float: right;
  margin: -10px0 0;
  font-size: 1em;
  color: #fb1c08;
}

dl.details dd.status {
  float: right;
  margin: -1.5em 0 0;
}

dl.details dd.forward {
  font-size: 0.7em;
  background: url(/interactive/images/content/bg_forward.gif) 160px 0.4em no-repeat;
  padding-left: 177px;
}

dl.details dd.forward_empty {
  font-size: 0.7em;
  padding-left: 177px;
  height: 1.5em;
}

dl.details dd.afford {
  float: right;
  font-size: 0.7em;
  margin: -2em 0 0;
  padding-left: 28px;
  background: url(/interactive/images/content/bg_afford.gif) 0 0.2em no-repeat;
}

dl.details dd.favourite { 
  float: right;
  font-size: 0.7em;
  margin: -2em 0 0;
  padding-left: 20px;
  background: url(/interactive/images/content/favourietenIcon.png) 0 0.2em no-repeat;
} 

dl.details dd.favourite button
{
	border:none;
	background:none;
	font-weight:bold;
	font-size:1.0em;
	color:#575757;
	font-family: Arial,Verdana;
	margin:0px;
	padding:0px;
}

dl.details dd.favourite button:hover, dl.details dd.favourite button:active
{
	 color: #fb1c08;
	 cursor:pointer;
}

/* detail blok nieuw */

  div.house_icons {
    background: #f3f3f3;
    width: 569px;
    min-height: 37px;
    margin-top: -53px!important;
    margin-bottom: 0px!important;
    padding-top: 5px;
    padding-bottom: 6px;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    overflow: hidden;
  }
  
  p.house_icons_detail {
    font: bold 11px 'Arial';
    padding-top: 10px;
    padding-left: 10px;
    position: relative;
    float:left;
    width: 175px;
    height:24px;
    margin-bottom: 0px;
  }
  
  p.house_icons_detail a {
    display: block;
    height: 21px;
    padding-left: 25px;
    padding-top: 3px;
    color: #575757;
    text-decoration: none;
  }
  
  p.house_icons_detail a:hover {
    display: block;
    height: 21px;
    padding-left: 25px;
    padding-top: 3px;
    color: #fb1c08;
  }
  
  p[rel=huis-0] { 
    background: url(/interactive/images/icons/icon-hvdw.png) 9px 8px no-repeat;
    color: #fb1c08!important;
    padding-left: 35px;
    width: 148px;
  }
  
  a[rel=huis-1] { 
    background: url(/interactive/images/icons/huis-1.gif) no-repeat;
  }
  
  a[rel=huis-1]:hover { 
    background: url(/interactive/images/icons/huis-1-a.gif) no-repeat!important;
  }
  
  a[rel=huis-2] { 
    background: url(/interactive/images/icons/huis-2.gif) no-repeat;
  }
  
  a[rel=huis-2]:hover { 
    background: url(/interactive/images/icons/huis-2-a.gif) no-repeat!important;
  }
  
  p[rel=huis-3] { 
    background: url(/interactive/images/icons/huis-3.gif) 15px 8px no-repeat;
    padding-left: 40px;
    width: 135px;
  }
  
  a[rel=huis-4] { 
    background: url(/interactive/images/icons/huis-4.gif) no-repeat;
  }
  
  a[rel=huis-4]:hover { 
    background: url(/interactive/images/icons/huis-4-a.gif) no-repeat!important;
  }
  
  a[rel=huis-5] { 
    background: url(/interactive/images/icons/huis-5.gif) no-repeat;
  }
  
  a[rel=huis-5]:hover { 
    background: url(/interactive/images/icons/huis-5-a.gif) no-repeat!important;
  }
  
  a[rel=huis-6] { 
    background: url(/interactive/images/icons/huis-6.gif) no-repeat;
  }

  a[rel=huis-6]:hover { 
    background: url(/interactive/images/icons/huis-6-a.gif) no-repeat!important;
  }
  
  a[rel=huis-7] { 
    background: url(/interactive/images/icons/huis-7.gif) no-repeat;
  }

  a[rel=huis-7]:hover { 
    background: url(/interactive/images/icons/huis-7-a.gif) no-repeat!important;
  }
  
 a[rel=huis-8] { 
    background: url(/interactive/images/icons/huis-8.gif) no-repeat;
  }

  a[rel=huis-8]:hover { 
    background: url(/interactive/images/icons/huis-8-a.gif) no-repeat!important;
  }

  
  a[rel=huis-9] { 
    background: url(/interactive/images/icons/huis-9.gif) 0px 0 no-repeat;
    margin: 0 0 0 -2px;
    padding-left: 30px!important;
  }

  a[rel=huis-9]:hover { 
    background: url(/interactive/images/icons/huis-9-a.gif) 0 0 no-repeat!important;
  }

  div#big-module {
  	margin: 0 0 21px 0;
  	position: absolute;
  	z-index: 9999;
  }
  
  a#big-module-link {
  	display: block;
  	margin: -20px 0 0 18px;
		padding-top: 20px;
  	font: bold 11px 'Arial';
  	color: #575757;
  	text-decoration: none;
  	
  }
  
  a#big-module-link:hover {
		text-decoration: none;
  	color: #fb1c08;
  }
  
   img#big-module-image {
		float: left;
		margin: -15px 0 0 0;
  }
  
.forward_empty img {
  padding-left:20px;
}
/* detail blok nieuw einde */

form#form_brochure {
  width: 506px;
  height: 28px;
  padding: 8px 0 0 65px;
  background: url(/interactive/images/content/bg_brochure.gif) no-repeat;
  margin: 0 0 1.2em;
}

form#form_brochure span {
  color: #ff0000;
}

form#form_brochure label {
  width: auto;
  padding-right: 10px;
}

form#form_brochure input {
  width: 190px;  
  float: left;
}

form#form_brochure label.submit {
  padding-right: 0;
  width: 150px;
  text-align: right;
}

form#form_brochure input.submit {
  width: 160px;
  height: 28px;
  background: url(/interactive/images/content/btn_brochure.gif) 0 -28px;
  border: 0;
  padding: 0 40px 0 10px;
  overflow: hidden;
  float: right;
  margin: -3px 5px 0 0;
  color: #575757;
}

div#tabs {
  margin: 0 0 1.2em;
  float: left;
  position: relative;
} 

ul.tabs_menu, ul.tabs_next {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
  height: 1.62em;
}

ul.tabs_next {
  margin: -28px 0 0 370px;
  border: none;
}

ul.tabs_menu li, ul.tabs_next li {
  float: left;
  margin: 0 5px -1px 0;
}

ul.tabs_menu a, ul.tabs_next a {
  height: 22px;
  padding: 3px 20px 0 10px;
  display: block;
  background: url(/interactive/images/content/bg_tabs.gif) repeat-x;  
  color: #fff;
  text-decoration: none;
  border: 1px solid #cbcbcb;
}

ul.tabs_menu li a.selected, ul.tabs_next li a.selected {
  background: #fff;  
  color: #636363;
  border-bottom: 1px solid #fff;
}

div#tab-1, div#tab-2, div#tab-3, div#tab-4, div#tab-5, div#tab-6 {
  border: 1px solid #cbcbcb;
  border-width: 0 1px 1px;
  width: 529px;
  padding: 20px;
  float: left;
  overflow: hidden;
}

div#tab-4 {
  width : 515px;
}

div#tab_zoek {
  background: #f2f2f2;
  border-width: 0 1px 1px;
  width: 529px;
  padding: 20px;
  float: left;
  overflow: hidden;
}

div#bezichtig_titel {
  border: 1px solid #e6e6e6;
  padding: 8px 0 0 10px;
  margin: 0 0 15px 0;
}

a#remove {
  background: #fff;
}

a#add {
  background: #fff;
}

table.house_specs {
  border-collapse: collapse;
  width: 100%;
}

table.house_specs th, table.house_specs td {
  background: #eae9e9;
  border-bottom: 1px solid #fff;
  padding: 0.3em 0;
}

table.house_specs th {
  padding: 0.3em 5px;
}

div#slideshow_house {
  margin-left: 20px;
  padding-top: 28px!important;
}

div#slideshow_house ul {
  margin: 0;
  list-style: none;
}

div#slideshow_house img {
  margin: 0 0 0.3em;
}

div#slideshow_house li {
  margin-right: 12px;
  display: inline;
}

ul#nav_slideshow_house {
  margin: 0;
  list-style: none;
} 

ul#nav_slideshow_house img {
  margin: 0;
  padding-top: 28px;
}

ul#nav_slideshow_house a {
  position: absolute;
  background: 0;
  top: 75px;
}

ul#nav_slideshow_house a.prev {
  left: 15px;
}

ul#nav_slideshow_house a.next {
  right: 15px;
  z-index : 666;
}

div#large_picture {
  border: 1px solid #cbcbcb;
  margin: 1.65em 0 0 9px;
  width: 485px;
  padding: 10px;
}

div#large_picture img {
  margin: 0;
  width: 485px;
  height: auto;
}

a.print:link, a.print:visited, a.print:hover, a.print:active {
  background: url(/interactive/images/content/bg_print.gif) 0 0.3em no-repeat;
  font-size: 0.9em;
  color: #636363;
  text-decoration: none;
  padding-left: 20px;
  float: right;
}

div#map_canvas dl {
  margin: 0;
  font-size: 0.75em;
}

div#map1 {
	width: 530px;
	height: 400px;
}

/* 7.3 content - primary - office team */
ul.action_buttons {
  margin: 0 0 4em;
  list-style: none;
}

ul.action_buttons li {
  float: left;
  margin-right: 5px;
}

ul.action_buttons li.action_appointment a {
  margin: 0;
  width: 157px;
  height: 30px;
  padding: 12px 0 0 40px;
  background: url(/interactive/images/content/btn_appointment.gif) no-repeat;
  display: block;
}

ul.action_buttons li.action_appointment_red a {
  margin: 0;
  width: 157px;
  height: 30px;
  padding: 12px 0 0 40px;
  background: url(/interactive/images/content/action_appointment.gif) no-repeat;
  display: block;
}

ul.action_buttons li.action_appointment_gray a {
  margin: 0;
  width: 157px;
  height: 30px;
  padding: 12px 0 0 40px;
  background: url(/interactive/images/content/action_appointment_gray.gif) no-repeat;
  display: block;
}

li.action_appointment_white a {
  margin: 0 0 -11px 0;
  width: 158px;
  height: 30px;
  padding: 12px 0 0 40px;
  background: url(/interactive/images/content/action_appointment_white.gif) no-repeat;
  display: block;
}

li.action_appointment_vraag a {
  margin: 0;
  width: 187px;
  height: 47px;
  padding: 12px 0 0 40px;
  background: url(/interactive/images/content/stelmijeenvraag.gif) no-repeat;
  display: block;
}

li.action_appointment_view a {
  margin: 0 0 -10px 0;
  width: 158px;
  height: 30px;
  padding: 12px 0 0 40px;
  background: url(/interactive/images/content/woningbezichtigen.gif) no-repeat;
  display: block;
}

ul.action_buttons li.action_appointment a:link, ul.action_buttons li.action_appointment a:visited {
  color: #565555;
  text-decoration: none;  
}

ul.action_buttons li.action_appointment a:hover, ul.action_buttons li.action_appointment a:active {
  color: #fb1c08;
  background-color: none; 
  text-decoration: none;
}

li.action_appointment_white a:link, li.action_appointment_white a:visited {
  color: #565555;
  text-decoration: none;  
}

li.action_appointment_white a:hover, li.action_appointment_white a:active {
  color: #fb1c08;
  background-color: none; 
  text-decoration: none;
}

ul li.action_appointment_vraag a:link, ul li.action_appointment_vraag a:visited {
  color: #565555;
  text-decoration: none;  
}

ul li.action_appointment_vraag a:hover, ul li.action_appointment_vraag a:active {
  color: #fb1c08;
  background-color: none; 
  text-decoration: none;
}

ul li.action_appointment_gray a:link, ul li.action_appointment_gray a:visited {
  color: #565555;
  text-decoration: none;  
}

ul li.action_appointment_gray a:hover, ul li.action_appointment_gray a:active {
  color: #fb1c08;
  background-color: none; 
  text-decoration: none;
}

li.action_appointment_view a:link, li.action_appointment_view a:visited {
  color: #565555;
  text-decoration: none;  
}

li.action_appointment_view a:hover, li.action_appointment_view a:active {
  color: #fb1c08;
  background-color: none;
  text-decoration: none;
}












li.action_appointment_chat a {
  margin: -15px 0 10px 0;
  width: 158px;
  height: 30px;
  padding: 12px 0 0 40px;
  background: url(/interactive/images/content/chat_button.gif) no-repeat;
  display: block;
}

li.action_appointment_chat a:link, li.action_appointment_chat a:visited {
  color: #565555;
  text-decoration: none;  
}

li.action_appointment_chat a:hover, li.action_appointment_chat a:active {
  color: #fb1c08;
  background-color: none; 
  text-decoration: none;
}














ul.action_buttons li.action_call {
  margin: 0;
  width: 321px;
  height: 30px;
  padding: 12px 0 0 40px;
  background: url(/interactive/images/content/action_call_long4.gif) no-repeat;
  color: #565555;
  text-decoration: none;
}

ul.action_buttons li.action_call_red {
  margin: 0;
  width: 321px;
  height: 30px;
  padding: 12px 0 0 40px;
  background: url(/interactive/images/content/action_call_long.gif) no-repeat;
  color: #565555;
  text-decoration: none;
}

ul.action_buttons li.action_call label {
  width: auto;
}

ul.action_buttons li.action_call_red label {
  width: auto;
  color: #fff;
}

ul.action_buttons li.action_call input.submit {
  background: 0;
  width: 21px;
  height: 27px;
  border: 0;
  padding: 27px 0 0;
  overflow: hidden;
  margin: -0.4em 0 0 17px;
}

ul.action_buttons li.action_call_red input.submit {
  background: 0;
  width: 21px;
  height: 27px;
  border: 0;
  padding: 27px 0 0;
  overflow: hidden;
  margin: -0.4em 0 0 17px;
}

ul.action_buttons li.action_call_red a:link, ul.action_buttons li.action_call_red a:visited {
  font-font: bold;
  color: #fff;
}

ul.action_buttons li.action_call_red a:hover, ul.action_buttons li.action_call_red a:active {
  text-decoration: underline;
  font-font: bold;
  color: #fff;
}

div.callback_unfold {
  background: url(/interactive/images/content/action_call_long3.gif) no-repeat;
  width: 192px;
  height: 76px;
  display: none;
}

table.opening_hours {
  background: #f3f3f3;
  width: 570px;
  padding: 1px 0 5px 10px;
}

table.opening_hours th {
  color: #fb1c08;
  padding: 0 20px -2px 0;
  text-align: left;
}

table.opening_hours td {
  padding: 0 20px 0 0;
}

div#office_team_container {
  width: 100%;
  float: none;
}

dl.office_team {
  float: left;
  margin: 0 15px 0 0;
  padding: 10px;
  height: 247px;
  background: url(/interactive/images/content/foto_bg.gif) no-repeat;
}

dl.office_team dd {
  font-size: 0.7em;
  color: #565555;
  margin: 0;
}

#green_block {
  width: 182px;
  height: 187px;
  background: url(/interactive/images/content/green_block_bg.gif) no-repeat;
  margin: 0 0 30px 0;
}

.green_block_title {
  width: 170px;
  font-size: 14px;
  text-align: center;
  margin: 20px 0 0 0;
}

#green_block .green_block_list {
  margin: 0 0 0 7px;
  padding: 16px 0 0 0;
  height: 140px;
}

#green_block .green_block_list li {
  padding: 0 0 14px 0;
  background: url(/interactive/images/content/green_block_li.gif) no-repeat;
  margin: 0 0 -20px 0;
}

#green_block .green_block_list li a {
  color: #fff;
  width: 140px;
  font-weight: normal;
  font-family: 'Arial';
  font-size: 12px;
  display: block;
  padding: 0 10px 20px 22px;
}

a[rel=meer_weten_link] {
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  display: block;
  height: 26px;
  font-family: 'Trebuchet MS';
  color: #525252!important;
  margin: -3px 0 0 0;
  padding: 4px 0 0 36px;
}

a[rel=meer_weten_link]:hover {
  text-decoration: none;
  color: #fb1c08!important;
}


p.results {
  font-size: 0.75em;
  clear: left;
}

p.results a:link, p.results a:visited, p.results a:hover, p.results a:active {
  background: url(/interactive/images/content/pijl.gif) 0 0.25em no-repeat;
  text-decoration: none;
  color: #fb1c08; 
  padding-left: 18px;
  display: block;
}

div.floatleft {
	float: left;
}

div.floatleft h3 {
  width: 200px;
}

div.floatleftpad {
	float: left;
	margin: -2px 0 0 0;
  height: 2.4em;
  font-size: 0.7em;
  width: 85px;
}

#sitemap li {
	list-style: none;
}

li.one {
  padding: 10px 0 10px 0;
}

li.one a, li.one a:hover {
	color: #575757;
	font-weight: bold;
}

li.two a, li.two a:hover {
	color: #fb1c08;
	font-weight: bold;
}

li.three a, li.three a:hover {
	color: #fb1c08;
	font-weight: normal;
}

/* 8. content - tertiary */
div#content_tertiary {
  float: left;
  width: 191px;
  padding: 33px 0 0 15px;
}

div#content_tertiary p {
  font-size: 0.7em;
}

div#content_tertiary p span {
  color: #fb1c08;
  font-weight: bold;
}

div#content_tertiary ul {
  margin: 0 0 0.9em -5px;
  list-style: none;
}

div#content_tertiary ul li {
  margin: 0;
  font: bold 0.8em 'Trebuchet MS';
}

div#content_tertiary ul li.action_location a {
  margin: 0 0 -10px 0;
  width: 147px;
  height: 30px;
  padding: 12px 0 0 45px;
  background: url(/interactive/images/content/action_location.gif) no-repeat;
  display: block;
}

div#content_tertiary ul li.action_location a:link, div#content_tertiary ul li.action_location a:visited {
  color: #565555;
  text-decoration: none;  
}

div#content_tertiary ul li.action_location a:hover, div#content_tertiary ul li.action_location a:active {
  color: #fb1c08;
  background-color: none; 
  text-decoration: none;
}

div#content_tertiary ul li.action_appointment a {
  margin: 0;
  width: 152px;
  height: 30px;
  padding: 12px 0 0 40px;
  background: url(/interactive/images/content/action_appointment.gif) no-repeat;
  display: block;
}

div#content_tertiary ul li.action_appointment a:link, div#content_tertiary ul li.action_appointment a:visited {
  color: #565555;
  text-decoration: none;  
}

div#content_tertiary ul li.action_appointment a:hover, div#content_tertiary ul li.action_appointment a:active {
  color: #fb1c08;
  background-color: none;  
  text-decoration: none;
}

div#content_tertiary ul li.action_call a {
  margin: 0;
  width: 152px;
  height: 30px;
  padding: 12px 0 0 40px;
  display: block;
  background: url(/interactive/images/content/action_call.gif) no-repeat;
}

div#content_tertiary ul li.action_call a:link, div#content_tertiary ul li.action_call a:visited {
  color: #565555;
  text-decoration: none;  
}

div#content_tertiary ul li.action_call a:hover, div#content_tertiary ul li.action_call a:active {
  color: #fb1c08;
  background-color: none;
  text-decoration: none;
}

div#content_tertiary ul li.action_call a span {
  font-size: 0.8em;
}

div#content_tertiary ul li img {
  margin: 0;
}

div#content_tertiary ul li.action_call_long {
  margin: 0;
  width: 152px;
  height: 106px;
  padding: 12px 0 0 40px;
  background: url(/interactive/images/content/action_call_long3.gif) no-repeat;
  display: block;
  color: #565555;
  text-decoration: none;
}

div#content_tertiary ul li.action_call_long span {
  font-size: 0.8em;
}

div#content_tertiary ul li.action_viewhouse a {
  margin: 0;
  width: 152px;
  height: 30px;
  padding: 12px 0 0 40px;
  background: url(/interactive/images/content/action_viewhouse.gif) no-repeat;
  display: block;
}

div#content_tertiary ul li.action_viewhouse a:link, div#content_tertiary ul li.action_viewhouse a:visited {
  color: #565555;
  text-decoration: none;  
}

div#content_tertiary ul li.action_viewhouse a:hover, div#content_tertiary ul li.action_viewhouse a:active {
  color: #fb1c08;
  background-color: none;  
  text-decoration: none;
}

div#content_tertiary dl {
  margin: 0 0 0.94em;
}

div#content_tertiary dt {
  margin: 0 0 0.6em;
  font-size: 0.75em;
  font-weight: bold;
  color: #fb1c08;
}

div#content_tertiary dd {
  margin: 0 0 0.3em;
  font-size: 0.7em;
  padding: 0 0 0 20px;
  background: url(/interactive/images/content/bg_def_list.gif) 0 0.4em no-repeat;
}

div#content_tertiary dd.indexation {
  background: url(/interactive/images/content/bg_indexation.gif) 0 0.2em no-repeat; 
}

div#content_tertiary dl a:link, div#content_tertiary dl a:visited {
  color: #575757;
  text-decoration: none;
}

div#content_tertiary dl a:hover, div#content_tertiary dl a:active {
  background: 0;
  color: #fb1c08;
  text-decoration: none;
}

.hyves, .hyves a, .hyves a:hover, .hyves a:visited{
  float : left;
  font-size:0.8em;
  color : #5790C7;
}

.hyveslink img 
{
  padding-top: 73px;
  padding-bottom: 29px;
}

.hyveslinkimage img {
  float : left;
  padding : 0px;
  margin : 0px;
}

.hyveslinkimage a:link, .hyveslinkimage a:hover, .hyveslinkimage a:visited{
  color : #5790C7;
}


/* 9. content - FCK elements */
h1, h2, h3, h4, h5 {
  margin: 0 0 0.6em;
  color: #fb1c08;
}

h1.main {
  font-size: 1.18em;
  background: url(/interactive/images/content/bg_h2.gif) left 0.2em no-repeat;
  padding-left: 25px;
  margin: 0 0 0.9em;
  color: #575757;
  font-weight: normal;
  width: 100%;
  display: block;
  clear: left;
}

h1 {
  font-size: 1em;
}

h2 {
  font-size: 0.9em;
}

h2.main {
  font-size: 0.8em;
  background: url(/interactive/images/content/bg_h2.gif) left 0.3em no-repeat;
  padding-left: 18px;
  margin: 0 0 0.5em;
  color: #575757;
  font-weight: bold;
  width: 100%;
  display: block;
  clear: left;
}

h3 {
  font-size: 0.8em;
}

p {
  font-size: 0.75em;
  margin: 0 0 0.9em;
}

a:link, a:visited {
  color: #fb1c08;
  text-decoration: none;
}

a:hover, a:active {
  color: #fb1c08;
  text-decoration: underline;
}

img {
  display: block;
  margin: 0 0 0.9em;
  border: 0;
}

img.float_left {
  float: left;
  margin: 0 0.9em 0.9em 0;
}

img.float_right {
  float: right;
  margin: 0 0 0.9em 0.9em;
}

img.center {
  margin: 0 auto 0.9em;
}

ul, ol {
  margin: 0 0 0.9em 1.8em;
  padding: 0;
}

ol p {
  font-size: 12px;
}

ul li, ol li {
  font-size: 0.75em;
  margin: 0;
}

ul li ul li, ol li ol li {
  font-size: 1em;
}

dl dt p, dl dd p {
  font-size: 1em;
}

dl.list {
  clear: left;
}

dl dt.toggle {
  font-size: 0.75em;
  background: url(/interactive/images/content/bg_def_list.gif) 0 0.3em no-repeat;
  padding-left: 15px;
  margin: 0 0 0.3em;
}

dl dt.toggle a {
  background: 0;
  text-decoration: none;
  color: #fb1c08;
}

dl dd.content {
  font-size: 0.75em;
  margin: 0 0 0.6em;
}

table {
  margin: 0 0 0.9em;
}

table th, table td {
  font-size: 0.75em;
  text-align: left;
  vertical-align: top;
}

table table th, table table td {
  font-size: 1em;
}

table li, table th p, table td p, p table th, p table td {
  font-size: 1em;
}

address {
  font-style: normal;
  margin: 0 0 0.9em;
  font-size: 0.75em;
}

blockquote {
  padding: 0;
  margin: 0 0 0.9em;
}

/* 10. content - form elements */
form, form p, fieldset, legend {
  border: 0;
  margin: 0;
  padding: 0;
}

form.standard {
  background: #f2f2f2;
  float: left;
  width: 100%;
}

form.standard p {
  clear: left;
  background: #fff;
  padding: 2px 0 0;
  margin: 0 0 0 5px;
}

form.standard p.error {
  color: #fb1c08;
  font-weight: bold;
  margin: 0 0 0.6em;
  display: block;
}

form.standard label {
  font-weight: bold;
}

form.standard input, form.standard label, form.standard select, form.standard textarea {
  margin: 0.18em 0;
}

form label.checkbox {
  /*padding-left: 22px;*/
  font-weight: bold;
  /*clear: both;
  cursor: pointer;
  height: 13px;
  line-height: 13px;*/

  margin: 0 0 0.5em 0;
 
  /*background: url(/interactive/images/content/checkbox.gif) no-repeat;*/
}

input#form_callback_content {
  margin: 30px 0 0 -180px;
}

form label.unchecked {
  background-position: 0 -13px;
}

form label.checked {
  background-position: 0 0;
}

form.standard span {
  float: left;
  margin: 0.3em 0 0.6em;
  width: 300px;
}

form label.auto_width {
  width: auto;
  font-weight: normal;
  margin-left: 3px;
}

form.standard span input {
  clear: left;
  margin-right: 5px;
}

form.standard p.submit {
  background: #f2f2f2;
  padding: 0.3em 0 0;
  height: 2.7em;
}





p.submit input.submit {
  width: 98px;
  height: 21px;
  background: url(/interactive/images/content/btn_send.gif) no-repeat;
  border: 0;
  padding: 20px 0 0;
  overflow: hidden;
  margin-left: 80%;
}

legend span, label span {
  position: absolute;
  width: 0;
  overflow: hidden;
}

font.textbold, span.textbold {
  font-weight: bold;
  font-family: Trebuchet MS;
  margin: 0;
  position: relative;
  top: -2px;
  color: #575757;
}

a font.textbold:hover, a span.textbold:hover{
  font-weight: bold;
  font-family: Trebuchet MS;
  margin: 0;
  position: relative;
  top: -2px;
  color: #ff0000;
}

font.textbold_red, span.textbold_red{
  font-weight: bold;
  font-family: Trebuchet MS;
  margin: 0;
  position: relative;
  top: -2px;
  color: #fff;
}

form.standard p.message {
  background: #f2f2f2;
  height: 2.5em;
}

label {
  width: 165px;
  padding-right: 10px;
  float: left;
}

input, textarea, select {
  background: #fff;
  border: 1px solid #cbcbcb;
  margin: 0 0 0.6em;
  float: left;
}

input:focus, input.focus, textarea:focus, select:focus {
  border: 1px solid #fb1c08;
}

input.submit {
  color: #000;
  cursor: pointer;
  margin: 0;
}

input.submit:hover, input.submit.hover {
  color: #fb1c08;
}

input.limited {
  width: 50px;
  margin: 0 10px 0 10px;
}

textarea#form_contact_appointment_question {
  width: 230px;
  height: 120px;
}

input#form_callback_phone_afspraak {
  width: 126px;
}

dl.news {
  width : 570px;
  font-size: 0.75em;
  float: left;
}

dl.news dt {
  display: inline;
}

dl.news dd {
  margin: 0 0 0 10px;
  display: inline;
  margin: 0;
}

dl.news dd a {
  color: #575757;
  font-weight: bold;
  text-decoration: none;
}

dl.news dd a:hover {
  background: #fff;
  text-decoration: none;
}

p#rightselect {
  margin: -118px 0 0 200px;
}

span.typetelefoon {
  padding: 0 0 0 180px;
}

form#form_search input#searchstring {
  height: 17px;
  width: 115px;
  padding: 0 2px;
  line-height: 15px;
  margin: 0 0 0 5px;
  font-size: 0.95em;
  background: url(/interactive/images/content/search_bg.gif) 0 0 no-repeat;
  position: relative;
}

form#form_callback label.checkbox {
  *padding: 2px 0 4px 0;
  *margin: 0 0 2px 0;
}

label.formregel_rood {
  margin: -2px 0 0 0;
  font-weight: bold;
  font-family: Trebuchet MS;
  color: #fff;
}

label.formregel a{
  color: #575757;
  text-decoration: none;
  font-size: 12px;
  padding: 2px 190px 4px 0;
}

label.formregel a:hover{
  color: #ff0000;
  text-decoration: none;
  font-size: 12px;
}

input.formregel_input {
  color: #575757;
  margin: -2px 0 0 0;
}

input#form_callback_other, input#form_callback_asap {
  margin: 5px 8px 0 0;
  *margin: 0 0 0 0;
}

input.formregel {
  margin: -2px 0 0 0;
}

a#formregel {
  color: #fff;
  margin: 0 0 0 0;
}

input#form_contact_appointment_buy {
  *margin: 0 0 15px 20px;
  margin: 0 0 5px 20px;
}

input#form_contact_appointment_sell {
  margin: 0 0 0 20px;
}

label#check_aankoop {
  *padding: 2px 0 0 0;
  margin: -3px 0 0 5px;
}

label#check_verkoop {
  margin: -3px 0 0 5px;
  *padding: 10px 0 0 0;
}

form#form_advanced_search_form p {
  background: #f2f2f2;
}

form#form_advanced_search_form p.sec_form label {
  color: #575757;
  margin: 0 0 0 15px;
}

form#form_advanced_search_form p.sec_form input, form#form_advanced_search_form p.sec_form select {
  display: inline;
  margin: 0 0 0.3em;
}

form#form_advanced_search_form p.sec_form {
  clear: left;
  overflow: hidden;
  width: 100%;
}

/* 11. favorite pages */
div#favorite_pages {
  width: 985px;
  margin: 0 auto;
  padding: 1.2em 34px 0 39px;
  min-height: 1.3em;
  background: url(/interactive/images/content/bg_favorite_pages.gif) no-repeat;
  overflow: hidden;
}

div#favorite_pages dl {
  margin: 0;
  font-size: 0.6em;
  font-weight: bold;
  float: left;
  width: 140px;
}

div#favorite_pages dt {
  color: #c4c4c4;
  text-transform: uppercase;
}

div#favorite_pages dd {
  color: #9c9c9c;
  margin: 0;
}

div#favorite_pages dl dd a:link, div#favorite_pages dl dd a:visited {
  color: #9c9c9c;
  text-decoration: none;
}

div#favorite_pages dl dd a:hover, div#favorite_pages dl dd a:active {
  color: #c4c4c4;
  background: 0;
   text-decoration: none;
}

div#favorite_pages dl dt a {
  color: #c4c4c4;
  text-decoration: none;
  background: 0;
}

/* 12. clear & footer */
div#clear {
  height: 9.5em;
  width: 1%;
  clear: both;
}

div.clear {
  width: 1%;
  clear: both;
}

div#footer {
  width: 100%;
  height: 5.2em;
  padding: 0.8em 0 0;
  background: #838181;
  overflow: hidden;
  margin: 0 0 -15px 0;
}

div#footer div {
  width: 985px;
  margin: 0 auto;
  position: relative;
  left: -30px;
}

div#footer img {
  display: inline;
  margin: 0;
  background: 0;
}

div#footer ul {
  list-style: none;
  text-align: center;
  margin: 0 auto;
}

div#footer ul li {
  font: bold 0.6em Arial;
  display: inline;
  border-left: 1px solid #d8d8d8;
  padding: 0 5px;
}

div#footer ul li:first-child {
  border-left: 0;
}

div#footer a:link, div#footer a:visited {
  color: #d8d8d8;
  text-decoration: none;
}

div#footer a:hover, div#footer a:active {
  color: #d8d8d8;
  background: 0;
  text-decoration: underline;
}

/* 13 Modules */

.sliderback { 
  position:relative; 
  background: url(/interactive/images/slider/hsliderbg.gif) repeat-x #f2f2f2; 
  margin: 10px 0 0 0;
}

.sliderbut { 
  position:absolute; 
  z-index:7; top: -3px; 
  height: 17px; 
  background: url(/interactive/images/slider/hsliderbut.gif) no-repeat #f2f2f2; 
} 

.sliderfill { 
  position: absolute; 
  z-index: 2; height: 20px; 
  background: url(/interactive/images/slider/hsliderfill.gif) repeat-x #f2f2f2; 
} 

div.calctable {
  width: 570px; 
  margin: 0 0 0 0;
  overflow: hidden;
}

div.formdivider {
  border-bottom: 2px solid #fff;
}

#calcresults { 
  color: #4c4c4c;  
  background: #f2f2f2;
} 

#calcresults td{ 
  font-size: 12px; 
} 

#calcresults table td { 
  color: #4c4c4c; 
} 

#calcresults label { 
  color: #4c4c4c; 
  font-weight: bold; 
} 

#calcresults h2 { 
  margin: 0px; 
  color: #4c4c4c; 
  font-size:16px; 
  padding:0px; 
} 

.hline { 
  border-top:1px solid #333333; 
} 

table.calc {  
  width: 100%;
  margin: 0 0 -10px 0;
  background: #f2f2f2;
} 

table.calc td { 
  font-size: 12px; 
  margin: 0 0 0 0; 
  padding-bottom: 0;
  padding-top: 5px;
} 

table.calc td label { 
  margin: 0 0 0 0; 
} 

td.calcbar {
  padding-left: 6px; 
  padding-bottom: 0;
  padding-top: 10px;
} 

td.formrightcalc input label {
  margin-top: 5px;
}

td.formrightcalc select {
  margin-top: 5px;
}

td.bereken_button {  
  padding-left: 250px; 
} 

div#slider_percav, div#slider_rente {
	margin: 0 -112px 0 -140px;
}

input.ber_v {
  height: 22px;
  float: right;
  border: none;
  margin: 0 90px 10px 0;
}

table.calcresult_table {
  background: #f2f2f2;
}

img.tooltip {
  border: none!important;
  width: auto;
  height: auto;
}

.tooltipcontent { 
  margin:5px; 
  font-size: 11px; 
  font-weight: normal; 
  white-space: nowrap; 
} 

#divToolTip{
		background: #666;
		border-color: #999;
		color: #fff;
	}

.disclaimertxt { 
  font-weight: normal; 
  font-size : 10px;
  width: 550px; 
}

label.error, label.valid { 
  background: url(/interactive/images/content/fout.gif) 0 -0.1em no-repeat;
  margin-left: 0.6em; 
  color: #f2f2f2;
  position : relative;
  left : 5px;
  width: auto;
  height: 17px;
  font-weight:bold;
} 

label.errorsearch, label.validsearch {
  background: url(/interactive/images/content/fout.gif) 0 -0.1em no-repeat;
  margin-left: 0.6em; 
  color: #f2f2f2;
  position : relative;
  left : 5px;
  width: auto;
  height: 17px;
  font-weight:bold;
  float : left;
}

label.errorsearch { 
  color: #575757;
  padding: 0 0 0 20px;
  width: auto;
  float: none;
  position: relative;
  left: -10px;
 background: url(/interactive/images/content/fout.gif) 0 -0.25em no-repeat;
}

label.valid { 
  background: url(/interactive/images/content/goed.gif) 0 -0.1em no-repeat; 
}

label.error { 
  color: #575757;
  width: 130px;
  padding: 0 0 0 20px;
}

ul li.callback_top {
	font-family: Arial;
	width: 192px;
	height: 42px;
	padding: 0 0 3px 0;
	background: url(/interactive/images/content/cb_top.gif) no-repeat;
	list-style: none;
}

ul li.callback_top p {
	padding: 11px 0 0 39px;
}

ul li.callback_top a, ul li.callback_bottom a {
	background: 0;
  text-decoration: none;
}

ul li.callback_bottom {
	font-family: Arial;
	width: 192px;
	height: 76px;
  display: block;
	background: url(/interactive/images/content/cb_bottom.gif) no-repeat;
	list-style: none;
}

ul li table.cb {
	padding: 0;
}

ul li.callback_bottom input {
	font-family: Arial;
}

ul li.callback_bottom input.number {
  border: 1px solid #cbcbcb;
  width: 90px;
  height: 19px;
  color: #999999;
  font-size: 11px;
}

ul li.callback_bottom form {
  margin-bottom: 0;
  padding: 15px 0 0 12px;
  width: 180px;
  height: 55px;
  display: block;
}

ul li.callback_bottom table {
  margin-bottom: 0;
}

ul li.callback_bottom input:focus, ul li.callback_bottom input.focus {
  border: 1px solid #fb1c08;
}

ul li.callback_bottom input.submit {
	background: url(/interactive/images/content/btn_belnu.gif) no-repeat;
	margin-left: 3px;
  width: 64px;
  height: 21px;
  border: 0;
}

ul li.callback_top a.cb1 {
	font-size: 13px;
	color: #575757;
	font-weight: bold;
	cursor: pointer;
}

ul li.callback_top a.cb1:link, ul li.callback_top a.cb1:visited {
	color: #575757;
	font-weight: bold;
  background: 0;
  text-decoration: none;
}

ul li.callback_top a.cb1:hover, ul li.callback_top a.cb1:active {
	color: #fb1c08; 
	font-weight: bold;
  background: 0;
  text-decoration: none;
}

ul li.callback_top a.cb1 span {
	font-size: 10px;
	font-weight: normal;
}

ul li.callback_bottom div.later {
	padding: 0 0 0 17px;
	color: #fb1c08;
  margin-top: -10px;
  font-size: 11px;
  position: relative;
  top: -10px;
}

ul li.callback_bottom div.later a {
	color: #fb1c08;
	background: 0;
  text-decoration: none;
}

h2.startpage_intro {
  width: 192px;
}

a.overview {
  background: url(/interactive/images/content/overzicht.jpg) 0 0 no-repeat;
  width: 137px;
  height: 21px;
}

ul li.rodedriehoek, ul li.rodedriehoek ul, ul.rodedriehoek {
  list-style: none;
}

li.rodedriehoek, ul.rodedriehoek li, ul.rodedriehoek li ul li {
  background: url(/interactive/images/content/bg_def_list.gif) 0 0.45em no-repeat;
  padding-left: 20px;
}

ul li.groenevink_klein, ul li.groenevink_klein ul, ul.groenevink_klein {
  list-style: none;
}

li.groenevink_klein, ul.groenevink_klein li, ul.groenevink_klein li ul li {
  background: url(/interactive/images/content/bg_list_ok.gif) 0 0.45em no-repeat;
  padding-left: 20px;
}

ul li.groenevink_midden, ul li.groenevink_midden ul, ul.groenevink_midden {
  list-style: none;
}

li.groenevink_midden, ul.groenevink_midden li, ul.groenevink_midden li ul li {
  background: url(/interactive/images/content/bg_def_list_medium.gif) 0 0.20em no-repeat;
  padding-left: 20px;
}

ul li.groenevink_groot, ul li.groenevink_groot ul, ul.groenevink_groot {
  list-style: none;
}

li.groenevink_groot, ul.groenevink_groot li, ul.groenevink_groot li ul li {
  background: url(/interactive/images/content/bg_def_list_large.gif) -0.2em -0.5em no-repeat;
  padding-left: 20px;
}

ul li.indexation {
  list-style: none;
}

li.indexation {
  background: url(/interactive/images/content/bg_indexation.gif) 0 0.2em no-repeat;
  padding-left: 20px;
} 

span.red {
	color: #fb1c08; 
	font-weight: bold;
}

}

#form_loading {
  background : #fff;
  width : 175px;
  height : 20px;
  border : 1px solid #bbb;
  visibility:hidden;
  position:relative;
  left : 370px;
  bottom : 40px;
  padding : 5px;
  clear:both;
  display:block;
}

#form_loading_regel {
  background : #fff;
  width : 175px;
  height : 16px;
  border-left : 1px solid #bbb;  
  visibility:hidden;
  position:relative;
  left : 365px; 
  bottom : 39px;
  padding : 5px;
  clear:both;
}

#form_loading img ,#form_loading_regel img {
  width : 16px;
  height : 16px;
  padding : 1px 5px 0px 0px;
  margin : 0px;
  float : left;
}

#_lpChatBtn2{
  position : relative;
  right : 5px;
  bottom : 30px;
}

#chatbuttonrechts {
  background : url();
}

ul li.chatbutton {
	font-family: Arial;
	width: 192px;
	height: 42px;
	padding: 0 0 3px 0;
	background: url(/interactive/images/content/cb_top.gif) no-repeat;
	list-style: none;
}

ul li.chatbutton p {
	padding: 11px 0 0 39px;
}

ul li.chatbutton a {
	background: 0;
  text-decoration: none;
}

ul li.chatbutton a.cb1 {
	font-size: 13px;
	color: #575757;
	font-weight: bold;
	cursor: pointer;
}

ul li.chatbutton a.cb1:link, ul li.chatbutton a.cb1:visited {
	color: #575757;
	font-weight: bold;
  background: 0;
  text-decoration: none;
}

ul li.chatbutton a.cb1:hover, ul li.chatbutton a.cb1:active {
	color: #fb1c08; 
	font-weight: bold;
  background: 0;
  text-decoration: none;
}

ul li.chatbutton a.cb1 span {
	font-size: 10px;
	font-weight: normal;
}

div#nieuwbouwbanner_aanbod {
  margin: 0 0 0 4px;
}

/* open huizen balken */
div#secondbar {
  color : #888;
  /*background : #fb1c08;*/
  background : #fff;
  float : left;
  text-align : right;
  width : 571px;
  margin-top : -14px;
  height : 20px;
}

div#secondbar div#openhouse {
  background : url('../images/content/openhouse_background_02.jpg') no-repeat;
  float : right;
  margin : 0px 0px 0 0;
  width : 330px;
}

div#secondbar div#openhouse p {
  text-align : center;
  margin : 4px 3px 4px 0;
}

div#secondbar_results {
  color : #fff;
  background : #fff;
  float : left;
  text-align : right;
  width : 550px;
  margin : -14px 0 15px 0;
  height : 20px;
  border : none;
}

div#secondbar_results div#openhouse_results, div#secondbar_results_detail div#openhouse_results {
  background : url('../images/content/openhouse_background_02.jpg') no-repeat;
  float : right;
  margin : 0px 0px 0 0;
  width : 330px;
}

div#secondbar_results div#openhouse_results p, div#secondbar_results_detail div#openhouse_results p {
  text-align : center;
  margin : 4px 3px 4px 0;
}

#secondbar_results_detail {
    margin-top: 0px!important;
    color : #fff;
  }

div#winkel_openhuis {
  clear : both;
  margin: -30px 0 0 0;
}

div#winkel_openhuis ol {
  float : left;
}


div#winkel_openhuis div#secondbar {
  color : #fff;
  background : #fff;
  float : left;
  text-align : right;
  width : 571px;
  margin-top : -14px;
  height : 20px;
}

div#winkel_openhuis div#secondbar div#openhouse {
  background : url('../images/content/openhouse_background_02.jpg') no-repeat;
  float : right;
  margin : 0px 0px 0 0;
  width : 330px;
}

div#winkel_openhuis div#secondbar div#openhouse p {
  text-align : center;
  margin : 4px 3px 4px 0;
} 

/* einde open huizen balken */

/* 6 maanden optie */
div#zesmaandenoptie {
  background : #50b847 url(/interactive/images/content/back_zesmaanden.gif) no-repeat;
  width : 570px;
  height : 30px;
  float : left;
}

div#zesmaandenoptie p a, div#zesmaandenoptie p a:hover, div#zesmaandenoptie p a:visited {
  padding : 7px 47px;
  color : #fff;
  text-decoration : none;
}

div#zesmaandenoptie p {
  color : #fff;
  text-align : center;
  margin : 5px 0 0 0;
}

/* einde 6 maanden optie */

div#realestatetype {
  border : 1px solid #ddd;
  float : left;
  padding : 5px;
  margin : -1px 0px 0px 0px;
  width : 557px;
  border-top : none;
}

div#maintabsmenu ul.maintabs {
  width : 569px;
  height : 30px;
  list-style : none;
  padding : 0px;
  margin : 0px 0px 0px 0px;
  font-weight : bold;
  border-bottom : 1px solid #ddd;
}

div#maintabsmenu ul.maintabs li.active {
  background : #fff url('/interactive/images/content/maintabs_back_active.jpg') no-repeat;
  border-bottom : 1px solid #fff;
  padding : 0px;
  margin : 0px 0px 0px 2px;
}

div#maintabsmenu ul.maintabs li.first {
  background : #fff url('/interactive/images/content/maintabs_back.jpg') no-repeat;
  border-bottom : 1px solid #ddd;
  padding : 0px;
  margin : 0px;
}

div#maintabsmenu ul.maintabs li.activefirst {
  background : #fff url('/interactive/images/content/maintabs_back_active.jpg') no-repeat;
  border-bottom : 1px solid #fff;
  padding : 0px;
  margin : 0px;
}

div#maintabsmenu ul.maintabs li.active a{
  color :#f00;
}

div#maintabsmenu ul.maintabs li a:hover {
  color : #f00;
}

div#maintabsmenu ul.maintabs li a {
  float : left;
  text-decoration : none;
  color : #666;
  text-align : center;
  width : 137px;
  margin-top : 6px;
}

div#maintabsmenu ul.maintabs li {
  width : 139px;
  height : 30px;
  float : left;
  background : #fff url('/interactive/images/content/maintabs_back.jpg') no-repeat;
  border-bottom : 1px solid #ddd;
  margin-left : 1px;
}

div#tab-1, div#tab-2, div#tab-3 {
  width : 515px;
}

div#realestatetype h1.main{
  margin-top : 10px;
}

ol.pagination{
  float : left;
  width : 550px;
}

div#tab-1 form#form_search_normal label, div#tab-3 form#form_address_search label{
  width : 75px;
}

div#tab-1 form#form_search_normal input#zoek_submit, div#tab-3 form#form_address_search input#zoek_submit {
  position : relative;
  bottom : 42px;
  margin-bottom : -60px;
}

div#tab-1 form#form_search_normal select#woonplaats, div#tab-3 form#form_address_search select#woonplaats, div#tab-3 form#form_address_search input#straatnaam{
  margin-left : 35px;
}

div#sitemapbrochures, div.brochurevestiging {
  font : normal 14px "Arial";
}

div#sitemapbrochures table, div.brochurevestiging table {
  border-collapse : collapse;
}

div#sitemapbrochures table tr td.meerbrochures {
  padding : 5px 0;
  text-align : right;
}

div#sitemapbrochures table tr td, div#sitemapbrochures table thead th, div.brochurevestiging table tr td, div.brochurevestiging table thead th{
  padding : 5px 20px;
  height : 15px;
}

div#sitemapbrochures table tr:hover, div.brochurevestiging table tr:hover{
  background : #eee;
}

div#sitemapbrochures table tr:hover td.meerbrochures {
  background : #fff;
}

/* Dienstenmatrix */ 
.prijzen { 
  padding: 15px 0 15px 0; 
} 

h2#title_toggle1, h2#title_toggle2, h2#title_toggle3, h2#title_toggle4, h2#title_toggle5, h2#title_toggle6, h2#title_toggle7, h2#title_toggle8, h2#title_toggle9, h2#title_toggle10, h2#title_toggle11 {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

h2#title_toggle12, h2#title_toggle13, h2#title_toggle14, h2#title_toggle15, h2#title_toggle16, h2#title_toggle17, h2#title_toggle18, h2#title_toggle19, h2#title_toggle20 {
  cursor: pointer;
  color: #575757;
  border-bottom: 1px dotted #575757;
  margin-bottom: 20px!important;
}

h2#title_toggle12:hover, h2#title_toggle13:hover, h2#title_toggle14:hover, h2#title_toggle15:hover, h2#title_toggle16:hover, h2#title_toggle17:hover, h2#title_toggle18:hover, h2#title_toggle19:hover, h2#title_toggle20:hover {
  cursor: pointer;
  color: #fb1c08;
}

.prijzen td:first-child { 
  text-align: left;
  padding: 0 0 0 15px;
} 

.prijzen td, .prijzen th { 
  padding-right: 30px; 
  border-bottom: 1px solid #cccccc; 
  vertical-align: middle; 
  text-align: center;
  image-align: middler;
  height: 40px; 
} 

.prijzen th { 
  background-color: #e6e6e6; 
  border-top: 1px solid #cccccc; 
} 

.prijzen tfoot td { 
  font-weight: bold; 
  background-color: #e6e6e6; 
} 

.prijzen td img { 
  margin: 0 0 0 30px;  
}

.prijzen td img.qtip { 
  margin: 3px 0 0px 0px;
  float: right;
  width: 12px;
  height: 12px;
}

.qtip {
  font-size: 16px;
}

/* Einde dienstenmatrix */

/* printbar */

div#printbar {
  height: 26px;
  clear: both;
  padding: 0 0 0 0px;
  margin: 15px 0 0 0;
  background: #f7f7f9;
}

div#printbar a {
  margin: 5px 0px 0 15px;
} 

div#printbar a:first-child {
  margin: 5px 0px 0 5px;
} 

div#printbar a:link, div#printbar a:visited {
  color: #5c5c5c;
  float: left;
  font: 11px 'Arial';
  text-decoration: none;
  filter:alpha(opacity=50); 
  -moz-opacity:0.5; 
  -khtml-opacity: 0.5; 
  opacity: 0.5;
}

div#printbar a:hover, div#printbar a:active {
  color: #5c5c5c;
  text-decoration: none;
  float: left;
  filter:alpha(opacity=100); 
  -moz-opacity:1.0; 
  -khtml-opacity: 1.0; 
  opacity: 1.0;
}

div#printbar img {
  float: left;
  margin: 0 0 0px 0;
}
  
div#share_icons_box{
  float: left;
  margin: 0 0 0 15px;
}

div#printbar img.share_icon {
  margin: 0 5px 0 0;
 
}


/* einde printbar */

/* toggle funcite */
.plus12, .plus13, .plus14, .plus15, .plus16, .plus17, .plus18, .plus19, .plus20 {
  background : #fff url('/interactive/images/content/dicht_plus.gif') no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  margin-left: 550px;
}
 
.plus12:hover, .plus13:hover, .plus14:hover, .plus15:hover, .plus16:hover, .plus17:hover, .plus18:hover, .plus19:hover, .plus20:hover {
  cursor: pointer;
}

.min12, .min13, .min14, .min15, .min16, .min17, .min18, .min19, .min20 {
  background : #fff url('/interactive/images/content/open_min.gif') no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  margin-left: 550px;
}

.min12:hover, .min13:hover, .min14:hover, .min15:hover, .min16:hover, .min17:hover, .min18:hover, .min19:hover, .min20:hover {
  cursor: pointer;
}

h2#title_toggle12, h2#title_toggle13, h2#title_toggle14, h2#title_toggle15, h2#title_toggle16, h2#title_toggle17, h2#title_toggle18, h2#title_toggle19, h2#title_toggle20 {
  margin: -2px 0 0 0;
}

/* einde toggle funcite */


/* Persoonlijk pagina */
table#personal_producten, table#personal_journals{
	width : 100%;
}

table#personal_producten th, table#personal_journals th{
	font-weight: bold;
	color: #fb1c08;
}

td.type {
	font-weight: bold;
	width : 120px;
}

td.personalImage {
	width: 155px;
	border-left: 1px dashed #cbcbcb;
	padding : 10px;
}


td.personal_date {
	color: #fb1c08;
}

td.personal_subject {
	width: 175px;
}

tr.product_extrainfo > td {
	border: 1px dashed #cbcbcb;
	font-size: 11px;
	padding : 5px;
}

tr.product_extrainfo table {
	width: 100%;
	border-collapse: collapse;
}

tr.toggle_info {
	height : 20px;
}

tr.toggle_info a.open { 
	background: url(/interactive/images/content/btn_open.png) center center no-repeat; 
	width:16px; height:20px; 
	display:block;
	outline:0px;
}
tr.toggle_info a.close {
	background: url(/interactive/images/content/btn_close.png) center center no-repeat;
	width:16px; height:20px; 
	display:block;
	outline:0px;
}

ul.cb_online {
	display: none;
}
	
.tip {
  font: normal 11px 'Verdana';
  border:solid 1px #eb3026; 
  width:260px; 
  padding:5px;
  z-index:100;
  position: absolute;
  visibility: hidden;
  color:#5b5a5a; 
  margin-left:450px; 
  margin-top:35px;
  background-color:#fff;
}


a.info{
 position:relative; /*this is the key*/
 z-index:24; 
 color:#000;
 text-decoration:none!important;

 }
 
a.info:hover{
z-index:25; 
text-decoration:none!important;
}

a.info span{
display: none;
}

a.info:hover span{ /*the span will display just on :hover state*/
 display:block;
 position:absolute;
 top:18px; left:0; width:250px;
 border:1px solid #ec1a0d;
 background-color:#fff; color:#5b5a5a;
 text-align: center;
 font: normal 11px 'Arial'!important;
 }

#tooltipffi
{
	position:absolute!important;
	z-index:99999;
	background:#ebebeb;
	border:1px solid #666666;
	max-width: 300px;
	min-width: 80px;
	display:block;
	
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;

}

#tooltipffi p
{
	padding: 3px;
	margin:0px 3px 0px 3px;
	color:#666666;
}

/*Recent verkocht */
div#recentlysold_container, div#recentlysold_container h2, div.recentlysold_item, div.recentlysold_item div, div.recentlysold_item ul, div.recentlysold_item li {
  float : left;
  margin : 0;
  padding : 0;
}

div#recentlysold_container h2 {
  width : 550px;
  padding-top : 10px;
  clear : both;
}

div#recentlysold_container p {
 clear:both; 
 margin:0px 12px 0px 0px; 
}

div#recentlysold_container p a {

 float: right;
 
}

div.recentlysold_item {
  width : 181px;
  border : 1px solid #ccc;
  margin : 5px 2px;
}

div.recentlysold_item ul {
  list-style : none;
}

div.recentlysold_item ul li {
	width : 175px;
	clear : both;
  line-height : 18px;
}

div.recentlysold_item a {
  color : #666;
  text-decoration : none;
}

div.recentlysold_text div.meerinfo {
	position : relative;
	bottom :2px;
}

div.recentlysold_text div.meerinfo a
{
  color : #f00;
  font-size : 11px;
  display : block;
  clear : both;
  width: 175px;
  text-align: right;
}

div.recentlysold_item div.meerinfo a.meerinfo:hover {
  text-decoration : underline;
}

div.recentlysold_image {
  width : 181px; 
  height : 100px;
  margin : 10px 0 10px 0!important;
}
div.recentlysold_image img {
	margin: 0 auto 0 auto;
}

div.recentlysold_text{
	width : 175px;
	background : #F3F3F3;
	padding: 5px 3px 5px 3px!important;
	height : 90px;
}
 
 
@media print {

body {
  background: #fff;
  color: #575757;
  font: 0.75em/1.2em Arial, Verdana, sans-serif;
  margin: 0;
}

div#header p, div#header ul, div#content_secondary, ol.breadcrumbs, ul#nav_slideshow, ul#nav_slideshow_house, 
ul.tabs_menu, a.print, form, div#content_tertiary, div#favorite_pages, div#footer {
  display: none;
}

h1, h2, h3, h4, h5 {
  color: #fb1c08;
}

h1 a {
  text-decoration: none;
}

img {
  border: 0;
}


}

/* aankoop zekerheden blok */

dl#aankoopzekerheden
{
	margin-top: 97px!important;
	padding: 0;
	width : 180px;
	background : #adaeae url(/interactive/images/content/aankoopzekerheden_bottom.jpg) bottom no-repeat;
}

dl#aankoopzekerheden dt{
	width : 170px;
	height: 25px;
	margin : 0 0 20px 0;
	padding: 16px 0 0 10px;
	background : url(/interactive/images/content/aankoopzekerheden_top.jpg) top no-repeat;
	color: #fff;
	font-weight:bold;

}

dl#aankoopzekerheden dd{
	width : 145px;
	padding: 0 10px 10px 25px;
	background : url(/interactive/images/icons/vink_icon.gif) 5px 5px no-repeat;
	vertical-align: top;
	color: #fff;
	font-weight:bold;
	font-size:0.6em;
}

dl#aankoopzekerheden-mh
{
	margin-top : 201px!important;
	margin-bottom : 22px!important;
	padding: 0;
	width : 180px;
	background : #adaeae url(/interactive/images/content/aankoopzekerheden_bottom.jpg) bottom no-repeat;
}

dl#aankoopzekerheden-mh dt{
	width : 170px;
	height: 25px;
	margin : 0 0 8px 0;
	padding: 16px 0 0 10px;
	background : url(/interactive/images/content/aankoopzekerheden_mh_top.jpg) top no-repeat;
	color: #fff;
	font-weight:bold;

}

a[rel=aankoopzekerheden_link] {
	display: block;
	position: absolute;
	width: 178px;
	height: 210px;
	margin: 0 0 0 0;
}

dl#aankoopzekerheden dt a.hyveslinkimage_narrow, dl#aankoopzekerheden dd a.hyveslinkimage_narrow, dl#aankoopzekerheden-mh dt a.hyveslinkimage_narrow, dl#aankoopzekerheden-mh dd a.hyveslinkimage_narrow {
	color: #fff!important;
}

dl#aankoopzekerheden-mh dd{
	width : 145px;
	padding: 0 10px 10px 25px;
	background : url(/interactive/images/icons/kruis_icon.gif) 5px 5px no-repeat;
	vertical-align: top;
	color: #fff;
	font-weight:bold;
	font-size:0.6em;
}


@media screen and (-webkit-min-device-pixel-ratio:0){
  div.toptabs {
	z-index: 6666; 
	position: fixed;
	float: right;
	margin: -129px 0 0 689px;
	background: url(/interactive/images/content/toptabs.png); 
	width: 303px; 
	height: 29px; 
}

dl.details {
  padding-bottom: 10px;
}

dl#aankoopzekerheden-mh
{
	margin-top : 199px!important;
	margin-bottom : 24px!important;
}

#blokdiensten table td{  width: 100px;}
#blokdiensten table td:first-child {  width: 170px;}

}