/*****************************************************************************
  @brief      AndoLib OPAC                                                         
  @File       karte.css                                                     
  @Version    4.10.12                                                          
  @Copyright  Anando Eger, www.aneg.de                                      
  @Function   Stylesheet ISBD-Anzeige                                       
  @Date       2018-06-18                                                    
  @date       2018-09-03 aneg: divISBD high: auto                           
  @Date       2018-10-09 ste: alle hover über :hover                        
  @Date       2019-08-09 aneg: Version 4.08 festgeschrieben
                               tblSchlagworte ergänzt
  @Date       2020-05-21 ste: td1Schlagworte ergänzt                        
  @Date       2020-06-05 ste: Klassen für Links zu Titelsuchen in externen DBs 
                ergänzt (TitExtLink, img-ofdb, img-wikipedia, img-worldcut)
  @date       2021-05-12 ste: .divCard nach alopac.css übertragen
  @date       2022-02-18 ste: divCover float:right; ergänzt
  @date       2022-09-03 ste: imgCoverS,M,L,V angepasst
  @date       2023-02-08 ste: media print
  @date       2024-12-15 ste: divISBD
                - width entfernt, führte zu Überbreite
                - height: auto entfernt, dafür entfoverflow: auto; 
                  (Höhe bis Coverende)
******************************************************************************/
  .divISBD { 
    /*width: 100%; deaktiviert, führt zu Überbreite */
    color: black; background-color: #f5f5f5;
    padding-left: 10px; padding-right: 10px; padding-bottom: 5px;
    border: 1px solid #e0e0e0;
    overflow: auto;   /* Höhe bis Coverende */
  }
  .divIsbdEx {
    width: 100%; 
    color: #A0A0A0; background-color: white; 
  }
  .tblSchlagworte { /* für Schlagworte/Originaltitel/Paralleltitel*/
    font-size: 1em;
    width: 60%;
    border: 0px; 
  }
  .td1Schlagworte{
    vertical-align: top;
    width: 100px;
  }
  .imgCoverS {    /* Coverbild Einstellung in SYSBS 9A0 X für Liste */
    max-width: 50px;
    float: right;
  }
  .imgCoverM {    /* Coverbild Einstellung in SYSBS 9A0 X für Vollanzeige */
    height: 200px;
    float: right;
  }
  .imgCoverL {    /* Coverbild Einstellung in SYSBS 9A0 X */
    height: 250px;
    float: right;
  }
  .imgCoverV {    /* Coverbild wofür? */
    max-width: 50px;
    float: right;
  }
  .COV {          /* Cover aus URL-Kategorie */
    height: 180px; 
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    float:right;
  }
  .divCover {
    position: relative;
    float: right;
    margin: 10px;
    text-align: right;
  }
  .TitExtLink{
    text-align: right;
  }
  .img-worldcut  {
     height: 20px; margin-right: 5px;
  }
  .img-wikipedia{
     height: 20px; margin-right: 5px;
  }
  .img-ofdb{
     height: 20px; margin-right: 5px;
  }
  /* in Katalogkartenanzeige */
  .signatur {color: green; font-weight: bold; font-size: 0.9em; }
  .classification {color: green; font-size: 0.9em; text-align: right }
  .pAnnotation {color: #339900;}
  .IK { background-color: gold; }
  .spnTextlink {color: #404040; cursor: pointer; text-decoration: underline;}
  .spnBandlink {color: #404040; cursor: pointer; text-decoration: underline;}
  .spanRegLine{}
  .spanRegLink{}
  .spanRegLine:hover{ background-color: gainsboro; cursor: pointer;}
  .spanRegLink:hover{ background-color: gainsboro; cursor: pointer;}
  .txtISBDLabel { color: green; }
  .TblSchlagworte {border: 0; font-size: 1em;}

@media print {    
  .signatur, .pAnnotation, .IK, .txtISBDLabel, .classification
    { color: black; background-color: white; }
  }