/* Stylesheet fuer LaplaceWeb
 *
 * Author:  Daniel Rohe
 * Date:    2002-08-20
 */

/* Standard-HTML */
body, table {
  background-color: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  margin: 5px 5px 5px 5px;
}

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

h3 {
  font-size: 14pt;
  font-weight: normal;
  margin-bottom: 1px;
  margin-top: 1px;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
}

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

a:hover {
  text-decoration: underline;
}

/* Formeln in Tabellen */
td.formel {
	padding-left = 1cm;
}
