/*
	Diese CSS ist fuer die Druckausgabe zustaendig
	Es blendet diverse Elemente aus und formatiert
	den eigendlichen Inhalt
*/

#noPrint, .noPrint {
	display: none;
}

#content_layer {
	width:auto;
	height:auto;
	overflow:hidden;
	font-family:"times new roman",times,serif;
	text-align:left;
}
