/*******************************************************************************
Title:  print.css (amstutz.ch)
Date:   25.11.2009
*******************************************************************************/

body {
  margin: .2in .3in;
  padding: 0;
  color: #000;
  background: #fff;
  font-size: 9pt;
  line-height: 1.5em;
  font-family: verdana, sans-serif;
}

p, ul, ol, dl, table {margin: 0 0 1em;}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  font-family: arial, sans-serif;
  font-weight: bold;
}

h1 a {
  text-decoration: none;
  color: #aaa;
}

h1 {
  margin-bottom: 5em;
  font-size: 11pt;
}

h2 {font-size: 12pt;}
h2 .orderdate {
  font-size: 9pt;
  font-family: verdana, sans-serif;
  font-weight: normal;
}

h3 {font-size: 11pt;}

h4, h5, h6 {font-size: 10pt;}

table {
  margin-bottom: 2em;
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: .5em 1em .5em 0;
  border-bottom: 1px solid #333;
  font-size: 9pt;
  text-align: left;
  vertical-align: top;
}

th {
  border: 1px solid #333;
  border-width: 1px 0 3px;
  font-weight: bold;
}

.access, #navi-support, #navi-main, #search, #aside, #footer ul, #footer {display: none;}

