a {
	text-decoration:	none;
}
a:hover {
	text-decoration:	underline;
}
div.zitatblock {
	background-color:	#eef;
	border:			1px solid #999;
	border-radius:		0.33em;
	box-shadow:		0.25em 0.25em 0.25em #999;
	margin:			0.5em 0;
	padding:		1em;
}
div.zitatblock:nth-child(odd) {
	float:			left;
	margin-right:		1em;
}
div.zitatblock:nth-child(even) {
	float:			right;
	margin-left:		1em;
}
p.quelle, p.zitat {
	font-family:		Georgia, serif;
	margin:			0;
}
p.quelle {
	font-size:		small;
	font-style:		italic;
	margin-left:		3em;
	text-align:		right;
}
p.zitat	{
	margin-bottom:		0;
}
span.strich {
	display:		inline-block;
	left:			-1em;
	position:		relative;
	width:			0em;
}
