/* ----------------
   Text-Elemente
---------------- */

h1, h2, h3, h4 {
  color: #000;
  letter-spacing: 1px;
  font-weight: normal;
  font-variant: small-caps;
}

h2 {
  font-size: 200%;
  margin: 0;
}

h3 {
  font-size: 140%;
  height: 35px;
  line-height: 35px;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 100%;
}

.abs {
  margin-top: 5px;
  font-variant: small-caps;
  text-indent: 0;
  text-align: left;
  letter-spacing: .5px;
}

img {
  border: none;
}

p {
  text-indent: 25px;
  text-align: justify;
  margin-top: 0;
}

.h {
  letter-spacing: 1.5px;
  color: #000;
}

.sc {
  font-variant: small-caps;
  font-style: normal;
  letter-spacing: .75px;
}

.buch, .schule, .merkmal {
  font-style: italic;
}

.neu {
  color: #900;
}

.small {
  font-size: 85%;
  line-height: 1.5em;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
  text-indent: 0;
}

.bold {
  font-weight: bold;
}

dl {
  margin: 0 0 0 1px;
  text-align: justify;
}

dt {
  margin: 1em 0 0 0;
}

dd {
  margin: 0;
  text-indent: 25px;
}

address {
  margin: 1em 2em;
}

ul.normal {
  margin: 0 0 1em 0;
  padding: 0;
}

.updates li {
  margin: 1em 0;
}

.normal li {
  text-indent: 40px;
  text-align: justify;
}

.normal li ul {
  margin: 0;
  padding: 0;

}

.normal li li {
  list-style-type: disc;
  list-style-position: inside;
  background: none;
  text-indent: 50px;
}

dl ul {
  margin: 0 0 0 25px;
  padding: 0;
}

dl li {
  text-indent: 0;
}

code {
  font-family: "Courier New", monospace;
}

kbd {
  font-family: "Courier New", monospace;
  background: #ddd;
  color: #000;
}

.clear {
  clear: both;
  visibility: hidden;
}

/* ----------------------------
   Kästen, Zitate, Vignetten
---------------------------- */

blockquote {
  margin: 1em 25px;
}

blockquote h5 {
  margin-bottom: -1em;
}

blockquote p {
  font-style: italic;
  margin: 0;
}

.note {
  font-size: 85%;
  line-height: 1.5em;
}

.note h5, .note p {
  margin: 0;
}

.vig {
  display: none;
}


/* -----------------------
   Formulare und Knöpfe
----------------------- */

#gb {
  display: none;
}

/* -----------------------
   Navigation und Links
----------------------- */

#navi-main-box {
  display: none;
}

.top-link {
  display: none;
}

a, #navi-sub a {
  color: #666;
  text-decoration: underline;
}

.active {
  color: #000;
  text-decoration: underline;
}

/* ------------------------
   Grobe Seiten-Struktur
------------------------ */

body {
  font: normal 80%/165% Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
  color: #000;
}

#head {  
  display: none;
}

#foot {
  display: none;
}
