<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Stylesheet für suchselrätsel */

.suchsel-quiz {
	display: block;
	float: left;
	margin: 10px 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #d0d0d0;
	background: none;
	clear: both;
}

.suchsel-quiz h2 {
	margin: 0px;
	padding: 15px 20px;
	clear: both;
}

.suchsel-quiz p {
	margin: 0px;
	padding: 10px;
	clear: both;
}

.suchsel-quiz .gitter {
	display: block;
	float: left;
	margin: 0 10px;
	border-collapse: collapse;
}

.suchsel-quiz .gitter td {
	margin: 0;
	padding: 0;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	border: 1px solid #000000;
	cursor: pointer;
}

.suchsel-quiz.geloest .gitter td {
	cursor: default;
}

.suchsel-quiz .gitter .feld {
	background: #dddddd;
}

.suchsel-quiz .gitter .aufgedeckt {
	background: #aaffaa;
}

.suchsel-quiz .gitter .markiert {
	background: #ffffcc;
}

.suchsel-quiz .gitter .hover {
	background: #ffcccc;
}

.suchsel-quiz .liste {
	float: left;
	margin: 0 20px 0 20px;
	padding: 20px 20px 20px 40px;
	border: 1px solid black;
}

.suchsel-quiz .liste .ausgefuellt {
	font-weight: bold;
}
</pre></body></html>