/*
$Date: 2014-05-13 19:35:12 +0200 (Di, 13. Mai 2014) $
$Revision: 4828 $
*/


/* Übersicht Modulfarben 

.kat 	.katalogisierung	 		#3D8FCC
.erwe 	.erwerbung					#5888AB
.zeit 	.zeitschriftenverwaltung	#235D79
.ausl 	.ausleihe					#F38030
.fern	.fernleihe					#CA4F13
.req 	.request					#990000
.stamm	.stammdaten					#7DC146
.thes 	.thesaurus					#68B581
.adm 	.administration				#31820F
.stat	.statistik					#51886C

.opackat	.opacsuche				#4DA9A4
.opacreq	.opacrequest			#6B7EA8
.opacusr	.opackundenkonto		#B8284B
.opacadd	.opackontakt			#59829F


.help								#3D8FCC


/***********************************************************/
/* Allgemeine Farbangaben / Standardgrundfarben    */
/***********************************************************/	

/** Grundschriftfarbe u. Schriftart  **/
body, input.button, input.buttonprofil, select, textarea, table.report th input {	
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

tr.jumptorec td
 	{
	background-color:#ddd;
	}

.schriftzug { color:#24325A; }

/** Hintergrundfarbe Hauptnavigationsleiste oben / ohne MouseOver  **/
#HauptnaviContainer	{ background-color:  #707E87; }

/** Schriftfarbe Hauptnavigationsleiste oben   **/	
#Hauptnavi a { color:#FFF; }
#leiste-hauptnavi a, #leiste-hauptnavi a:link, #leiste-hauptnavi a:visited, #leiste-hauptnavi a:hover {color: #FFFFFF;}

/** Schriftfarbe Linke Unternavigation Standard  **/
#unternav li a 	{ color: #707E87; } 

/** Schriftfarbe Standardlinks im Contentbereich  **/
a, a:link, a:visited, a:hover {	color: #000; }

/** Fontsize  **/
.fontsize, .fontsize a, .fontsize a:link, .fontsize a:visited, .fontsize a:hover { color: #fff; }

/** Font Color Red **/
.redtext, .redtext a {color: #CC0000;}

/***********************************************************/
/* ENDE Allgemeine Farbangaben / Standardgrundfarben       */
/***********************************************************/	

/***********************************************************/
/* Farbangaben Katalogisierung   */
/***********************************************************/

/* 	Hintergrundfarbe Hauptnavigationspunkt (MouseOver) u. Navigationsleiste Katalogiesierung  */
a.katalogisierung:hover,
a.katalogisierung:active,
a.katalogisierung:focus,
a.katalogisierung-on,		/*  Aktiver Hauptnavigationspunkt */
body.kat #leiste-hauptnavi		/*  Balken unter Hauptnavigationspunkt */
	{ 
	background: #3D8FCC; 
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Katalogisierung */
a.katalogisierung-on { border-bottom: #3D8FCC solid 1px !important; } 

/* Schriftfarbe Linke Unternavigation Katalogisierung MouseOver/Current */
body.kat #UnternaviContainer li a:hover, 
body.kat #UnternaviContainer li a.current {
	color: #3D8FCC; 
	}

body.kat #unternav li a.current { 
	background: url(../layout_images/link-icon-katalogisierung.gif) 3px 0px no-repeat; 
	} 	

body.kat #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-katalogisierung.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Katalogisierung / Überschift Unternavigation / Überschrift Fließtext (H1) */
body.kat #headline-unternavi,
body.kat h1,
body.kat .schriftzug  {
	color: #3D8FCC; 
	}

/* Linkauszeichnung Katalogisierung im Contentbereich */
body.kat #funktionsbereich_suche ul li a#aufrufen,
body.kat .funktionsbereich_suche_zusatz,
body.kat .funktionsbereich_button,
body.kat .button
 	{
	background-image:  url(../layout_images/link-icon-katalogisierung.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-color: transparent;
}

body.kat #funktionsbereich_suche_inhalt a:hover, body.kat #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.kat #funktionsbereich_suche ul li a#aufrufen:hover, body.kat #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.kat #container_standardfunktion_report a:hover, body.kat #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.kat .button:hover, body.kat .button:focus,
body.kat table.liste td a, body.kat table.liste td a:hover,	body.kat table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.kat table.liste td a, body.kat table.liste td a:hover,	body.kat table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.kat .external a, body.kat .external a:hover, body.kat .external a:focus,  				/* external links */
body.kat table.report th input:hover		
 	{
	text-decoration: underline;
	color:#3D8FCC;
	}

/* --------- Dateneingabe ------------- */
.kat .InputContainer .cafocused{border : 1px solid #3D8FCC;}
.kat .containertitle{background-color:#FFFFFF; color: #3D8FCC; border-bottom:1px solid; border-bottom-color: #3D8FCC;}
.kat .containertitle a{color: #3D8FCC;}	

/***********************************************************/
/* ENDE Farbangaben Katalogisierung    */
/***********************************************************/

/***********************************************************/
/* Farbangaben Erwerbung   */
/***********************************************************/
/* Hintergrundfarbe Hauptnavigationspunkt (MouseOver) Erwerbung  */
a.erwerbung:hover, 
a.erwerbung:active,
a.erwerbung:focus,
a.erwerbung-on,		/*  Aktiver Hauptnavigationspunkt */
body.erwe #leiste-hauptnavi		/*  Balken unter Hauptnavigationspunkt */
	{ 
	background: #5888AB; 
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Erwerbung */
a.erwerbung-on { border-bottom: #5888AB solid 1px !important; } 

/* Schriftfarbe Linke Unternavigation Erwerbung MouseOver/Current */
body.erwe #UnternaviContainer li a:hover, 
body.erwe #UnternaviContainer li a.current {
	color: #5888AB; 
	}

body.erwe #unternav li a.current { 
	background: url(../layout_images/link-icon-erwerbung.gif) 3px 0px no-repeat; 
	} 	

body.erwe #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-erwerbung.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Erwerbung / Überschift Unternavigation / Überschrift Fließtext (H1) */
body.erwe #headline-unternavi,
body.erwe h1,
body.erwe .schriftzug  {
	color: #5888AB; 
	}

/* Linkauszeichnung Erwerbung im Contentbereich */
body.erwe #funktionsbereich_suche ul li a#aufrufen,
body.erwe .funktionsbereich_suche_zusatz,
body.erwe .funktionsbereich_button,
body.erwe .button
 	{
	background-image:  url(../layout_images/link-icon-erwerbung.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-color: transparent;
}

body.erwe #funktionsbereich_suche_inhalt a:hover, body.erwe #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.erwe #funktionsbereich_suche ul li a#aufrufen:hover, body.erwe #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.erwe #container_standardfunktion_report a:hover, body.erwe #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.erwe .button:hover, body.erwe .button:focus,
body.erwe table.liste td a, body.erwe table.liste td a:hover,body.erwe table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.erwe table.liste td a, body.erwe table.liste td a:hover,body.erwe table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.erwe .external a, body.erwe .external a:hover, body.erwe .external a:focus,  				/* external links */
body.erwe table.report th input:hover	
 	{
	text-decoration: underline;
	color: #5888AB; 
	}	

/* --------- Dateneingabe ------------- */

.erwe .InputContainer .cafocused{border : 1px solid #5888AB;}
.erwe .containertitle{background-color:#FFFFFF; color: #5888AB;border-bottom:1px solid;border-bottom-color: #5888AB;}
.erwe .containertitle a{color: #5888AB;}	

/***********************************************************/
/* ENDE Farbangaben Erwerbung    */
/***********************************************************/


/***********************************************************/
/* Farbangaben Ausleihe   */
/***********************************************************/

/* Hintergrundfarbe Hauptnavigationspunkt (MouseOver) Ausleihe  */
a.ausleihe:hover,
a.ausleihe:active,
a.ausleihe:focus,
a.ausleihe-on,		/*  Aktiver Hauptnavigationspunkt */
body.ausl #leiste-hauptnavi			/*  Balken unter Hauptnavigationspunkt */
	{	
	background: #F38030; 
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Ausleihe */	
a.ausleihe-on { border-bottom: #F38030 solid 1px !important; } 

/* Schriftfarbe Linke Unternavigation Ausleihe MouseOver/Current */
body.ausl #UnternaviContainer li a:hover, 
body.ausl #UnternaviContainer li a.current {
	color: #F38030; 
	}
	
body.ausl #unternav li a.current { 
	background: url(../layout_images/link-icon-ausleihe.gif) 3px 0px no-repeat; 
	} 	

body.ausl #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-ausleihe.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Ausleihe / Überschift Unternavigation / Überschrift Fließtext (H1) */
body.ausl #headline-unternavi,
body.ausl h1,
body.ausl .schriftzug  {
	color: #F38030;  
	}

/* Linkauszeichnung Ausleihe im Contentbereich */
body.ausl #funktionsbereich_suche ul li a#aufrufen,
body.ausl .funktionsbereich_suche_zusatz,
body.ausl .funktionsbereich_button,
body.ausl .button
 	{
	background-image:  url(../layout_images/link-icon-ausleihe.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-color: transparent;
	}


body.ausl #funktionsbereich_suche_inhalt a:hover, body.ausl #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.ausl #funktionsbereich_suche ul li a#aufrufen:hover, body.ausl #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.ausl #container_standardfunktion_report a:hover, body.ausl #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.ausl .button:hover, body.ausl .button:focus,
body.ausl table.liste td a, body.ausl table.liste td a:hover,	body.ausl table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.ausl table.liste td a, body.ausl table.liste td a:hover,	body.ausl table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.ausl .external a, body.ausl .external a:hover, body.ausl .external a:focus,  				/* external links */
body.ausl table.report th input:hover
 	{
	text-decoration: underline;
	color: #F38030; 
	}	

/* --------- Dateneingabe ------------- */

.ausl .InputContainer .cafocused{border : 1px solid #F38030;}
.ausl .containertitle{background-color:#FFFFFF; color: #F38030;border-bottom:1px solid;border-bottom-color:#F38030;}
.ausl .containertitle a{color: #F38030;}	

/***********************************************************/
/* ENDE Farbangaben Ausleihe    */
/***********************************************************/


/***********************************************************/
/* Farbangaben Zeitschriftenverwaltung   */
/***********************************************************/

/* Hintergrundfarbe Hauptnavigationspunkt (MouseOver) Zeitschriftenverwaltung  */
a.zeitschriftenverwaltung:hover,
a.zeitschriftenverwaltung:active,
a.zeitschriftenverwaltung:focus,
a.zeitschriftenverwaltung-on,		/*  Aktiver Hauptnavigationspunkt */
body.zeit #leiste-hauptnavi			/*  Balken unter Hauptnavigationspunkt */
	{ 
	background: #235D79;
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Zeitschriftenverwaltung */		
a.zeitschriftenverwaltung-on { border-bottom: #235D79 solid 1px !important; } 

/* Schriftfarbe Linke Unternavigation Zeitschriftenverwaltung MouseOver/Current */
body.zeit #UnternaviContainer li a:hover, 
body.zeit #UnternaviContainer li a.current {
	color: #235D79;
	}
	
body.zeit #unternav li a.current { 
	background: url(../layout_images/link-icon-zeitschriftenverwaltung.gif) 3px 0px no-repeat; 
	} 	

body.zeit #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-zeitschriftenverwaltung.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Zeitschriftenverwaltung / Überschift Unternavigation / Überschrift Fließtext (H1) */
body.zeit #headline-unternavi,
body.zeit h1,
body.zeit .schriftzug   {
	color: #235D79;
	}

/* Linkauszeichnung Zeitschriftenverwaltung im Contentbereich */
body.zeit #funktionsbereich_suche ul li a#aufrufen,
body.zeit .funktionsbereich_suche_zusatz,
body.zeit .funktionsbereich_button,
body.zeit .button	{
	background-image:  url(../layout_images/link-icon-zeitschriftenverwaltung.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-color: transparent;
	}

body.zeit #funktionsbereich_suche_inhalt a:hover, body.zeit #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.zeit #funktionsbereich_suche ul li a#aufrufen:hover, body.zeit #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.zeit #container_standardfunktion_report a:hover, body.zeit #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.zeit .button:hover, body.zeit .button:focus,
body.zeit table.liste td a, body.zeit table.liste td a:hover,	body.zeit table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.zeit table.liste td a, body.zeit table.liste td a:hover,	body.zeit table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.zeit .external a, body.zeit .external a:hover, body.zeit .external a:focus,  				/* external links */
body.zeit table.report th input:hover
 	{
	text-decoration: underline;
	color: #235D79;
	}	
	

/* --------- Dateneingabe ------------- */

.zeit .InputContainer .cafocused{border : 1px solid #235D79;}
.zeit .containertitle{background-color:#FFFFFF; color: #235D79;border-bottom:1px solid;border-bottom-color: #235D79;}
.zeit .containertitle a{color: #235D79;}	
	
/***********************************************************/
/* ENDE Farbangaben Zeitschriftenverwaltung    */
/***********************************************************/


/***********************************************************/
/* Farbangaben Thesaurus   */
/***********************************************************/

/* Hintergrundfarbe Hauptnavigationspunkt (MouseOver) Thesaurus  */
a.thesaurus:hover,
a.thesaurus:active,
a.thesaurus:focus,
a.thesaurus-on,		/*  Aktiver Hauptnavigationspunkt */
body.thes #leiste-hauptnavi			/*  Balken unter Hauptnavigationspunkt */
	{
  	background: #68B581;
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Thesaurus */		
a.thesaurus-on { border-bottom: #68B581 solid 1px !important; } 

/* Schriftfarbe Linke Unternavigation Thesaurus MouseOver/Current */
body.thes #UnternaviContainer li a:hover, 
body.thes #UnternaviContainer li a.current {
	color: #68B581;
	}
	
body.thes #unternav li a.current { 
	background: url(../layout_images/link-icon-thesaurus.gif) 3px 0px no-repeat; 
	} 	

body.thes #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-thesaurus.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Thesaurus / Überschift Unternavigation / Überschrift Fließtext (H1) */
body.thes #headline-unternavi,
body.thes h1,
body.thes .schriftzug   {
	color: #68B581;
	}

/* Linkauszeichnung Thesaurus im Contentbereich */
body.thes #funktionsbereich_suche ul li a#aufrufen,
body.thes .funktionsbereich_suche_zusatz,
body.thes .funktionsbereich_button,
body.thes .button
 	{
	background-image:  url(../layout_images/link-icon-thesaurus.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-color: transparent;}
	
body.thes #funktionsbereich_suche_inhalt a:hover, body.thes #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.thes #funktionsbereich_suche ul li a#aufrufen:hover, body.thes #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.thes #container_standardfunktion_report a:hover, body.thes #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.thes .button:hover, body.thes .button:focus,
body.thes table.liste td a, body.thes table.liste td a:hover,	body.thes table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.thes table.liste td a, body.thes table.liste td a:hover,	body.thes table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.thes .external a, body.thes .external a:hover, body.thes .external a:focus,  				/* external links */
body.thes table.report th input:hover	
 	{
	text-decoration: underline;
	color: #68B581;
	}		


/* --------- Dateneingabe ------------- */

.thes .InputContainer .cafocused{border : 1px solid #68B581;}
.thes .containertitle{background-color:#FFFFFF; color: #68B581;border-bottom:1px solid;border-bottom-color: #68B581;}
.thes .containertitle a{color: #68B581;}	

/***********************************************************/
/* ENDE Farbangaben Thesaurus    */
/***********************************************************/	


/***********************************************************/
/* Farbangaben Request    */
/***********************************************************/	
	
/* Hintergrundfarbe Hauptnavigationspunkt (MouseOver) Request  */
a.request:hover,
a.request:active,
a.request:focus,
a.request-on,		/*  Aktiver Hauptnavigationspunkt */
body.req #leiste-hauptnavi			/*  Balken unter Hauptnavigationspunkt */
	{
  	background: #990000;
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Request */		
a.request-on { border-bottom: #990000 solid 1px !important; } 

/* Schriftfarbe Linke Unternavigation Request MouseOver/Current */
body.req #UnternaviContainer li a:hover, 
body.req #UnternaviContainer li a.current {
	color: #990000;
	}

body.req #unternav li a.current { 
	background: url(../layout_images/link-icon-request.gif) 3px 0px no-repeat; 
	} 	

body.req #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-request.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Request / Überschift Unternavigation / Überschrift Fließtext (H1) */
body.req #headline-unternavi,
body.req h1,
body.req .schriftzug  {
	color:#990000; 
	}

/* Linkauszeichnung Request im Contentbereich */
body.req #funktionsbereich_suche ul li a#aufrufen,
body.req .funktionsbereich_suche_zusatz,
body.req .funktionsbereich_button,
body.req .button
 	{
	background-image:  url(../layout_images/link-icon-request.gif); 
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-color: transparent;}

body.req #funktionsbereich_suche_inhalt a:hover, body.req #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.req #funktionsbereich_suche ul li a#aufrufen:hover, body.req #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.req #container_standardfunktion_report a:hover, body.req #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.req .button:hover, body.req .button:focus,
body.req table.liste td a, body.req table.liste td a:hover,	body.req table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.req table.liste td a, body.req table.liste td a:hover,	body.req table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.req .external a, body.req .external a:hover, body.req .external a:focus,  				/* external links */
body.req table.report th input:hover	
 	{
	text-decoration: underline;
	color:#990000;
	}


/* --------- Dateneingabe ------------- */

.req .InputContainer .cafocused{border : 1px solid #990000;}
.req .containertitle{background-color:#FFFFFF; color: #990000;border-bottom:1px solid;border-bottom-color: #990000;}
.req .containertitle a{color:#990000;}	


/***********************************************************/
/* ENDE Farbangaben Request    */
/***********************************************************/


/***********************************************************/
/* Farbangaben Stammdaten    */
/***********************************************************/	

/* Hintergrundfarbe Hauptnavigationspunkt Stammdaten MouseOver */
a.stammdaten:hover,		
a.stammdaten:active,	
a.stammdaten:focus,
a.stammdaten-on,	/*  Aktiver Hauptnavigationspunkt */
body.stamm #leiste-hauptnavi		/*  Balken unter Hauptnavigationspunkt */
	{
  	background: #7DC146;
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Stammdaten */	
a.stammdaten-on { border-bottom: #7DC146 solid 1px !important; } 

/* Schriftfarbe Linke Unternavigation Stammdaten MouseOver/Current */
body.stamm #UnternaviContainer li a:hover, 
body.stamm #UnternaviContainer li a.current {
	color: #7DC146;
	}
	
body.stamm #unternav li a.current { 
	background: url(../layout_images/link-icon-stammdaten.gif) 3px 0px no-repeat; 
	} 	

body.stamm #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-stammdaten.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Stammdaten / Überschift Unternavigation / Überschrift Fließtext(H1) */
body.stamm #headline-unternavi,
body.stamm h1,
body.stamm .schriftzug  {
	color:#7DC146; 
	}

/* Schriftfarbe Stammdaten Hauptmenu MouseOver */
body.stamm #MenuContainer li a:hover{
	color: #7DC146;
	}

/* Linkauszeichnung Stammdaten Hauptmenu */
body.stamm #MenuContainer li {
	background-image:  url(../layout_images/link-icon-stammdaten.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat; 
	background-color: transparent;
	list-style-type: none;
	}

#MenuContainer ul li {
    padding-left: 12px;
	padding-top: 5px;
    text-decoration: none;
}

/* Linkauszeichnung Katalogisierung im Contentbereich */
body.stamm #funktionsbereich_suche ul li a#aufrufen,
body.stamm .funktionsbereich_suche_zusatz,
body.stamm .funktionsbereich_button,
body.stamm .button {
	background-image:  url(../layout_images/link-icon-stammdaten.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat; background-color: transparent;
	}

body.stamm #funktionsbereich_suche_inhalt a:hover, body.stamm #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.stamm #funktionsbereich_suche ul li a#aufrufen:hover, body.stamm #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.stamm #container_standardfunktion_report a:hover, body.stamm #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.stamm .button:hover, body.stamm .button:focus,
body.stamm table.liste td a, body.stamm table.liste td a:hover,	body.stamm table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.stamm table.liste td a, body.stamm table.liste td a:hover,	body.stamm table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.stamm .external a, body.stamm .external a:hover, body.stamm .external a:focus,  				/* external links */
body.stamm table.report th input:hover	
 	{
	text-decoration: underline;
	color: #55872E;
	}

body.stamm a.dsplink, body.stamm a.dsplink:hover{
	/*text-decoration: underline !important;*/
	color:#000 !important;
	font-weight:normal !important;
	background-image:  url(../layout_images/link-icon-stammdaten.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat; background-color: transparent;
	padding-left: 10px;
   padding-top: 5px;	
	padding-bottom:3px;
}	
	


/* --------- Dateneingabe ------------- */

.stamm .InputContainer .cafocused{border : 1px solid #7DC146;}
.stamm .containertitle{background-color:#FFFFFF; color: #7DC146;border-bottom:1px solid;border-bottom-color: #7DC146;}
.stamm .containertitle a{color: #7DC146;}	

/***********************************************************/
/* ENDE Farbangaben Stammdaten    */
/***********************************************************/	


/***********************************************************/
/* Farbangaben Administration    */
/***********************************************************/	

/* Hintergrundfarbe Hauptnavigationspunkt Administration MouseOver */
a.administration:hover,
a.administration:active,
a.administration:focus,
a.administration-on,		/*  Aktiver Hauptnavigationspunkt */
body.adm #leiste-hauptnavi			/*  Balken unter Hauptnavigationspunkt */
	{
  	background: #31820F;
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Administration */
a.administration-on { border-bottom: #31820F solid 1px !important; } 

/* Schriftfarbe Linke Unternavigation Administration MouseOver/Current */
body.adm #UnternaviContainer li a:hover, 
body.adm #UnternaviContainer li a.current {
	color: #31820F;
	}
	
body.adm #unternav li a.current { 
	background: url(../layout_images/link-icon-administration.gif) 3px 0px no-repeat; 
	} 	

body.adm #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-administration.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Administration / Überschift Unternavigation / Überschrift Fließtext(H1) */
body.adm #headline-unternavi,
body.adm h1,
body.adm .schriftzug  {
	color: #31820F;
	}

/* Linkauszeichnung Administration Hauptmenu */
body.adm #MenuContainer li {
	background-image:  url(../layout_images/link-icon-administration.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat; 
	background-color: transparent;
	list-style-type: none;
	}

#MenuContainer ul li {
    padding-left: 12px;
	padding-top: 5px;
    text-decoration: none;
}
/* Linkauszeichnung Administration im Contentbereich */
body.adm #funktionsbereich_suche ul li a#aufrufen,
body.adm .funktionsbereich_suche_zusatz,
body.adm .funktionsbereich_button,
body.adm .button {
	background-image:  url(../layout_images/link-icon-administration.gif); 
	background-position: 0px 1px;
	background-repeat: no-repeat; background-color: transparent;
	}
	
body.adm #funktionsbereich_suche_inhalt a:hover, body.adm #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.adm #funktionsbereich_suche ul li a#aufrufen:hover, body.adm #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.adm #container_standardfunktion_report a:hover, body.adm #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.adm .button:hover, body.adm .button:focus,
body.adm table.liste td a, body.adm table.liste td a:hover,	body.adm table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.adm table.liste td a, body.adm table.liste td a:hover, body.adm table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.adm .external a, body.adm .external a:hover, body.adm .external a:focus,  				/* external links */
body.adm table.report th input:hover
 {
	text-decoration: underline;
	color: #31820F;
	}	

/* --------- Dateneingabe ------------- */

.adm .InputContainer .cafocused{border : 1px solid #31820F;}
.adm .containertitle{background-color:#FFFFFF; color: #31820F;border-bottom:1px solid;border-bottom-color: #31820F;}
.adm .containertitle a{color: #31820F;}	

/***********************************************************/
/* ENDE Farbangaben Administration    */
/***********************************************************/



/***********************************************************/
/* Farbangaben Fernleihe
/***********************************************************/

/* 	Hintergrundfarbe Hauptnavigationspunkt (MouseOver) u. Navigationsleiste Doku*/
a.fernleihe:hover,
a.fernleihe:active,
a.fernleihe:focus,
a.fernleihe-on,		/*  Aktiver Hauptnavigationspunkt */
body.fern #leiste-hauptnavi		/*  Balken unter Hauptnavigationspunkt */
	{ 
	background: #CA4F13; 
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes fernleihe */
a.fernleihe-on { border-bottom: #CA4F13 solid 1px !important; } 

/* Schriftfarbe Linke Unternavigation fernleihe MouseOver/Current */
body.fern #UnternaviContainer li a:hover, 
body.fern #UnternaviContainer li a.current {
	color: #CA4F13; 
	}

body.fern #unternav li a.current { 
	background: url(../layout_images/link-icon-fernleihe.gif) 3px 0px no-repeat; 
	} 	

body.fern #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-fernleihe.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe fernleihe / Überschift Unternavigation / Überschrift Fließtext (H1) */
body.fern #headline-unternavi,
body.fern h1,
body.fern .schriftzug  {
	color: #CA4F13; 
	}

/* Linkauszeichnung fernleihe im Contentbereich */
body.fern #funktionsbereich_suche ul li a#aufrufen,
body.fern .funktionsbereich_suche_zusatz,
body.fern .funktionsbereich_button,
body.fern .button
 	{
	background-image:  url(../layout_images/link-icon-fernleihe.gif); 
	background-position: 0px 1px;
	background-repeat: no-repeat; background-color: transparent;
	}

body.fern #funktionsbereich_suche_inhalt a:hover, body.fern #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.fern #funktionsbereich_suche ul li a#aufrufen:hover, body.fern #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.fern #container_standardfunktion_report a:hover, body.fern #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.fern .button:hover, body.fern .button:focus,
body.fern table.liste td a, body.fern table.liste td a:hover,	body.fern table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.fern table.liste td a, body.fern table.liste td a:hover,	body.fern table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.fern .external a, body.fern .external a:hover, body.fern .external a:focus,  				/* external links */
body.fern table.report th input:hover	
 	{
	text-decoration: underline;
	color: #CA4F13;
	}

	
/* --------- Dateneingabe ------------- */

.fern .InputContainer .cafocused{border : 1px solid #CA4F13;}
.fern .containertitle{background-color:#FFFFFF; color: #CA4F13;border-bottom:1px solid;border-bottom-color:#CA4F13;}
.fern .containertitle a{color:#CA4F13;}	

/***********************************************************/
/* ENDE Farbangaben Fernleihe    */
/***********************************************************/


/***********************************************************/
/* Farbangaben Statistik   */
/***********************************************************/

/* 	Hintergrundfarbe Hauptnavigationspunkt (MouseOver) u. Navigationsleiste Katalogiesierung  */
a.statistik:hover,
a.statistik:active,
a.statistik:focus,
a.statistik-on,		/*  Aktiver Hauptnavigationspunkt */
body.stat #leiste-hauptnavi		/*  Balken unter Hauptnavigationspunkt */
	{ 
	background: #51886C; 
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Statistik */
a.statistik-on { border-bottom: #51886C solid 1px !important; } 

/* Schriftfarbe Linke Unternavigation Statistik MouseOver/Current */
body.stat #UnternaviContainer li a:hover, 
body.stat #UnternaviContainer li a.current {
	color: #51886C; 
	}

body.stat #unternav li a.current { 
	background: url(../layout_images/link-icon-statistik.gif) 3px 0px no-repeat; 
	} 	

body.stat #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-statistik.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Statistik / Überschift Unternavigation / Überschrift Fließtext (H1) */
body.stat #headline-unternavi,
body.stat h1,
body.stat .schriftzug  {
	color: #51886C; 
	}

/* Linkauszeichnung Statistik im Contentbereich */
body.stat #funktionsbereich_suche ul li a#aufrufen,
body.stat .funktionsbereich_suche_zusatz,
body.stat .funktionsbereich_button,
body.stat .button
 	{
	background-image:  url(../layout_images/link-icon-statistik.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-color: transparent;
}

body.stat #funktionsbereich_suche_inhalt a:hover, body.stat #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.stat #funktionsbereich_suche ul li a#aufrufen:hover, body.stat #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.stat #container_standardfunktion_report a:hover, body.stat #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.stat .button:hover, body.stat .button:focus,
body.stat table.liste td a, body.stat table.liste td a:hover,	body.stat table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.stat table.liste td a, body.stat table.liste td a:hover,	body.stat table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.stat .external a, body.stat .external a:hover, body.stat .external a:focus,  				/* external links */
body.stat table.report th input:hover	
 	{
	text-decoration: underline;
	color: #51886C;
	}

/* --------- Dateneingabe ------------- */

.stat .InputContainer .cafocused{border : 1px solid #51886C;}
.stat .containertitle{background-color:#FFFFFF; color: #51886C;border-bottom:1px solid;border-bottom-color:  #51886C;}
.stat .containertitle a{color: #51886C;}	
	
/***********************************************************/
/* ENDE Farbangaben Statistik    */
/***********************************************************/


/***********************************************************/
/* Farbangaben OPAC-Suche   */
/***********************************************************/

/* 	Hintergrundfarbe Hauptnavigationspunkt (MouseOver) u. Navigationsleiste Katalogiesierung  */
a.opacsuche:hover,
a.opacsuche:active,
a.opacsuche:focus,
a.opacsuche-on,		/*  Aktiver Hauptnavigationspunkt */
body.opackat #leiste-hauptnavi		/*  Balken unter Hauptnavigationspunkt */
	{
	background-color: #003399;
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Katalogisierung */
a.opacsuche-on { border-bottom: #003399 solid 1px !important;}

/* Schriftfarbe Linke Unternavigation Katalogisierung MouseOver/Current */
body.opackat #UnternaviContainer li a:hover, 
body.opackat #UnternaviContainer li a.current {
	color: #003399;
	}

body.opackat #unternav li a.current { 
	background: url(../layout_images/link-icon-opacsuche.gif) 3px 0px no-repeat; 
	} 	

body.opackat #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-opacsuche.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Katalogisierung / Ãœberschift Unternavigation / Ãœberschrift FlieÃŸtext (H1) */
body.opackat #headline-unternavi,
body.opackat h1,
body.opackat .schriftzug  {
	color: #003399;
	}

/* Linkauszeichnung Katalogisierung im Contentbereich */
body.opackat #funktionsbereich_suche ul li a#aufrufen,
body.opackat .funktionsbereich_suche_zusatz,
body.opackat .funktionsbereich_button,
body.opackat .button
 	{
	background-image:  url(../layout_images/link-icon-opacsuche.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat; background-color: transparent;
	}

body.opackat #funktionsbereich_suche_inhalt a:hover, body.opackat #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.opackat #funktionsbereich_suche ul li a#aufrufen:hover, body.opackat #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.opackat #container_standardfunktion_report a:hover, body.opackat #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.opackat .button:hover, body.opackat .button:focus,
body.opackat table.liste td a, body.opackat table.liste td a:hover,	body.opackat table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.opackat table.report td a, body.opackat table.report td a:hover, body.opackat table.report td a:focus,	/* Hypersearchlinks in der Vollanzeige */
body.opackat .external a, body.opackat .external a:hover, body.opackat .external a:focus,  				/* external links */
body.opackat table.report th input:hover		
 	{
	text-decoration: underline;
	color:#003399;
	}
	
body.opackat table.report td .opac-more .button-more a, 
body.opackat table.report td .opac-more .button-more a:link{
	color: #000 !important;
	text-decoration:none !important;
}
th.opac-order .button a:hover, 
body.opackat table.report td .opac-more .button-more a:hover, body.opackat table.report td .opac-more .button-more a:focus{
	color: #003399 !important;
	text-decoration:none !important;
}


body.opackat table.liste td a,											/* Hypersearchlinks in der Vollanzeige */
body.opackat table.liste td a:hover, 			
body.opackat table.liste td a:focus		
 	{
	text-decoration: underline;
	color: #003399;
	}

#NewsReport a{text-decoration: underline;color: #003399;}
	
/***********************************************************/
/* ENDE Farbangaben OPAC-Suche    */
/***********************************************************/


/***********************************************************/
/* Farbangaben Rechercheanfragen    */
/***********************************************************/	

body.opacreq #headline-unternavi,
body.opacreq h1,
body.opacreq .schriftzug  {
	color:#003399; 
	}
/* Hintergrundfarbe Hauptnavigationspunkt (MouseOver) Request  */
a.opacrequest:hover,
a.opacrequest:active,
a.opacrequest:focus,
a.opacrequest-on,		/*  Aktiver Hauptnavigationspunkt */
body.opacreq #leiste-hauptnavi			/*  Balken unter Hauptnavigationspunkt */
	{
  	background: #FFCC33;
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Request */		
a.opacrequest-on { border-bottom: #FFCC33 solid 1px !important;} 
#Hauptnavi a.opacrequest-on{color: #444C51;}

/* Schriftfarbe Linke Unternavigation Request MouseOver/Current */
body.opacreq #UnternaviContainer li a:hover, 
body.opacreq #UnternaviContainer li a.current {
	color: #FFCC33;
	}

body.opacreq #unternav li a.current { 
	background: url(../layout_images/link-icon-opacrequest.gif) 3px 0px no-repeat; 
	} 	

body.opacreq #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-opacrequest.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Request / Ãœberschift Unternavigation / Ãœberschrift FlieÃŸtext (H1) */
body.opacreq #headline-unternavi,
body.opacreq h1,
body.opacreq .schriftzug  {
	color:#003399; 
	}

/* Linkauszeichnung Request im Contentbereich */
body.opacreq #funktionsbereich_suche ul li a#aufrufen,
body.opacreq .funktionsbereich_suche_zusatz,
body.opacreq .funktionsbereich_button,
body.opacreq .button
 	{
	background-image:  url(../layout_images/link-icon-opacrequest.gif); 
	background-position: 0px 1px;
	background-repeat: no-repeat; background-color: transparent;
	}

body.opacreq #funktionsbereich_suche_inhalt a:hover, body.opacreq #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.opacreq #funktionsbereich_suche ul li a#aufrufen:hover, body.opacreq #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.opacreq #container_standardfunktion_report a:hover, body.opacreq #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.opacreq .button:hover, body.opacreq .button:focus,
body.opacreq table.liste td a, body.opacreq table.liste td a:hover,	body.opacreq table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.opacreq table.liste td a, body.opacreq table.liste td a:hover,	body.opacreq table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.opacreq .external a, body.opacreq .external a:hover, body.opacreq .external a:focus,  				/* external links */
body.opacreq table.report th input:hover		
 	{
	text-decoration: underline;
	color:#FFCC33;
	}
body.opacreq table.liste td a,											/* Hypersearchlinks in der Vollanzeige */
body.opacreq table.liste td a:hover, 			
body.opacreq table.liste td a:focus		
 	{
	text-decoration: underline;
	color: #FFCC33;
	}

/***********************************************************/
/* ENDE Farbangaben Rechercheanfragen    */
/***********************************************************/


/***********************************************************/
/* Farbangaben Kundenkonto    */
/***********************************************************/	
	
/* Hintergrundfarbe Hauptnavigationspunkt (MouseOver) Request  */
a.opackundenkonto:hover,
a.opackundenkonto:active,
a.opackundenkonto:focus,
a.opackundenkonto-on,		/*  Aktiver Hauptnavigationspunkt */
body.opacusr #leiste-hauptnavi			/*  Balken unter Hauptnavigationspunkt */
	{
  	background: #C50022 ;
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Request */		
a.opackundenkonto-on { border-bottom: #C50022 solid 1px !important;} 

/* Schriftfarbe Linke Unternavigation Request MouseOver/Current */
body.opacusr #UnternaviContainer li a:hover, 
body.opacusr #UnternaviContainer li a.current {
	color: #C50022;
	}

body.opacusr #unternav li a.current { 
	background: url(../layout_images/link-icon-opackundenkonto.gif) 3px 0px no-repeat; 
	} 	

body.opacusr #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-opackundenkonto.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Request / Ãœberschift Unternavigation / Ãœberschrift FlieÃŸtext (H1) */
body.opacusr #headline-unternavi,
body.opacusr h1,
body.opacusr .schriftzug  {
	color:#C50022; 
	}

/* Linkauszeichnung Request im Contentbereich */
body.opacusr #funktionsbereich_suche ul li a#aufrufen,
body.opacusr .funktionsbereich_suche_zusatz,
body.opacusr .funktionsbereich_button,
body.opacusr .button,
body.opacusr .buttonprofil
 	{
	background-image:  url(../layout_images/link-icon-opackundenkonto.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat; background-color: transparent;
	}

body.opacusr #funktionsbereich_suche_inhalt a:hover, body.opacusr #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.opacusr #funktionsbereich_suche ul li a#aufrufen:hover, body.opacusr #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.opacusr #container_standardfunktion_report a:hover, body.opacusr #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.opacusr .button:hover, body.opacusr .button:focus,
body.opacusr table.liste td a, body.opacusr table.liste td a:hover,	body.opacusr table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.opacusr table.liste td a, body.opacusr table.liste td a:hover,	body.opacusr table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.opacusr .external a, body.opacusr .external a:hover, body.opacusr .external a:focus,  				/* external links */
body.opacusr table.report th input:hover			
 	{
	text-decoration: underline;
	color:#C50022;
	}
body.opacusr table.liste td a,											/* Hypersearchlinks in der Vollanzeige */
body.opacusr table.liste td a:hover, 			
body.opacusr table.liste td a:focus		
 	{
	text-decoration: underline;
	color: #C50022;
	}

/***********************************************************/
/* ENDE Farbangaben Kundenkonto    */
/***********************************************************/



/***********************************************************/
/* Farbangaben Kontakt    */
/***********************************************************/	
	
/* Hintergrundfarbe Hauptnavigationspunkt (MouseOver) Request  */
a.opackontakt:hover,
a.opackontakt:active,
a.opackontakt:focus,
a.opackontakt-on,		/*  Aktiver Hauptnavigationspunkt */
body.opacadd #leiste-hauptnavi			/*  Balken unter Hauptnavigationspunkt */
	{
  	background: #00793A;
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Request */		
a.opackontakt-on { border-bottom: #00793A solid 1px !important;} 

/* Schriftfarbe Linke Unternavigation Request MouseOver/Current */
body.opacadd #UnternaviContainer li a:hover, 
body.opacadd #UnternaviContainer li a.current {
	color: #00793A;
	}

body.opacadd #unternav li a.current { 
	background: url(../layout_images/link-icon-opackontakt.gif) 3px 0px no-repeat; 
	} 	

body.opacadd #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-opackontakt.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Request / Ãœberschift Unternavigation / Ãœberschrift FlieÃŸtext (H1) */
body.opacadd #headline-unternavi,
body.opacadd h1,
body.opacadd .schriftzug  {
	color: #00793A; 
	}

/* Linkauszeichnung Request im Contentbereich */
body.opacadd #funktionsbereich_suche ul li a#aufrufen,
body.opacadd .funktionsbereich_suche_zusatz,
body.opacadd .button
 	{
	background-image:  url(../layout_images/link-icon-opackontakt.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat; background-color: transparent;
	}
	
body.opacadd #funktionsbereich_suche_inhalt a:hover, body.opacadd #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.opacadd #funktionsbereich_suche ul li a#aufrufen:hover, body.opacadd #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.opacadd #container_standardfunktion_report a:hover, body.opacadd #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.opacadd .button:hover, body.opacadd .button:focus,
body.opacadd table.liste td a, body.opacadd table.liste td a:hover,	body.opacadd table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.opacadd table.liste td a, body.opacadd table.liste td a:hover,	body.opacadd table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.opacadd .external a, body.opacadd .external a:hover, body.opacadd .external a:focus,  				/* external links */
body.opacadd table.report th input:hover		
 	{
	text-decoration: underline;
	color:#00793A;
	}
body.opacadd table.liste td a,											/* Hypersearchlinks in der Vollanzeige */
body.opacadd table.liste td a:hover, 			
body.opacadd table.liste td a:focus		
 	{
	text-decoration: underline;
	color: #00793A;
	}

/***********************************************************/
/* ENDE Farbangaben Kontakt    */
/***********************************************************/


/***********************************************************/
/* Farbangaben Hilfe   */
/***********************************************************/

/* 	Hintergrundfarbe Hauptnavigationspunkt (MouseOver) u. Navigationsleiste Katalogiesierung  */
a.help:hover,
a.help:active,
a.help:focus,
a.help-on,		/*  Aktiver Hauptnavigationspunkt */
body.help #leiste-hauptnavi		/*  Balken unter Hauptnavigationspunkt */
	{ 
	background: #3D8FCC; 
	}

/* Farbnotierung untere Abschlusslinie des Hauptnavigationspunktes Katalogisierung */
a.help-on { border-bottom: #3D8FCC solid 1px !important; } 

/* Schriftfarbe Linke Unternavigation Katalogisierung MouseOver/Current */
body.help #UnternaviContainer li a:hover, 
body.help #UnternaviContainer li a.current {
	color: #333333; 
	}

body.help #unternav li a.current { 
	background: url(../layout_images/link-icon-help.gif) 3px 0px no-repeat; 
	} 	

body.help #unternav li ul li a.current { 
	background:  url(../layout_images/link-icon-help.gif) 17px 0px no-repeat; 
	} 

/* Schriftfarbe Hilfe / Überschrift Unternavigation / Überschrift Fließtext (H1) */
body.help #headline-unternavi,
body.help h1,
body.help .schriftzug  {
	color: #444444; 
	}

/* Linkauszeichnung Katalogisierung im Contentbereich */
body.help #funktionsbereich_suche ul li a#aufrufen,
body.help .funktionsbereich_suche_zusatz,
body.help .funktionsbereich_button,
body.help .button
 	{
	background-image:  url(../layout_images/link-icon-help.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat; background-color: transparent;
	}

body.help #funktionsbereich_suche_inhalt a:hover, body.help #funktionsbereich_suche_inhalt a:focus, 			         /* Links Standard im Formular */
body.help #funktionsbereich_suche ul li a#aufrufen:hover, body.help #funktionsbereich_suche ul li a#aufrufen:focus,	/* Links zum Aufrufen "Suche speichern / aufrufen */
body.help #container_standardfunktion_report a:hover, body.help #container_standardfunktion_report a:focus,   		/* Links Standardfunktionen Report MouseOver */
body.help .button:hover, body.help .button:focus,
body.help table.liste td a, body.help table.liste td a:hover,	body.help table.liste td a:focus,	      /* Hypersearchlinks in der Vollanzeige */
body.help table.liste td a, body.help table.liste td a:hover,	body.help table.liste td a:focus,	/* Hypersearchlinks in der Kurzanzeige */
body.help .external a, body.help .external a:hover, body.help .external a:focus,  				/* external links */
body.help table.report th input:hover	
 	{
	text-decoration: underline;
	color:#333333;
	}

/***********************************************************/
/* ENDE Farbangaben Hilfe    */
/***********************************************************/
	
/***********************************************************/
/* Farbangaben Reporttabelle Vollanzeige  */
/***********************************************************/	
table.liste {
	border: 1px dotted #ccc;	/* gepunktete Linie um Tabelle und Zellen */
	}
	
 table.listes td.head, table.listes td{
 	border-bottom: 1px dotted #ccc;
 }
	
table.liste td hr{
	color: #fff;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px dotted #ccc;
	}	
	
table.liste tr {
	background-color:#fff;		/* Hintergrundfarbe Tabelle / Zeile */
	}

table.liste th{
	background-color:#DDDDDD;
}	

/***********************************************************/
/* Farbangaben Reporttabelle    */
/* .report muss nach .liste stehen */
/***********************************************************/	
table.report, table.report td.head, table.report td {
	border: 1px dotted #ccc;	/* gepunktete Linie um Tabelle und Zellen */
}

table.report tr {
	background-color:#fff;		/* Hintergrundfarbe Tabelle / Zeile */
	}

table.report tr:hover {
	background-color: #ddd;		
	color:#000;					
	}

/* Hack für IE6 */
* html table.report tr{ hover:expression(this.onmouseover=new Function("this.style.background='#ddd';"),this.onmouseout=new Function("this.style.background='#ffffff';")); }

table.report th, table.report th input{
	color:#FFFFFF;				/* Schriftfarbe Tabellenüberschrift*/
	background-color:#A9B1B8;	/* Hintergrundfarbe Tabellenüberschrift*/
	}	
	
table.report td.head {
	background-color:#EBECED;	/* Hintergrundfarbe Tabellenzwischenüberschrift*/
	}	


/* nested table */	
table.liste table.liste_nested, table.liste table.liste_nested td.head, table.liste table.liste_nested td {border: 0px solid white;}
table.liste table.liste {border: 0px solid white;}
table.liste table.liste_nested tr, table.liste table.liste_nested td.head {background-color:transparent}
table.liste table.liste_nested th, table.liste table.liste_nested td.head {color:#000; background-color:transparent;}

table.report table.report_nested, table.report table.report_nested td.head, table.report table.report_nested td {	border: 0px solid white;}
table.report table.report_nested tr, table.report table.report_nested td.head {background-color:transparent}
table.report table.report_nested th, table.report table.report_nested td.head {color:#000; background-color:transparent;}	


/***********************************************************/
/* Farbangaben Container vor/zurück    */
/***********************************************************/

/* style the link text to be central in a surrounding box */
.liste-seitenzahl a, .liste-seitenzahl a:visited {
	background:#fff; 
	border: 1px dotted #ccc;
	}

/* style the hover background color for the text boxes */
.liste-seitenzahl a:hover {
	background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.liste-seitenzahl a:active, .liste-seitenzahl a:focus, 
.liste-seitenzahl a.current {
	background:#ccc; 
	color:#000;
}		

/***********************************************************/
/* Farbangaben Formularfelder    */
/***********************************************************/

/* Auszeichnung für die verschiedenen Eingabefelder */	
input.funktionsbereich_suche, 
input.funktionsbereich_suche_kurz, 
input.funktionsbereich_suche_lang, 
input.funktionsbereich_suche_lang_input,
textarea.funktionsbereich_suche, 
textarea.funktionsbereich_suche_kurz, 
textarea.funktionsbereich_suche_lang, 
textarea.funktionsbereich_suche_lang_input, 
select.funktionsbereich_suche, 
select.funktionsbereich_suche_kurz, 
select.funktionsbereich_suche_lang,
select.funktionsbereich_suche_custom {
	border: 1px solid #707E87;
  	background:#F4F4F4;	
	}


/**********************************************************************************************************/
/* AUXDB/SERIALS - Alphabet heading
/**********************************************************************************************************/	
body.zeit #Alphabet a {
	color: #235D79;
  	}
	
body.stamm #Alphabet a {
	color: #7DC146;
  	}
	
		