/*
 * Print style sheet.
 *
 * @name $Id: print-layout.css
 * @domain: bbobank.ch
 * 
 * @author		Martin Melheritz martin@visioninternet.ch
 * @date created	07/01/2012
 * @last modified	07/01/2012
 * @copyright 		Copyright (C) 2011 Visioninternet Science & Consulting
 *
 * This is a commercial software product, please visit http://www.visioninternet.ch for more information.
 */
body {
	padding: 0;
	margin: 0;
}
div.wrap-page-header div{
	display: none;
}
div.wrap-page-header div.page-logo {
	display: block;
}
div.wrap-page-ticker,
div.page-center-left,
div.center-right-top,
div.center-right-bottom-right,
div.wrap-footer-top,
div.page-footer-bottom {
	display: none;
}
div.center-right-middle {
	height: 50px;
}
div.footnote {
	margin-top: 50px;
}

/* Page elements */
div.menu-title {
	height: 16.5pt;
	width: auto;
	padding: 1.5pt 0 0 0;
}