
/*-------------------------------- / Impressum: / begegnungszentrum.css / CSS für Begegnungszentrum Rüdlingen / Version 0.1, 25.07.01 / erstellt von kircom.ch Werner Näf / werner.naef@kircom.ch /-------------------------------- /--------------------------------*/   /*-------------------------------- / Bemerkungen: /  / Farben: / hellblau: #888BCF RGB 136 139 207 / dunkelblau: #23305E RGB 35 32 94 / figurenblau: #37337D RGB 55 51 125 (im alternativen Logo verwendet) / grün: #969604 RGB 150 151 4 / hellolive: #E4E4AE RGB 228 228 174 / gebrochenes Weiss: #EDEBD6 RGB 237 235 215 (Tabellenausgabe) /--------------------------------*/
BODY, TD, P, DIV {
  font-family: Verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  color: #23205e;
  line-height: 130%;
}

TD.titelleiste {
  color: #969604;
  font-size: 12pt;
  font-weight: bold;
}

TD.hauptnav-hier {
  color: #23205e;
  font-size: 9pt;
  font-weight: bold;
  background-color: #969604;
}

/*---------------------------------------------- / Überschriften /-----------------------------------------------*/
P.hauptueberschrift {
  font-size: 13pt;
  font-weight: bold;
}

P.ueberschrift {
  font-size: 11pt;
  font-weight: bold;
}

P.untertitel {
  font-size: 10pt;
  font-weight: bold;
}

  /*---------------------------------------------- / Links /-----------------------------------------------*/
A {
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
  color: black;
}

A:HOVER {
  color: #969604;
}

A.hauptnav {
  color: #E4E4AE;
  font-size: 9pt;
  font-weight: bold;
}

A.hauptnav:HOVER {
  color: #23205e;
}

/*-------------------------------------------- / Tabellenausgabe /---------------------------------------------*/ 
TD.kopf {
  background-color: #969604;
  color: #E4E4AE;
  font-weight: bold;
}

TD.ausgabe {
  background-color: #EDEBD6;
}

/*---------------------------------------------- / Fussleiste /-----------------------------------------------*/
TD.fussleiste {
  background-image: url(bilder/leiste-unten-hintergrund.jpg);
}

TD.fussleiste-text {
  color: white;
  font-size: 8pt;
  background-color: #23305E;
}

A.fussleiste {
  color: white;
  font-size: 8pt;
  font-weight: normal;
  background-color: #23305E;
}

A.fussleiste:HOVER, A.fussleiste:ACTIVE {
}

