/******************************
 * Print Layout
******************************/
html body {
	margin: 0;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10pt;
	background: #fff;
}

h1, h2, h3 {
	font-size: 11pt;
	font-weight: bold;
}

#logo, #navigation, #footer, img, a:link.print, a:visited.print, p.bildunterschrift {
	display: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}
