HTML, BODY, TD, INPUT {
	font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family : Times New Roman, Serif;
	font-size: 260%;
	font-weight: normal;
	color: #D4CFBE;
}

#content h2, #sidebar h2 {
	font-family : Times New Roman, Serif;
	font-weight: bold;
	font-size: 120%;
	color: #D4CFBE;
}

form.search input {
	padding: 0px 3px 1px 5px;
	margin: 0px;
	vertical-align: middle;
	font-size: 80%;
	color: #D4CFBE;
}



/** 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 : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}