<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----- Layout der Seite: ----- */

#contentNormal {
	float: none;
}

#contentNormal form {
	margin: 12px 15px 10px 0;
}

/* ----- Die einzelnen Elemente auf der Seite: ----- */

/* - - - Formular: - - - */

fieldset {
	padding: 7px;
}

textarea {
	margin: 1px 1px 21px 1px;
	padding: 1px;
	width: 753px;
}

label {
	display: block;
	clear: left;
	float: left;
	margin: 5px 4px 5px 0;
}

select,
input {
	display: block;
	margin: 4px 1px 4px 120px;
}

input {
	padding: 2px;
	width: 632px;
}

/*
input[type="reset"],
input[type="submit"],
input[type="button"],
*/
input.csc-mailform-reset,
input.csc-mailform-submit,
button {
	float: right;
	margin: 21px 10px 0 auto;
	padding: auto;
	width: auto;
}
</pre></body></html>