#content form {
	background: #eee; /* content_form_background */
}

th.rowheader {
	text-align: left;
	background: transparent;
}

.results {
	display: table;
	margin-top: 1em;
	border: 1px solid #000; /* body_color */
	width: 34em; /* content_padded_width */
}

.results {
	padding: 0.5em;
	background: #eee;
}

.results h2 {
	display: none;
}

.results div {
	display: table-row;
}

.results strong {
	display: table-cell;
	text-align: right;
	padding-right: 1em;
}

.results .calculated {
	color: #b00000;
}

.hint {
	font-weight: bold;
}

.error {
	padding-left: 40px;
	min-height: 40px;
	color: #b00000;
	background: url(abbildungen/icon-error-01.png) center left no-repeat;
}

