/****************************************/
/*      AndoLib OPAC                    */
/* @Version:   4.05                     */
/* @Date:      2018-03-12               */
/* @Copyright: Anando Eger, www.aneg.de */
/* @File:      karteMobile.css          */
/* @Function:  Stylesheet 						  */
/* @Details:   Linkformatierung in 			*/
/*						 Detailansicht entfernt		*/
/****************************************/
 .divCard{
    overflow: AUTO;
	  width: 100%;
    height: 100%;
  }
  .divISBD { 
    width: 100%; 
    color: black; background-color: white; 
  }
  /* 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;
  }
    .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;
  }

  /* 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{}
  .spanRegLineHover{ background-color: gainsboro; cursor: pointer;}
  .spanRegLinkHover{ background-color: gainsboro; cursor: pointer;}
  .txtISBDLabel { color: green; }
  .TblSchlagworte {border: 0; font-size: 1em;}
