/*****************************************************************************/
/*      AndoLib OPAC                                                         */
/* @Version:   4.08                                                          */
/* @Copyright: Anando Eger, www.aneg.de                                      */
/* @File:      karte.css                                                     */
/* @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
/*****************************************************************************/
  .divCard{
    overflow: AUTO;
	  width: 100%;
    /* mindestens genauso groß wie die Cover-Bilder: */
  }

  .divISBD { 
    width: 100%; 
    color: black; background-color: white; 
    height: auto;
  }
    .divIsbdEx {
    width: 100%; 
    color: #A0A0A0; background-color: white; 
  }

  .tblSchlagworte {
    font-size: 1em;
    width: 600px;
    border: 0px; 
  }
  
  /* Tabelle zur Cover-Positionierung, in al?d-[full|prn]-opr verwendet*/
  .tblCoverV {
    border: 0;
    margin:0;
    padding:0;
    width: 100%;
    font-size: 1em;
  }
  .tdCoverV {
    width: 1px;
    text-align: right;
  }
  .imgCoverV {     /* Coverbild in Vollanzeige */
    padding: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    float:right;
    /* height: 280px; */
  }
  .imgCoverS {
    height: 58px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    float:right;
  }
  .imgCoverM {
    height: 200px; 
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    float:right;
  }
  .imgCoverL {
    height: 250px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    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: left;
    margin: 10px;
    text-align: right;
  }

  /* 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;}
