/* 
Die Farben:
 beige: #F4EEE2
 rot: #BE0926
 gruen: #6A7341
*/

/* Hintergrund: beige */
body {
  background: #F4EEE2
}

/* Überschriften */
gross {
  font-family: tahoma, verdana, arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  color: #6A7341;
  align=right
  valign=center
}

/* Normale Schrift */
normal {
  font-family: tahoma, verdana, arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 80%;
  color: #6A7341;
}


/* Fette Schrift */
fett {
  font-family: tahoma, verdana, arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 80%;
  color: #6A7341;
}

/* Fette Schrift rot */
fett_rot {
  font-family: tahoma, verdana, arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 80%;
  color: #BE0926;
}

/* Fette Schrift rot */
email {
  font-family: tahoma, verdana, arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 80%;
  color: #BE0926;
}

/* Fette Schrift rot */
cp {
  font-family: tahoma, verdana, arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 60%;
  color: #6A7341;
}

/* Links */
a {
  color: #BE0926;
}
a:hover {
  color: #BE0926;
  font-style: italic;
}
/* geschenklink */
geschenklink {
  font-weight: bold;
  font-size: 80%;
  color: #BE0926;
}
geschenklink:hover {
  font-weight: bold;
  font-size: 80%;
  color: #BE0926;
  font-style: italic;
}


/* horizontraler Strich */
hr {
  color: #BE0926;
}
