
/*
 * Zustandsklassen
 */
.disabled {
	z-index:1;
	display:inline;
}
.enabled {
	z-index:1;
	display:inline;
}
.enabledhover {
	z-index:1;
	display:inline;
}
.pressed {
	z-index:1;
	display:inline;
}
.pressedhover {
	z-index:1;
	display:inline;
}
.hidden {
	z-index:0;
	display:none;
}
.visible {}

/*
 * Reiter: Bibliothek
 */
#xtention_shelf_tab {
 	position:absolute;
 	left:0px;
 	height:40px;
	width:34px;
}

/*
 * Reiter: Inhaltverzeichnis
 */
#xtention_contents_tab {
 	position:absolute;
 	left:41px;
 	height:40px;
	width:34px;
}


/*
 * Reiter: Letzte Fundstellen
 */
#xtention_searchresult_tab {
 	position:absolute;
 	left:82px;
	height: 40px;
	width: 34px;
}

/*
 * Reiter: Liste persönlicher Notizen
 */
#xtention_notes_tab {
 	position:absolute;
 	left:123px;
	height: 40px;
	width: 34px;
}

/* In den tree-Klassen wird 'visibility' statt 'display' verwendet, da
 * sonst beim Laden der Seite die Größenberechnung der unsichtbaren
 * Bereiche um die Applets nicht korrekt ist.
 */

/*
 * Bibliothek
 */
#xtention_shelf_tree {
	position:absolute;
	margin-left:13px;
	width:auto;
	height:auto;
}
.xtention_shelf_tree_hidden {
	z-index: 0;
	visibility: hidden;
}
.xtention_shelf_tree_visible {
	z-index: 1;
	visibility: visible;
}

/*
 * Inhaltverzeichnis
 */
#xtention_contents_tree {
	position:absolute;
	margin-left:13px;
	width:auto;
	height:auto;
}
.xtention_contents_tree_hidden {
	z-index: 0;
	visibility: hidden;
}
.xtention_contents_tree_visible {
	z-index: 1;
	visibility: visible;
}

/*
 * Abbildungsverzeichnis
 */
#xtention_lof_tree {
	position:absolute;
	margin-left:13px;
	width:auto;
	height:auto;
}
.xtention_lof_tree_hidden {
	z-index: 0;
	visibility: hidden;
}
.xtention_lof_tree_visible {
	z-index: 1;
	visibility: visible;
}

/*
 * Tabellenverzeichnis
 */
#xtention_lot_tree {
	position:absolute;
	margin-left:13px;
	width:auto;
	height:auto;
}
.xtention_lot_tree_hidden {
	z-index: 0;
	visibility: hidden;
}
.xtention_lot_tree_visible {
	z-index: 1;
	visibility: visible;
}

/*
 * Alphabetisches Register
 */
#xtention_index_tree {
	position:absolute;
	margin-left:13px;
	width:auto;
	height:auto;
}
.xtention_index_tree_hidden {
	z-index: 0;
	visibility: hidden;
}
.xtention_index_tree_visible {
	z-index: 1;
	visibility: visible;
/*
	display: inline;
*/
}

/*
 * Letzte Fundstellen
 */
#xtention_searchresult_tree {
	position:absolute;
	margin-left:13px;
	width:auto;
	height:auto;
}
.xtention_searchresult_tree_hidden {
	z-index: 0;
	visibility: hidden;
}
.xtention_searchresult_tree_visible {
	z-index: 1;
	visibility: visible;
}

/*
 * Liste persönlicher Notizen
 */
#xtention_notes_tree {
	position:absolute;
	margin-left:13px;
	width:auto;
	height:auto;
}
.xtention_notes_tree_hidden {
	z-index: 0;
	visibility: hidden;
}
.xtention_notes_tree_visible {
	z-index: 1;
	visibility: visible;
}

/*
 * Bibliothek: vorheriger Eintrag
 */
#xtention_shelf_up {
	position: absolute;
	top: 6px;
	left: 7px;
	height: 34px;
	width: 34px;
}

/*
 * Bibliothek: nächster Eintrag
 */
#xtention_shelf_down {
	position: absolute;
	top: 6px;
	left: 48px;
	height: 34px;
	width: 34px;
}

/*
 * Inhaltsverzeichnis: vorheriger Eintrag
 */
#xtention_contents_up {
	position: absolute;
	top: 6px;
	left: 7px;
	height: 34px;
	width: 34px;
}

/*
 * Inhaltsverzeichnis: nächster Eintrag
 */
#xtention_contents_down {
	position: absolute;
	top: 6px;
	left: 48px;
	height: 34px;
	width: 34px;
}

/*
 * Abbildungsverzeichnis: vorheriger Eintrag
 */
#xtention_lof_up {
	position: absolute;
	top: 6px;
	left: 7px;
	height: 34px;
	width: 34px;
}

/*
 * Abbildungsverzeichnis: nächster Eintrag
 */
#xtention_lof_down {
	position: absolute;
	top: 6px;
	left: 48px;
	height: 34px;
	width: 34px;
}

/*
 * Tabellenverzeichnis: vorheriger Eintrag
 */
#xtention_lot_up {
	position: absolute;
	top: 6px;
	left: 7px;
	height: 34px;
	width: 34px;
}

/*
 * Tabellenverzeichnis: nächster Eintrag
 */
#xtention_lot_down {
	position: absolute;
	top: 6px;
	left: 48px;
	height: 34px;
	width: 34px;
}

/*
 * Alphabetisches Register: vorheriger Eintrag
 */
#xtention_index_up {
	position: absolute;
	top: 6px;
	left: 7px;
	height: 34px;
	width: 34px;
}

/*
 * Alphabetisches Register: nächster Eintrag
 */
#xtention_index_down {
	position: absolute;
	top: 6px;
	left: 48px;
	height: 34px;
	width: 34px;
}

/*
 * Alphabetisches Register: Stichwortsuche
 */
#xtention_index_indexsearch {
	position: absolute;
	top: 6px;
	left: 177px;
	height: 34px;
	width: 34px;
}

/*
 * Letzte Fundstellen: vorheriger Eintrag
 */
#xtention_searchresult_up {
	position: absolute;
	top: 6px;
	left: 7px;
	height: 34px;
	width: 34px;
}

/*
 * Letzte Fundstellen: nächster Eintrag
 */
#xtention_searchresult_down {
	position: absolute;
	top: 6px;
	left: 48px;
	height: 34px;
	width: 34px;
}

/*
 * Letzte Fundstellen: vorhergehender Block
 */
#xtention_searchresult_prevblock {
	position: absolute;
	top: 6px;
	left: 89px;
	height: 34px;
	width: 34px;
}

/*
 * Letzte Fundstellen: nächster Block
 */
#xtention_searchresult_nextblock {
	position: absolute;
	top: 6px;
	left: 130px;
	height: 34px;
	width: 34px;
}

/*
 * Letzte Fundstellen: Komfortsuche
 */
#xtention_searchresult_extsearch {
	position: absolute;
	top: 6px;
	left: 177px;
	height: 34px;
	width: 34px;
}

/*
 * Liste persönlicher Notizen: vorheriger Eintrag
 */
#xtention_notes_up {
	position: absolute;
	top: 6px;
	left: 7px;
	height: 34px;
	width: 34px;
}

/*
 * Liste persönlicher Notizen: nächster Eintrag
 */
#xtention_notes_down {
	position: absolute;
	top: 6px;
	left: 48px;
	height: 34px;
	width: 34px;
}

/*
 * Liste persönlicher Notizen: ungültige Notizen löschen
 */
#xtention_notes_delnotes {
	position: absolute;
	top: 6px;
	left: 177px;
	height: 34px;
	width: 34px;
}


/*
 * Liste persönlicher Notizen: Notizen organisieren
 */
#xtention_notes_orgnotes {
	position: absolute;
	top: 6px;
	left: 218px;
	height: 34px;
	width: 34px;
}


/*
 * Neue Notiz anlegen
 */
#xtention_newnote {
	position: absolute;
	left: 13px;
	height: 34px;
	width: 34px;
}

/*
 * Volltextsuche: Suchtext
 */
#xtention_searchtext {
	position: absolute;
	left: 60px;
	margin-top:5px;
	width: 150px;
}

/*
 * Volltextsuche starten
 */
#xtention_search {
	position: absolute;
	left: 217px;
	height: 34px;
	width: 34px;
}

/*
 * Komfortsuche
 */
#xtention_extsearch {
	position: absolute;
	left: 264px;
	height: 34px;
	width: 34px;
}

/*
 * Stichwortsuche
 */
#xtention_indexsearch {
	position: absolute;
	left: 305px;
	height: 34px;
	width: 34px;
}

/*
 * Notizen organisieren
 */
#xtention_orgnotes {
	position: absolute;
	left: 346px;
	height: 34px;
	width: 34px;
}

/*
 * Rückwärts blättern
 */
#xtention_prevpage {
	position: absolute;
	left: 393px;
	height: 34px;
	width: 34px;
}

/*
 * Vorwärts blättern
 */
#xtention_nextpage {
	position: absolute;
	left: 434px;
	height: 34px;
	width: 34px;
}

/*
 * Zur Startseite gehen
 */
#xtention_home {
	position: absolute;
	left: 481px;
	height: 34px;
	width: 34px;
}

/*
 * Wechsel zwischen gegliedertem und gesamtem Dokument
 */
#xtention_complete {
	position: absolute;
	left: 522px;
	height: 34px;
	width: 34px;
}

/*
 * Benutzereinstellungen zurücksetzen
 */
#xtention_reset {
	position: absolute;
	left: 569px;
	height: 34px;
	width: 34px;
}

/*
 * Liste persönlicher Notizen: ungültige Notizen löschen
 */
#xtention_delnotes {
	position: absolute;
	left: 616px;
	height: 34px;
	width: 34px;
}

/*
 * Registerkarten
 */
#xtention_register {
	position:absolute;
	width:100%;
	height:100%;
}
.xtention_register_hidden {
	z-index: 0;
	visibility: hidden;
}
.xtention_register_visible {
	z-index: 1;
	visibility: visible;
}

/*
 * Registerkarten HTML
 */
#xtention_registerhtml {
	position:absolute;
	width:auto;
	height:auto;
}
.xtention_registerhtml_hidden {
	z-index: 0;
	visibility: hidden;
}
.xtention_registerhtml_visible {
	z-index: 1;
	visibility: visible;
}


