.abgabetermin {
	clear: both;
	width: 50%;
	margin: 2em auto 0 auto;
	padding: 0;
	background: #ffe0e0;
	border: 1px solid #ff8080;
	text-align: center;
	text-indent: 0;
}

ol, ul {
	list-style-position: outside;
	margin-left: 6%;
}

#archiv {
	width: 500px;
	margin: 30px auto 10px auto;
	padding: 20px;
	border: 1px solid black;
}

#archiv h2 {
	text-align: center;
}

#archiv ul {
	margin: 0;
	padding: 0;
}

#archiv li {
	list-style: none;
	display: inline;
	padding: 2px 4px;
	border: 1px dotted #000000;
}

.kasten-rechts {
	float: right;
	width: auto;
	border: 1px solid black;
	margin: 0 2em 1em 2em;
	padding: 1em;
}

.alphanumerisch {
	list-style-type: lower-latin;
	list-style-position: inside;
}

/* nicht für IE6 */
*>ol.alphanumerisch {
	list-style: none;
	counter-reset: Ebene01;
}

/*nicht für IE6 */
.alphanumerisch li:before {
	content: counter(Ebene01, upper-latin) ") ";
	counter-increment: Ebene01;
	padding-right: 5px;
}


