@media print {
	#main_content {
	background:transparent;
    	width:680px;
    	float:left;
    	color:#000000;
 	}
}
/* Nicht validiert, da die Eigenschaft landscape nicht mehr unterstuetzt wird */
@page {
  size: portrait;  /* Breite und Hoehe */
}
