@charset "UTF-8";
html, textarea, select {
	font-family:arial;
	font-size:100%;
	background-color:#303030;
	font-weight:normal;
	font-size:0.75em;
	line-height:1.41em;
	height: 100%;
}

input
{
	font-family:arial;
	font-size:100%;
	background-color:#303030;
	font-weight:normal;
	font-size:0.75em;
	line-height:1.41em;
}

.style10 {font-size: 12px; font-weight:normal; }


body {
	background-color:#303030;
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	width: 100%;
	height:100%;
}



.oneColFixCtrHdr #container {
	width: 100%-20px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#303030;
	background-color:#303030; /* the auto margins (in conjunction with a width) center the page */
	background-repeat:repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}
.oneColFixCtrHdr #header {
	background:#303030;
	
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
}

.oneColFixCtrHdr #menu {
	width:276px; 
	text-align:right; 
	height: 320px;
	border:0;

}

.oneColFixCtrHdr #menu2 {
	background:#303030;
	width:276px; 
	text-align:right; 
	height: 100px;
	border:0;
	float:left;
	vertical-align:bottom;
}

.oneColFixCtrHdr #menu img{
	border:0;
}
.oneColFixCtrHdr #menu2 img{
	border:0;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
		background:#FFFFFF;
		width:100%; 
		border:0;
		text-align:center;
		float:left;
		
	}
.oneColFixCtrHdr #mainContent img{
	width:99%;
	margin:0px 0px 0px 0px;
	border:0;
}

.oneColFixCtrHdr #mainContent2 {
		background:#FFFFFF;
		width:100%; 
		border:0;
		text-align:center;
		float:left;
	}
.oneColFixCtrHdr #mainContent2 img{
	margin:0px 0px 0px 0px;
	border:0;
}


.oneColFixCtrHdr #barhorizontaal {
	margin:0px 0px 0px 10px; 
	float:left; 
	background:#FFFFFF;
	text-align:center;
	height:100%;
	border:0;
	}
.oneColFixCtrHdr #barhorizontaal img{height:98%; margin:0px 0px 0px 0px;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#303030;
	background-repeat:repeat;
	height: 250px;
	width: 100%;
	float: left;
}
.oneColFixCtrHdr #poweredby {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#303030;
	background-repeat:repeat;
	width: 100%;
	clear: left;
	text-align: center;
	vertical-align:bottom;
	}

.oneColFixCtrHdr #footer p {
	background-color:#303030;

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.ondertekst_links {float:left; text-align:right; margin:5px 0px 10px 50%;}

.ondertekst_links img{width:120px; }

.ondertekst {
	margin:5px 0px 10px 20%;
	width:20px;
}

a{ color:#ff5700; text-decoration:none;  font-size:0.91em; border:0}


.oneColFixCtrHdr #tekst {
	width:25%;
	text-align:left;
	border:0;
	float:left;
	margin:30px 10px 10px 10px;
}


.oneColFixCtrHdr #keukens {
	width:50%;
	text-align:left;
	border:0;
	float:left;
	margin-left: 50px;
}



.oneColFixCtrHdr #textrechts {
	background:#303030;
	height: 320px;
	width:100%-280px;
	margin:20px 20px 0px 20px;
	float:right;
	vertical-align:top;
	text-align:left;
	border:0;
	}

.oneColFixCtrHdr #keukens .greeploos {

	margin:10px 10px 10px 10px; 
}

.oneColFixCtrHdr #keukens .landelijk {
	margin:5% 10px 10px 10px;
}

.oneColFixCtrHdr #keukens .modern {
	margin:5% 10px 10px 30px;
}

.oneColFixCtrHdr #keukens .klassiek {
	margin:5% 10px 10px 10px;
}

h6 {
	font-size:19pt;
	color:#FFFFFF;
	line-height:20pt;
	margin-bottom:8px;
	margin-top:5px;
}

h6 a{
	font-size:19pt;
	color:#FFFFFF;
	line-height:20pt;
	margin-bottom:8px;
	margin-top:5px;
}

h6 a:hover{
	font-size:19pt;
	color:#e6e6e6;
	line-height:20pt;
	margin-bottom:8px;
	margin-top:5px;
}


h5 {
	font-size:16pt;
	color:#FFFFFF;
	line-height:20pt;
	margin-bottom:5px;
	margin-top:5px;
}



.recept {
	font-size:14px;
}

.ingredienten {
	font-size:14px;
}

