<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">HTML, BODY, TD, INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family : Times New Roman, Serif;
	font-size: 260%;
	font-weight: normal;
	color: #C6D2EC;
}

#content h2, #sidebar h2 {
	font-family : Times New Roman, Serif;
	font-weight: normal;
	font-size: 120%;
	color: #C6D2EC;
}

form.search input {
	padding: 0px 3px 1px 5px;
	margin: 0px;
	vertical-align: middle;
	font-size: 80%;
	color: #C6D2EC;
}



/** Für Formulare und Shopseiten **/

/* Schriftart für Formulartabellen und Formularelemente */
table.formtab td,
table.formtab input,
table.formtab select,
table.formtab textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

</pre></body></html>