/*  
Print-CSS für florian.hardwig.com
*/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #fff;
	font-size: 11px;
	font-family: Georgia, serif;
	line-height: 1.4;
	max-width: 40em;
}
ul {
	margin-left: 0;
	padding-left: 1.5em;
}
h1, h2, h3, h4, h5 {
	margin-bottom: .1em;
	margin-top: 1em;
}
p {
	margin-bottom: .3em;
}

#manuscribe-index #navi, .typocatcher, hr {
	display: none;
}

/* LINKS */
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #666;
	padding-bottom: 1px;
}
/* EMAIL (SPAM PROTECTION) */

.mail:after {
	content: "\40";
}
/* commented backslash hack v2 \*/
*>span.at	{
	display: none;
}
/* end hack: compliant browsers show the @-character, others fall back with |at| */