/*
 * Style-Sheet fuer die umgebenden Rahmen
 *
 */
body {
  background-color: #cccccc;
  font-family: Garamont,'Times New Roman',Times,serif;
  font-size: 14px;
  margin-left: 12px;
  margin-right: 12px;
}

.emphasized {
  font-weight: bold;
}

/*
 * Anchor
 */

a {
  text-decoration: none;
  color:#720f0f;
}

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

a.footer {
  text-decoration: none;
  color: #eeeeee;
}

a.footer:hover {
  text-decoration:underline;
  color: #ffffff;
}

h2 {
  font-size: 200%;
  text-align: center;
  color: #ffffff;
}

.title {
  text-align: center;
}

p.buch_titel {
  color: #720f0f;
  font-weight: bold;
}

p.buch_beschreibung {
  font-weight: bold;
}

p.menu {
  font-size: 75%;
  text-align: center;
}

p.minor_infos {
  font-size: 75%;
  color: #ffffff;
}

p.img_product {
  margin-top: 0px;
}

p.information {

}

