/*
 * Style-Sheet fuer den Rumpf
 *
 */
body {
  background-color:#FFFFFF;
  /*font-family:'Times New Roman',Times,serif;*/
  font-family: Garamont,Times,serif;
  font-size: 90%;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
}

a {
  text-decoration: none;
  color:#880000;
}

a:hover {
  text-decoration:underline;
  color:#990000;
}

h2 {
  font-size: 130%;
}

.standard {
  text-align: justify;
}

/*
 * official (nomospace)
 */
p.official {
  font-family: 'Courier New', Courier, sans-serif;
  font-size: 12px;
}

table.official {
  font-family: 'Courier New', Courier, sans-serif;
  font-size: 12px;
}

/*
 * story (serife)
 */
p.story {
  font-family: Garamont,Times,serif;
}
p.story_major:first-letter {
  font-size: 200%;
  text-align: top;
}

/*
 * data (sans-serife)
 */
p.data {
  font-family: Helvetica, sans-serif;
}

table.data {
  height: 50px;
  border-spacing: 10px;
  border: 0px;
}

th.data {
  text-align: left;
}

td.data {
  vertical-align: top;
}

div.image_fullpage {
  text-align: center;
}

div.image_additional_right {
	margin-left: 5px;
}

/*
 * command
 */
a.command {
  font-weight: bold;
  font-size: 110%;
}


/*
 * abschnitt_titel
 */
p.abschnitt_titel {
  font-weight: bold;
}

hr.abschnitt_titel {
  background-color: #720f0f;
  color: #720f0f;
  height: 3px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*
 * nl_titel
 */
p.nl_titel {
  font-weight: bold;
  font-size: 140%;
}

hr.nl_titel {
  background-color: #720f0f;
  color: #720f0f;
  height: 5px;
}

/*
 * aufzaehlung_abstand
 */
table.aufzaehlung_abstand {
  margin: 20px;
}

td.aufzaehlung_abstand {
  padding: 5px;
}


/*
 * home
 */
p.home {
  color:#888888;
  text-align: right;
}

a.home {
  text-decoration: none;
  color:#666666;
}

a.home:hover {
  text-decoration:underline;
  color:#444444;
}

/**
 * space
 */
td.space {
  height: 50px;
}


/*
 * funde
 */
p.fund_datum {
  font-size: 120%;
  font-weight: bold;
}

p.fund_titel {
  font-weight: bold;
}

p.fund_body {
}

/**
 *
 */
p.glossar {
  font-size: 80%;
}

span.glossar {
  font-weight: bold;
}

/**
 * Schatzwarnung
 */
p.schatzwarnung {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
