body
{
	background-color: #fff;
	font-size: 1em;
	margin: 2em auto;
	text-align: center;
	max-width: 70em;
	min-width: 40em;
}
#gplusone
{
	position: fixed;
	top: 10px;
	left:10px;
	border: none;
}
.nav, .figure, .footer
{	
	border: .3em solid #abc;
	border-radius: 1em;
	padding: .2em 0;
}
.nav, .footer
{
	padding: .2em;
	margin: 0 auto;
	line-height: 1em;
	display: inline-block;
	text-align: center;
	width: 98%;
	width: -moz-calc(100% - 1em);
	width: calc(100% - 1em);
}
.footer
{
	margin-bottom: 1em;
}
.figure
{
	margin: 1em 0;
	width: 46%;
	display: inline-block;
	float: left;
}
.figure.then
{
	float: right;
}
span.und
{
	line-height: 100px;
}
* + html span.und
{
	float: left;
	margin-left: 1em;
}
* html span.und
{
	float: left;
	margin-left: 1em;
}
hr
{
	clear: both;
	width: 0;
	margin: 0;
	visibility: hidden;
}
.nav li
{
	display: inline-block;
	list-style-type: none;
}
* + html .nav li
{
	float: left;
}
* html .nav li
{
	float: left;
}
.nav a, .nav span
{
	display: block;
	border: thin solid #a33;
	border-radius: .3em;
	margin: .2em;
	padding: .2em;
	width: 1em;
	height: 1em;
	text-align: center;
	text-decoration: none;
}
.nav :last-child a, .nav :last-child span
{
	width: 3.5em;
}
.nav span
{
	color: white;
	background-color: #d3d3d3;
	border-color: #d3d3d3;
}
.nav span.aktuell, .nav a:hover
{
	background-color: #a33;
	color: #cca;
	font-weight: bold;
}
cite
{
	display: block;
	text-align: right;
	margin-right: 1em;
	font-size: 75%;
}
cite a
{
	display: inline-block;
    max-width: 20em;
    overflow: hidden;
    vertical-align: bottom;
    white-space: pre;
}
h2
{
	font-size: 200%;
	margin: -1em 0 0;
	padding-top: 1em;
}
.footer > a
{
	float: left;
	margin: 1em;
}
.footer > p
{
	float: right;
	margin: 1em;
}
.footer > q
{
	position: relative;
	display: block;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: .5em 1.5em;
}
.footer > q::before
{
	content: "„";
	position: absolute;
	left: 1em;
}
.footer > q::after
{
	content: "“"
}
q a
{
	float: right;
}