/* --->>> Stylesheet Definitionen für Suchmasken und Ergebnislisten <<<--- */
/* --->>> Allgemeines für alle Suchmasken <<<--- */
div#suche
{	position: relative;
	width: 100%;
	background-color: #DDDDDD;
	z-index: 50;
}
div#contentsuche
{	border-left: 120px solid #666666;
	padding: 10px; 
}
div.bereich
{	position: relative;
	border: 1px solid #666666;
	background-color: #EEEEEE;
	z-index: 5;
}
div.bereich .input_radio
{	background-color: #EEEEEE;
}
div.bereich .kat_links /*für "Suche nach Gegenständen"*/
{	width: 40%;
	padding-left: 10%;
	float: left;
}
div.bereich .kat_rechts /*für "Suche nach Gegenständen"*/
{	padding-left: 10%;
}
div#suche span.hilfe
{	position: absolute;
	top: 0px; right: 10px;
	margin: 1px;
	padding: 5px 10px;
	text-align: center;
	color: #000000;
	background-color: #EEEEEE;
	z-index: 10;
}
div#suche[id] span.hilfe
{	right: 0px;
}
div#suche span.hilfe a, div#suche span.hilfe a:link, div#suche span.hilfe a:visited
{	text-decoration: underline;
	color: #000000;
}
div#suche span.hilfe a:hover, div#suche span.hilfe a:active, div#suche span.hilfe a:focus
{	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}
/* --->>> Ergebnisliste <<<--- */
div#querybalken
{	position: relative;
	padding: 10px;
	text-align: center;
	background-color: #FF9933;
}
div#querybalken .printall
{	position: absolute; 
	top: 10px; 
	right: 10px; 
	background-color: #FF9933;
}
div#ergebnisliste
{	position: relative;
	padding: 10px;
}
div#ergebnisliste[id]
{	/*margin-top: 3em;*/
	padding-bottom: 3em;
}
div#ergebnisliste td a, div#ergebnisliste td a:link
{	color: #993300;
}
div#ergebnisliste td a:visited
{	color: #666666;
}
div#ergebnisliste td a:hover, div#ergebnisliste td a:active, div#ergebnisliste td a:focus
{	background-color: #FEFEFE;
	color: #000000;
}
/* Für den Farb-Hack, damit "besuchte" Links zumindest in der Session grau bleiben */
div#ergebnisliste td a.visitedlink {
	color: #666666;
}
/* Um den Activity-Indicator schön in der Mitte anzuzeigen */
div#mittezentriert {
    position: absolute;
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;   /* 50% der Height */
    margin-left: -30px; /* 50% der Width */
    background-color: #666666;
    z-index:+100;
    display: none;	  /* Per default nicht angezeigt */
}

