/*  als link zu index.php hinzugefügt  */
.bluetable { border: gray 1px solid; background-color: white;}
.bluetable th, td { padding: 2px; margin: 1px; border: white 1px solid;}
.bluetable th {background-color: #0060BD; color: white;}
.bluetable td { background-color: #f2f2f2; text-align: left; }
.tdcenter { text-align: center; }
.tdright { text-align: right; }
.bluetable p { margin:0px; }

.redbox { border: 1px solid red; padding: 5px; }

.pgtable { border: 1px solid silver; }
.pgtable td { border: 1px silver solid; margin: 0px; padding: 0px 10px; }
.pgtable tr { background-color: rgb(221, 221, 221); }
.pgtable td:first-child { text-align: center; }
.pgtable .y { background-color: lawngreen; }
.pgtable p { margin: 0px; padding: 2px; }


.inkotable { border: 1px solid silver; }
.inkotable th {background-color: #0060BD; color: white;}
.inkotable td { border: 1px silver solid; margin: 0px; padding: 0px 10px; }
.inkotable td:nth-child(2) {background-color: rgba(205,255,207,1.00); }
.inkotable tr { background-color: rgb(221, 221, 221); }
.inkotable td:nth-child(2), .inkotable td:nth-child(3) { text-align: center; }
.inkotable td:nth-child(1) { font-weight: bold; }
.inkotable p { margin: 0px; padding: 2px; }

.com-content-article {
  background-color: #f7f7f7;
  padding: 10px;
}

/* ------ NRF ------- */
#apo_content h1 { font-size: 20px; }
#apo_content h2 { font-size: 18px; }
#apo_content h3 { font-size: 16px; }
#apo_content h4 { font-size: 14px; }

#apo_content .grauer-kasten {
  background-color: #EFF2F3;
  padding: 15px;
}

#apo_content .content h3.blau {
  font-family: "Roboto-Medium";
  font-size: 16px;
  font-weight: normal;
  color: #009FEB;
  margin-bottom: 15px;
}
#apo_content .weisser-kasten {
  background-color: #ffffff;
  padding: 10px 10px;
  margin: 5px 0;
}

#apo_content .c-blau2 { color: rgb(34, 38, 42); }
#apo_content .blau { color: #009FEB; }

/* ------ menu -----*/
/*li.item-602 a { color: #CF5A00;} */
.menu-orange { color: #CF5A00 !important;}
.menu-darkgreen { color: #007924 !important;}
.menu-brown { color: #945427 !important;}
.menu-red { color: #B40012 !important;}

