/*******************************************************************************
Title:  print.css (www.bigkaiser.de)
Date:   03.06.2010
*******************************************************************************/

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 {
  margin-bottom: 3em;
  font-size: 15pt;
}

h1 a {
  text-decoration: none;
  color: #aaa;
}

h2 {font-size: 12pt;}

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;
}

#nav-main, #footer ul, #nav-sub, .slideshow, #newsletter {display: none;}


