/* CSS Document */

body {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 0.75em;
  color: black;
}

a {
  font-family: Arial, Helvetica, Sans Serif;
  /* font-size: 0.8em; */
  color: #009ee0; /* #9d0d15; */
  text-decoration: none;
  font-weight:bold;
}

a:hover {
  font-family: Arial, Helvetica, Sans Serif;
  /* font-size: 0.8em; */
  color: #00ccff; /* #e2001a; */
  text-decoration: none;
  font-weight:bold;
}

.linktab {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 0.8em;
  color: black;
  font-weight:bold;
}

h3 {
  color: #b03248;
  font-size: 1.4em;
}

.heading {
  color: #b03248;
  font-size: 1.2em;
  font-weight: bold;
}

.heading h1 {
  color: #b03248;
  font-size: 1.1em;
  font-weight: bold;
}

.preise td {
    font-family: Arial, Helvetica, Sans Serif;
  font-size: 0.75em;
  color: black;
}

.preisbox {
  width: 300px;
  padding: 5px;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 0.75em;
  border: 1px solid black;
  background:  #b03248;
  color: #fccb8c;
}

.person td {
   font-family:Arial, Helvetica, Sans Serif;
   font-size:0.75em;
   vertical-align:top;
}

.footer {
  font-family:Arial, Helvetica, Sans Serif;
  font-size: 0.6em;
}

.termine {
  width: 190px;
  border: 1px solid red;
  padding: 5px;
  text-align: center;
  background: #956939;
  color: #fdcb8c;
  font-weight: normal;
}
