@charset "utf-8";
/* CSS Document */
body {
	background: #6699CC;
	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: #854337;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 75%;
}
html {overflow-y: scroll;}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #e4be8a;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	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. */
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: 30px;
	height: 170px;
}
#header p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.1em;
	font-style: italic;
	letter-spacing:0.05em;
	font-weight:bold;
	line-height: 120%;
	text-align:right;
	padding: 10px 20px;
}
#header a, #header a:visited {color: #854337;text-decoration:underline;}
#header a:hover {text-decoration:none; background-color:#854337;color: #fff;}

#mainContent {padding: 0 20px; background: #FFFFFF;}
#mainContent img {float: right; border: 1px solid #e4be8a; margin: 15px 5px 15px 10px;}
#mainContent a, #mainContent a:visited {color: #854337;text-decoration:underline;}
#mainContent a:hover {text-decoration:none; background-color:#854337;color: #fff;}

#tekstblok_index{height: 300px; width: 820px; border: 1px solid #bb968f; background:#f0dbbd; margin: 10px auto;padding: 10px;}
#tekstblok_kwekerij {height: 370px; width: 820px; border: 1px solid #bb968f; background:#f0dbbd; margin: 10px auto;padding: 10px;}
#tekstblok_shiitake{height: 400px; width: 820px; border: 1px solid #bb968f; background:#f0dbbd; margin: 10px auto;padding: 10px;}
#tekstblok_recepten {height: 300px; width: 820px; border: 1px solid #bb968f; background:#f0dbbd; margin: 10px auto;padding: 10px;}
#tekstblok_verkrijgbaar {height: 550px; width: 820px; border: 1px solid #bb968f; background:#f0dbbd; margin: 10px auto;padding: 10px;}
#tekstblok_contact {height: 300px; width: 820px; border: 1px solid #bb968f; background:#f0dbbd; margin: 10px auto;padding: 10px;}

#tekstblok_verkrijgbaar ul li{
	font-size: 1em;
	list-style: square outside;
	}

#tekstblok_verkrijgbaar ul li li {
	padding-bottom: 0.1em;
	font-size: 1em;
	color: #0066CC;
	text-indent: -2em;
	list-style: none outside;
}


p {	margin:0 auto 2px auto;line-height:110%; font-size: 1em; }

h1 {font-size:1.4em;color: #6699CC;font-variant:normal;text-transform: uppercase;	margin-bottom: 0px;	margin-top: 10px;}
h2 {
	font-size:1.1em;
	color: #6699CC;
	font-variant:small-caps;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 5px;	
 
}



#nav_footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}

#nav_footer  ul {
	padding: 5px 0; 
	margin: 0;
	text-align:center;
	list-style-type: none;	
}

#nav_footer  li{
	display: inline;
	margin: 0px 5px;
	padding: 2px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	
}

#nav_footer a, #nav_footer a:visited	{
	color: #854337;
	text-decoration: none;
		padding: 3px 15px;
	
}

#nav_footer a:hover {
	color: #fff;
	background-color:#0066CC;
		padding: 3px 15px;
	}

#nav_footer a.selected {
	color: #fff;
	background-color:#0066CC;
	padding: 3px 15px;

}
	
#nav_footer a:visited.selected {
	color: #fff;
	background-color:#0066CC;
		padding: 3px 15px;

}
#copyright {margin: 5px auto auto 30px; font-size: 0.9em;}

#copyright a, #copyright a:visited	{
	color: #854337;
	text-decoration: none;
	padding: 3px;
	
}

#copyright a:visited.selected {
	color: #fff;
	background-color:#0066CC;
		padding: 3px;

}

.ingred {
	background-color:#0066CC;
	color: #fff;
	letter-spacing:0.05em;
	border: 1px solid #fff;
	padding: 10px 10px 10px 20px;
	text-align: left;
	margin: 30px 10px 5px 10px;
	width: 225px;
	float:right;
}
#recepten {
	background-color:#fff;
	color: #854337;
	
	border: 1px solid #bb968f;
	padding: 10px;
	text-align: left;
	margin: 5px auto;
	width:500px;
	float:left;

}
#recepten_alle {
	background-color:#fff;
	color: #854337;
	
	border: 1px solid #bb968f;
	padding: 10px;
	text-align: left;
	margin: 5px auto;
	width: 350px;
	float:left;

}
#recepten p, #recepten_alle p {margin: 2px;}
#recepten p:first-letter, #recepten_alle p:first-letter {font-size: 1.4em; font-weight:bold;}

.highlight{ font-weight:bold;}
.naam {font-size: 0.8em;letter-spacing:0.05em; text-indent: 15px; clear:left;}
.leesmeer {font-size: 0.8em; padding: 0 1px; }
.slogan {font-size: 0.8em;font-weight: bold; letter-spacing:0.02em; margin-bottom: 1px;}
