
/* stylesheet voor het printen van recepten */

#header,
#navigation,
#logo,
#recept,
#vlinder,
#zoeken,
#aanbevelen,
#footer,
#pagetitle,
#contentRight,
.noprint,
.submenubg,
.submenubg-noborder,
.alt { display: none!important; }

.printonly {
	display: block !important;
}

.graphicheader {
   padding-top: 20px;
   padding-bottom: 20px;
}

#left {
    width: auto;
}

#page { width: 500px; }
#middle { width: 500px; }

#bereidingswijze {
    height: auto;
}

#content {
    width: auto;
    position: relative;
    margin: 0 auto;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12px;
    border: 0;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.recepten_subkop, h2 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
}

p { margin: 0; margin-bottom: 14px; }
