body, td, table, tr, p {
  font-family:Verdana, Arial, Helvetica, sans-sarif;
  font-size:10pt;
  color:#000000;
}

.error {
  color:#CC3300;
  font-weight:bold;
}

a { color:#1C55AA; text-decoration:none; }
a:visited { color:#4D88E1; }
a:hover { text-decoration:underline; }

.chapters { font-family:Arial; font-size:8pt; }
.chapters td { font-family:Arial; font-size:8pt; }

.h4 { font-weight:bold; font-size:12pt; }

hr { color:#1C55AA; }

.select { 
  height:20px;
  font-size:8pt;
  background:#EBF1FC;
  color:#000000;
  border-left: 1px solid #1C55AA;
  border-bottom: 1px solid #1C55AA;
  border-right: 1px solid #1C55AA;
  border-top: 1px solid #1C55AA;
}

.submitbutton { 
  font-size:9pt;
  background:#EBF1FC;
  color:#000000;
  border-left: 1px solid #1C55AA;
  border-bottom: 1px solid #1C55AA;
  border-right: 1px solid #1C55AA;
  border-top: 1px solid #1C55AA;
}

.textfield { 
  background:#EBF1FC;
  color:#000000;
  border-left: 1px solid #1C55AA;
  border-bottom: 1px solid #1C55AA;
  border-right: 1px solid #1C55AA;
  border-top: 1px solid #1C55AA;
}

.menu { 
  background:#EBF1FC;
  color:#000000;
  border-left: 1px solid #1C55AA;
  border-bottom: 1px solid #1C55AA;
  border-right: 1px solid #1C55AA;
  border-top: 1px solid #1C55AA;
}

.submit { 
  background:#EBF1FC;
  color:#000000;
  border-left: 1px solid #1C55AA;
  border-bottom: 1px solid #1C55AA;
  border-right: 1px solid #1C55AA;
  border-top: 1px solid #1C55AA;
}

.marked { background-color:#CCDDF7; }
.verseNo { color:#1C55AA; font-size:8pt;  }

.captions { font-family:Arial; font-size:10pt; }
.captions td { font-family:Arial; font-size:10pt; }
.blue { background-color:#EBF1FC;  }


.title { font-weight:bold; background-color:#EBF1FC; }
.bibel { font-family:Arial;  font-size:10pt; }
.context { font-family:Arial;  font-size:10pt; }
.links { font-family:Arial;  font-size:8pt; }


/* Farben für parallele Bibeldarstellung und Suche */

.red { color:#CC3300; }
.green { color:#00CC00; }
.lightblue { color:#3399FF; }
.darkgreen { color:#009933; }
.pink { color:#993399; }
.darkblue { color:#3366CC; }


/* CSS für Parallelstellen */

body.tsk, p.tsk, span.tsk {
  font-family:Arial;
  font-size:8pt;
  background-color:#EBF1FC;
}

a.scripture { text-decoration:none; font-weight:bold; color:#1C55AA; }
.tskscripture  { color:#1C55AA; }


/* CSS für BBCode */

select.bbcode { 
  color: black;
  background-color: white;
  font-family: Verdana, serif;
  font-size: 70%;
  font-weight: normal;
  border-color: black;
  border-style: solid;
  border-width: 1px;
}

span.bbcode { 
  color: black;
  font-family: Verdana, serif;
  font-size: 70%;
  font-weight: normal;
}

a.bbcode {
  color: black;
  background-color: white;
  font-family: Verdana, serif;
  font-weight: normal;
}

input.bbcode { 
  color: black;
  font-weight: normal;
  font-size: 70%;
  font-family: Verdana, Helvetica, sans-serif;
  background-color: #EFEFEF;
  border-style: solid;
  border-width: 1px;
}

.helpline { 
  background-color: #DEE3E7;
  border-style: none;
}


/* Colors for login */
table.login {
  border-color: #12488B;
  border-style: solid;
  border-width: 1px;
  background-color:#E1EDFB;
}