/* 
Template: print.css
Versie  : 1.0
Auteur  : Wilfred Smit
*/


div#langMenu, div#searchBox, div#menu, div#breadcrumb, div#subFooter {
display:none;
}

div#header {
padding:0;
margin:10px 0;
}

div#headerContainer {
width:100%;
text-align:left; /* t.b.v. IE 5.x */
}

div#headerLeft {
float:left;
width:49%;
display:inline;
}

div#headerRight {
float:left;
width:50%;
text-align:right;
}

div#contentContainer {
clear:both;
width:100%;
text-align:left;
}

div#contentMain {
clear:both;
padding:0px 0 20px 0;
}

div.clear {
clear:both;
}

