/*
	print.css / Author Bernhard Welzel / b.welzel@norvlit.de	
*/

/* hide not nessesary information */

#whatever
	{
		display:none;
	}

@page {
     margin: 10%;
}
	
body
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		background: #FFFFFF;
	}

	
a:link { color: #000;text-decoration:none;}
a:visited { color: #000;text-decoration:none;}
a:hover { color: #000;text-decoration:none;}
a:active { color: #000;text-decoration:none;}


blockquote, pre, h1, h2, h3, h4, h5, h6 {
	page-break-inside: avoid;
}

ul, ol, dl {
	page-break-before: avoid;
}

h1 {
	font-size: 16pt;
}

.suball {
	font-size: 10pt;
}

p {
	font-size: 11pt;
}

#footer {
	margin: 16pt 0 0 0;
}

a[href^=mailto]:after { content: ”(Email)”; }

a[href$=.pdf]:after { content: ”(PDF)”; }

.mm, .mmx, .col2-2, #left {
	display: none;
}