HTML, BODY, TD, INPUT {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
	border:0;
}

table{
	width:510px;
	border:0;
}

td{
	width: 164px;
}

/** 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 : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

