@charset "utf-8";
/* CSS Document */

<!-- 

/************************** Layout body *******************************
*																	  *
*			                 Header                                   *
*               Linkermenu - Center - Rechtermenu                     *
*			                 Footer                                   *
*                                                                     *
**********************************************************************/

body  {
	font:normal 80% arial,georgia,helvetica,verdana,tahoma,"sans serif";
 	/*background: #801950 url(images/Container/wit_paars.gif) repeat-x;*/
	
	background: #;
	margin: 0;
	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 */
	
}
.container #main {
	background:url(images/vork2.jpg) no-repeat 0px 355px ;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.container #header { 
	height: 70px ; /* Zorgt ervoor dat de vork volledig wordt getoond */
	padding: 0px;  /* 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. */
	text-align: center;
} 
.container #header #topmenu {
	font-size: 18px ;
	color: #ffffff ;
	background-color: #003366;
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.container #linkermenu {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 170px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.container #rechtermenu {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 170px 40px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.container #centermenu {
	margin: 160px 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-width:410px; /* voorkomt oprollen als we de browser verkleinen */
} 
.container #footer { 
	padding: 150px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
} 
.container #footer p {
	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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*************** Gekleurde Box met ronde hoeken ***********************
*																	  *
*			    Hd ---------------------- C                           *
*               Bd ------ Surface  ------ C                    		  *
*			    F ----------------------- C                           *
*                                                                     *
**********************************************************************/


.box {
	width:95%;
	min-height: 10em;
 	margin:0px auto;
 	/*min-width:16em; */
	min-width: 210px;
 	max-width:600px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
 	color:#fff;
}

.box .hd .c,
.box .ft .c {
 	font-size:1px; /* ensure minimum height */
 	height:11px;
}

.box .ft .c {
 	height:14px;
}

.box .hd {
	background:transparent url(images/container/top_links_purple.png) no-repeat 0px 0px;
 	margin-right:14px; /* space for right corner */
}

.box .hd .c {
 	background:transparent url(images/container/top_rechts_purple3.png) no-repeat right 0px;
 	margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}

.box .bd {
 	background:transparent url(images/container/ml.png) repeat-y 0px 0px;
 	margin-right:6px;
}

.box .bd .c {
 	background:transparent url(images/container/mr.png) repeat-y right 0px;
 	margin-right:-6px;
}

.box .bd .c .surface {
 	margin:0px 8px 0px 4px;
 	background: #000 url(images/container/midden_links_purple.gif) repeat-x 0px 0px ;
	padding:1em;
}

.box .ft {
 	background:transparent url(images/container/bl.png) no-repeat 0px 0px;
 	margin-right:14px;
}

.box .ft .c {
 	background:transparent url(images/container/br.png) no-repeat right 0px;
 	margin-right:-14px;
}





.box2{
	width:95%;
	min-height: 10em;
 	margin:0px auto;
 	/*min-width:16em; */
	min-width: 500px;
 	max-width:600px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
 	color:#fff;
}

.box2 .hd .c,
.box2 .ft .c {
 	font-size:1px; /* ensure minimum height */
 	height:11px;
}

.box2 .ft .c {
 	height:14px;
}

.box2 .hd {
	background:transparent url(images/container/top_links_purple.png) no-repeat 0px 0px;
 	margin-right:14px; /* space for right corner */
}

.box2 .hd .c {
 	background:transparent url(images/container/top_rechts_purple3.png) no-repeat right 0px;
 	margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}

.box2 .bd {
 	background:transparent url(images/container/ml.png) repeat-y 0px 0px;
 	margin-right:6px;
}

.box2 .bd .c {
 	background:transparent url(images/container/mr.png) repeat-y right 0px;
 	margin-right:-6px;
}

.box2 .bd .c .surface {
 	margin:0px 8px 0px 4px;
 	background: #000 url(images/container/midden_links_purple.gif) repeat-x 0px 0px ;
	padding:1em;
}

.box2 .ft {
 	background:transparent url(images/container/bl.png) no-repeat 0px 0px;
 	margin-right:14px;
}

.box2 .ft .c {
 	background:transparent url(images/container/br.png) no-repeat right 0px;
 	margin-right:-14px;
}





/* content-specific */
.container #header #topmenu a:link{
	color:#FFFFFF ;  
	font-size:18px ;  
	text-decoration:none;
	margin: 3px;
}
.container #header #topmenu a:visited{
	color:#FFFFFF ; 
	font-size:18px ; 
	text-decoration:none;
	margin: 3px;
}
.container #header #topmenu a:hover{
	color:#AAAAAA; 
	font-size:18px ; 
	text-decoration:none;
	margin: 3px;
}

.receptenmenu ul {
	margin: 0px;
	padding: 10px 10px 10px 20px;
	list-style: none;
	line-height: normal;
}
.receptenmenu2 ul {
	margin: 0px;
	padding: 10px 10px 10px 20px;
	list-style: decimal outside;
	line-height: normal;
}

.receptenmenu a:link{
	color:#ffffff ;  
	font-size:14px ;  
	text-decoration:none;
	 
}
.receptenmenu a:hover{
	color:#FF0000 ;  
	font-size:14px ;  
	text-decoration:none;
	
}
.receptenmenu a:visited{
	color:#ffffff ;  
	font-size:14px ;  
	text-decoration:none;
	
}


a.twee:link {color:#999999 ; font-size:12px ; font-weight:bold ; text-decoration:none}
a.twee:visited {color:#999999 ; font-size:12px ; font-weight:bold ; text-decoration:none} 
a.twee:hover{color:#FFFFFF ; font-size:12px ; font-weight:bold ; text-decoration:none}

a.drie:link {color:#FFFFFF ; font-size:18px ; font-weight:bold ; text-decoration:none}
a.drie:visited {color:#FFFFFF ; font-size:18px ; font-weight:bold ; text-decoration:none} 
a.drie:hover{color:#FF0000 ; font-size:18px ; font-weight:bold ; text-decoration:none}

a.vier:link {color:#FFFFFF ; font-size:14px ; font-weight: lighter ; text-decoration:none}
a.vier:visited {color:#FFFFFF ; font-size:14px ; font-weight: lighter; text-decoration:none} 
a.vier:hover{color: #FF0000; font-size:14px ; font-weight: lighter ; text-decoration:none}

a.replacement:link {color: #00FFFF;
	font:normal 100% arial,georgia,helvetica,verdana,tahoma,"sans serif";text-decoration:none}
a.replacement:visited {color:#00FFFF ; font:normal 100% arial,georgia,helvetica,verdana,tahoma,"sans serif";text-decoration:none} 
a.replacement:hover{color: #FF0000; font:normal 100% arial,georgia,helvetica,verdana,tahoma,"sans serif";text-decoration:none}

.mailformulier {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid black;
	overflow-y: hidden;
}


.titel {
 /* header */
 font-size:2.0em;
 font-weight: bold ;
 margin:0px;
 padding:0px 0px 0px 25px;
 margin-top:-0.2em;
}
.titel2 {
 /* header */
 font-size:1.5em;
 font-weight: bold ;
 margin:0px;
 padding:0px;
 margin-top:-0.2em;
}

.titel3 {
 /* header */
 font-size:1.3em;
 
 margin:0px;
 padding:0px;
}

.klein{	
	font-size: 9px ;
}


p {
 font-family:verdana,tahoma,arial,"sans serif";
}

.box p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .box pre {
 font-size:1.1em;
}

@media print{
  .niet_printen{ display:none;}
}

#search_box {
    width: 210px;
    height: 25px;
    background: url(images/zoekveld.png) no-repeat;
}
#search_box #zoekveld {
    float: left;
    padding: 2px 2px 6px 6px;
    margin: 1px 4px 6px 2px;
    border: 0;
    width: 165px;
    background: none;
    font-size: 14px;
	
}
#search_box #zoek_button {
   float: right;
    margin: 0;
}

.foto{
	z-index: 250;
	padding:0px;
	float: left ;
	width:125px; 
	height: 150px;
	margin: -30px 0px 30px 0px;
}
.foto2{
	background: #FFFFFF url(images/tosche.jpg) no-repeat center  ;
	padding:2px;
	border:1px solid #000;
	float:right;
	width:75px; 
	height: 88px;
	margin:25px 20px 0px 25px;
}
.foto3{
	background: #FFFFFF ;
	padding:2px 2px 0px 2px;
	border:1px solid #000;
	float:right;
	margin:0px 0px 0px 0px;
}
.foto4{
	z-index: 250;
	padding:0px;
	float: right ;
	width:125px; 
	height: 150px;
	margin: 0px 15px 0px 0px;
}
.foto5{
	background: url(images/chefkok_150.png) no-repeat center  ;
	padding:2px;
	width: 150px;
	height: 150px;
	float:right;
	
	margin:25px 20px 0px 25px;
}

.foto6{
	background: url(images/ananas7.png) no-repeat center  ;
	padding:2px;
	width: 110px;
	height: 205px;
	float:right;
	
	margin:25px 20px 0px 25px;
}
.foto7{
	z-index: 250;
	padding:0px;
	float: right ;
	margin: 0px 35px 0px 0px;
}
.foto8{
	z-index: 250;
	padding:0px;
	float: left ;
	margin: 0px 15px 0px 0px;
}

.center{
	padding: 0px 10px;
	
}
.inverse{
	background-color:#FFFFFF;
	color:#333333;
}

.ingredienten {
	padding: 0px 30px 30px 30px;
	font:normal 115% arial,georgia,helvetica,verdana,tahoma,"sans serif";
}
.bereiding {
	padding: 30px 30px 30px 30px;
	font:normal 120% arial,georgia,helvetica,verdana,tahoma,"sans serif";
	min-width:350px;
}

.bereiding2 {
	color: #999999;
	font:normal 80% arial,georgia,helvetica,verdana,tahoma,"sans serif";
}

.bereiding3 {
	color: #FFFFFF;
	font:normal 80% arial,georgia,helvetica,verdana,tahoma,"sans serif";
}

.reacties {
	color: #00FFFF;
	font:normal 80% arial,georgia,helvetica,verdana,tahoma,"sans serif";
}


.iv{
	color: #FF0000;
	background:#FFFFFF ;
}	
	
.bereiding li {
	list-style: outside decimal ;
}

.icons {
	padding:50 px;
}
.icons img{
	border: 0;
	padding : 0px 0px 0px 5px;  /* zet tussen de icoontjes 5 pixels */ 
}
.logo{
}

.footerlayout {
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
}
.footerlayout a{
	color: #999999;
	
}	

.recepten {
	padding: 0px 30px 30px 60px;
	font:normal 115% arial,georgia,helvetica,verdana,tahoma,"sans serif";
}
.links {
	padding: 10px 0px 30px 75px;
	font:normal 115% arial,georgia,helvetica,verdana,tahoma,"sans serif";
}
.nieuwsbrief {
font-size: 14px;
padding : 10px 50px 0px 30px;
}
.recept_vd_dag {
font-size: 18px;
color: #FFFFCC;
}  

.textindent {
	
	background-color: #990066;
	background-repeat: no-repeat;
	height: 1px;
	width: 150px;
	text-indent: 999px;
}
