/************************************************
* Stylesheet für Formeln			*
* ----------------------			*
* file  : fourier.css				*
* author: Thomas Bärwinkel			*
* date  : 7.3.2003				*
* e-mail: Thomas.Baerwinkel@gmx.de		*
* 						*
************************************************/


body, table {
  background-color: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: normal;
}

h2 {
  font-size: 18pt;
  font-weight: normal;
  margin-bottom: 1px;
  margin-top: 1px;
}

h3 {
  font-size: 14pt;
  font-weight: normal;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: #993300;
}

a:hover {
  text-decoration: underline;
}


.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	word-spacing: normal;
	line-height: 18pt;
}
.Variable {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;


}
.Ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.Einheit {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;

}
.formel {
	margin-left: 2cm;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
sub {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 22pt;
}
sup {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

