HTML, BODY, TD, INPUT, SELECT {
	font-family : Georgia, Times New Roman, Serif;
	font-size: 100%;
}
/** 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 : Georgia, Times New Roman, Serif;
            font-size: 12px; 
			}