div.grau {
  background-color: #E6E6E6;
  width: 100%;
  margin-bottom: 3px;
  overflow: auto; 
    /* für FX und Konqueror, um bei großem Font die Kopfzeile und die
     * Link-Tabelle gleich breit zu halten */
}

div#ubckopf {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 2px;
  font-weight: bold;
  /* color: #177665; */
  color: white;
  background-color: #418F7C;
}

.red {
  color: red;
  font-weight: bold;
  text-align: center;
}

.achtung {
  border-color: #CC0000;
  border-style: solid;
  border-width: 1px 1px 1px 1em;
  font-weight: 700;
  margin: 1.5em;
  padding: 0.5em 1em;
}

.linktab {
  text-align: center;
  background-color: #E6E6E6; /* inherit geht bei IE nicht */
  width: 100%;
  border: 0;
}

.linktab tr {
  border: 0;
  height: 3em;
}

.ltcellh {
  padding: 0;
}

.ltcell {
  vertical-align: middle;
  border: 1pt solid white;
  font-size: 1.1em;
  font-weight: bold;
  padding: 3px;
  width: 20%;
}

.ltcell a {
  text-decoration: none;
  /* color: #999900; */
  color: black;
  white-space: nowrap;
}

/* Misc-Menü ausblenden, sofern vorhanden */
ul#MainMenuList li#Misc span {
  display: none;
}

.ubchelp {
  border-top: 1px solid;
}

.ubclink {
  white-space: nowrap;
}

a.ubclink:link, .ShortTitleUn a:link, .ShortTAut a:link, .RelatedLink a:link,
div.CatInfoCont a:link {
  color: black;
  text-decoration: underline;
}

a.ubclink:visited, .ShortTitleUn a:visited, .ShortTAut a:visited, .RelatedLink
a:visited, div.CatInfoCont a:visited {
  color: green;
  text-decoration: underline;
}

a.ubclink:hover, .ShortTitleUn a:hover, .ShortTAut a:hover, .RelatedLink
a:hover, div.CatInfoCont a:hover {
  color: red;
  text-decoration: underline;
}

a.ubclink:active, .ShortTitleUn a:active, .ShortTAut a:active, .RelatedLink
a:active, div.CatInfoCont a:active {
  color: black;
  text-decoration: underline;
}

.illhead {
  color: blue;
  font-size: 1.5em;
  line-height: 1.5em;
}

/* Medientyp, Benachrichtigungsart im FL-Formular ausblenden */
/*
div.ILLSelectFormTableHeading label#lblNOTIFY, div.ILLSelectFormTableHeading label#lblMATTYP,
div.ILLSelectFormTableContext select#NOTIFY, div.ILLSelectFormTableContext select#MATTYP {
  display: none;
}
*/

/* Anfragetyp im FL-Formular ausblenden */
div.ILLSelectFormTableHeading label#lblReqType, div.ILLSelectFormTableContext select#ReqType {
  display: none;
}

div.ILLSelectFormTableHeading label#lblTITL, div.ILLSelectFormTableHeading label#lblAUTH {
  font-weight: bold;
}

div.ItemResFields label#lblNotifyMeBy,
div.ItemResFields select#NotifyMeBy,
div.ItemResFields label#lblMyNote,
div.ItemResFields input#MyNote {
  display: none;
}

div[data-reactid=".0.1.0.1.0.$SameAsPostal"] {
  display: none;
}
