
  .noprint,
  #header,
  #footer,
  #pagination, 
  .unsichtbar {
    display:none;
  }
  
  body {
    font-family:cambria,times,serif;
    font-size:10pt;
  }
  
  a {
    text-decoration:none;
    color:blue;
  }
  
  a img {
    border:0;
  }  
  
  h1,h2,h3,h4,h5,h6,table,form,ul,ol {
    font-size:100%;
  }
  
  input,select,textarea {
    font-size:100%;
    color:#555;
    font-family:cambria,times,serif;
  }

  table {
    border-collapse:collapse;
    border:1px solid #000;
  }  

  th,td {
    border:1px solid #000;
    padding:5px;
  }
  
  h1 {
    font-size:20pt;
  }
  
  h2 {
    font-size:16pt;
  }
  
  h3 {
    font-size:12pt;
  }
  
  .button {
    
  }