/*Primaire stijlen*/
html {
	height: 100%;
}
body {
	background-color: #736551;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
	font-size: 11px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#hoofdcontainer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/v1_bg_inhoudcontainer.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	}
#kopcontainer {
	background-image: url(../images/v1_bg_kopcontainer.jpg);
	background-repeat: no-repeat;
	height: 285px;
	}
#kopcontainer-inhoud {
	position: relative;
	left: 280px;
	width: 490px;
	height: 25px;
	}
#flashcontainer {
	position: relative;
	height: 240px;
	width: 557px;
	padding-left: 199px;
	top: 0px;
}

#inhoudcontainer {
	margin-left:auto;
	margin-right:auto;
	width: 650px;
	height:500px;
	/*http://www.dustindiaz.com/min-height-fast-hack*/
	min-height:200px;
	height:auto !important;
	height:200px;
	margin-bottom: 10px;
	padding-left: 25px;
	margin-top: 30px;
	}

#menucontainer {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	height: 50px;
	padding-top: 165px;
	}

#mainMenu{
	text-align:right;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	padding-right: 5px;
	display: block;
	clear: both;
}
#mainMenu ul{
	padding-top: 20px;
}
#mainMenu ul li{
	padding-right:10px;
	text-align:right;
	display: inline;
	list-style-type: none;
}
#mainMenu ul li a{
	font-size: 0.85em;
	text-decoration: none;
	font-weight: bold;
	color: #DDD6CA;
}
#mainMenu ul li a:hover{
	color: #FFFFFF;
}
#siteMenu{
	text-align:center;
	width: 730px;
	margin-left:38px;
	margin-right:auto;
	text-align:center;
	display: block;
	height: 40px;
	padding-top: 195px;
	clear: both;
	margin-top: 10px;
}

#logincontainer {
	position: relative;
	width: 200px;
	height: auto;
	}
#logincontainer-inhoud {
	font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 25px 15px 15px;
	}

#voetcontainer {
	position: relative;
	background-image: url(../images/v1_bg_voetcontainer.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 130px;
	clear: both;
	padding-top: 40px;
	padding-left: 50px;
	}
#voetcontainer-inhoud {
	font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 700px;
	}
#mwb {
	text-align: left;
	width: 700px;
	margin-top: 50px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#mwb a{
	color: #DDDDDD;
}
#mwb a:hover{
	color: #FFFFFF;
}
#inhoudcontainer-inhoud {
	top: 0px;
	margin-right: 20px;
	}
	
.menu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #625F48;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 2px;
	padding-top: 7px;
	padding-bottom: 4px;
	display: block;
	height: 20px;
	margin-top: -1px;/*	background-image: url(../images/bg_a.jpg);
	background-repeat: no-repeat;
*/
}
.menu a:hover, .menu .active {
	background-image: url(../images/bg_a_hover.jpg);
	color: #7C785C;
	font-weight: bold;
	text-decoration: none;
	padding-left: 60px;
	padding-right: 2px;
	padding-top: 7px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	}

/*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: #FCD296;
}
.lijnondermenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCD296;
}
.lijnbovenonder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaab9e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCD296;
}
.lijnlinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FCD296;
}
.lijnrechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FCD296;
}
.lijnrechtsonder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FCD296;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCD296;
}
.lijnlinksrechts {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FCD296;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FCD296;
}
.lijnlinksrechtsonder {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FCD296;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FCD296;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCD296;
}
.lijnlinksrechtsboven {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FCD296;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FCD296;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FCD296;
}
/*_v1*/
.lijnrondom {
	border: 1px solid #A8A87E;
	padding: 20px;
	background-color: #E9E2CD;
}
#inhoudcontainer-inhoud img {
	border: 1px solid #9C8B72;
	padding: 3px;
}
.img_rechts {
	float: right;
	margin-left: 10px;
}

.img_links {
	float: left;
	margin-right: 10px;
}
#inhoudcontainer-inhoud img.tussenmenu  {
	border: none;
}
/*einde _v1*/
.lijnrondomzwart {
	border: 1px solid #000000;
}

/*stijlen voor headings*/
h1 {
	font-size: 1.8em;
	color: #6B6350;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.6em;
	color: #6B6350;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding-top: 18px;
	padding-bottom: 6px;
}
h3 {
	font-size: 1.4em;
	color: #6B6350;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-bottom: 6px;
}
h4 {
	font-size: 1.2em;
	color: #6B6350;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00491D;
	padding-top: 6px;
	width: auto;
}
h5 {
	font-size: 1.1em;
	color: #6B6350;
	font-family: Tahoma;
}

/* stijlen voor links*/
a {
	text-decoration: underline;
	color: #B64632;
}
a:hover {
	text-decoration: none;
	color: #CB3C34;
}
.knop {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	background-image:  url("../Beheer/images/knop.gif");
	border: 1px solid #999999;
	cursor: default;
}
.currentlink {
	color: #006699;
	text-decoration: none;
	background-color: #999999;
/*	border: 1px solid #F7FCE8;*/
}
/*Stijlen voor tabellen*/
.bodemtabel {
	font-size: xx-small;
	background-color: #F1F2ED;
}

/*Stijlen voor afbeeldingen*/
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#blancogif {
	border: none;
}
#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: x-small;
	margin: 0px;
	padding: 0px;
}

/*Sitespecifieke stijlen*/

/*Printen*/
#printkop{
	display: none;
}
.lijn {
	color: #D58761;
	height: 1px;
	border: #E6B733;
}

.fotocontainer {
	float: right;
	padding: 0px;
	border: 1px solid #333333;
	margin: 15px;
}
.linklogocontainer {
	float: right;
	padding: 0px;
	border: 1px solid #999999;
	margin: 25px;
}
.linktitel {
	padding: 10px;
}
#foto {
	border: 1px solid #333333;
	clear: both;
}
ul {
	margin-left: 0px;
}
#inhoudcontainer-inhoud li {
	margin-left: 20px;
}

#tekstblok {
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logintekst {
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
}
.tabelkop {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	height: 20px;
	padding-top: 7px;
}
#flashbericht {
}
#gerecht1 {
	font-family: "Brush Script MT";
	font-size: 2.7em;
	color: #333;
	margin-bottom: 20px;
}
#gerecht2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
}
#gerecht3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #333;
	text-decoration: underline;
}
#gerecht4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333;
}
#gerecht5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
}
#scheiding {
	clear: both;
	width: 300px;
	margin-left: 50px;
	margin-top: 40px;
	height: 5px;/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8ADA0;
*/}
#slideshow_container {
	float:right;
	width: 380px;
	display: inline;
}
#slideshow1 {
	float:right;
	border: 1px solid #9C8B72;
	width: 360px;
	display: inline;
}
#slideshow2 {
	float:right;
	border: 1px solid #9C8B72;
	width: 360px;
	display: inline;
}

