html, body {
	height: 100%;
	padding-top: 0px;
}
.rot {
	color: #c16;
}
.blau {
	color: #02c;
}
.starter-template {
	padding: 0px 15px;
	text-align: center;
}
.wrapper {
	min-height: 100%;
	margin: 0 auto -95px; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 95px; /* .push must be the same height as .footer */
	background-color: #eee;
	color: #02A;
	padding: 10px 10px 0 10px;
	text-align: center;
}
.push {
	height: 95px; /* .push must be the same height as .footer */
}
.rand {
	margin: 0.5em 0.5em 0.5em 0.5em;
}
.hintergrund {
	background-color: #ddd;
	padding: 0.3em 0 0.3em 0.5em;
}
.abstand-links {
	padding-left: 1em;
}
.abstand-unten {
	padding-bottom: 3em;
}
.stop {
	clear:both;
}
.minabsatz {
	min-height: 400px;
}
.myOl {
	list-style-type: lower-alpha;
}
.myLi {
	padding-left: 1em;
}
