/**
 * print css
 * 
 * @author lzzl + bb / peppered.nl
 * 
 */
 
.noPrint,
.userInfo,
#nav, .navPrevNext, #header-buttons, .report, ul.pagination, a.leesmeer,
hr.lineStyle2, hr.lineStyle1,          
.voorstellingKop span.noscr, .show .statusBtns,
#pageContent h1.noscr, #pageContent .statusBtns,
#columnContainer hr.noscr, #columnContainer p.noscr, #header .noscr,
#columnContainer #sub1, #columnContainer #sub2, 
.share,
#footer .ft1, #footer .ft2
{ display: none; }

#container { width: 100%; margin: 0; float: none; }
#header .noscr {  }

a#logoAnchor,
a#logoAnchor img    { border: 0px; }
/*
#main  { padding-left: 40px; }
*/
/* default*/

body 	{ color:#000000; font: normal 10px/13px arial, verdana, helvetiva, sans-serif; }
p 		{ color:#000000; font: normal 11px/13px arial, verdana, helvetiva, sans-serif; }
h1		{ color:#000000; font: bold 16px/15px arial, verdana, helvetiva, sans-serif; }
h2		{ color:#000000; font: bold 15px/15px arial, verdana, helvetiva, sans-serif; }
h3		{ color:#000000; font: normal 15px/15px arial, verdana, helvetiva, sans-serif; }
h4		{ color:#000000; font: normal 15px/15px arial, verdana, helvetiva, sans-serif; }

a		{ color:#000000; text-decoration: none; }



/* footer */

#footer .ft3 dl dt,
#footer .ft3 dl dd { float: left; margin: 0 10px 0 0; }
#footer,
#footer p,
#footer h4,
#footer a { color: #aeb4b7; }

/* homepage */

#uitgelicht,
.banner                 { float: left; margin: 0px; padding: 0px; position: static; width: 100%; list-style: none;}
#uitgelicht li,
.banner li              { margin: 0px; width: 500px; }


/* voorstellingen */
#bodyReserveren .show   { margin-left:0px; list-style: none;}
.show                   { float: left; margin: 0px; padding: 0px; position: static; width: 100%; list-style: none;}
.show li                { margin: 0px; width: 500px; }



/* content */

hr { clear: both; width: 100%; border-color:#AEB4B7; border-style:dotted; border-width:1px 0 0 0; }

/* bestelgegevens */
.keyvalue					{ float: left; width: 350px; }
.keyvalue dt 				{ width: 100px; float: left;}
.keyvalue dd 				{ width: 250px; margin: 0px; float: left;}

.subtotalWrapper			{ float: left; width: 100%; }
.subtotalWrapper dl         { float: left; width: 100%; }
.subtotalWrapper dt 		{ float: left; width: 200px;}
.subtotalWrapper dd 		{ float: left; width: 150px; }

.properties 			{ float: left; margin: 1em 0; width: 500px;}
.properties  dt 		{ float: left; width: 70px;}
.properties  dd 		{ float: left; width: 380px; }


