/*
 * Standard-Style-Sheet für "www.mattes-boettingen.de"
 *
 * Version 2010101301, (c) 2002, 2010 by W.R.Schulz, Köngen
 */

/* Standard-Font auf einen serifenlosen Font einstellen. */
* {
  color:#000000;
  font-family:Helvetica,Arial,sans-serif;
}

/* Normaler Fließtext. */
.standard {
  font-size:1.1em;
  text-align:justify;
}

/* Links */
a {
  color:#600000;
  text-decoration:none;
}

a:active {
  color:#A00000;
  text-decoration:underline;
}

a:visitied {
  color:#600000;
}

a:hover {
  text-decoration:underline;
}

a.biglink {
  font-size:1.1em;
}

a.smalllink {
  font-size:0.8em;
}

/* Body */
body {
  background-color:#EBDDC3;
  background-image:url(/images/back_beige.jpg);
}

/* Überschriften */
h1, h2, h3 {
  border-bottom:2px solid #391863;
}

h5 {
  border-bottom:2px solid #391863;
  font-size:2pt;
  margin-top:0px;
}

/* Startseite */
p.intro {
  font-size:1.7em;
  font-weight:bold;
  text-align:center;
}

/* Anmerkungen. */
p.anm {
  font-size:0.8em;
  text-align:justify;
}

/* Impressum. */
.impr {
  font-size:10pt;
  text-align:left;
}

.imprtag {
  font-size:10pt;
  font-weight:bold;
  text-align:right;
}

/* Fettschrift. */
.bold {
  font-weight:bold;
}

/* <eof> */

