@font-face { font-family:Gotik; src:local(Gotik), url(../font/Gotik_RT.ttf) format(TrueType); }

body {
  font-family: Times, Times New Roman, serif;
  font-size:12pt;
  text-decoration:none;
  color: maroon;
  /*background-image:url(../image/gray.jpg);*/
  background-color:white/*smoke*/;
  background-attachment=fixed;
}
h1,h2,h3 {
  margin-top:12pt;
  font-family: ARIAL,HELVETICA, SANS SERIF;
  font-size:18pt;
  color: maroon;
}
p, ol, ul, li {
  margin-top:3pt;
  color: maroon;
}
.frage {
  font-family: Comic Sans MS, Times, Times New Roman, SERIF;
  font-size:13pt;
  color: maroon;
}
#modern {
  font-size:11pt;
  font-family: ARIAL,HELVETICA, SANS SERIF;
  color: maroon;
}
#abernun {
  font-weight: bold;
  font-family: Times, Times New Roman, serif;
  color: maroon;
}
#hinweis {
  color: firebrick;
}
#sonder {
  color: mediumblue;
}
#phon {
  font-family: Junicode;
  color: green;
}
#quelle {
  font-size:8pt;
  font-style:italic;
}
#gebrochen {
  font-size:13pt;
  font-family: Alte Schwabacher, Schwaben Alt, Gotik, Gothik, Fraktur, Caslon-Gotisch, Fette Gotisch, Manuskript-Gotisch, Wilhelm-Klingspor-Gotisch, Renata, Fette Fraktur, Kabinett-Fraktur, Neue Fraktur, Unger-Fraktur, Walbaum-Fraktur, Zentenar-Fraktur, Courier, Courier New;
}
#gebrochen-gross {
  font-size:20pt;
  font-family: Alte Schwabacher, Schwaben Alt, Gotik, Gothik, Fraktur, Caslon-Gotisch, Fette Gotisch, Manuskript-Gotisch, Wilhelm-Klingspor-Gotisch, Renata, Fette Fraktur, Kabinett-Fraktur, Neue Fraktur, Unger-Fraktur, Walbaum-Fraktur, Zentenar-Fraktur, Courier, Courier New;
}
#brett {
  color:maroon;
  background-image:url(../image/litewood.gif);
}
#brett:hover {
  color: papayawhip;
  text-decoration:none;
}
#onprint {
}
#noprint {
  display:none;
}
i {
  font-size:11pt;
  font-style:italic;
  font-family: ARIAL,HELVETICA, SANS SERIF;
}
table { BORDER=1;
        CELLSPACING=1;
        CELLPADDING=2;
}
a {
  color:firebrick;
  font-family: ARIAL,HELVETICA, SANS SERIF;
  /*background:goldenrod;*/
  /*background-image:url(../image/litewood.gif);*/
  text-decoration:none;
}
a:visited {
  color:darkred;
}
a:hover {
  /*text-decoration:underline;*/
  /*color: navy;*/
}
a:active {
  /*color:#FFA000;*/
}
a.button {
  color: maroon;
  //background:goldenrod;
  background-image:url(../image/litewood.gif);
  text-align: center;
  display: block;
  width: 110px;
  border: black solid 0px;
  padding: 1px;
  text-decoration: none;
  font: arial, sans-serif;
  margin-top:4pt;
}
a.button:hover {
  color: papayawhip;
  /*background:peru;*/
  text-decoration:none;
}
a.halfbutton {
  color: maroon;
  background:goldenrod;
  background-image:url(../image/litewood.gif);
  text-align: center;
  border: black solid 0px;
  padding: 1px;
  text-decoration: none;
  font: arial, sans-serif;
}
a.halfbutton:hover {
  color: papayawhip;
  /*background:peru;*/
  text-decoration:none;
}
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */