/*---------------------------------------------------------------------------------------*/
							/* ALLGEMEIN */
							/*** Verweise ***/
A {
	font-size :10pt;
	color:#003366;
        font-weight:normal;
	text-decoration:underline;
	font-family:Arial, Sans-Serif, Helvetica;
}



							/*** Body ***/ 
BODY  {
	font-size:10pt;
	font-weight:500;
	color:#FFFFFF;
	font-family:Arial, Sans-Serif, Helvetica;
}

							/*** Formulareingabe ***/
INPUT  {
	font-size:10pt;
	font-family:Courier;
}

							/*** Trennlinie ***/
HR {
	margin-top:5px;
	margin-bottom:5px;
	color:#003366;
	height:1px;
}

							/*** Absatz ***/
P	{
	font-size:10pt;
	color:#003366;
	font-family:Arial, Sans-Serif, Helvetica;
}

/*---------------------------------------------------------------------------------------*/
							/***TABELLEN ***/
							/*** Datenzelle ***/
TD {
	font-size:10pt;
	color:#003366;
	font-family:Arial, Sans-Serif, Helvetica;
}

							/*** Kopfzelle in einer Tabelle ***/
							/*** wird noch nicht eingesetzt ***/
TH  {
	font-size:10pt;
	text-align:left;
	margin-left:10px;
	color:#003366;
	font-weight:bold;
	font-family:Arial, Sans-Serif, Helvetica;
}
							/*** Physische Textauszeichnung ***/
B  {
	font-size:10pt;
	color:#003366;
	font-weight:bold;
	font-family:Arial, Sans-Serif, Helvetica;
}


#divtermin table TD{
      padding:1;
      border:1;
	  border-color:#F0F0F0;
      border-style:solid;
}



/*---------------------------------------------------------------------------------------*/
							/* NUMERIERUNGEN;AUfZÄHLUNGEN */
							/*** Bullet Liste eckig ***/
ul.eckig {
	list-style-type:square;
	color:#003366;
	font-size:10pt;
	font-family:Arial, Sans-Serif, Helvetica;
	margin-top:5pt;
	margin-bottom:5pt;
	line-height:12pt;
}







/*---------------------------------------------------------------------------------------*/
								/*** ÜBERSCHRIFTEN ***/

H1 {    font-size:11pt;
	color:#003366;
	font-weight:bold;
	font-family:Arial, Sans-Serif, Helvetica;
	margin-top:10pt;
	margin-bottom:5pt;
}

H2 {
	font-size:10pt;
	color:#003366;
	font-weight:bold;
	font-family:Arial, Sans-Serif, Helvetica;
}

H3 {
	font-size:10pt;
	color:#003366;
	font-weight:normal;
        font-style:italic;
	font-family:Arial, Sans-Serif, Helvetica;
}

H4 {
	font-size:10pt;
	color:#003366;
	font-weight:bold;
        font-style:italic;
	font-family:Arial, Sans-Serif, Helvetica;
}

H5 {
	font-size:8pt;
	color:#003366;
	font-weight:normal;
        font-style:italic;
	font-family:Arial, Sans-Serif, Helvetica;
}

H6 {
	font-size:9pt;
	color:#003366;
	font-weight:normal;
        font-family:Arial, Sans-Serif, Helvetica;
}



