html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; background: transparent;}
body {	line-height: 1;}
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
:focus { outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}



html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body	{
	background			: #90280c url(../img/body_bg.gif) repeat-x left -18px;
	font				: 0.8em Georgia;
}

.toegankelijkheid	{
	position			: absolute;
	left				: -999em;
}

.clear	{
	clear				: both;
}


/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
	margin				: 0 auto;
	width				: 850px;
	background			: #fff url(../img/container_bg.gif) repeat-y right top;
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	position			: relative;
	height				: 86px;
	width				: 654px;
	float				: left;
}

#header a	{
	position			: absolute;
	top					: 8px;
	left				: 24px;
}


/* --------------------------------	*/
/* zijbalk						 	*/
/* --------------------------------	*/
#zijbalk	{
	width				: 196px;
	float				: right;
	position			: relative;
	background			: url(../img/zijbalk_bg.jpg) no-repeat right top;
}

#zijbalk address	{
	background			: #fbbd66 url(../img/adres_bg.gif) repeat-y right top;
	padding				: 8px 0 8px 20px;	
	margin				: 0 0 20px 0;
	font-style			: normal;
	font-size			: 0.85em;
	line-height			: 1.6em;
	color				: #75210a;
}

#zijbalk address a	{
	color				: #75210a;
	text-decoration		: none;
}

#zijbalk address a:hover	{
	text-decoration		: underline;
}



/* --------------------------------	*/
/* talen keuze					 	*/
/* --------------------------------	*/
#talen	{
	position			: absolute;
	right				: 22px;
	top					: 22px;
	text-align			: center;
}

#talen li	{
	display				: inline;
}

#talen li a	{
	display				: block;
	width				: 16px;
	height				: 11px;
	text-indent			: -900em;
	overflow			: hidden;
	float				: left;
	margin				: 0 5px;
}

#talen li a.nl	{	background: url(../img/taal_nl.gif) no-repeat; }
#talen li a.de	{	background: url(../img/taal_de.gif) no-repeat; }


/* --------------------------------	*/
/* menu							 	*/
/* --------------------------------	*/
#menu	{
	padding				: 86px 0 30px 0;
}

#menu li a	{
	display				: block;
	padding				: 6px 0 6px 20px;	
	color				: #75210a;
	width				: 176px;
	text-decoration		: none;
}

#menu li a:hover	{
	text-decoration		: underline;
}

#menu li.actief a	{
	color				: #fff;
	font-weight			: bold;
	background			: #75210a url(../img/menu_item_bg.gif) no-repeat left;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	width				: 654px;
	float				: left;
	overflow			: hidden;
}

/* sfeerbeelden */
#content .sfeer	{
	height				: 270px;
}

#content .sfeer_gertent	{	padding-bottom: 27px;	background: url(../img/sfeer_gertent.jpg) no-repeat left bottom;	}

/* formulieren */
#content input, 
#content select, 
#content textarea	{
	border				: solid 1px #343435;
	font				: 1em Verdana;
	padding				: 2px;
}

#content input.radio, 
#content input.checkbox 	{
	border				: none;
}

#content input.button 	{
	cursor				: pointer;
	background			: #90280C;
	border				: outset 1px #90280C;
	color				: #fff;
	font-weight			: bold;
}

/* inhoud */
#content .inhoud	{
	padding				: 25px 30px;
	line-height			: 1.7em;
	text-align			: justify;
}

#content .inhoud h1	{
	color				: #75210a;
	font-weight			: normal;
	font-size			: 1.9em;
	line-height			: normal;
	margin				: 0 0 20px 0;
}

#content h2	{
	color				: #75210a;
	font-weight			: bold;
	font-size			: 1.5em;
	line-height			: normal;
	margin				: 0 0 10px 0;
}

#content h3	{
	color				: #75210a;
	font-weight			: bold;
	font-size			: 1.2em;
	line-height			: normal;
	margin				: 0 0 5px 0;
}

#content a	{
	color				: #75210a;
}

#content p, #content form, #content table, #content address	{
	margin				: 0 0 15px 0;
	font-style			: normal;
}

#content blockquote	{
	margin				: 0 0 15px 30px;
}

#content ul	{
	margin				: 0 0 15px 30px;
	list-style			: square;
	text-align			: left;
}

#content ol	{
	margin				: 0 0 15px 30px;
	list-style			: decimal;
	text-align			: left;
}

#content small	{ font-size: 0.9em; }

#content li.actief	{
	font-weight			: bold;
}

#content dl.openingstijden, #content dl.prijzen	{
	margin				: 0 0 15px 0;
}

#content dl.openingstijden dt, #content dl.prijzen dt	{
	float				: left;
	width				: 200px;
	font-weight			: bold;
}

#content dl.prijzen dt	{
	width				: 300px;
}

#content iframe	{
	border				: solid 1px #333;
	overflow			: hidden;
}

#content table	{
	empty-cells			: show;
	border-collapse		: collapse;
}

#content td, #content th	{
	vertical-align		: top;
}

/* meldingen op de homepage */
#content .home_melding {
	font-size			: 0.9em;
	line-height			: 1.6em;
}

#content .home_melding strong {
	font-size			: 1.2em;
	color				: #000;
}

#content .home_melding em {
	color				: #777;
}

#content .opvallend	{
	padding				: 5px;
	border				: solid 1px #B1B0B6;
	margin-bottom		: 20px;
	width				: 239px;
	color				: #75210A;
}


/* foto's randje */
#content a.fancybox img,
#content img.rand {
	padding				: 5px 9px 9px 5px;
	border-top			: solid 1px #efefef;
	border-left			: solid 1px #efefef;
	background			: url(../img/inhoud_img.gif) no-repeat right bottom;
}

/* kolommen */
#content .kolom_12	{
	float				: left;
	width				: 280px;
}

#content .kolom_22	{
	float				: right;
	width				: 280px;
}


/* --------------------------------	*/
/* agenda						 	*/
/* --------------------------------	*/
#agenda	{
}

#agenda ul	{
	margin				: 0;
	padding			 	: 0;
	list-style			: none;
	line-height			: 1.3em;
}

#agenda ul li	{
	margin				: 0 0 5px 0;
}

#agenda ul li span.datum	{
	color				: #777;
	display				: block;
	padding				: 0 0 0 10px;
	font-size			: 0.85em;
}


/* --------------------------------	*/
/* menukaart					 	*/
/* --------------------------------	*/
#menukaart	{
	border				: double 3px #ddd;
	padding				: 15px 15px 0 15px;
}

#menukaart td p	{
	margin				: 0;
}

/* kolommen */
#menukaart .kolom_12	{
	float				: left;
	width				: 270px;
}

#menukaart .kolom_22	{
	float				: right;
	width				: 270px;
}

#menukaart dl	{
	overflow			: hidden;
	zoom				: 1;
	margin-bottom		: 15px;
}

#menukaart dt	{
	float				: left;
	clear				: both;
	width				: 200px;
	text-align			: left;
	zoom: 1;
}

#menukaart dd	{
	float				: right;
	clear				: right;
	white-space			: nowrap;
	zoom: 1;
}

/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	clear				: both;
	background			: #3e1105;
	height				: 29px;
}


/* fancybox */
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

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/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../img/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

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

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

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

div#fancy_title table {
	margin: 0 auto;
}

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

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

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

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

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

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

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(../img/fancybox/data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(../img/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(../img/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

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

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

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

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

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

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

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

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_nw.png) no-repeat;
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; background: transparent;}
body {	line-height: 1;}
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
:focus { outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}



html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body	{
	background			: #90280c url(../img/body_bg.gif) repeat-x left -18px;
	font				: 0.8em Georgia;
}

.toegankelijkheid	{
	position			: absolute;
	left				: -999em;
}

.clear	{
	clear				: both;
}


/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
	margin				: 0 auto;
	width				: 850px;
	background			: #fff url(../img/container_bg.gif) repeat-y right top;
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	position			: relative;
	height				: 86px;
	width				: 654px;
	float				: left;
}

#header a	{
	position			: absolute;
	top					: 8px;
	left				: 24px;
}


/* --------------------------------	*/
/* zijbalk						 	*/
/* --------------------------------	*/
#zijbalk	{
	width				: 196px;
	float				: right;
	position			: relative;
	background			: url(../img/zijbalk_bg.jpg) no-repeat right top;
}

#zijbalk address	{
	background			: #fbbd66 url(../img/adres_bg.gif) repeat-y right top;
	padding				: 8px 0 8px 20px;	
	margin				: 0 0 20px 0;
	font-style			: normal;
	font-size			: 0.85em;
	line-height			: 1.6em;
	color				: #75210a;
}

#zijbalk address a	{
	color				: #75210a;
	text-decoration		: none;
}

#zijbalk address a:hover	{
	text-decoration		: underline;
}



/* --------------------------------	*/
/* talen keuze					 	*/
/* --------------------------------	*/
#talen	{
	position			: absolute;
	right				: 22px;
	top					: 22px;
	text-align			: center;
}

#talen li	{
	display				: inline;
}

#talen li a	{
	display				: block;
	width				: 16px;
	height				: 11px;
	text-indent			: -900em;
	overflow			: hidden;
	float				: left;
	margin				: 0 5px;
}

#talen li a.nl	{	background: url(../img/taal_nl.gif) no-repeat; }
#talen li a.de	{	background: url(../img/taal_de.gif) no-repeat; }


/* --------------------------------	*/
/* menu							 	*/
/* --------------------------------	*/
#menu	{
	padding				: 86px 0 30px 0;
}

#menu li a	{
	display				: block;
	padding				: 6px 0 6px 20px;	
	color				: #75210a;
	width				: 176px;
	text-decoration		: none;
}

#menu li a:hover	{
	text-decoration		: underline;
}

#menu li.actief a	{
	color				: #fff;
	font-weight			: bold;
	background			: #75210a url(../img/menu_item_bg.gif) no-repeat left;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	width				: 654px;
	float				: left;
	overflow			: hidden;
}

/* sfeerbeelden */
#content .sfeer	{
	height				: 270px;
}

#content .sfeer_gertent	{	padding-bottom: 27px;	background: url(../img/sfeer_gertent.jpg) no-repeat left bottom;	}

/* formulieren */
#content input, 
#content select, 
#content textarea	{
	border				: solid 1px #343435;
	font				: 1em Verdana;
	padding				: 2px;
}

#content input.radio, 
#content input.checkbox 	{
	border				: none;
}

#content input.button 	{
	cursor				: pointer;
	background			: #90280C;
	border				: outset 1px #90280C;
	color				: #fff;
	font-weight			: bold;
}

/* inhoud */
#content .inhoud	{
	padding				: 25px 30px;
	line-height			: 1.7em;
	text-align			: justify;
}

#content .inhoud h1	{
	color				: #75210a;
	font-weight			: normal;
	font-size			: 1.9em;
	line-height			: normal;
	margin				: 0 0 20px 0;
}

#content h2	{
	color				: #75210a;
	font-weight			: bold;
	font-size			: 1.5em;
	line-height			: normal;
	margin				: 0 0 10px 0;
}

#content h3	{
	color				: #75210a;
	font-weight			: bold;
	font-size			: 1.2em;
	line-height			: normal;
	margin				: 0 0 5px 0;
}

#content a	{
	color				: #75210a;
}

#content p, #content form, #content table, #content address	{
	margin				: 0 0 15px 0;
	font-style			: normal;
}

#content blockquote	{
	margin				: 0 0 15px 30px;
}

#content ul	{
	margin				: 0 0 15px 30px;
	list-style			: square;
	text-align			: left;
}

#content ol	{
	margin				: 0 0 15px 30px;
	list-style			: decimal;
	text-align			: left;
}

#content small	{ font-size: 0.9em; }

#content li.actief	{
	font-weight			: bold;
}

#content dl.openingstijden, #content dl.prijzen	{
	margin				: 0 0 15px 0;
}

#content dl.openingstijden dt, #content dl.prijzen dt	{
	float				: left;
	width				: 200px;
	font-weight			: bold;
}

#content dl.prijzen dt, #content dl.openingstijden.breed dt	{
	width				: 300px;
}

#content iframe	{
	border				: solid 1px #333;
	overflow			: hidden;
}

#content table	{
	empty-cells			: show;
	border-collapse		: collapse;
}

#content td, #content th	{
	vertical-align		: top;
}

/* meldingen op de homepage */
#content .home_melding {
	font-size			: 0.9em;
	line-height			: 1.6em;
}

#content .home_melding strong {
	font-size			: 1.2em;
	color				: #000;
}

#content .home_melding em {
	color				: #777;
}

#content .opvallend	{
	padding				: 5px;
	border				: solid 1px #B1B0B6;
	margin-bottom		: 20px;
	width				: 239px;
	color				: #75210A;
}


/* foto's randje */
#content a.fancybox img,
#content img.rand {
	padding				: 5px 9px 9px 5px;
	border-top			: solid 1px #efefef;
	border-left			: solid 1px #efefef;
	background			: url(../img/inhoud_img.gif) no-repeat right bottom;
}

/* kolommen */
#content .kolom_12	{
	float				: left;
	width				: 280px;
}

#content .kolom_22	{
	float				: right;
	width				: 280px;
}


/* --------------------------------	*/
/* agenda						 	*/
/* --------------------------------	*/
#agenda	{
}

#agenda ul	{
	margin				: 0;
	padding			 	: 0;
	list-style			: none;
	line-height			: 1.3em;
}

#agenda ul li	{
	margin				: 0 0 5px 0;
}

#agenda ul li span.datum	{
	color				: #777;
	display				: block;
	padding				: 0 0 0 10px;
	font-size			: 0.85em;
}


/* --------------------------------	*/
/* menukaart					 	*/
/* --------------------------------	*/
#menukaart	{
	border				: double 3px #ddd;
	padding				: 15px 15px 0 15px;
}

#menukaart td p	{
	margin				: 0;
}

/* kolommen */
#menukaart .kolom_12	{
	float				: left;
	width				: 270px;
}

#menukaart .kolom_22	{
	float				: right;
	width				: 270px;
}

#menukaart dl	{
	overflow			: hidden;
	zoom				: 1;
	margin-bottom		: 15px;
}

#menukaart dt	{
	float				: left;
	clear				: both;
	width				: 200px;
	text-align			: left;
	zoom: 1;
}

#menukaart dd	{
	float				: right;
	clear				: right;
	white-space			: nowrap;
	zoom: 1;
}

/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	clear				: both;
	background			: #3e1105;
	height				: 29px;
}


/* fancybox */
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

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/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../img/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

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

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

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

div#fancy_title table {
	margin: 0 auto;
}

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

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

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

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

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

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

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(../img/fancybox/data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(../img/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(../img/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

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

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

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

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

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

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

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

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_nw.png) no-repeat;
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; background: transparent;}
body {	line-height: 1;}
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
:focus { outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}



html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body	{
	background			: #90280c url(../img/body_bg.gif) repeat-x left -18px;
	font				: 0.8em Georgia;
}

.toegankelijkheid	{
	position			: absolute;
	left				: -999em;
}

.clear	{
	clear				: both;
}


/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
	margin				: 0 auto;
	width				: 850px;
	background			: #fff url(../img/container_bg.gif) repeat-y right top;
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	position			: relative;
	height				: 86px;
	width				: 654px;
	float				: left;
}

#header a	{
	position			: absolute;
	top					: 8px;
	left				: 24px;
}


/* --------------------------------	*/
/* zijbalk						 	*/
/* --------------------------------	*/
#zijbalk	{
	width				: 196px;
	float				: right;
	position			: relative;
	background			: url(../img/zijbalk_bg.jpg) no-repeat right top;
}

#zijbalk address	{
	background			: #fbbd66 url(../img/adres_bg.gif) repeat-y right top;
	padding				: 8px 0 8px 20px;	
	margin				: 0 0 20px 0;
	font-style			: normal;
	font-size			: 0.85em;
	line-height			: 1.6em;
	color				: #75210a;
}

#zijbalk address a	{
	color				: #75210a;
	text-decoration		: none;
}

#zijbalk address a:hover	{
	text-decoration		: underline;
}



/* --------------------------------	*/
/* talen keuze					 	*/
/* --------------------------------	*/
#talen	{
	position			: absolute;
	right				: 22px;
	top					: 22px;
	text-align			: center;
}

#talen li	{
	display				: inline;
}

#talen li a	{
	display				: block;
	width				: 16px;
	height				: 11px;
	text-indent			: -900em;
	overflow			: hidden;
	float				: left;
	margin				: 0 5px;
}

#talen li a.nl	{	background: url(../img/taal_nl.gif) no-repeat; }
#talen li a.de	{	background: url(../img/taal_de.gif) no-repeat; }


/* --------------------------------	*/
/* menu							 	*/
/* --------------------------------	*/
#menu	{
	padding				: 86px 0 30px 0;
}

#menu li a	{
	display				: block;
	padding				: 6px 0 6px 20px;	
	color				: #75210a;
	width				: 176px;
	text-decoration		: none;
}

#menu li a:hover	{
	text-decoration		: underline;
}

#menu li.actief a	{
	color				: #fff;
	font-weight			: bold;
	background			: #75210a url(../img/menu_item_bg.gif) no-repeat left;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	width				: 654px;
	float				: left;
	overflow			: hidden;
}

/* sfeerbeelden */
#content .sfeer	{
	height				: 270px;
}

#content .sfeer_gertent	{	padding-bottom: 27px;	background: url(../img/sfeer_gertent.jpg) no-repeat left bottom;	}

/* formulieren */
#content input, 
#content select, 
#content textarea	{
	border				: solid 1px #343435;
	font				: 1em Verdana;
	padding				: 2px;
}

#content input.radio, 
#content input.checkbox 	{
	border				: none;
}

#content input.button 	{
	cursor				: pointer;
	background			: #90280C;
	border				: outset 1px #90280C;
	color				: #fff;
	font-weight			: bold;
}

/* inhoud */
#content .inhoud	{
	padding				: 25px 30px;
	line-height			: 1.7em;
	text-align			: justify;
}

#content .inhoud h1	{
	color				: #75210a;
	font-weight			: normal;
	font-size			: 1.9em;
	line-height			: normal;
	margin				: 0 0 20px 0;
}

#content h2	{
	color				: #75210a;
	font-weight			: bold;
	font-size			: 1.5em;
	line-height			: normal;
	margin				: 0 0 10px 0;
}

#content h3	{
	color				: #75210a;
	font-weight			: bold;
	font-size			: 1.2em;
	line-height			: normal;
	margin				: 0 0 5px 0;
}

#content a	{
	color				: #75210a;
}

#content p, #content form, #content table, #content address	{
	margin				: 0 0 15px 0;
	font-style			: normal;
}

#content blockquote	{
	margin				: 0 0 15px 30px;
}

#content ul	{
	margin				: 0 0 15px 30px;
	list-style			: square;
	text-align			: left;
}

#content ol	{
	margin				: 0 0 15px 30px;
	list-style			: decimal;
	text-align			: left;
}

#content small	{ font-size: 0.9em; }

#content li.actief	{
	font-weight			: bold;
}

#content dl.openingstijden, #content dl.prijzen	{
	margin				: 0 0 15px 0;
}

#content dl.openingstijden dt, #content dl.prijzen dt	{
	float				: left;
	width				: 200px;
	font-weight			: bold;
}

#content dl.prijzen dt, #
content dl.openingstijden.breed dt	{
	width				: 300px;
}

#content iframe	{
	border				: solid 1px #333;
	overflow			: hidden;
}

#content table	{
	empty-cells			: show;
	border-collapse		: collapse;
}

#content td, #content th	{
	vertical-align		: top;
}

/* meldingen op de homepage */
#content .home_melding {
	font-size			: 0.9em;
	line-height			: 1.6em;
}

#content .home_melding strong {
	font-size			: 1.2em;
	color				: #000;
}

#content .home_melding em {
	color				: #777;
}

#content .opvallend	{
	padding				: 5px;
	border				: solid 1px #B1B0B6;
	margin-bottom		: 20px;
	width				: 239px;
	color				: #75210A;
}


/* foto's randje */
#content a.fancybox img,
#content img.rand {
	padding				: 5px 9px 9px 5px;
	border-top			: solid 1px #efefef;
	border-left			: solid 1px #efefef;
	background			: url(../img/inhoud_img.gif) no-repeat right bottom;
}

/* kolommen */
#content .kolom_12	{
	float				: left;
	width				: 280px;
}

#content .kolom_22	{
	float				: right;
	width				: 280px;
}


/* --------------------------------	*/
/* agenda						 	*/
/* --------------------------------	*/
#agenda	{
}

#agenda ul	{
	margin				: 0;
	padding			 	: 0;
	list-style			: none;
	line-height			: 1.3em;
}

#agenda ul li	{
	margin				: 0 0 5px 0;
}

#agenda ul li span.datum	{
	color				: #777;
	display				: block;
	padding				: 0 0 0 10px;
	font-size			: 0.85em;
}


/* --------------------------------	*/
/* menukaart					 	*/
/* --------------------------------	*/
#menukaart	{
	border				: double 3px #ddd;
	padding				: 15px 15px 0 15px;
}

#menukaart td p	{
	margin				: 0;
}

/* kolommen */
#menukaart .kolom_12	{
	float				: left;
	width				: 270px;
}

#menukaart .kolom_22	{
	float				: right;
	width				: 270px;
}

#menukaart dl	{
	overflow			: hidden;
	zoom				: 1;
	margin-bottom		: 15px;
}

#menukaart dt	{
	float				: left;
	clear				: both;
	width				: 200px;
	text-align			: left;
	zoom: 1;
}

#menukaart dd	{
	float				: right;
	clear				: right;
	white-space			: nowrap;
	zoom: 1;
}

/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	clear				: both;
	background			: #3e1105;
	height				: 29px;
}


/* fancybox */
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

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/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../img/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

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

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

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

div#fancy_title table {
	margin: 0 auto;
}

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

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

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

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

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

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

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(../img/fancybox/data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(../img/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(../img/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

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

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

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

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

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

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

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

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_nw.png) no-repeat;
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; background: transparent;}
body {	line-height: 1;}
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
:focus { outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}



html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body	{
	background			: #90280c url(../img/body_bg.gif) repeat-x left -18px;
	font				: 0.8em Georgia;
}

.toegankelijkheid	{
	position			: absolute;
	left				: -999em;
}

.clear	{
	clear				: both;
}


/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
	margin				: 0 auto;
	width				: 850px;
	background			: #fff url(../img/container_bg.gif) repeat-y right top;
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	position			: relative;
	height				: 86px;
	width				: 654px;
	float				: left;
}

#header a	{
	position			: absolute;
	top					: 8px;
	left				: 24px;
}


/* --------------------------------	*/
/* zijbalk						 	*/
/* --------------------------------	*/
#zijbalk	{
	width				: 196px;
	float				: right;
	position			: relative;
	background			: url(../img/zijbalk_bg.jpg) no-repeat right top;
}

#zijbalk address	{
	background			: #fbbd66 url(../img/adres_bg.gif) repeat-y right top;
	padding				: 8px 0 8px 20px;	
	margin				: 0 0 20px 0;
	font-style			: normal;
	font-size			: 0.85em;
	line-height			: 1.6em;
	color				: #75210a;
}

#zijbalk address a	{
	color				: #75210a;
	text-decoration		: none;
}

#zijbalk address a:hover	{
	text-decoration		: underline;
}



/* --------------------------------	*/
/* talen keuze					 	*/
/* --------------------------------	*/
#talen	{
	position			: absolute;
	right				: 22px;
	top					: 22px;
	text-align			: center;
}

#talen li	{
	display				: inline;
}

#talen li a	{
	display				: block;
	width				: 16px;
	height				: 11px;
	text-indent			: -900em;
	overflow			: hidden;
	float				: left;
	margin				: 0 5px;
}

#talen li a.nl	{	background: url(../img/taal_nl.gif) no-repeat; }
#talen li a.de	{	background: url(../img/taal_de.gif) no-repeat; }


/* --------------------------------	*/
/* menu							 	*/
/* --------------------------------	*/
#menu	{
	padding				: 86px 0 30px 0;
}

#menu li a	{
	display				: block;
	padding				: 6px 0 6px 20px;	
	color				: #75210a;
	width				: 176px;
	text-decoration		: none;
}

#menu li a:hover	{
	text-decoration		: underline;
}

#menu li.actief a	{
	color				: #fff;
	font-weight			: bold;
	background			: #75210a url(../img/menu_item_bg.gif) no-repeat left;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	width				: 654px;
	float				: left;
	overflow			: hidden;
}

/* sfeerbeelden */
#content .sfeer	{
	height				: 270px;
}

#content .sfeer_gertent	{	padding-bottom: 27px;	background: url(../img/sfeer_gertent.jpg) no-repeat left bottom;	}

/* formulieren */
#content input, 
#content select, 
#content textarea	{
	border				: solid 1px #343435;
	font				: 1em Verdana;
	padding				: 2px;
}

#content input.radio, 
#content input.checkbox 	{
	border				: none;
}

#content input.button 	{
	cursor				: pointer;
	background			: #90280C;
	border				: outset 1px #90280C;
	color				: #fff;
	font-weight			: bold;
}

/* inhoud */
#content .inhoud	{
	padding				: 25px 30px;
	line-height			: 1.7em;
	text-align			: justify;
}

#content .inhoud h1	{
	color				: #75210a;
	font-weight			: normal;
	font-size			: 1.9em;
	line-height			: normal;
	margin				: 0 0 20px 0;
}

#content h2	{
	color				: #75210a;
	font-weight			: bold;
	font-size			: 1.5em;
	line-height			: normal;
	margin				: 0 0 10px 0;
}

#content h3	{
	color				: #75210a;
	font-weight			: bold;
	font-size			: 1.2em;
	line-height			: normal;
	margin				: 0 0 5px 0;
}

#content a	{
	color				: #75210a;
}

#content p, #content form, #content table, #content address	{
	margin				: 0 0 15px 0;
	font-style			: normal;
}

#content blockquote	{
	margin				: 0 0 15px 30px;
}

#content ul	{
	margin				: 0 0 15px 30px;
	list-style			: square;
	text-align			: left;
}

#content ol	{
	margin				: 0 0 15px 30px;
	list-style			: decimal;
	text-align			: left;
}

#content small	{ font-size: 0.9em; }

#content li.actief	{
	font-weight			: bold;
}

#content dl.openingstijden, #content dl.prijzen	{
	margin				: 0 0 15px 0;
}

#content dl.openingstijden dt, #content dl.prijzen dt	{
	float				: left;
	width				: 200px;
	font-weight			: bold;
}

#content dl.prijzen dt, 
#content dl.openingstijden.breed dt	{
	width				: 300px;
}

#content iframe	{
	border				: solid 1px #333;
	overflow			: hidden;
}

#content table	{
	empty-cells			: show;
	border-collapse		: collapse;
}

#content td, #content th	{
	vertical-align		: top;
}

/* meldingen op de homepage */
#content .home_melding {
	font-size			: 0.9em;
	line-height			: 1.6em;
}

#content .home_melding strong {
	font-size			: 1.2em;
	color				: #000;
}

#content .home_melding em {
	color				: #777;
}

#content .opvallend	{
	padding				: 5px;
	border				: solid 1px #B1B0B6;
	margin-bottom		: 20px;
	width				: 239px;
	color				: #75210A;
}


/* foto's randje */
#content a.fancybox img,
#content img.rand {
	padding				: 5px 9px 9px 5px;
	border-top			: solid 1px #efefef;
	border-left			: solid 1px #efefef;
	background			: url(../img/inhoud_img.gif) no-repeat right bottom;
}

/* kolommen */
#content .kolom_12	{
	float				: left;
	width				: 280px;
}

#content .kolom_22	{
	float				: right;
	width				: 280px;
}


/* --------------------------------	*/
/* agenda						 	*/
/* --------------------------------	*/
#agenda	{
}

#agenda ul	{
	margin				: 0;
	padding			 	: 0;
	list-style			: none;
	line-height			: 1.3em;
}

#agenda ul li	{
	margin				: 0 0 5px 0;
}

#agenda ul li span.datum	{
	color				: #777;
	display				: block;
	padding				: 0 0 0 10px;
	font-size			: 0.85em;
}


/* --------------------------------	*/
/* menukaart					 	*/
/* --------------------------------	*/
#menukaart	{
	border				: double 3px #ddd;
	padding				: 15px 15px 0 15px;
}

#menukaart td p	{
	margin				: 0;
}

/* kolommen */
#menukaart .kolom_12	{
	float				: left;
	width				: 270px;
}

#menukaart .kolom_22	{
	float				: right;
	width				: 270px;
}

#menukaart dl	{
	overflow			: hidden;
	zoom				: 1;
	margin-bottom		: 15px;
}

#menukaart dt	{
	float				: left;
	clear				: both;
	width				: 200px;
	text-align			: left;
	zoom: 1;
}

#menukaart dd	{
	float				: right;
	clear				: right;
	white-space			: nowrap;
	zoom: 1;
}

/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	clear				: both;
	background			: #3e1105;
	height				: 29px;
}


/* fancybox */
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

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/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../img/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

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

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

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

div#fancy_title table {
	margin: 0 auto;
}

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

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

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

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

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

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

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(../img/fancybox/data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(../img/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(../img/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

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

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

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

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

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

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

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

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

