@media print {
  /* style sheet for print goes here */

  	#page_margin {
  		margin: 0;
  		height: auto;
  		width: 19cm;
  	}
  	#page {
  		height: auto;
  	}
  	#header {
  		width: 16cm;
  		overflow: hidden;
  		height: 2cm;
		display: none;
  	}
	#header_left,
	#header_right {
		display: none;
	}
	#content_frame,
	#content_frame .normalBox {
		height:auto;
		overflow:auto;
		width:18.5cm;
	}
	#content_frame {
		width: auto;
		position: static;
	}	
	#topMenu,
	#bottomMenu {
		display: none;
	}
	#content_frame.topMenu .leftBox,
	#content_frame.topMenu .rightBox,
	#content_frame .leftBox, 
	#content_frame .rightBox {
		height: auto;
		overflow:auto;
	}
	.leftBox, 
	.rightBox {
		width: 9cm;
	}
	.w75 {
		width:13cm;
	}
	.w25 {
		width:5cm;
	}
	.normalContent.spendenLeft ul.csc-menu li,
	.normalContent.spendenLeft ul.csc-menu li.lastItem {
		width: 30%;
	}
	.newsBoxSingle {
		width: auto;
	}

}

