@media only print {

  body {
    background-color: white;
	font-size: 11px;
  }

  #menu,
  #actions,
  #footer,
  a.link {
    display: none !important;
  }

  #content {
    width: 100% !important;
  }

  .tabletitle,
  td {
    font-size: 11px;
  }
  
  #inhalt
  {
	  width:960px;
	  margin:0px;
  }

  #tabelle
  {
	  height:20px;
  }

  input, select, textarea {
	  font-size: 10px;
  }
}
