
#note {
	margin: 10px 30px;
	background: #d7c3a2 url(images/note_rand.gif) repeat-y;
	padding: 20px 20px 20px 60px;
	font-style: oblique;
}

.aktion {
	font-weight: bold;
}

#optionen {
	margin-top: 1.5em;
	margin-left: 25px;
	counter-reset: Ebene01;
}

#optionen p {
	margin-bottom: 0.5em;
}

#optionen p:before {
	content: counter(Ebene01, lower-latin) ") ";
	counter-increment: Ebene01;
	display: block;
	margin-left: -25px;
	margin-bottom: -1.3em;
	width: 25px;
}

