/* put this in the head of the template when it's possible to checkout the template 
<link rel="stylesheet"
   type="text/css"
   media="print" href="lauberprint.css" /> */
   body {
  height: 100%;
   }
   .border{
   border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: #FFFFFF;
	width: 100%;
	padding: 0px;
	 margin: 0px;
	 min-height:100%;
height:auto !important;
height:100%;
   }
   .content {
   margin-bottom: 0px;
   padding-top: 100px;
   }
   .title {
   width: 100%;
   }
   .nav,.footerleft,.footerright {
   
	display: none;
	
   }
   .text {
   width: 100%;
   padding: 28px 0px 0px 0px;
margin: 0px;
   }
  
   .footer {
   /* margin: 0px;*/
   margin-top: -15px;
   height: 15px;
   width: 100%
   }
   
   .additional {
	margin: 0px;
	padding-bottom: 15px;
	
}
.logo {
left: 0px;
padding: 0px;
}