/* basic styling */
@import url(populo.css);
/* example colors */
@import url(popcolors.css);
/* standard header and footer */
@import url(popstd.css);

/* overrides and extensions */
/* OPAC-Oberflaeche */
.populo_textbutton {
	width: 132px;
	height: 32px;
}

div.populo_stdtop {background-image: url(/populo/images/abg.gif)}

/* Manipulation der Breite der Eingabefelder in der Suchmaske ist der empfohlene Weg,
 * wenn die Buttons unten nicht elegant genug passen
 */
div#populo_mask td.populo_query_term input { width: 25ex; }

/* Datensatzformatierung */

div#populo_show {
   font-family: "Courier New", monospace;
}

div.acxt_record {
	border-top: 1px solid black;
	margin: 0px 0%;
	padding: 2ex 2%;
}

div.acxt_wssvc_container {
	float: right;
	clear: right;
	margin-left: 2em;
}
div.acxt_globlink { float: right; }

div.acxt.bandvol div.acxt_signatur {
	clear: right;
	padding-top: 1ex;
}

span.acxt_txtbtn-perm2Self { display: none; }	/* Textueller Permalink nur wg. Suchmaschinen */

div.acxt_seealso-svcgrp-isbnimg2 img,
div.acxt_imagegrp-isbncovers- img {
	max-width: 60px;
	max-height: 80px;
}


