.fussnote {
	float: left;
	width: 2em;
}

.fussnote-text {
	float: left;
	width: 90%;
}

h1{
	counter-reset: h2-counter;
}

h2 {
	counter-increment: h2-counter;
}

h2:before {
	content: counter(h2-counter) ". ";
}
