
/* 16-12-1998	neu (gh) */
/* 25-04-1999	p: margin-bottom */
/* 08-06-1999	p.right */
BODY {
  margin-left: 5%;
  margin-right: 5%;
  background-color: #FFFFFF;
  font-family: sans-serif;
}

A:link {
  color: #CC0000;
  font-family: sans-serif;
  text-decoration: none;
}

A:active {
  color: #CC0000;
  font-family: sans-serif;
  text-decoration: none;
  font-weight: bold;
}

A:visited {
  color: #CC0000;
  font-family: sans-serif;
  text-decoration: none;
}

P {
  text-indent: 1em;
  		margin-top: 0.5em;
  		margin-bottom: 0.5pt;
  font-family: sans-serif;
}

div.center {
  text-align: center;
  font-family: sans-serif;
}

/* alle Ueberschriften sind zentriert */
H1, H2, H3, H4, H5, H6 {
  text-align: center;
  font-family: sans-serif;
}

/* diese Klassen haben eine Formatierung unabhaengig vom Elementtyp */
.title {
  font-size: 18pt;
  color: darkblue;
  font-family: sans-serif;
}

.subtitle {
  font-size: 16pt;
  color: blue;
  font-family: sans-serif;
}

.author {
  font-size: 16pt;
  color: gray;
  font-family: sans-serif;
}

.note {
  font-size: 10pt;
  text-align: center;
  font-family: sans-serif;
}

.fraktur {
  font-family: "Frankenstein", Times, serif;
}

.vers {
  font-size: 12pt;
  font-weight: normal;
  text-indent: 1pt;
  font-family: sans-serif;
}

.right {
  text-align: right;
  font-family: sans-serif;
}

.lektorat {
  color: red;
  font-family: sans-serif;
}

.date {
  color: gray;
  font-family: sans-serif;
}

TABLE {
  font-family: sans-serif;
}

TR {
  font-family: sans-serif;
}

TH {
  font-family: sans-serif;
}

TD {
  font-family: sans-serif;
}

UL {
  font-family: sans-serif;
  list-style-type: square;
}

LI {
  list-style-type: square;
  font-family: sans-serif;
}

DIV.line {
  font-family: sans-serif;
}

DIV.vers {
  font-family: sans-serif;
  margin-top: .5em;
  margin-right: 5%;
  margin-left: 10%;
  margin-bottom: .5em;
}
