body {
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  font-size: 100%;
  color: #ffffff;
  font-weight: 300;
  background-color: #333333;
}
h1 {
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
}
h2 {
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
}
h3 {
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
}
a {
  color: #ffffff;
}
.table {
  background-color: #333333;
  text-align: left;
  min-width: 100%;
}
.table_header {
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}
/* Tabellenspalten für Funktionsbaustein-Dokumentation */
.col1 {
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  width: 1%;
  font-weight: bold;
}
.col2 {
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  width: 1%;
  font-weight: bold;
}
.col3 {
  vertical-align: top;
  text-align: left;
}

/* Codeblock mit Schaltflaeche zum Kopieren */
.code {
  background-color: #262626;
  color: #e6e6e6;
  border: 1px solid #5a5a5a;
  padding: 10px;
  overflow: auto;
  font-family: "Courier New",Courier,monospace;
  font-size: 90%;
  line-height: 1.35;
  white-space: pre;
}
.copybtn {
  background-color: #555555;
  color: #ffffff;
  border: 1px solid #8a8a8a;
  padding: 6px 14px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
  cursor: pointer;
}
.copybtn:hover {
  background-color: #6a6a6a;
}
.copyhint {
  font-size: 90%;
  color: #cccccc;
}

/* ============================================================
   AUTOMATISCHE TABELLENFORMATIERUNG
   Wirkt auf alle Tabellen: Spalte 1+2 = minimale Breite, Spalte 3 = Rest
   Um diese Änderung rückgängig zu machen, den gesamten Block
   zwischen START und ENDE löschen oder auskommentieren
   ============================================================ */
/* START: Automatische Tabellenformatierung */
/*
table td:first-child {
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  width: 1%;
  font-weight: bold;
}
table td:nth-child(2) {
  vertical-align: top;
  text-align: left;
//  white-space: nowrap;
//  width: 1%;
  font-weight: bold;
}
table td:nth-child(3) {
  vertical-align: top;
  text-align: left;
}
*/
/* ENDE: Automatische Tabellenformatierung */

/* ============================================================
   VOLLTEXTSUCHE (search.html)
   ============================================================ */
.searchbox {
  margin: 16px 0;
}
.searchinput {
  background-color: #262626;
  color: #ffffff;
  border: 1px solid #8a8a8a;
  padding: 6px 8px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
}
.filterbar {
  margin: 10px 0;
  font-size: 90%;
  color: #cccccc;
}
.filterbar label {
  margin-right: 14px;
}
.filterbar .sep {
  color: #777777;
  margin-right: 14px;
}
.searchmeta {
  margin: 12px 0 4px 0;
  font-size: 90%;
  color: #cccccc;
}
.searcherr {
  margin: 8px 0;
  color: #ff8080;
}
.searchfoot {
  margin: 24px 0 8px 0;
  font-size: 80%;
  color: #888888;
}
.syntaxhelp {
  margin: 12px 0;
  border: 1px solid #5a5a5a;
  padding: 8px;
  background-color: #2b2b2b;
}
.syntaxhelp summary {
  cursor: pointer;
  font-weight: bold;
}
.hit {
  margin: 0 0 16px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #4a4a4a;
}
.hit-title {
  font-size: 115%;
  font-weight: bold;
}
.hit-sec {
  font-size: 85%;
  color: #bbbbbb;
}
.hit-path {
  font-size: 80%;
  color: #888888;
  font-family: "Courier New",Courier,monospace;
}
.hit-snip {
  margin-top: 4px;
  line-height: 1.4;
}
mark {
  background-color: #ffd24d;
  color: #000000;
}
