
#inhalt p img.rechtsbuendig {
	margin-top: 0;
}

#erlaeuterungen {
	clear: both;
}

#erlaeuterungen table {
	border: 1px dotted black;
	border-collapse: collapse;
}

#erlaeuterungen table th {
	border: 1px dotted white;
}

#erlaeuterungen table td {
	border: 1px dotted black;
}

#erlaeuterungen table td:first-child {
	font-weight: bold;
	text-align: center;
}

.checkboxauswahl {
	list-style: none;
}

.checkboxauswahl li {
	float: left;
	margin: 0;
	padding: 0;
	width: 6em;
}

form p {
	clear: left;
}

.alle-box {
	border: 1px solid black;
	background: #ffdddd;
}

.alle-box label {
	font-style: italic;
	font-weight: bold;
}

#loesung {
	border: 1px solid black;
	padding: 1em 1.5em;
}

#loesung ol {
	margin: 0;
}

#loesung li {
	cursor: help;
	float: left;
	margin: 0 1.5em 0.5em;
	padding: 0;
}

#loesung li a,
#loesung p a {
	display: inline-block;
	width: 4em;
	margin: 0;
	padding: 0.2em 0;
	border: 1px solid black;
	background: #ccffcc;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	cursor: help;
}

#loesung li a:hover {
	text-decoration: none;
	background: #ccffcc;
	color: black;
}

#loesung li a span,
#loesung p a span {
	visibility: hidden;
}

#loesung li a:hover span,
#loesung p a:hover span,
#loesung p.offen a span {
	visibility: visible;
}

#loesung p {
	clear: left;
}

#loesung p a,
#loesung p a span,
#loesung p a span img {
	margin: 0;
	padding: 0;
}

#loesung p a span img {
	vertical-align: bottom;
}

#loesung p a {
	width: auto;
	margin: 0 -3px;
	padding: 0;
}

#loesung p.offen a {
	width: auto;
	margin: 0 -2px 0 -3px;
	padding: 0;
	border: none;
}



