/* CSS Document */
@media print {
body, .text, h1, h2, h3, h4, h5, h6 { 
	font: 11pt Times,"Times New Roman",Serif;
	background-color:#FFF;
	color: #000;
}
html, body, #rahmen, #wrapper {
	overflow:visible;
}
#rahmen, wrapper {
	height:100%;
	width:98%;
}
#navTop,#navSub {
	display:none;
}

