/*
 *
 * Formatdefinitionen für www.heilpraxis-scheerer.de
 *
 * Verwendete Farben:
 *
 *  gelb:       #FEF5A0, RGB: 254 245 160
 *  orange:     #E4663B, RGB: 228 102  59
 *  hellbraun:  #963C28, RGB: 150  60  40
 *  braun:      #47271B, RGB:  71  39  27
 *  Relieflogo: #F8DB3f, RGB: 248 219  63
 *
 */

a:link { font-weight:bold; color:#963C28; text-decoration:none }
a:visited { font-weight:bold; color:#47271B; text-decoration:none }
a:hover { font-weight:bold; color:#E4663B; text-decoration:none }
a:active { font-weight:bold; color:#E4663B; text-decoration:none }
a:focus { font-weight:bold; color:#E4663B; text-decoration:none }

body, textarea {
  scrollbar-base-color:#FEF5A0;
  scrollbar-3dlight-color:#F8DB3f;
  scrollbar-arrow-color:#F8DB3f;
  scrollbar-darkshadow-color:#F8DB3f;
  scrollbar-face-color:#FEF5A0;
  scrollbar-highlight-color:#FEF5A0;
  scrollbar-shadow-color:#F8DB3f;
  scrollbar-track-color:#FEF5A0;
}

body {
  background-color:#FEF5A0;
  color:#47271B;
  font-family:serif;
}

h3 {
  color:#E4663B;
}


