/* Formatvorlage pferde-box.ch */

BODY { background-color: rgb(184, 219, 125);
       color: black;
       font-family: Garamond, "Times New Roman", serif }

H1, H2, H3, H4, H5, H6 { text-align: center }

P.BildMitLegende { text-align: center }

TD.links {
  text-align: left;
}

TD.mitte {
  text-align: center;
}

TD.rechts {
  text-align: right;
}

/* Menü links */

BODY.Menu {
  margin: 5px;
  background-color: rgb(0, 145, 64);
}

BODY.Menu TABLE {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

BODY.Menu TD {
  border-style: solid;
  border-width: 2px;
  border-left-color: rgb(240, 200, 160);
  border-top-color: rgb(240, 200, 160);
  border-right-color: rgb(89, 53, 14);
  border-bottom-color: rgb(89, 53, 14);
  color: rgb(255, 255, 0);
  background-color: rgb(173, 114, 53);
  padding: 3px;
}

BODY.Menu A {
  color: rgb(255, 255, 0);
  background-color: transparent;
  text-decoration: none;
}

BODY.Menu A:hover {
  color: rgb(0, 220, 0);
  text-decoration: none;
}

/* Bannerframe oben */

BODY.Banner {
  background-image: url("../Bilder/Marmor.jpg");
  margin-top: 5px;
  /* font-family: "Balloon XBd BT", Arial, sans-serif; */
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  color: black;
  text-shadow: 0.1em 0.1em white;
}

BODY.Banner TABLE {
  width: 100%;
}

BODY.Banner TR {
  vertical-align: top;
}

DIV.e0 {
  position: relative;
  width: 10em;
  height: 2.7em;
}

DIV.e1 {
  position: absolute;
  left: 0.25em;
  top: 0.25em;
  color: white;
}

DIV.e2 {
  position: absolute;
  left: 0.3em;
  top: 0.3em;
  color: black;
}

