/**
 * print css
 * 
 * @author lzzl / peppered.nl
 * 
 */

.userInfo,
#nav,
#header-buttons,
.report,
hr.lineStyle2,
hr.lineStyle1,          
.voorstellingKop span.noscr, 
#pageContent h1.noscr { display: none; }

a#logoAnchor,
a#logoAnchor img    { border: 0px; }

#pageContent    { float: left; padding-left: 40px;  }

/* voorstellingen */
#bodyReserveren .show   { margin-left:0px; list-style: none;}
.show                   {  float: left; margin: 0px; padding: 0px; position: static; width: 100%; }
.show li                { margin: 0px; width: 500px; }

/* 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; }

