/**
* styles/print.css
* print css
*/

body {
	background: #fff;
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}

div#header, div#breadcrumb, div#footer, #m_rechts {
	display: none;
}