/* allgemeingültige Einstellung übernehmen */
@import "standard.css";

#content ul			/* bezieht auf das HTML-Element */
{
	list-style-type: none;
}
