/* 
	css-file for:
	all sites, only used when the user uses the print-dialog
	it does not use the basic.css
*/

body {
	font-size: 80% !important;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 140%;
}

h3, h4, h5, h6 {
	font-size: 100%;
}

* {
	font-family: Arial, Verdana;
	color: #4d4f53;
}

p, ul li, q, cite {
	line-height: 20px;
}

q:before { content:"\201E"; }
q:after { content:"\201C"; }
q q:before { content:"\201a"; }
q q:after { content:"\2018"; }

a img,
img {
	border: 0;
}

a#sage-logo,
a#business-unit {
	display: block;
	margin-bottom: 20px;
}

#navi-topbar,
#sitelinks,
#drop,
#navi-bubble,
#key-visual,
#navi-vertical,
#footer-links,
#navi-vertical-shape,
#banner * {
	display: none !important;
}

#footer {
	margin-top: 12px;
}

#banner #important-contact {
	display: block !important;
	border: 1px solid #4d4f53;
	padding: 0px 10px;
	margin-bottom: 12px;
}

#banner #important-contact * {
	display: block !important;
}
