@charset "UTF-8";

/* CSS fuer Wer liefert was?
 * 
 * Typselektoren
 *
*/

body {
  background-color: rgb(255,255,255);
}

/* Bisher nur Firmen??bersicht, Druck */
h1 {
  color:rgb(0,0,0);
}

h2 {
  color:rgb(255,255,255);
}

h3 {
  color:rgb(37,78,155);
}

h4 {
  color:rgb(0,0,0);
}

h5 {
  color:rgb(204,0,0);
}

h6 {
  color: rgb(255,255,255);
}

/* fur rote Schrift innerhalb von Text */
.rot {
  color:rgb(204,0,0);
}
