/* $Id: print.css,v 1.1.2.1 2009/02/13 06:40:02 johnalbin Exp $ */


/* Don't underline links */
  a:link, a:visited
  {
    text-decoration: none !important;
  }

/* Don't underline header */
  #site-name a:link,
  #site-name a:visited
  {
    text-decoration: none !important;
  }

/* Un-float the content */
  #content,
  #content-inner
  {
    float: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  
/* Turn off any background colors or images */

  body, #page, #page-inner, #main, #content, #content-inner
  {
    color: #000;
    font-size: 9pt;
    background-color: transparent !important;
    background-image: none !important;
  }

/* Hide sidebars and nav elements */
  #re_sidebar, #header, #footer
  {
    visibility: hidden;
    display: none;
  }

/* Otherwise, Firefox clips the content after the first page. */
  #page
  {
    overflow-y: visible !important;
  }


/* Content-Bereich */

  #content 
  {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 0px !important;
	height: auto !important;
  }

  table, td, th
  {
  	vertical-align: top !important;
  }



  




  
  
