/*
-----------------------------------------------
BFSM Print Design
Author:   Jonathan Wehlte
Version:  1 Nov 2004
----------------------------------------------- */


body {
  padding:0px;
  font:small Verdana,Sans-serif;
  }

#main {
  margin-top: 3em;
  }


/* Verknuepfungen
----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  }


/* Unsichtbare Elemente
----------------------------------------------- */
#nav, #left, #vr_box, #ipm, #validate, h4, .hide {
  display:none;
  }


/* Text-Stile
----------------------------------------------- */
h1, h2, h3 {
  margin:1em 0 1em;
  font-family:Georgia,Serif;
  font-weight:normal;
  }
#m_ht,ul {
  font-size:85%;
  line-height:1.3em;
  }
h1 {
  font-size:180%;
  }
h2 {
  font-size:170%;
  }
h3 {
  font-size:125%;
  }

hr {
  margin-top:2em;
  }
#hwt {
  font-size:80%;
  }
  
 
 hr {
   color:#ccc; /* IE 6 */
   border: 1px solid #ccc;
 }
