/*Primaire stijlen*/
html {
	height: 100%;
}
body {
	/*background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;*/
	margin: 0px;
	height: 100%;
	background-color: #211D1C;
	color: #51394F;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	line-height: 1.2;
	font-size: 0.9em;
	background-attachment: fixed;
	/*background-image: url(../images/f3.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}
#hoofdcontainer {
	background-image: url(../images/v1_bg_inhoudcontainer.gif);
	background-repeat: repeat-y;
	background-position: 0px;
	width: 780px;
	margin-left: 50px;
	margin-right: auto;
	}
#kopcontainer {
	background-image: url(../images/v1_bg_kopcontainer.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 260px;
	width: 100%;
	clear: both;
	}

#kopcontainer-inhoud {
	position: relative;
	left: 520px;
	width: 220px;
	height: 20px;
	top: 10px;
	color: #FFFFFF;
	}

#kopcontainer-inhoud a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}
#kopcontainer-inhoud a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #CCCCCC;
	}

#inhoudcontainer {
	position: relative;
	width: 370px;
	height:auto;
	/*http://www.dustindiaz.com/min-height-fast-hack*/
	min-height:350px;
	height:auto !important;
	height:350px;
	margin-top: -40px;
	}

#inhoudcontainer-inhoud {
	width: 370px;
	margin-left: 290px;
	padding-top: 0px;
	padding-bottom: 10px;
	}

#voetcontainer {
	position: relative;
	height: 152px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #433216;
	border-right-color: #433216;
	border-bottom-color: #433216;
	border-left-color: #433216;
	width: 680px;
	background-image: url(../images/v1_bg_voetcontainer.gif);
	background-repeat: no-repeat;
	}
#voetcontainer-inhoud {
/*	background-image: url(../Images/patroon2.jpg);
	background-repeat: repeat;
	border: 1px solid #CCCC99;*/
	position: relative;
	font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	top: 0px;
	width: 380px;
	margin-left: 290px;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	}

#flashcontainer {
	border: 1px solid #006633;
	display: none;
}

/*Menucontainer*/
#menucontainer {
	top: 220px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 3px top;
	margin-left: 110px;
	padding-top: 45px;
	padding-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
#menuvoet {
	top: 485px;
	position: absolute;
	margin-left: 135px;
	background-image: url(../images/menuvoet.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
	width: 87px;
	}
#mossel {
	top: 550px;
	position: absolute;
	margin-left: 100px;
	background-image: url(../images/mossel.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 183px;
	height: 108px;
	}
#snapshot {
	top: 10px;
	position: absolute;
	margin-left: 10px;
	width: 32px;
	height: 32px;
	}

#menucontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
/*font-family: verdana, arial, Helvetica, sans-serif;*/
}

#menucontainer li { margin: 0; }

/*indien het hoofdmenu een link is*/
#menucontainer a
{
	display: block;
	padding: 5px 20px 5px 18px;
	width: 100px;
	color: #F6AE4E;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 15px;
	text-align: center;
}

#menucontainer a:hover
{
	color: #FF6633;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*indien het hoofdmenu geen link is*/
#menucontainer span{
display: block;
padding: 5px 20px;
width: 100px;
color: #000;
background-color: #AD9428;
text-decoration: none;
border-top: 1px solid #F3EEE1;
border-left: 1px solid #F3EEE1;
border-bottom: 1px solid #d2bc69;
border-right: 1px solid #d2bc69;
font-weight: bold;
font-size: 0.8em;
background-image: url(../images/bg_a.jpg);
background-repeat: repeat-y;
background-position: 0 0;
}

#menucontainer ul ul li {
margin: 0; 
}

/******Einde Menucontainer*/

/* Stijlen voor faq */
.faqvraag {
	padding-top: 10px;
	font-weight: bold;
}
.faqantwoord {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #887a46;
}

/*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;
}
/*_v1*/
.lijnrondom {
	border: 1px dotted #979BA1;
	padding: 20px;
	background-color: #CCC6CE;
}
/*einde _v1*/
.lijnrondomzwart {
	border: 1px solid #999999;
	height: 350px;
	width: 240px;
}

/*stijlen voor headings*/
h1 {
	font-size: 1.4em;
	color: #51394F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #905470;
	width: auto;
}
h2 {
	font-size: 1.2em;
	color: #51394F;
}
h3 {
	font-size: 1.1em;
	color: #51394F;
}
h4 {
	font-size: 1.05em;
	color: #51394F;
}
h5 {
	font-size: 1.1em;
	color: #51394F;
}

/* stijlen voor links*/
a {
	color: #663333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #CC3333;
}
.knop {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	background-image:  url("../Beheer/images/knop.gif");
	cursor: pointer;
	border: 1px solid #FF9900;
}
.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*/
img {
}
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;
}
#inhoudcontainer-inhoud img {
	margin: 0px;
}
.fotocontainerrechts {
	float: right;
	padding: 12px;
}
.fotocontainerlinks {
	float: left;
	padding: 12px;
}
.flashcontainerrechts {
	float: right;
	padding: 12px 0px 12px 12px;
}
.foto {
	border: 1px solid #333333;
	clear: both;
}
ul {
	margin-left: -10px;
}
li {
	margin-left: 20px;
}
.tekstblok {
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nieuweprijs {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.oudeprijs {
	text-decoration: line-through;
	font-size: 16px;
	font-weight: bold;
}
.RSnav {
	font-size: 0.8em;
	font-weight: bold;
}
#gerecht1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}
#gerecht2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}
#gerecht3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-decoration: underline;
}
#gerecht4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}
#gerecht5 {
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}


fieldset {
	border: 1px solid #B87E70;
	padding: 10px;
}

legend {
color: #781351;
background: #FFCE7D;
border: 1px solid #781351;
padding: 2px 6px 4px
}

label {
	float: left;
	display: block;
	font-size: 0.95em;
	padding-left: 3px;
}
input {
	font-size: 0.8em;
	background-color: #ECCD8C;
}
select {
	font-size: 0.8em;
	background-color: #ECCD8C;
}
textarea {
	background-color: #ECCD8C;
}
