
		/* Allgemeine Angaben fuer das Dokument */
		BODY
		{
			font-family: Arial, sans-serif;			/* Schriftart */
			font-size:10pt;							/* Schriftgroesse */
			font-weight:normal;						/* Schriftgewicht: Medium */
			color:Black;							/* Textfarbe */
			background-color:White;					/* Hintergrundfarbe */
			margin-top:0mm;							/* Rand oben */
			margin-bottom:0mm;						/* Rand unten */
			margin-left:2mm;						/* Linker Rand */
			margin-right:2mm;						/* Rand rechts */
			text-indent:0mm;						/* Texteinrueckung */
			text-align:justify;						/* Textausrichtung */
		}
		
		/* Angaben fuer einen Abschnitt */
		P
		{
			font-family: Arial, sans-serif;			/* Schriftart */
			font-size:10pt;							/* Schriftgroesse */
			font-weight:normal;						/* Schriftgewicht: Medium */
			color:Black;							/* Textfarbe */
			background-color:White;					/* Hintergrundfarbe */
			text-indent:0mm;						/* Texteinrueckung */
			text-align:justify;						/* Textausrichtung */
			margin-right:0mm;						/* Rand rechts */
		}
		

		/* Angaben fuer die Ueberschriftenebene 1 */
		H1
		{
			font-family: Arial, sans-serif;		/* Schriftart */
			font-size:14pt;				/* Schriftgroesse */
			font-weight:bold;			/* Schriftgewicht: Medium */
		}

                /* Angaben fuer die Ueberschriftenebene 2 */
                H2
                {
                        font-family: Arial, sans-serif;     	/* Schriftart */
                        font-size:12pt;                     	/* Schriftgroesse */
                        font-weight:bold;                   	/* Schriftgewicht: Medium */
                }

		
		/* Angaben fuer fette Schirft */
		B
		{
			font-size:10pt;							/* Schriftgroesse */
			font-weight:bold;						/* Schriftgewicht: Medium */
		}
		
		/* Angaben fuer Tabellenzellen der Navigationsleiste */
		TD.register
		{
			font-family: Arial, sans-serif;			/* Schriftart */
			font-size:8pt;							/* Schriftgroesse */
			font-weight:normal;						/* Schriftgewicht: Medium */
			color:#3366CE;							/* Textfarbe */
			background-color:#EBF0FA;				/* Hintergrundfarbe */
		}

		/* Angaben fuer ein DIV-Tag in einer Tabellenzellen der Navigationsleiste */
		DIV.register
		{
			vertical-align:top;						/* Vertikale Textausrichtung */
			margin-left:2mm;						/* Linker Rand */
			margin-right:2mm;						/* Rand rechts */
			margin-top:1mm;							/* Rand oben */
			margin-bottom:1mm;						/* Rand unten */
		}
		
		/* Angaben fuer einen Link in einer Tabellenzellen der Navigationsleiste */
		.register
		{
			font-family: Arial, sans-serif;			/* Schriftart */
			font-size:8pt;							/* Schriftgroesse */
			font-weight:normal;						/* Schriftgewicht: Medium */
			color:#3366CE;							/* Textfarbe */
		}
		
		/* Angaben fuer Ueberschriftszellen einer Uebersichtstabelle */
		TH.summary
		{
			font-family: Arial, sans-serif;			/* Schriftart */
			font-size:10pt;							/* Schriftgroesse */
			font-weight:bold;						/* Schriftgewicht: Medium */
			color:White;							/* Textfarbe */
			background-color:#858585;				/* Hintergrundfarbe */
			text-align:left;						/* Textausrichtung */
			vertical-align:top;						/* Vertikale Textausrichtung */
		}
		
		/* Angaben fuer Tabellenzellen einer Uebersichtstabelle */
		TD.summary
		{
			font-family: Arial, sans-serif;			/* Schriftart */
			font-size:10pt;							/* Schriftgroesse */
			font-weight:normal;						/* Schriftgewicht: Medium */
			color:Black;							/* Textfarbe */
			background-color:#ebebeb;				/* Hintergrundfarbe */
			text-align:left;						/* Textausrichtung */
			vertical-align:top;						/* Vertikale Textausrichtung */
		}

		/* Angaben fuer Tabellenzellen */
		TD
		{
			font-family: Arial, sans-serif;
			font-size:10pt;
			font-weight:normal;
			text-align:left;
			vertical-align:top;
		}


		/* Angaben fuer Tabellenzellen */
		TD.model
		{
			font-family: Arial, sans-serif;
			font-size:10pt;
			font-weight:bold;
			text-align:left;
			vertical-align:middle;
		}

		/* Angaben fuer eine ungeordnete Liste */
		UL
		{
			text-align:left;						/* Textausrichtung */
		}
		
		/* Angaben fuer eine ungeordnete Liste 1. Ebene */
		UL.first
		{
			list-style-type:disc;					/* Listenzeichen */
		}

		/* Angaben fuer eine ungeordnete Liste 2. Ebene */
		UL.second
		{
			list-style-type:circle;					/* Listenzeichen */
		}

		/* Angaben fuer Text, der den Abschnitt spezifiziert*/
		.topic
		{
			color:#091379;							/* Textfarbe */
			font-size:8pt;							/* Schriftgroesse */
		}

		.mailto
		{
			font-size:9pt;							/* Schriftgroesse */
			color:#3366CE;							/* Textfarbe */
		}
		
		.center
		{
			text-align:center;						/* Textausrichtung */
		}
		
		.right
		{
			text-align:right;						/* Textausrichtung */
		}
		
		a:link 
		{
			color:#3366CE;							/* Schriftfarbe */
			text-decoration:none;					/* Textdekoration */
		}

		a:visited
		{
			color:#3366CE;							/* Schriftfarbe */
			text-decoration:none;					/* Textdekoration */
		}
		a:active
		{
			color:Red;								/* Schriftfarbe */
			text-decoration:none;					/* Textdekoration */
		}

		a:hover
		{
			color:#3366CE;                                                  /* Schriftfarbe */
                        text-decoration:underline;                                   /* Textdekoration */
                }

