/*
*********************************************************************************
* Allgemeine Daten
*
* Projektname : Transfusionsmedizin Stuttgart, www.transfusionsmedizin-stuttgart.de
* Autor       : Ingenieurbuero MKdesign
* Dateiname   : print.css
* Typ         : Stylesheet Definition
* Datum:      : 20.06.2009
*
*********************************************************************************
*/

/*
*********************************************************************************
* Seite
*********************************************************************************
*/

body
{
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}


/*
*********************************************************************************
* Menu
*********************************************************************************
*/

div.top-box
{
  display:none;
}

div.menu-box1
{
  display:none;
}

div.menu-box2
{
  display:none;
}

div.bottom-box
{
  display:none;
}


/*
*********************************************************************************
* Inhalt
*********************************************************************************
*/

#content
{
  position: absolute;
}





