/* Schriftgrössen und -arten geändert. 27.11.2003 Kaufmann */

body 
{ 
  background-color: #ffffff;
  color: black;
  font-family: Arial, sans-serif;
   font-size: 10pt;
   clear: both;
}

.chapter
{
  display: block;
  font-weight: bold;
  color: #000080;
  font-family: /* VWHeadline, */ Arial, sans-serif;
  font-size: 15pt;
}

.section
{
  display: block;
  font-weight: bold;
  color: #000080;
  font-family: /* VWHeadline, */ Arial, sans-serif;
  font-size: 13pt;
}

.table
{
  color: red;
  border: 1;
  border-color:black;
}

.para
{
  display: block;
  color: black;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
  clear: both;
}

.chpara
{
  display: inline;
  color: green;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

.cpara
{
  display: inline;
  color: purple;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

.emph
{
  font-weight: bold;
}

.liste_N
{
  list-style: decimal;
  clear:both;
  color:black;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

.liste_P
{
  list-style:none;
  clear:both;
  color:black;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
  text-indent:-1em
}

.liste_D
{
  list-style:none;
  clear:both;
  color:black;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
  text-indent:-1em
}

.liste_L
{
  list-style:none;
  clear:both;
  color:black;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
  text-indent:-1em
}

.liste_T
{
  list-style:none;
  clear:both;
  color:black;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

.liste_S
{
  list-style:none;
  clear:both;
  color:black;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
  text-indent:-1em
}

a.idref
{
  color: green;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

p.xref
{
  font-family: /* Univers, */ Arial, sans-serif;
  color: green;
  font-size: 10pt;
}
/* Ist auch für <a> tonwendig, weil die Farbe von <P> nicht übernommen wird!!!??? */
a.xref
{
  color: green;
}


.displ
{
  color: black;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 8pt;
  border: 1px solid;
  padding: 1ex;
  float: right;
  width: 360;
}

.frame
{
	font-weight:bold;
  	font-style:italic;
	font-family: /* Univers, */ Arial, sans-serif;
  	font-size: 10pt;
  	border: 1px solid;
	padding: 1ex;
}

p.nonenone
{
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

p.LITITL
{
  font-weight:bold;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

p.italbold
{
  font-weight:bold;
  font-style:italic;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

p.italnone
{
  font-style:italic;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

p.nonebold
{
  font-weight:bold;
  font-family: /* Univers, */ Arial, sans-serif;;
  font-size: 10pt;
}

p.noneinv
{
  color:white;
  background-color:black;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

p.nonenone
{
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

span.italbold
{
  font-weight:bold;
  font-style:italic;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

span.italnone
{
  font-style:italic;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
  
}

span.nonebold
{
  font-weight:bold;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

span.noneinv
{
  color:white;
  background-color:black;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}


li.nonenone
{
  font-weight:normal;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

li.italbold
{
  font-weight:bold;
  font-style:italic;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

li.italnone
{
  font-style:italic;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

li.nonebold
{
  font-weight:bold;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

li.noneinv
{
  color:black;
  background-color:white;
  font-family: /* Univers, */ Arial, sans-serif;
  font-size: 10pt;
}

