/* CSS fuer Rolfs Formelsammlung */
.sehrklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
}

.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

.mittel {
/*	font-family: Verdana, Helvetica, sans-serif; */
	font-size: 1.1em;
	line-height: 1.5em;
}

.gross {
/*	font-family: "Times New Roman", Times, serif; */
	font-size: 1.3em;
	line-height: 1.7em;
}

.sehrgross {
/*	font-family: "New Century Schlbk", Geneva, serif; */
	font-size: 1.5em;
	line-height: 1.7em;
}
.bigsym {
	font-size: 3em;
}

blockquote {
	border: thin solid red;
	background: #ddf;
}
span.variable {
	color: navy;
}

/* h2 {color: #0c6;} */
h2 {font-size: 2em}
h3 {color: #093; font-size:1em}
h4 {color: #039; font-size:0.8em}
/* h2, h3 {border: thin solid black;} */
/* h3 {border: thin solid black;} */

/* Test: ungewoehnliche Reihenfolge anders einfaerben */
h1 + h3 {color: #900;}
h2 + h4 {color: #900;}

.formel {
	font-size: 1.5em;
	background-color: #ffc;
	color: navy;
	border: thin solid navy;
	margin: 0 0px 0 0px;
}
p.formel {
	text-align: center;
	margin: 0 20% 0 20%;
}
div.formel {
	background-color: #cff;
}
/*	text-align: center; */
.anhangtitel {
	color: #c60;
}
.anhangsubtitel {
	color: #930;
}

/* fuer Tabelle mit Parameterbeschreibungen */
.param {
	font-size: 0.85em;
}
/* body {background-image: url(/pci/pfister/pic/formeln.png);} */
