/*Primaire stijlen*/
html {
	height: 100%;
}
body {
	background-image: url(Images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 100%;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	line-height: 1.3;
	font-size: 12px;
	color: #333333;
}
td {
	line-height: 1.3;
}
#hoofdcontainer {
	width: 780px;
	height: 100%;
	background-image: url(images/bg_hoofdcontainer.gif);
	background-repeat: repeat-y;
	}
	/* y-pos kan naar believen verhoogd of verlaagd worden tot het aansluit bij de inhoudcontainer
	 y-pos is ongeveer de hoogte van de kop en de inhoud-afbeelding */
#kophoogte {
	height: 277px; /* correspondeert met hoogte kop-afbeelding td*/
	}
#kopcontainer {
	display: table;
	position: relative;
	height: 277px; /* correspondeert met hoogte kop-afbeelding*/
	background-image: url(images/bg_kop.gif);
	background-repeat: no-repeat;
	}

#kopcontainer-inhoud {
	height: 213px; /* correspondeert met hoogte kop-afbeelding*/
	color: #333333;
	}

#kopcontainer-inhoud p{
	color: #333333;
	font-weight: bolder;
	font-size: 140%;
	font-style: italic;
	font-family: Tahoma;
	}

#inhoudcontainer {
	background-image: url(images/bg_inhoudcontainer.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 386px;/* 386 px correspondeert met hoogte inhoud-afbeelding, er wordt meer genomen om 100% height te krijgen bij korte teksten*/
	top: 0px;
	}

#inhoudcontainer-inhoud {
	width: 500px;
	margin-left: 40px;
/*	margin-top: -200px;*/
	margin-top: 50px;
	}

#voetcontainer {
	display: block;
/*	height: 240px; bedoeld om het scherm 100 % te laten vullen, om te vermijden dat bij korte teksten de inhoudcontainer naar beneden geduwd wordt*/
	position: relative;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url(Images/bg_voettekst.gif);
	background-repeat: no-repeat;
	background-position: 40px 30px;
	}
#voetcontainer-inhoud {
	width: 500px;
	margin-left: 40px;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	}

#menucontainer {
	/*	display: block; /*geeft verschillende resultaten in FF en IE, dus weglaten*/
	width: 150px;
	position: relative;
	bottom: 0px;
	top: 50px;
	left: 15px;
	}
.menu a{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	display: block;
/*	background-image: url(Images/bullet1.gif);
	background-repeat: repeat-x;*//*nuttig om over gans de breedte een afbeelding te tonen*/
	background-repeat: no-repeat;/*nuttig om links of rechts een afbeelding te tonen*/
	text-align: center;
	}
.menu a:hover{
	color: #666666;
/*	background-color: #CECFBF;*/
	background-image: url(Images/bg_a_hover.gif);
	background-position: center;/*	background-repeat: repeat-x;*//*nuttig om over gans de breedte een afbeelding te tonen*/
/*	background-repeat: no-repeat;/*nuttig om links of rechts een afbeelding te tonen*/
	}
.submenu a{
	font-family: Arial, Helvetica, sans-serif;
	color: #AD4330;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 0px;
	display: inline;
	}
.submenu a:hover{
	color: #FFFFFF;
	background-color: #666666;
	}
.submenuaktief {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	width: 100%;
	padding-right: 0px;
	}

/*stijlen voor lijnen en omlijningen*/
hr {
	margin-top: -15px;
	margin-bottom: 1px;
}
.lijnboven {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaab9e;
}
.lijnonder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaab9e;
}
.lijnondermenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.lijnbovenonder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaab9e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaab9e;
}
.lijnlinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaab9e;
}
.lijnrechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaab9e;
}
.lijnrechtsonder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaab9e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaab9e;
}
.lijnlinksrechts {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #aaab9e;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #aaab9e;
}
.lijnlinksrechtsonder {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #aaab9e;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #aaab9e;
}
.lijnrondom {
	border: 1px solid #818854;
}
.lijnrondomzwart {
	border: 1px solid #000000;
}

/*stijlen voor headings*/
h1 {
	font-size: 1.5em;
	color: #5D5D5D;
	font-family: Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	display: inline;
	height: 2em;
}
h2 {
	font-size: 1.2em;
	color: #666666;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}
h3 {
	font-size: 1.1em;
	color: #666666;
	font-family: Arial, sans-serif;
	padding-top: 10px;
}
h4 {
	font-size: 1.1em;
	color: #666666;
	font-family: Arial, sans-serif;
	padding-top: 10px;
	line-height: 0em;
}
h5 {
	font-size: 1em;
	color: #666666;
	font-family: Arial, sans-serif;
	line-height: 15px;
}

/* stijlen voor links*/
a {
	color: #AD4330;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
.knop {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	background-image:  url("Beheer/images/knop.gif");
	border: 1px solid #999999;
	cursor: hand;
}
.currentlink {
	color: #006699;
	text-decoration: none;
	background-color: #999999;
/*	border: 1px solid #F7FCE8;*/
}
.taal a {
	color: #491F0B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
.taal a:hover {
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

/*Stijlen voor tabellen*/
.tabelzonderspacing {
	margin: 0px;
	padding: 0px;
}
.bodemtabel {
	font-size: xx-small;
	background-color: #F1F2ED;
}
#logotabel img {
	border: 1px solid #333333;
}
.tdnopadding {
	margin: 0px;
	padding: 0px;
}
.tdpaddingtopbottom {
	padding-top: 5px;
	padding-bottom: 5px;
}
.tdpaddinglinks {
	padding-left: 20px;
}

/*Stijlen voor afbeeldingen*/
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#blancogif {
	border: none;
}
.lijndik {
	border: 3px groove #A0722C;/*	background-image: url(images/ACHTER1.jpg);*/
}
#indexfotos {
	margin: 0px;
	padding: 0px;
}

/*Stijlen voor formulieren*/
.zoekform {
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.kopfont {
	font-size: 11px;
	font-weight: bold;
}
.zoekinput {
	font-size: xx-small;
	margin: 0px;
	padding: 0px;
}

/*Sitespecifieke stijlen*/

/*Printen*/
#printkop{
	display: none;
}
.inhoudtd {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.lijn {
	color: #D58761;
	height: 1px;
	border: #E6B733;
}
#inhoudcontainer-inhoud img {
	border: 1px solid #333333;
/*	margin: 15px;*/
}
#fotorechts {
	border: 1px solid #333333;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#fotolinks {
	border: 1px solid #333333;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
u {
	padding-left: 20px;
	margin-left: -20px;
}
li {
	padding-left: -10px;
}
.merken td a img {
	border: 1px solid #F0F1EC;
}
#inhoudcontainer-inhoud #menuscheiding {
	border: none;
}
#gerecht1 {
	font-family: Pristina;
	font-size: 2.5em;
	color: #333;
	font-weight: bold;
}
#gerecht2 {
	font-family: Pristina;
	font-size: 1.8em;
	color: #333;
	font-weight: bold;
}
#gerecht3{
	font-family: Pristina;
	font-size: 1.8em;
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
#gerecht4 {
	font-family: Pristina;
	font-size: 1.6em;
	color: #333;
	font-weight: bold;
}
#gerecht5 {
	font-family: Pristina;
	font-size: 1.4em;
	color: #333;
	font-weight: bold;
}

