/* ----- CSS ----- */
*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 16px;
}

html
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 16px;
	text-align: center;
}

p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* ----- IDS ----- */


#breadcrumb
{
	max-width: 770px;
	overflow: hidden;
	padding: 10px 30px 10px 30px;
	font-size: 15px;
}

input#btnSearch {
	margin-left: 2px;
	vertical-align: -45%;
}

body:-moz-last-node input#btnSearch {
    margin-left: 2px;
    vertical-align:- 30%;
}

#breadcrumb a
{
	font-size: 15px;
	color: #000000;
	text-decoration: underline;
}


#sold_detail
{
	background-color: #ffffff;
  position: absolute;
  margin-top: 50px;
  margin-left: 8px;
  width: 220px;
  height: 30px;
  text-align: center;
  color: #FF0000;
  font-weight: bold;
  font-size: 28px;
}

#sold_list
{
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  color: #FF0000;
  font-weight: bold;
  font-size: 20px;
  width: 100px;
  height: 20px;
  margin-left: 8px;
  margin-top: 30px;
}
#content .spacing
{
	padding: 0px 30px 30px 30px;
}


/* ----- PARAGRAPHS ----- */
p
{
	color: #000000;
	font-size: 16px;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	text-indent: 0px;
	text-decoration: none;
	letter-spacing: 0px;
	word-spacing: 0px;
}

p.links
{
	padding: 8px 0px 0px 8px;
}



/* ----- FORMS ----- */
table.form td
{
	padding: 2px 5px 2px 0px;
}

table.house_search select
{
	width: 300px;
}

table.house_search input.button
{
	width: 100px;
}

div.column
{
	width: 350px;
	float: left;
	overflow: hidden;
}

table.house
{
	border: 0;
	margin: 0px 0px 10px 0px;
}


table.house td
{
	padding: 0px 0px 10px 0px;
	border: 0;
}


table.house select
{
	width: 300px;
}

table.house input.button
{
	width: 100px;
}

table.house td table
{
	margin: 0 auto;
}

table.house td.photo
{
	width: 110px;
}

table.house td.photo .padding
{
	padding: 0px 0px 0px 0px;
}

table.house td.detail
{
	width: 250px;
	padding: 0px;
	vertical-align: top;
}


table.house td.detail .padding
{
	padding: 0px 5px 0px 5px;
}

table.house td.detail p.header
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-weight: bold;
	font-size: 18px;
}

table.house td.detail p.price
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-weight: bold;
	font-size: 17px;
}

table.house td.detail p.detail
{
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-size: 13px;
}

table.house td.detail p.detail a
{
	font-size: 13px;
}

div#divError
{
	padding: 10px 10px 10px 10px;

	background-color: #eeeeee;
	border: solid 1px #cccccc;

	color: #FF0000;
}

div.column_detail_left
{
	width: 380px;
	float: left;
}

div.column_detail_right
{
	margin: 0px 0px 0px 381px;
	/* float: left; */
}

table.house_detail
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
}

table.house_detail tr
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
}

table.house_detail td
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	border: 0;
}

table.house_detail td.center
{
	text-align: center;
}

table.house_detail td.photo
{
	width: 150px;
}

table.house_detail td.detail
{
	padding: 0px 10px 5px 10px;
	vertical-align: top;
}

table.house_detail td.detail a
{
	color: #0090d0;
	font-weight: bold;
	text-decoration: underline;
}

table.house_detail td.detail a:hover
{
	color: #9f9f9f;
	font-weight: bold;
	text-decoration: underline;
}

table.house_detail td.detail a img
{
	margin: 0px 0px 4px 0px;
}

table.house_detail td.detail p.detail
{
	margin: 14px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
}

table.detail td
{
	padding: 0px 20px 5px 0px;
}

table.house_reaction
{
	border: 0;
}

table.house_reaction tr
{
	border: 0;
}

table.house_reaction td
{
	padding: 0px 5px 10px 0px;
	border: 0;
}

table.house_reaction td.center
{
	text-align: center;
}

table.house_reaction td label
{
	font-weight: bold;
}

table.house_reaction .textbox
{
	padding: 2px 2px 2px 2px;
	width: 300px;
}

table.house_reaction .button
{
	width: 100px;
}

table.house_reaction td label#lblGenderMen, 
table.house_reaction td label#lblGenderFemale, 
table.house_reaction td label#lblTenantYes, 
table.house_reaction td label#lblTenantNo
{
	margin: 0px 10px 0px 0px;
	font-weight: normal;
}

table.house_reaction input#txtInitials
{
	width: 50px;
}

table.house_reaction input#txtName
{
	width: 236px;
}

table.house_reaction input#txtAddress
{
	width: 257px;
}

table.house_reaction input#txtNumber
{
	width: 30px;
}

table.house_reaction input#txtZipcode
{
	width: 60px;
}

p.folder_category
{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	font-size: 17px;
	background-color: #68ccfa;
}

table.folders
{
	width: 100%;
	border: 0;
}

table.folders tr
{
	border: 0;
}

table.folders td
{
	padding: 0px 0px 10px 0px;
	border: 0;
}

table.folders td table
{
	margin: 0 auto;
}

table.folders td.name
{
	vertical-align: middle;
}

table.folders td.name .padding
{
	padding: 0px 0px 0px 0px;
}

table.folders td.name a
{
	color: #000000 !important;
	text-decoration: underline !important;
}

table.folders td.name a:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

table.folders td.icon
{
	width: 32px;
	text-align: right;
	vertical-align: middle;
}

table.folders td.detail
{
	width: 120px;
	vertical-align: middle;
	border-right: solid 1px #dddddd;
}

table.folders td.detail .padding
{
	padding: 0px 13px 0px 0px;
}

fieldset.folders
{
	padding: 10px 10px 10px 10px;
}

fieldset.folders legend
{
	color: #000000;
	padding: 0px 10px 0px 5px;
}

fieldset.SearchNewsArchive
{
	padding: 10px 10px 10px 10px;
}

fieldset.SearchNewsArchive legend
{
	color: #000000;
	padding: 0px 10px 0px 5px;
}

div.Back
{
  float: left;
  padding-top: 10px;
}

div.Paging
{
	text-align: center;
}

div.Paging div.Paging_Data
{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

div.Paging div.Paging_Data ul
{
	list-style: none;
}

div.Paging div.Paging_Data ul li
{
	padding: 5px 5px 5px 5px;
	text-align: center;
	display: inline;
}

#WoningWegwijzer
{
	margin: 10px 0px 0px 10px;
	width: 760px;
	height: 800px;
	border: 0;
}

p.ImageCaption
{
	padding: 3px 3px 0px 0px;
	font-size: 14px;
	text-align: right;
}

/* ----- PARAGRAPHS ----- */
p.header
{
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;

	background-color: #FFFFFF;

	color: #0090d0;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}

p.date
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-weight: bold;
}

p.message
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;

	line-height: 130%;
}

p.readmore
{
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

p.date
{
	
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}

td.header p
{
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;

	background-color: #FFFFFF;

	color: #0090d0;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}

td.date, div.date{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}

td.readmore p
{
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/* ----- LINKS ----- */
a
{
	color: #0090d0;

	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #9f9f9f;
	text-decoration: underline;
}

#content a.readmore, #content td.readmore a
{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;

	background-color: #0090d0;

	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

#content a.readmore:hover, #content td.readmore a:hover
{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;

	background-color: #0090d0;

	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

/* ----- HEADINGS ----- */
h1 /* Pageheader */
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;

	color: #0090d0;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 34px;
	font-weight: bold;
	line-height: 1em;
}

h1 span
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 34px;
  font-style: italic;
	font-weight: normal;
}

.sIFR-active h1
{
	visibility: hidden;
	font-family: Trebuchet MS, Verdana, Arial;
	line-height: 1em;
	padding-bottom: 0;
}

h2 /* Pageheader Small */
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;

	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 24px !important;
	font-weight: bold;
	line-height: 1em;
}

h2 span
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 24px;
  font-style: italic;
	font-weight: normal;
}

.sIFR-active h2
{
	visibility: hidden;
	font-family: Trebuchet MS, Verdana, Arial;
	line-height: 1em;
	padding-bottom: 0;
}

h3 /* Subheader */
{
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;

	background-color: #FFFFFF;

	color: #0090d0;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}

h3 span
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 20px;
  font-style: italic;
	font-weight: normal;
}

.sIFR-active h3
{
	visibility: hidden;
	font-family: Trebuchet MS, Verdana, Arial;
	line-height: 1em;
	padding-bottom: 0;
}

h4 /* Subheader */
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;

	color: #0090d0;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}

h4 span
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 18px;
  font-style: italic;
	font-weight: normal;
}

.sIFR-active h4
{
	visibility: hidden;
	font-family: Trebuchet MS, Verdana, Arial;
	line-height: 1em;
	padding-bottom: 0;
}

/* ----- IMAGES ----- */
img.border
{
	border-top: 5px solid #0090d0;
	border-left: 5px solid #0090d0;
}

/* ----- TABLES ----- */
table.homepage
{
	width: 100%;
}

/* ----- SITEMAP LEVEL 1 ----- */
ul.sitemap
{
	list-style: none;
}

ul.sitemap li
{
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}

ul.sitemap li a
{
	
}

ul.sitemap li a:hover
{
	
}

/* ----- SITEMAP LEVEL 2 ----- */
ul.sitemap ul
{
	list-style: none;
}

ul.sitemap ul li
{
	
}

ul.sitemap ul li a
{
	
}

ul.sitemap ul li a:hover
{
	
}


div.estimationIndex {
    line-height             : 200%;
}

div.estimationIndex label {
    margin                  : 0px 15px 0px 0px;
}

div.estimationIndex select#selPurchaseDateMonth, div.estimationIndex select#selSellDateMont {
    width                   : 110px;
}

div.estimationIndex select#selPurchaseDateYear, div.estimationIndex select#selSellDateYear {
    width                   : 80px;
}

div.estimationIndex input#txtPurchaseMoney {
    padding                 : 1px 1px 1px 1px;
    width                   : 105px;
}

div.estimationIndex input#txtPurchaseDiscount {
    padding                 : 1px 1px 1px 1px;
    width                   : 50px;
}

div.estimationIndex input#btnSubmit, div.estimationIndex input#btnReset {
    margin                  : 15px 0px 0px 0px;
    width                   : 100px;
}

div.estimationIndex table tr td.label {
    width                   : 260px;
}

div.estimationIndex p.big {
    font-size               : 28px;
    font-weight             : bold;
    color                   : #0090D0;
}

div.estimationIndex h2 {
    margin                  : 15px 0px 0px 0px;
}

div.estimationIndex div.errors {
    margin                  : 0px 0px 20px 0px;
    font-weight             : bold;
}

div.estimationIndex div.errors p.error {
    color                   : #ff0000;
    font-weight             : normal;
}


/******* Tabs ********/
#content ul.tabs {
  border-bottom: 1px solid #008fd1;
  margin: 0;
  padding-bottom: 17px;
  padding-left: 0px;
  width:590px;
    padding-left:10px;
}

#content ul.tabs li	{
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;

  color: #000;
}
	
#content ul.tabs a, ul.tabs a:visited	{
  background: #c0eefe;
  border: 1px solid #008fd1;
  color: #008fd1;
  float: left;
  font-size: 12pt;
  line-height: 12px;
  margin-right: 0px;
  padding : 2px 10px 2px 10px;
  text-decoration : none;
}

#content ul.tabs a.active, ul.tabs a:visited.active	{
  background: #fff;
  border-bottom : 1px solid #fff;
  color: #008fd1;
}

#content ul.tabs a:hover	{
  color : #008fd1;
}

#content div.tab, div.tab_active {
  border: 1px solid #008fd1;
  border-top: none;
  width: 588px;
  padding-top:10px;
  padding-left:5px;
  padding-right:5px;
}

#printHeader
{
  display: none;
  text-align: left;
}

table.duoMultiSelect select {
  width: 250px;
  height: 135px;
  padding: 1px;
}

#content table.duoMultiSelect a, #content table.duoMultiSelect a:hover {
  background-color: #0090D0;
  color: #FFFFFF;
  padding: 5px;
  text-decoration: none;
  display: block;
  margin: 0 3px 3px 3px;
}

table.duoMultiSelect td.buttons {
  vertical-align: middle;
}

/* job */
.testemonial_holder
{
	margin-bottom: 30px;
	float: right;
	width: 385px;
}

.testemonial_holder_left
{
	margin-bottom: 30px;
	float: left;
	width: 365px;
	
}

.testemonial_intro
{
	margin-bottom: 15px;
	color: #0090d0;
}

.testemonial_name
{
	float: left;
}

.testemonial_show
{
	background-color: #0090d0;
	height: 24px; 
	width: 102px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	cursor: pointer;
}

.testemonial_description
{
	font-style: italic;
	float:left;
}

.testemonial_image img
{
	border-top: 6px solid #0090d0;
	border-left: 6px solid #0090d0;
}

.vacature_holder
{
	padding-bottom: 20px;
	float: right;
	width: 385px;
}

.vacature_title
{
	color: #0090d0;
	font-size: 19px;
	font-weight: bold;
}

.vacature_item
{
	padding-top: 3px;
	padding-bottom: 2px;
}

.vacature_tekst
{
	padding-top: 3px;
	padding-bottom: 2px;
}

.vacature_all
{
	margin-top: 14px;
	background-color: #0090d0;
	height: 24px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	cursor: pointer;	
}

.testemonial_show_intro
{
	color: #0090d0;	
	margin-bottom: 15px;
	font-weight: bold;
}

.testemonial_show_name
{
	font-size: 19px;
}
.testemonial_show_image
{
	margin-right: 20px;
}

.testemonial_show_desc
{
	font-size: 19px;
	font-style: italic;
}

.testemonial_show_image img
{
	border-top: 6px solid #0090d0;
	border-left: 6px solid #0090d0;
}

#tellafriend_preview{
	margin-top:10px;

}
#preview{
	margin-top:10px;
	border:solid 2px #0090d0;
	padding:5px;
}

.project_reaction .label{
    width:100px;
}
.project_reaction .buttons{
    height:35px;
    padding-top:10px;
}


/******* Listmenu ********/

#DropDownMenu ul ul li.level1 a
{
	overflow: hidden;
	padding: 8px 5px 8px 5px;
	display: block;
	font-size: 10pt;
	background-color: #c3ebfd;
	border-right: 0px solid #000000;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}


#DropDownMenu ul ul ul li.level2 a
{
	padding: 8px 0px 8px 15px;
	margin-left: 0px;
	display: block;
	font-size: 10pt;
	background-color: #eaf8ff;
	border-right: 0px solid #000000;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	border-top: 1px solid #c3ebfd;
	border-bottom: 1px solid #c3ebfd;
}