
/* --------------------- page containers ------------------- */

#outer { /* contains all content */
	/* position: relative; */
	width: 100%;
	height: 100%;
	padding: 0;
}

#container { /* div id : contained in 'outer' : holds the total website page */
	position: relative; /* this way, the footer (which is contained in this div) can be positioned absolute by scripting */

	width: 990px;
	padding: 0;
	margin: 0 auto; /* centered */
	text-align: left; /* otherwise all contained text is center aligned due to the 'outer' align=center attribute */
}


/* --------------------- general ------------------- */

html {
	height: 100%; /* [A] : try to enable / disable this property combined with enabling / disabling [B] : IE and FF */
	padding: 0; /* maybe browsers do not have a 0 px default padding */
	margin: 0; /* maybe browsers do not have a 0 px default margin */
}

body {
	width: 100%; /* you may try to disable this property, it should not be needed */
	height: 100%; /* [B] : try to enable / disable this property combined with enabling / disabling [A] : IE and FF */
	padding: 0; /* most browsers do not have a 0 px default padding */
	margin: 0; /* most browsers do not have a 0 px default margin */

	/* all page elements have the font setting made here as default */
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 12px;
	color: #000000;

background-image: url(http://www.etenuitenthuis.nl/graphics/bg-body.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

form {
	padding: 0;
	margin: 0;
}

.b {
	font-weight: 700;
}

.g {
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 90%;
	color: #000000;
}

.FL {
	float: left;
}

.R {
	text-align: right;
}

.sgif {
	width: 1px;
	height: 1px;
}

a.linkA {
	color: #000000;
}

#chartest {
	position: absolute;
	top: 0px; /* needed !? to read clientWidth */
	visibility: hidden;
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 12px;
}

.red, .mono {
	font-family: monospace;
}

.red {
	color: #FF0000;
}

.form_error_tekst {
	font-style: italic;
	padding: 0px 0px 0px 10px;
}

#logos {
	padding-left: 15px;
}

#logos a {
	background-color: #FFFFFF;
	background-image: url(http://www.etenuitenthuis.nl/graphics/bg-logos.gif);
	padding: 6px 0px 0px 2px;
	width: 160px;
	height: 105px;
	display: block;
	float: left;
	margin: 6px;
	text-align: center;
}

#logos a:hover {
	background-color: #3b3c3c;
}

#iFR {
	float:left;
}

/* ---------------------- header ---------------------------- */
/* contained in 'container' */

#header {
	position: relative; /* this way the main nav bar (which is contained in header) can be positioned at the bottom */

	width: 990px;
	height: 148px;
	padding: 0;
	margin: 0;
}

#logo-header {
	width: 971px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 19px;
}

/* --------- Taalmodule ------------ */

#flags {
	width: 89px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 0;
background-image: url(http://www.etenuitenthuis.nl/graphics/flags.gif);
}

#flag-NL {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 66px;
}

#flag-EN {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 33px;
}

#flag-SP {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 0;
}

.dutch a#functions-2 {
	left: 386px;
}

.dutch a#functions-3 {
	right: 129px;
}

.spanish a#functions-2 {
	left: 376px;
}
/* ---------------------- nav main ---------------------------- */
/* contained in 'header' */

#main_nav {
	position: absolute;
	top: 220px;
	font-weight: bold;
	font-size: 14px;

	width: 970px;
	height: 35px;
	padding: 0;
	margin: 0px 0px 0px 20px;
}

#main_nav.home {
	position: absolute;
	top: 540px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;

	width: 970px;
	height: 35px;
	padding: 0;
	margin: 0px 0px 0px 20px;
}

#main_nav ul {
	position: absolute;
	top: 0px;
	left: 0px;

	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
	height: 35px;
}

#main_nav ul li {
	position: relative;
	padding: 8px 15px 12px 15px;
	/* [A] : vertical tuning of the link text : gaat gelijk op (.!?.) met [B] */

	margin: 0px 0px 0px 0px;
	float: left; /* verwijdert rechter spatie !? */
	display: inline; /* = horizontal ! */

	/* tuning : dat de menu bar helemaal onderaan de header staat */
	/* IE6 : zie uitzondering !! */
	line-height: 14px;
}

#main_nav ul li a {
	color: #545454 !important;
	padding: 8px 15px 12px 15px;

	/* [B] : tuning van mouseover-vlak : gaat gelijk op (.!?.) met [A] */

	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
}


#main_nav ul li a:hover {
	text-decoration: underline;
}


#main_nav ul li#L00,#main_nav ul li#L00 a {
	padding: 8px 8px 9px 0px;

	/* [B] : tuning van mouseover-vlak : gaat gelijk op (.!?.) met [A] */
}

#main_nav ul li ul {
	top: 35px;
	left: 15px;

	height: auto; /* !! */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none; /* becomes block by mouseover */
	z-index: 2000;
	visibility: hidden;
}

#main_nav ul li ul li {
	background-image: none;
	display: block; /* vertical */
	padding: 0px 0px 0px 0px;

	/* anders komt er een horizontaal lijntje tussen de LIs in IE6 */
	/* hetzelfde aantal pixels optellen bij [C] zodat het submenu precies onder de menu bar komt */
margin: -2px 0px -2px 0px;

	float: none;
	width: 170px;
	border: 1px solid #FFFFFF;
	z-index: 2000;
}

#main_nav ul li ul li a {
	color: #585858;
	display: block;

padding: 5px 10px 5px 10px;

	margin: 0px 0px 0px 0px;
	width: 150px;
}

#main_nav ul li ul li a:hover {
}

/* --------------------- column left ------------------- */
/* contained in 'container' */

#left {
	position: absolute;
	width: 120px;
	margin: 0;
	padding: 2px 2px 2px 2px;
	top: 280px;
	left: 35px;
	z-index: 1000;
}


/* ------------------------------------- */

#left ul {
	list-style-type: none;
	width: 120px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 50px 0px;
}

#left ul ul {
	background-image: none;
	width: 120px;
	margin-bottom: -50px;
	margin-left: 8px;
	padding-top: 0px;
	background-color: transparent;
}

#left ul li {
	padding: 0;
	margin: 0;
}
/* ------------------------------------- */

#left ul li a {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #545454;
	display: block;
	text-decoration: none;

	width: 120px;
	margin-left: -2px;
	padding-left: 17px;
}

#left ul li ul {
	display: none;	
}

#left ul li.current a {
	color: #bccb00;
	font-weight: bold;
}

#left ul li a {
	font-style: normal;
}

#left ul li a:hover {
	color: #bccb00;	
	font-weight: bold;
	font-style: italic;
}

/* --------------------- column content ------------------- */
/* contained in 'container' */

#content {
	position: relative;
	width: 920px;
	top: 95px;
	margin: 0;
	padding: 6px 20px 6px 30px;
	float: left; /* floated under the static header, due to the code position in the HTML */
}

#content h1 {
	width: 870px;
	font-size: 18px;
	font-family: Franklin Gothic Book, Verdana;
	color: #8f8f8f;
	padding: 0px 0px 3px 0px;
	margin: 14px 0px 10px 0px;
	border-bottom: 1px solid #8f8f8f;
}

#content h6 {
	font-size: 14px;
	font-family: Franklin Gothic Book, Verdana;
	color: #bccb00;
	padding: 0px 0px 3px 0px;
	margin: 14px 0px 10px 0px;
}

#content-text {
	font-size: 13px;	
	color: #545454;
	line-height: 16px;
	width: 880px;
	padding: 10px 20px 30px 20px;
	margin: 0px 0px 0px 0px;
}

#content-text p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px 0px;
}

#content-text.recepten img {
	border: 1px solid #8f8f8f;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

#content.home {
	top: 0px;	
	position: relative;
	width: 720px;
	margin: 0;
	padding: 6px 0px 6px 0px;
	float: left; /* floated under the static header, due to the code position in the HTML */
}

#content.home h1 {
	width: 950px;
	font-size: 24px;
	font-family: Franklin Gothic Book;
	color: #194a7c;
	padding: 0px 0px 20px 0px;
	margin: 14px 0px 10px 0px;
	border-bottom: 0px solid #194A7C;
}

#content-text.home {
	top: 0px;
	width: 988px;	
	text-align: center;
	font-size: 13px;	
	color:#004168;
	line-height: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content-text a:link, #content-text a:active, #content-text a:visited {
	color: #becd00;
	text-decoration: none;	
	font-weight: bold;
}

#content-text a:hover {
	color: #becd00;
	text-decoration: underline;	
}

#content-home {
	top: 0px;	
	width: 971px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 19px;
}

#content-home img {
	border: 0px;
}

#crumbtail {
	position: absolute;
	top: 134px;
	right: 280px;
	color: #ffffff;
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#crumbtail a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#crumbtail a:hover {
	color: #002441;
	text-decoration: underline;
}

/* ----------------------------- RCPTmenu --------------------------- */

.menu-item {
	position: relative;
	float: left;	
	width: 650px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 150px;	
}

.menu-item h2 {	
	font-size: 14px;
	line-height: 14px;
	font-family: Franklin Gothic Book, Verdana;
	color: #545454 !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

#content-text .menu-item span.bedrag {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	font-size: 14px;
	font-family: Franklin Gothic Book, Verdana;
	color: #545454 !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content-text .menu-item span.gerecht {
	position: relative;
	top: -20px;	
	font-size: 12px;
	color: #545454 !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content-text h3 {
	display: block;
	width: 808px;
	font-size: 14px;
	line-height: 20px;
	color: #003d76 !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

h2.route {
	display: block;
	width: 850px;
	font-size: 12px;
	height: 18px;
	color: #545454 !important;
	margin: 30px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dashed #8F8F8F;
}





/* --------------------- nieuws ------------------- */

h2 {
	font-size: 15px;
	color: #11325b;
	height: 35px;
	display: block;
	background-image: url(http://www.etenuitenthuis.nl/graphics/grijshoekje.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

a:link.nieuwsarchief, a:active.nieuwsarchief, a:visited.nieuwsarchief {
 	font-size: 15px;
	color: #11325b;
	text-decoration: none;	
	font-weight: bold;
}

a:hover.nieuwsarchief {
	text-decoration: underline;	
}

.datum {
	font-size: 11px; 
	font-style: italic; 
	color: #888888;
}


/* --------------------- nieuws archief ------------------- */

.ARTtitle{
	float: left;
	width: 870px;
	margin: 0px 20px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.item-inhoud img {
	float: left;
	margin-right: 10px;
	border: 1px solid #8f8f8f;
} 

.item-inhoud {
	float: left;	
	width: 870px;
	display: block;
	min-height: 50px;
	border-bottom: 1px dashed #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.summary {
	float: left;
	display: block;
	width: 870px;
	margin: 0px 0px 0px 0px;
}

.leesmeer {
	float: left;
	width: 870px;
	display: block;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#fotoboek-lb {
	margin:0;
	padding:0;
}

#fotoboek-lb h2 {
	font-size: 12px;
	color: #8f8f8f;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	display: block;
	float: left;
	width: 870px;
	height: 15px;
	text-align: center;

}

#fotoboek-lb ul {
	display: block;
	width: 870px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	border-bottom: 1px dashed #8f8f8f;
}

#fotoboek-lb ul li {
	list-style:none;
	margin: 0px 0px 15px 15px !important;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 150px;
	height: 100px;
	border: 1px solid #8f8f8f;
	text-align: center;
	vertical-align: middle;
}

/*
#fotoboek-lb ul li img {
	height: 100px;	
	text-align: center;
	vertical-align: middle;
}
*/

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

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('http://www.madsejsing.com/gfx/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 20px 20px 40px 20px;
	margin: 0;
	background: transparent;
	display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	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('http://www.madsejsing.com/gfx/fancybox/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;
	overflow: hidden;
}

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('http://www.madsejsing.com/gfx/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('http://www.madsejsing.com/gfx/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

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: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('http://www.madsejsing.com/gfx/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('http://www.madsejsing.com/gfx/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('http://www.madsejsing.com/gfx/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('http://www.madsejsing.com/gfx/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('http://www.madsejsing.com/gfx/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('http://www.madsejsing.com/gfx/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('http://www.madsejsing.com/gfx/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('http://www.madsejsing.com/gfx/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

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('http://www.madsejsing.com/gfx/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('http://www.madsejsing.com/gfx/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('http://www.madsejsing.com/gfx/fancybox/fancy_title_right.png') repeat-x;
}
/* --------------------- form contact ------------------- */

#form-contact {
	padding: 0px 0px 0px 10px; /* tRbL : L is same as #content-text */
}

#form-contact div {
	height: 23.5pt;
}

#form-contact div.checkbox {
	height: 90px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}

#form-contact div.field3 {
	height: 90px;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#form-contact div.field-text {
	padding: 60px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#form-contact div#sendButton {
	margin: 40px 0px 0px 0px;
}

#form-contact label {
	display: block; /* label is van nature een inline element */
	width: 200px;
	height: 12.5pt;
	border: 1px solid transparent;
	float: left;
}

#form-contact label.comRD {
	width: auto;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}

#form-contact label.bijzonderheden {
	width: auto;
	margin: 0px 0px 0px 0px;
}

#form-contact label.first {
	margin-left: 10px;
}

#form-contact span.red2 {
	font-family: verdana,arial,geneva,sans-serif;
	color: #FF0000;
}

#form-contact input.comRD {
	margin: 0px 0px 0px 7px;
	float: left;
}

#form-contact input.com {
	margin: 0px 0px 10px 10px;
	border: 1px solid #002441;
	float: left;
	width: 230px;
	height: 12.5pt;
	padding: 0px 2px 0px 2px;
}

#form-contact input.com2 {
	margin: 0px 0px 0px 10px;
	border: 1px solid #002441;
	width: 60px;
	height: 12.5pt;
	padding: 0px 0px 0px 0px;
}

#form-contact textarea {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #002441;
	float: left;
	width: 440px;
	height: 146px;
	padding: 2px;
}

#form-contact div.ta {
	height: 162px;
}

#form-contact div.W100 label {
	width: 100%;
}

#form-contact div.W100 {
	width: 100%;
}
