/* Gemeinsame Styles der Webs im Haus der Gesundheit */
.flight {
 float: right;
 margin-left: 4px;
}
.fleft {
 float: left;
 margin-right: 4px;
}

div.schatten { /* Fkt. wg. der Bildgröße bis max. 400px Kantenlänge */
 background: url(/img/schatten.png) no-repeat right bottom #666;
 white-space: nowrap;
}
td.schatten { /* Fkt. wg. der Bildgröße bis max. 400px Kantenlänge */
 background: url(/img/schatten.png) no-repeat right bottom #666;
 white-space: nowrap;
}
.schattenwerfer {
 border: 1px solid #ccc;
}

.spezies {
 font-style: italic;
}
.fachterminus {
 border-bottom: dotted 2px #096;
 cursor: help;
}

.zutatenliste {
 margin: 0; padding: 0;
}

.zutatenliste li {
 display: inline;
}

/* Zitate bitte nach dt. bzw. engl. Rechtschreibung */
[LANG|=de] > *  { quotes: "\201E" "\201C" "\201A" "\2018" }
[LANG|=en] > *  { quotes: "\201C" "\201D" "\2018" "\2019" }

#faxbestellung {
 display: none;
}