@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background: rgb(249,198,103); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5YzY2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkODYyMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(249,198,103,1) 0%, rgba(216,98,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249,198,103,1)), color-stop(100%, rgba(216,98,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,198,103,1) 0%, rgba(216,98,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,198,103,1) 0%, rgba(216,98,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,198,103,1) 0%, rgba(216,98,30,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,198,103,1) 0%, rgba(216,98,30,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#d8621e', GradientType=0 ); /* IE6-8 */

}
#wrapper {
	width: 900px;
	position: relative;
	margin: 30px auto;
	border-radius: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.1em;
	overflow: hidden;
	background-image: url(../img/bgFelicia.jpg);
	border: white 3px solid;
}
header {
	position: relative;
}
header .vis {
	position: absolute;
	margin-left: 15px;
	margin-top: -600px;
}
ul {
	margin: 0;
	padding: 0;
}
.ingredienten li {
	list-style: none;
}
.bereiding li {
	list-style-image: url(../img/tomaatBullet.png);
}
#inleiding {
	clear: both;
	font-weight: 500;
	width: 280px;
	margin: -580px 20px 0 550px;
	float: right;
	color: #236C8E;
	background: white;
	opacity: .7;
	filter: alpha(opacity = 70); /* For IE */
	border-radius: 20px;
	border: #f9620c thin solid;
}
#inleiding p {
	padding: 2px 5px 3px 15px;
}
.ingredienten {
	margin-top: 15px;
	width: 320px;
	float: left;
	margin: -40px 0 40px 20px;
	color: #236C8E;
	opacity: .7;
	filter: alpha(opacity = 90); /* For IE */
	background: url(../img/bgvakje3.jpg);
	box-shadow: 5px 5px 20px #236C8E;
	-webkit-box-shadow: 5px 5px 20px #236C8E;
}
.ingredienten ul {
	padding: 0 0 20px 20px;
}
.ingredienten h4 {
	margin-left: 20px;
}
.zalm img {
	margin-top: 380px;
	margin-left: -310px;
	border: #f9620c 5px solid;
	border-radius: 20px;
}

.bereiding {
	color: #236C8E;
	float: right;
	width: 400px;
	margin: -600px 20px 20px 20px;
	padding-right: 30px;
}
.bereiding li {
	margin-bottom: 15px;
}
h4 {
	color: #f9620c;
}
footer {
	clear: both;
	padding-top: 10px;
	padding-right: 25px;
}
footer li {
	display: inline-block;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}
nav li {
	float: left;
}
nav {
	margin-left: 390px;
}
