html {
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt !important;
  text-align: left;
	line-height: 150%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0;
	width: 95%;
}
#header, #menu, #breadcrumb, #navigation_container, #gmap_block, #gmap_welcome_block, #direct_reserveren, #header_cont, #rsv_confirmation, .noprint {
	display: none;
}

a img {
	border: none;
}

/* ---( images )----------------------------- */
img.normal {
  display: inline;
  border: none;
  margin: 1em 0;
}

img.left {
  display: inline;
  border: none;
  float: left;
  margin: 0 1.2em 1em 0;
}

img.right {
  display: inline;
  border: none;
  float: right;
  margin: 0 0 1em 1.2em;
}

img.normal_border {
  display: inline;
  margin: 0 0 1em 1.2em;
  border: 1px solid #227D5E;
}

img.left_border {
  display: inline;
  float: left;
  margin: 0 1.2em 1em 0;
  border: 1px solid #227D5E;
}

img.right_border {
  display: inline;
  float: right;
  margin: 0 0 1em 1.2em;
  border: 1px solid #227D5E;
}

img.right_border {
  display: inline;
  float: right;
  margin: 0 0 1em 1.2em;
  border: 1px solid #227D5E;
}

/* ------------( headings ) ----------- */
h1, h2, h3, h4, h5, h6	{
	color                 : #000;
}

#house_images #house_image_container {
	position: relative;
	float: left;
	width: 375px;
	height: 300px;
}

#house_images #house_image_more_images {
	float: right;
}

#house_image_more_images .image_box {
	margin: 3px;
	float: right;
	height: 100px;
	width: 100px;
	overflow: hidden;
}

#house_detail #house_image_container {
	margin-bottom: 10px;
}

#house_detail #house_image {
	float: left;
	width: 311px;
	overflow: hidden;
}

#house_detail #house_image_more_images {
	float: left;
	margin-left: 10px;
	width: 420px;
}

#house_image_more_images .house_thumb_container {
	float: left;
	height: 74px;
	border: 1px solid #000;
	overflow: hidden;
	margin-right: 3px;
	margin-bottom: 3px;
	min-width: 57px;
}

#house_image_more_images .img_norightmargin {
	margin-right: 0 !important;
}

#house_detail #house_sidebar {
	float: right;
	width: 345px;
	margin-left: 15px;
	min-height: 550px;
}

#house_detail ul.house_options {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

#house_sidebar p {
	margin: 0;

}

.houseinformation th {
	font-weight: normal;

	width: 150px;
	white-space: nowrap;
	padding-right: 0px;
}

#house_image img {
	border: 1px solid #000;
	display: block;
	text-align: center;
}

#house_detail #house_detail_content {
	width: 385px;
}

#house_detail_content .houseinformation {
	width: 100%;
	margin-bottom: 15px;
}

#house_detail {
	width: 800px;
}

.clearAll {
	clear: both;
}

/* -------------- ( pricelist ) -----------------*/
table#house_pricelist {
	font-size						: 11px;
	
	border							: 1px solid #000;
	width: 320px;
	margin-top: 5px;
}

table#house_pricelist tr,
table#house_pricelist tr td {

}

table#house_pricelist tr.striped,
table#house_pricelist tr.striped td {
	

}

table#house_pricelist td {
	padding							: 3px 15px 3px 3px;
}

table#house_pricelist th {
	padding							: 3px;
	background-color		: #000;
	color								: #fff;
	
}

table#house_pricelist_legend {
	border							: none;
	font-size						: 11px;
}

table#house_pricelist_legend td {
	padding							: 0px 3px;
}

#house_pricelist td.price_item {
	text-align: left;
}

#house_pricelist td.price_end_periode {
	padding-right: 15px;
}

#house_pricelist th.label {
	text-align: left;
}

#house_pricelist td.price_arrangement {
}

#house_pricelist td.price_item_label {
	white-space: nowrap;
}

p.pricelist_footer {
	font-size: 11px;
	font-style: italic;
	padding: 5px;
	width: 310px;
}

/* ---------- ( footer ) ------------- */
#footer {
	clear             	: both;
	margin 							: 0;
	padding 						: 5px 0px;
	border-top: 1px solid #000;
}

#footer ul {
	padding							: 0;
	margin							: 0;
}

#footer ul li {
	list-style-type			: none;
	display							: inline;
	padding							: 0;
	margin							: 0;
	margin-right 				: 20px;
}

#footer a {
  color								: #eee;
}

#footer a:hover {
  color								: #fff;
	text-decoration			: none;
}

/* ------------( credits ) ----------- */
#credits {
	margin							: 10px 25px 0 auto;
	padding							: 0 0 20px 0px;
	color								: #000000;
}

#credits a {
	color								: #000000;
	text-decoration			: underline;
}

#credits a:hover {
	color								: #00265E;
	text-decoration			: underline;
}