body { 
  margin: 0 0 0 0;
  color:#000000;
  background-color:#FFFFFF;
  font-family:Arial,sans-serif;
  font-size:10pt;
}

table, tr, td, p { 
  color:#000000;
  font-family:Arial,sans-serif;
  font-size:10pt;
}

a:link { color:#000000; }
a:visited { color:#000000; }
a:active { color:#000000; }

.button { 
  font-size:10pt;
  background:#F3F8FC;
  color:#000000;
  border-left: 1px solid #154374;
  border-bottom: 1px solid #154374;
  border-right: 1px solid #154374;
  border-top: 1px solid #154374;
}

.submitbutton { 
  font-size:10pt;
  background:#CCCCCC;
  color:#000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}

.small {
  font-size:10px;
}

.error {
  color:#CC0000;
  font-weight:bold;
}


.info {
  color:#CC0000;
  font-weight:bold;
}


.admin {
  text-align:left;
  margin: 10px;
}

.noCookie { 
  background:#FFF2F2;
  border-left: 1px solid #BC0A0A;
  border-bottom: 1px solid #BC0A0A;
  border-right: 1px solid #BC0A0A;
  border-top: 1px solid #BC0A0A;
  padding: 4;
}

/* Zwischenueberschrift mit grauem Hintergrund - eine Tabelle */
.ueberschriftgrau { 
  background-color: #EFEFEF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight:bold;
}

.ueberschriftweiss { 
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight:bold;
}

.ueberschriftorange { 
  background-color: #FFCC00;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight:bold;
}


/* Rote Ueberschrift auf vielen Seiten */
.maintable h1 {
  color:#CC0000;
  font-weight:bold;
  font-size:16pt;
}


/* Rote Ueberschrift auf vielen Seiten */
.maintable h2 {
  color:#CC0000;
  font-weight:bold;
  font-size:12pt;
}


.predigtueberschrift {
  font-weight:bold;
  font-size:25px;
}


.predigtautor {
  font-size:10px;
}

/* Linke Navigation */

.navigation a {text-decoration:none; }
.navigation a:hover {text-decoration:underline;}
.navigation h1 { font-size:10pt; font-weight:bold; margin-bottom:0; margin-top:15px; }


/* Ganzer Text als Link */

.textlink a { text-decoration:none; }
.textlink a:hover {text-decoration:underline;}



/* Obere Navigation */

.topnavigation a { text-decoration:none; font-weight:bold; color:#FFFFFF; }
.topnavigation a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }
.topnavigation a:active { text-decoration:none; font-weight:bold; color:#FFFFFF; }
.topnavigation a:hover{ text-decoration:underline; }


/* Footer */

.footer { 
  font-size:10px;
}