/*************************************************************************************************/
/* Ueberschriften */

h1 
{
  font-family   : Helvetica;
  font-weight   : normal;
  font-style    : italic;
  font-size     : 24px;
  margin-top    : 5px;
  margin-bottom : 8px;
  color         : #000000;
  clear         : both;
}

h2
{
  font-family   : Helvetica;
  font-weight   : bold;
  font-style    : normal;
  font-size     : 17px;
  margin-top    : 4px;
  margin-bottom : 1px;
  /* color in PHP */
}

h2.kleiner, .kleiner h2,
h2#kleiner, #kleiner h2
{
  font-family   : Verdana;
  font-weight   : bold;
  font-style    : normal;
  font-size     : 13px;
  margin-top    : 2px;
  margin-bottom : 0px;
}

h3, h3 a:active, h3 a:link, h3 a:visited
{
  font-family   : Lucica;
  font-weight   : normal;
  font-style    : normal;
  font-size     : 16px;
  margin        : 0px;
  color         : #838383;
}

h4, h4 a
{
  font-family   : Lucica;
  font-weight   : normal;
  font-style    : normal;
  font-size     : 16px;
  margin        : 0px;
  color         : #838383;
  display       : inline;
}

/*************************************************************************************************/
/* Text */

div.main, html, body, .text, #text, table, td
{
  font-family   : Trebuchet MS, Verdana;
  font-weight   : normal;
  font-style    : normal;
  font-size     : 14px;
  color         : #000000;
}

.einleitung, #einleitung
{
  font-family   : Trebuchet MS, Helvetica;
  font-weight   : normal;
  font-style    : italic;
  font-size     : 16px;
  color         : #000000;
}

.fusszeile, #fusszeile
{
  font-family   : Verdana, Helvetica;
  font-weight   : bold;
  font-style    : italic;
  font-size     : 12.5px;
  line-height   : 17px;
  margin-bottom : 4px;
  color         : #000000;
}

.fehler, #fehler
{
  font-family   : Verdana, Helvetica;
  font-weight   : bold;
  font-style    : normal;
  font-size     : 14px;
  color         : #FF0000;
}

.kleiner, ul .kleiner, .kleiner ul,
#kleiner, ul #kleiner, #kleiner ul
{
  font-family   : Verdana;
  font-weight   : normal;
  font-style    : normal;
  font-size     : 12px;
  line-height   : 14px;
}

.nobr
{
  white-space   : nowrap;
}

/*************************************************************************************************/
/* Farben */

.weiss, #weiss
{
  color         : #FFFFFF;
}

.schwarz, #schwarz
{
  color         : #000000;
}

