HTML, BODY, TD, INPUT {
	font-family : Lucida Sans Unicode , Lucida Grande, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/** 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 : Lucida Sans Unicode , Lucida Grande, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#nav li.more span.arrow {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background: url(../assets/pic_menu_selected.png) -20px -2px no-repeat;
	cursor: pointer;
}

ul#nav li.arrow span.arrow  {
	background-position: 0px -2px;
}

ul#nav li.more ul li.more span.arrow {
	background-position: -15px -4px;
}

ul#nav li.more ul li.arrow span.arrow {
	background-position: 5px -4px;
}