html, body {
	font-size: 11pt !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 140%;
}

/* hide */
.h,
div#shortcuts,
div#nav,
div#subnav,
ul#shortcuts,
form#quick-search,
div#breadcrumbs,
div#searchresults,
div#searchrecipe,
a.add,
a.print,
a.tellafriend,
h3.rate,
.noprint,
div#rate {
	display: none !important;
}

div#content, div#recipe {
	width: 100% !important;
	margin: 0 !important;
}

div#recipe ul {
	list-style: none !important;
}

/* base elements */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16pt;
	font-weight: normal;
	padding: .2em 0 .5em 0;
	width: 100%;
	clear: both;

}
h2, h3, h4 {
	font-size: 11pt;
	margin-bottom: .2em;
}
h5, h6 {
	font-size: 9pt;
}
h3 {
	margin-top: .5em;
	clear: both !important ;
	clear: none;
	width: 100%;
}
a {
	color: #000;
}
p, ul, ol {
	margin: 0;
	padding: 0;
}

ul, ol {
	margin-left: 2.5em;
}

/*  */
div#contentwrap {
	width: 99% !important;
	width: 648px;
	clear: both;
}

img#recipe_image {
	margin-top: .25em;
	float: left;
	border: 1px solid #000;
}
div.voedingswaarde {
	/*width: 40%;
	float: left;*/
	margin: 0 0 0 1em;
}
ul.recipe_properties {
	width: 40%;
	float: left;
	margin: 0 0 0 1em;
	list-style: none;
}
ul.lines {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #ccc;width: 47%;
}
ul.lines li {
	border-top: 1px solid #ccc;
	padding: .2em;
}

/*  */
div.printOnly p {
	width: 100%;
	overflow: auto;
	clear: both;
}

div.printOnly p img, div.printOnly img {
	float: left;
	margin: 5px 10px 0 0;
}

/*  */
div#footer {
	margin-top: 1em;
	font-size: 7pt;
}