/* Stand 10.10.2001 */

<style TYPE="text/css" title="fur">

/* Style Sheet für fur-Webs im Internet und Intranet                               */
/* CSS mit relativen Fontangaben.                                                  */
/*                                                                                 */
/* See END of file for comments in english                                         */
/*                                                                                 */
/* Relative Fonts bedeutet, Fontgrößen werden von Tag zu (Kind-)Tag vererbt. Erhält*/
/* ein Kind-Tag eine weitere relative Fontgröße (Prozent, em, ...) so wird dieser  */
/* mit dem Wert des Vater-Tags multipliziert.                                      */
/*                                                                                 */
/* KNOWN BUGS:                                                                     */
/* Netscape 4.xx vererbt nicht von außerhalb einer Tabelle in eine Tabelle hinein. */
/* Im Kopfbereich einer HTML-Datei müssen daher Netscape-eigene JSS-Angaben gemacht*/.
/* werden.                                                                         */
/*                                                                                 */
/* BODY: Grund-Schriftgröße wird auf 12pt (Standard) bzw. benutzerdefinierte       */
/* Standard-Schriftgröße festgelegt. Font wird vordefiniert.                       */




.backcolor{color:#4F2405;}
.almostback{color:#992405}
.almostback1{color:#4F2466}

body{ background-color:#4F2405;font-size:10px;font-family:verdana,arial,helvetica,sans-serif; }

/* Trotz BODY-Def wird in manchen Browser Font nicht oder nicht richtig vererbt:   */

P,UL,OL,DL,DIV,ADDRESS,BLOCKQUOTE,FORM,H1,H2,H3,H4,H5,H6{font-family:verdana,arial,helvetica,sans-serif;}

/* TD erhält als vorwiegender umgebender Tag Fontgrš§en-Anweisung (auf 10pt bei    */
/* Standardeinstellung)                                                            */

TD{font-size:10px;font-family:verdana,arial,helvetica,sans-serif; line-height: 1.0;}


td#main {
	line-height: 1.2em;
}


/* Einige fur-spezifische Vorgaben                                                 */

A:LINK{text-decoration:none;}
A:VISITED{text-decoration:none;}
A:HOVER{text-decoration:none;}
UL{list-style-type:square}

/* Klassen zur Erzeugung von 8pt und 12pt Schriftgrößen. Diese werden zwingend vor-*/
/* geschrieben, d.h. keine FONT, BIG,, SMALL, ... im HTML-Quelltext!               */

.kleiner{font-size:10px}
.groesser{font-size:1.2em;}
/* Klasse für Fliesstext außerhalb von Tabellen (= 10pt bei Standardeinstellungen) */
.fliess{font-size:smaller;}

/* Farben werden über IDs vergeben. D.h. keine FONT-Tags im HTML-Quelltext         */


/* Header-Befehle:                                                                 */
/* H1: 14pt innerhalb Tabellen, 16pt außerhalb (nicht Netscape 4.xx)               */
/* H2: 12pt innerhalb Tabellen, 14pt außerhalb (nicht Netscape 4.xx)               */
/* H3: 10pt innerhalb Tabellen, 12pt außerhalb (nicht Netscape 4.xx)               */
/* H4:  8pt innerhalb Tabellen, 10pt außerhalb (nicht Netscape 4.xx)               */
/*                                                                                 */
/* HINWEIS: Abstände lassen sich in Netscape 4.xx nicht unterdrücken               */

H1{font-size:1.4em;font-weight:bold;}
H2{font-size:1.2em;font-weight:bold;}
H3{font-size:1.0em;font-weight:bold;}
H4{font-size:0.8em;font-weight:bold;}

/* Klasse zur Unterdrückung von Abständen in Headers, Absätzen, ...                */

.nullabstand{margin-top:0pt;margin-bottom:0pt}



/* The fur uses a corporate style sheet for all sites with the purpose of */
/* establishing corporate design on the Web. The style sheet fur.css has also */
/* been developed to allow the partially sighted and/or users with low */
/* resolution monitors to adapt display to their personal preferences. The fur */
/* style sheet should be included in the HEAD section of every HTML document */
/* with the following line: */

/* <link rel="stylesheet" type="text/css" href="http://www.fur.de/fur.css"> */

/* or, if included in the root directory of a local fur Wwbsite */

/* <link rel="stylesheet" type="text/css" href="/fur.css"> */

/* A quick overview on fur.css’s content: */

/* - font size (10pt) is defined for TD (within tables) and in class "fliess" (outside of tables) */
/* - definition of headers (H1, H2) (depreciated: FONT formatting) */
/* - classes */
/*     "kleiner": reduces currebt font size by 15% (usually to appr. 8pt) */
/*     "groesser": increase currebt font size by 20% (usually to appr. 12pt) */
/*     "nullabstand": suppress top and bottom margins for block tags (P, H1, ) */

/* - colors are defined with IDs (i.e. <p id="dunkelblau"> makes content of */
/* paragraph dark blue) */

/* The reference to fur.css must be included in every HTML document. The */
/* use of local style definitions in HTML documents  is */
/* problematic, because the font sizes defined for fur corporate Web design */
/* will be overridden. */

/* To implement the styles correctly for Netscape 4.x browsers it is necessary */
/* to apply JSS commands, which we have also placed in an external file together with */
/* some other JavaScript functions. The inclusion MUST follow the style sheet */
/* inclusion (include fur.css and THEN fur.js): */

/* <script language="JavaScript" src="http://www.fur.de/fur.js" type="text/javascript"></script> */

/* You can also copy the JS file to the local root directory and */
/* include the file analog to the style sheet. */

/* Since both files are updated from time to time, we suggest you use */
/* the files on www.fur.io. */

