
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-shape: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
H1		{  }
H2		{  }
H3		{  }
H4		{  }
H5		{  }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
body {background-image: url("http://www.rz.uni-frankfurt.de/fb16/nrp/nav/white_back.gif");}

h1,h2,h3,h4 {font-family:"Arial","Helvetica",sans-serif;}
p,ul,ol,li,div,dt,dd,dl,td,th,address,blockquote,nobr,b,i,T {font-family: "Palatino,Times Roman,Times,Garamond,serif";}
/* Normaler Text */

td {font-size:11pt; font-color: #000000;}

/* Die Kopfzeile */
td.kopf {background-color:#0000ff; font-color:#FFFFFF; }
th {background-color:#0000ff;color:#ffffff;font-size:12pt;}
/* Überschriften in der Tabelle Schwarz auf Weiß und das dann noch dick.*/
h1 {font-size:18pt; color:navy; text-align:left;border-bottom-style: inset; border-bottom-width: 3pt;border-color:red}
h2 { color: black; font-size:14pt; font-weight:bold; }
h3 { color: black; font-size:12pt; font-weight:bold; }
p,P {font-size:11pt; text-indent:0pt;text-align:justify;margin-right: 24pt; color: #000000;} 
ul,li {font-size:10pt;} 
.address {font-size: 8pt;text-indent:0pt;text-align: left;color: rgb(0,144,128);}
.noindent {text-indent:0pt;text-align:left;margin-right: 0pt;}
.red {border-left-style: inset; border-left-width: 3pt;border-color:red;}
.rand {border-color: red; border-style: inset; border-width: 12px;}
.small {font-size: 9pt;}
.link{font-size: 9pt;text-indent:0pt;font-color: #FFFFFF;font-family:Arial,Helvetica,sans-serif; font-weight: normal;}
.exclam {border-bottom-style: groove; border-bottom-width: 4pt; background-color:#cccccc;}
.big {font-size: 18pt;}
.center {text-align: center;}
.rahmen {border-color: red; border-style: groove; border-width: 3px;}
.kommentar {font-size:"-2";text-indent:12pt;text-align:justify;}

