@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background: rgb(0,77,186); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGRiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDRkYmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(0,77,186,1) 0%, rgba(41,137,216,1) 39%, rgba(41,137,216,1) 63%, rgba(0,77,186,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,77,186,1)), color-stop(39%,rgba(41,137,216,1)), color-stop(63%,rgba(41,137,216,1)), color-stop(100%,rgba(0,77,186,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(0,77,186,1) 0%,rgba(41,137,216,1) 39%,rgba(41,137,216,1) 63%,rgba(0,77,186,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(0,77,186,1) 0%,rgba(41,137,216,1) 39%,rgba(41,137,216,1) 63%,rgba(0,77,186,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(0,77,186,1) 0%,rgba(41,137,216,1) 39%,rgba(41,137,216,1) 63%,rgba(0,77,186,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(0,77,186,1) 0%,rgba(41,137,216,1) 39%,rgba(41,137,216,1) 63%,rgba(0,77,186,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004dba', endColorstr='#004dba',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/bgRisotto4.jpg);
	background-repeat:no-repeat;
	border:white 3px solid;
}
header img {
	float: left;
	margin: 15px 0 15px 227px;
	
}

ul {
	margin: 0;
	padding: 0;
}
.ingredienten li {
	list-style: none;
	list-style-image:url(../img/blackBullet.gif);
}
.bereiding li {
	list-style-image: url(../img/tomaatBullet.png);
}
#inleiding {
	clear: both;
	width: 390px;
	margin-left: 30px;
	margin-top:15px;
	float: left;
	color: white;
	color:#DDE6F7;
}
article {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: italic;
	font-size:20px;
	clear: both;
	float: left;
	padding: 10px 0px 10px 10px;
	margin-left: 15px;
	margin-top: -95px;
	border-radius: 20px;
	width: 390px;
	clear: both;
	background: white;
	opacity: .6;
	filter: alpha(opacity = 60); /* For IE */
	box-shadow: 5px 3px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}
article p {
	margin: 7px;
}
.ingredienten {
	width: 280px;
	float: left;
	margin-left: 120px;
	margin-bottom: 50px;
	color:#236C8E;
	opacity: .9;
	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 20px 20px 20px;
}
.ingredienten li {
	margin-bottom:3px;
}
.ingredienten h4{
	margin-left:20px;
}
.bereiding {
	color:#236C8E;
	float: right;
	width: 350px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: white;
	opacity: .7;
	filter: alpha(opacity = 70); /* For IE */
	border-radius: 20px;
	border: rgba(69,86,178,1.00) thin solid;
}
.bereiding li{
	margin-bottom:6px;
}
.kleur{
	font-weight:bold;
	color:#323580;
}
.kleur2{
	
	color:#c3fd9c;
	color:white;
}
.kleur3{
	
	color:darkBlue;
	
}
.bereiding2 {
	background-image:url(../img/jose4.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float: right;
	width: 300px;
	margin-top: 50px;
	margin-bottom:60px;
	margin-right: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:135px;
	border-radius: 20px;
	border: white thin solid;
	position:relative;
}
.bereiding2 p{
	display:block;
	width:150px;
	margin-left:-10px;
}


#onderaan{
	clear:both;
	
}

#onderaan2{
	position:absolute;
	margin-top:60px;
	margin-left:190px;
	
}


footer{
	clear:both;
	padding-top:10px;
	padding-right:25px;
	background:white;
	overflow:hidden;
	
}
footer li{
	display:inline-block;
	float:right;
	margin-left:5px;
	margin-right:5px;
	
}
nav li{
	float:left;
	
}

nav{
	margin-left: 390px;
	
}
