/*==================================================
style-sheets.de
Das "Logo" in der Kopfzeile
(c) 2003-2004 by Gerrit Kaiser <gk@style-sheets.de>
==================================================*/

#sitemast h1 {
  font: 200%/1 Arial, Helvetica, sans-serif;
  letter-spacing: -.1em;
  margin: 0;
  padding: .25em;
  text-shadow: 0 0 .2em #bbb;
}

#sitemast span {
  font-family: "Helvetica Black", "Arial Black", Arial, Helvetica, sans-serif;
  color: #000;
}

#sitemast span#slogan {

  font: .45em Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  color: rgb(122,155,188);
  letter-spacing: normal;
  display: block;
  margin: 0 0 0 5em;
  text-shadow: none;
}

#sitemast span#slogan em {
  font-style: normal;
  color: #4F9B74;
}
