/* 		tobias-humm.ch: print.css					*/
/*		author: uli bildstein						*/
/*		eMail: bildstein@use-art.de					*/
/*		date: 2008/07/22						*/
/*		last update: 2008/07/23						*/

#mainnav, #langnav, #contextnav, .printnot { display: none !important; }

* {
	color: #000;
	font-size: 1em;
	line-height: 1.5em;
	}

img {
	border:none;
	}

h1 { 
	font-size: 16px;
	}
a { 
	text-decoration: none;
	}

h3 { 
	font-size: 14px;
	}

p { 
	color: #000;
	font-size: 12px;
	}
	
#footer { 
	margin: 2em 0 0 0;
	text-align: center;
	}
	

