/*
 * Stylesheet fuer die Fachbereichsbibliothek Informatik
 * der Universitaet des Saarlandes
 *
 * (w) 2000, Joerg Wallerich
 */

BODY, p
 {
  color: black;
  background: white;
  font-size: 12pt;
  font-family: sans-serif;
 }

pre { font-family: monospace; }
 
p.footer
 {
  color: black;
  font-size: 9pt;
  font-family: sans-serif;
 }

p.footer a { font-size: 9pt; }

p.menufooter
 {
  background: #8080ff;
  color: white;
  font-size: 9pt;
  font-family: sans-serif;
 }

p.menufooter a
 {
  font-size: 9pt;
  color: #d0d0FF;
 }

h1, h2, h3, h4, TR,TH,TD,STRONG,li { font-family: sans-serif; }

b.white
 {
  font-size: 14pt;
  color: white;
 }

em  { font-family: sans-serif; }
caption { font-family: sans-serif;
          font-size: small; }

a
 {
//  color: black;
  font-size: 12pt;
 }

a.invisible
 {
//  color: #0033ff;
  color: #d0d0f0;
  font-size: 10pt;
  font-weight: bold;
 }

a.act { font-style: italic;
        font-weight: bold;
        text-decoration: blink underline; }

td,th
 {
  font-family: sans-serif;
  vertical-align: top;
 }

th.left, td.left
 {
  align: left;
 }

tr.tuerkis1
{
  background: #8080ff;
  color: black;
  font-size: 11pt;
  font-family: sans-serif;
}

td.tuerkis
{
  background: #d0d0f0;
  color: black;
  font-size: 11pt;
  font-family: sans-serif;
}

h1
 {
  color: black;
//  font-size: 16pt;
 }

h2, h1
 {
  color: black;
  font-size: 16pt;
 }


ul.noindent, ul.noindent li
 {
  margin-left: -2em;
  list-style: circle outside;
 }

