/* -------------------------------------------------------------

   Print style sheet for fhcb.net

   version: 2.2.0
   author: Florian Hamberger
   e-mail: info(at)fhcb.net                                                            
   website: http://www.fhcb.net

   Copyright (c) Florian Hamberger Computer-Beratung 2005-2009,
   all rights reserved

------------------------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

body {
  background: #FFF;
  padding: 0 20px;
  font: 12pt/18pt "Times New Roman" , Times, serif;
}

#header, #skip, #service, #bvh, div#orientation, div#navigation, div#subnav, #col1, #col2, #footer, #backlink {
  display: none;
}

#colmask {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  height: 100%;
}

#col1, #col2 {
  width: 1%;
}

#col3 {
  background: inherit;
  width: 80%;
  padding-left: 5%;
  padding-right: 5%;
}


h1, h2, h3 {
  font-family: "Times New Roman", Times, serif;
}