/* jquery.fancybox.css */
html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #fff;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../img/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  padding: 18px 18px 33px 18px;
  margin: 0;
  overflow: hidden;
  background: transparent;
  display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #bbb;
	background: #fff;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #fff;
	color: #000;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	/* background-image: url(data:image/gif;base64,AAAA); */
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../img/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancy_title_right.png) repeat-x;
}


/* kaart.css */
img.kaart {
	width:						630px;
	height:						418px;
	border:						0px;
	z-index:					1;
}
.info {
	width:						100%;
	height:						100%;
	padding:					0px;
	overflow:					hidden;
	float:						left;
}
.info h2 {
	font-size:				16px;
	width:						100%;
	height:						55px;
	overflow:					hidden;
	text-indent:			65px;
	line-height:			55px;
	float:						left;
	margin:						0px;
	clear:						both;
}
.info .image {
	float:						left;
	margin:						0px;
	font-size:				10px;
	width:						215px;
	overflow:					hidden;
	padding:					0px;
}
.info .image img {
	width:						200px;
	float:						left;
	margin:						0px 0px 15px 0px;
	padding:					0px;
}
.info .image p {
	float:						left;
	width:						195px;
	margin:						0px 15px 6px 15px;
}
.info .rest {
	width:						325px;
	float:						left;
	font-size:				12px;
}
.info .rest p {
	float:						left;
	margin:						15px 10px 0px 0px;
}
.info p a {
	color:						#9d0917;
}
.fancy_title {
	display:					none;
}
.info.tr {
	background-color: #d2eefa;
}
.info.tr h2 {
	background:				#7fcff1 url(../img/icon_tr.gif) 0px 0px no-repeat;
}
.info.yc {
	background-color: #e1ecf6;
}
.info.yc h2 {
	background:				#a8c8e6 url(../img/icon_yc.gif) 0px 0px no-repeat;
}
.info.mec {
	background-color: #feeed7;
}
.info.mec h2 {
	background:				#fcce8d url(../img/icon_mec.gif) 0px 0px no-repeat;
}
.info.hom,
.info.varkens,
.info.smidse,
.info.sliffert,
.info.eik,
.info.boerderij,
.info.potten,
.info.tol,
.info.herberg,
.info.ambacht,
.info.nieuwbouw,
.info.hoeve {
	background-color: #f2e8e3;
}
.info.hom h2,
.info.varkens h2,
.info.smidse h2,
.info.sliffert h2,
.info.eik h2,
.info.boerderij h2,
.info.potten h2,
.info.tol h2,
.info.herberg h2,
.info.ambacht h2,
.info.nieuwbouw h2,
.info.hoeve h2 {
	background:				#dbbeaf url(../img/icon_hom.gif) 0px 0px no-repeat;
}
.info.ts {
	background-color: #d2efef;
}
.info.ts h2 {
	background:				#7fd1d0 url(../img/icon_ts.gif) 0px 0px no-repeat;
}
.info.wr {
	background-color: #dfecdc;
}
.info.wr h2 {
	background:				#a3c99b url(../img/icon_wr.gif) 0px 0px no-repeat;
}
.info.ise {
	background-color: #b8cfe4;
}
.info.ise h2 {
	background:				#3375b2 url(../img/icon_ise.gif) 0px 0px no-repeat;
}
.info.gs {
	background-color: #eff6dc;
}
.info.gs h2 {
	background:				#d2e69c url(../img/icon_gs.gif) 0px 0px no-repeat;
}
.info.tsh {
	background-color: #d2eef4;
}
.info.tsh h2 {
	background:				#7fcfe0 url(../img/icon_tsh.gif) 0px 0px no-repeat;
}
.info.eep {
	background-color: #eadad4;
}
.info.eep h2 {
	background:				#c29684 url(../img/icon_eep.gif) 0px 0px no-repeat;
}
.info.pgp {
	background-color: #fde9d8;
}
.info.pgp h2 {
	background:				#fac08f url(../img/icon_pgp.gif) 0px 0px no-repeat;
}
.info.es {
	background-color: #fad7d8;
}
.info.es h2 {
	background:				#f08d90 url(../img/icon_es.gif) 0px 0px no-repeat;
}
.info.hfd {
	background-color: #feeed7;
}
.info.hfd h2 {
	background:				#fcce8d url(../img/icon_hfd.gif) 0px 0px no-repeat;
}
.info.gh {
	background-color: #feeed7;
}
.info.gh h2 {
	background:				#fcce8d url(../img/icon_gh.gif) 0px 0px no-repeat;
}


