/*
Elemente-Farben:
Eis #823382 (Violett) - Humus #458233 (Grün)
Erz #df9401 (Orange) - Luft #e8ce15 (Gelb)
Feuer #933 (Rot) - Wasser #336599 (Blau)
*/

/* ----------------
   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;
  padding: 0 0 0 25px;
  margin-top: 1.5em;
  margin-bottom: 1em;
  background: url(../img/bg_h3.gif) no-repeat left center;
}

h4 {
  font-size: 110%;
  margin: 0 0 1em 25px;
  border-bottom: 2px solid #aaa;
}

h5 {
  font-size: 100%;
  margin: 0;
}

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

img {
  border: none;
}

#dsa-ring-logo {
  padding: 0;
  margin: 5px 35px;
  background: url(../img/banner_dsa-ring.gif) no-repeat bottom center;
  display: block;
  width: 70px;
  height: 60px;
  font-weight: bold;
  color: #fff;
}

#dsa-ring-logo:hover {
  background: url(../img/banner_dsa-ring.gif) no-repeat top center;
}

#schatzwaechter-logo {
  padding: 0;
  margin: 1em 0 5px;
  background: url(../img/banner_schatzwaechter.gif) no-repeat top center;
  display: block;
  width: 140px;
  height: 56px;
}

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

.mi {
  border-left: 4px solid #333;
  margin-left: 10px;
}

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

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

.buch, .schule, .merkmal, .vorteil, .nachteil, .sf, .eigenschaft {
  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 {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
}

.updates li {
  margin: 1em 0;
}

.normal li {
  text-indent: 40px;
  background: url(../img/ico_dot.gif) no-repeat 25px 6px;
  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 {
  list-style-type: none;
  margin: 0 0 0 25px;
  padding: 0;
}

dl li {
  text-indent: 0;
}

acronym {
  /* cursor: help; */
  border-bottom: 1px dotted #333;
}

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

kbd {
  font-family: "Courier New", monospace;
  background: #ddd;
  padding: 0 5px;
  border-style: outset;
  border-width: 2px;
  font-size: 85%;
  color: #000;
}

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

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

blockquote {
  padding: 0 0 10px 0;
  margin: 1.5em 0;
  background: #fafafa url(../img/bg_quote_u.gif) no-repeat bottom center;
  font-style: italic;
}

blockquote h5 {
  margin-bottom: -1em;
  font-style: normal;
}

blockquote p {
  margin: 0;
  padding: 0 10px;
  text-align: left;
}

.quote {
  text-indent: 0;
  background: url(../img/bg_quote_o.gif) no-repeat top center;
  padding-top: 15px;
}

.cite {
}

.note {
  background: #ddd url(../img/bg_kasten_u.gif) no-repeat bottom center;
  margin: 1.5em 0;
  padding: 0 0 10px 0;
  font-size: 85%;
  line-height: 1.5em;
}

.note h5 {
  margin: 0;
  padding: 12px 10px 0 10px;
  background: url(../img/bg_kasten_o.gif) no-repeat top center;
}

.note p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
}

.vig {
  background: #ddd url(../img/bg_vig_u.gif) no-repeat bottom center;
  margin: 0 0 1em 0;
  padding: 0 0 10px 0;
  font-size: 80%;
  line-height: 1.5em;
  width: 160px;
  clear: both;
}

.vig h5 {
  margin: 0;
  padding: 12px 10px 0 10px;
  background: url(../img/bg_vig_o.gif) no-repeat top center;
}

.vig img, .note img {
  margin: 5px 10px;
}

.vig p {
  text-indent: 0;
  text-align: left;
  margin: 0;
  padding: 0 10px;
}

.l {
  float: left;
  border-right: 15px solid #efefef;
}

.r {
  float: right;
  border-left: 15px solid #efefef;
}

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

.form {
  width: 350px;
  margin: 0 auto;
  margin-bottom: 2em;
  padding: 0;
}

.form p {
  text-indent: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input.data, textarea {
  display: block;
  width: 350px;
  background: #ddd;
  color: #333;
  padding: 3px 5px;
  font: normal 100%/100% Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
  border: none;
}

input.button {
  color: #666;
  background: #ddd;
  font-style: italic;
  font-family: Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
  border-style: solid;
  border-color: #aaa;
  border-width: 1px 2px 2px 1px;
}

input.button:hover {
	color: #000;
}

input[type="radio"] {
  
}

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

#navi-main-box {
  background: #fafafa url(../img/bg_navi_u.gif) no-repeat bottom center;
  width: 200px;
  margin: 0 0 3em 0;
  padding: 0;
  float: left;
}

#navi-main {
  margin: 0;
  padding: 15px 10px 10px 10px;
  list-style-type: none;
  background: url(../img/bg_navi_o.gif) no-repeat top center;
}

#navi-main li {
  padding: 0;
}

.navi-sub {
  padding: 0;
  margin: 0 0 10px 7px;
  list-style-type: none;
}

.navi-sub li {
  padding: 0;
  margin: 0 0 3px 0;
}

.top-link {
  text-align: right;
}

/* alte Formatierung Inhaltsverzeichnis
.content {
  font-size: 85%;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  margin: 2em 0 3em 0;
  background: url(../img/bg_content.gif) no-repeat right center;
}

.content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.content li {
  margin: 0 3px 0 0;
  padding: 0;
  display: inline;
}
*/

.content h5 {
  background: url(../img/bg_content.gif) no-repeat right center;
  line-height: 35px;
  height: 35px;
  padding: 0 25px;
  margin: 2em 0 .5em;
}

.content ul {
  list-style-type: none;
  margin: 0 0 2em 25px;
  padding: 0;
}

.content li {
  margin: 0 .5em 3px 0;
  padding: 0;
  /* display: inline; */
}

#hex, #elt, #eis, #hum, #erz, #luf, #feu, #was {
  display: block;
  padding: 5px 0 5px 30px;
}

#hex {
  background: url(../img/ico_hex.gif) no-repeat 0 3px;
}
#hex:hover {
  background: url(../img/ico_hex.gif) no-repeat 0 -34px;
}

#elt {
  background: url(../img/ico_elt.gif) no-repeat 0 3px;
}
#elt:hover {
  background: url(../img/ico_elt.gif) no-repeat 0 -34px;
}

#eis {
  background: url(../img/ico_eis.gif) no-repeat 0 3px;
}
#eis:hover {
  background: url(../img/ico_eis.gif) no-repeat 0 -34px;
}

#hum {
  background: url(../img/ico_hum.gif) no-repeat 0 3px;
}
#hum:hover {
  background: url(../img/ico_hum.gif) no-repeat 0 -34px;
}

#erz {
  background: url(../img/ico_erz.gif) no-repeat 0 3px;
}
#erz:hover {
  background: url(../img/ico_erz.gif) no-repeat 0 -34px;
}

#luf {
  background: url(../img/ico_luf.gif) no-repeat 0 3px;
}
#luf:hover {
  background: url(../img/ico_luf.gif) no-repeat 0 -34px;
}

#feu {
  background: url(../img/ico_feu.gif) no-repeat 0 3px;
}
#feu:hover {
  background: url(../img/ico_feu.gif) no-repeat 0 -34px;
}

#was {
  background: url(../img/ico_was.gif) no-repeat 0 3px;
}
#was:hover {
  background: url(../img/ico_was.gif) no-repeat 0 -34px;
}

a, #navi-sub a {
  color: #666;
  text-decoration: underline;
  font-style: italic;
  background: url(../img/ico_a.gif) no-repeat 0 3px;
  padding-left: 13px;
  white-space: nowrap;
}

a:hover, #navi-sub a:hover, a:focus, #navi-sub a:focus {
  color: #000;
  text-decoration: underline;
  background: url(../img/ico_a.gif) no-repeat 0 -28px;
}

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

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

body {
  background: #efefef;
  font: normal 80%/165% Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
  color: #333;
  margin: 0;
  padding: 0;
}

#wrap {
  background: url(../img/bg_head.gif) no-repeat top center;
  margin: 0 auto;
  padding: 0;
  width: 700px;
}

#head {  
  margin: 0 0 1em 0;
  padding: 8px 6px 0 6px;
}

#head h1 {
  margin: 0;
  padding: 0;
}

#head p {
  position: relative;
  bottom: 20px;
  left: 125px;
  font-variant: small-caps;
  text-indent: 0;
  font-size: 85%;
  display: inline;
}

#head strong {
  font-weight: normal;
  background: url(../img/ico_dsa.gif) no-repeat left center;
  padding-left: 23px;
}

#body {
  float: right;
  width: 480px;
  margin: 0;
  padding: 0;
}

#foot {
  background: #ddd url(../img/bg_foot.gif) no-repeat top center;
  margin: 0;
  padding: 10px 15px 5px 15px;
  clear: both;
}

#foot-right {
  float: right;
  margin: 0;
}

#foot-left {
  float: left;
  margin: 0;
}

#foot p {
  text-indent: 0;
  margin: 0;
}