
	/********************************************************************
     *  File: /css/print.css			                                *
     *  --------------------------------------------------------------- *
     *                                                                  *
     *  Author  :   Ralf Barth                                          *
     *  eMail   :   HIDDEN                                        *
     *  Web     :   http://www.hc23.de		                            *
     *                                                                  *
     *  Version :   0.1                                                 *
     *  Date    :   2004/12/01                                          *
     *                                                                  *
     *  Copyright                                                       *
     *  ---------                                                       *
     *  Copyright (c) 2004 Ralf Barth <HIDDEN>		            *
     *                                                                  *
     *  This code is hereby licensed for public consumption under the   *
     *  GNU GPL v2 or greater.                                          *
     *                                                                  *
     *  You should have received a copy of the GNU General Public       *
     *  License along with this program; if not, write to the Free      *
     *  Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, *
     *  MA 02111-1307, USA.                                             *
     *                                                                  *
     *  Description                                                     *
     *  -----------                                                     *
     *  Print Stylesheet for www.undertow.de                            *
     *                                                                  *
     ********************************************************************/

/**
* Global Styles
*/
@page { size: landscape; }

body {
    background: #fff;
    color: #000;
    caption-side: top;
    margin: 2cm 1cm 1cm 1cm;
	font-family: "Verdana", "Arial", "Helvetica", "Bitstream Vera Sans", sans-serif;
	font-size: 66% !important;
}

table {
	font-family: "Verdana", "Arial", "Helvetica", "Bitstream Vera Sans", sans-serif;
	font-size: 100% !important;
}

a { color: #000; text-decoration: none; }
img { border: 0; }
img.leftpic { float: left; margin: 0 1em 1em 0; }

#printlogo { display: block; visibility: visible; }
#printlogo p { margin: 0; padding: 0; color: #666; text-align: right; }

form, #head, #menu, #xtra, .readmore, .pagenav, .back, .hidden, #footer a, ul#datenav, div.personalinfo { display: none; visibility: hidden; }

h1 { font-size: 140% !important; }
h2 { font-size: 120% !important; }
h3 { font-size: 100% !important; }

p { line-height: 150%; }