* {
	padding: 0px;
	margin: 0px;
	/* border: 1px dashed #CC0000;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

/* -------------------- <ALLGEMEIN> -------------------- */
html, body {
	height: 100%;
}
body {
	color: #000;
	background-color: #fff;
	background-color: #fff;
	background-image: url(/img/bgNaviLeft.gif);
	background-repeat: repeat-y;
	font-size: 76%;
	line-height: 1.5em;
}
h1 {
	color: #369;
	font-size: 1.3em;
	margin: 0em 20px 1.2em 50px;
	padding: 3px 20px 3px 10px;
	border-bottom: 1px solid #369;
}
h2 {
	color: #666;
	font-size: 1.1em;
	margin: 2em 20px 1em 60px;
}
h3 {
	font-size: 1em;
	margin: 0em 20px 0.2em 60px;
}
p, dl {
	line-height: 1.5em;
	margin: 0px 20px 1.2em 60px;
}
img {
	border: none;
}
acronym, abbr {
	cursor: help;
}
dt {
	font-weight: bold;
}
td div {
	margin: 0.1em;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: underline;
}
hr {
	height: 1px;
	color: #999;
	background-color: #999;
	/*noshade: noshade;*/
}
li {
	margin-bottom: 1em;
}
/* -------------------- </ALLGEMEIN> -------------------- */



/* -------------------- <FORMULARE> -------------------- */
fieldset {
	display: block;
	border: 1px solid #369;
	line-height: normal;
	width: 42em;
	margin: 0 0 1em 0;
	padding-bottom: 1em;
}
/* IE-Bug: vererbt an manch untergeordneten Elemente padding 
	ausserdem verschiebungen bei padding/margin bei der legend umgehen
*/
fieldset div {
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
legend {
	padding: 0em 0.5em 0.2em 0.5em;
	color: #369;
	font-size: 0.9em;
}
label, input, select { /* Alle Labels UND Formularelemente auswaehlen */
  display: block;
  /*float: left;*/
}
input {
	min-width: 300px;
}
input[type='image'] {
	min-width: auto !important;
}
label {
	margin: 0.5em;
	padding: 0.1em 0.5em 0.2em 0em;
	border-bottom: 1px dotted #CCC;
	cursor: pointer;
	width: 14em;
	color: #333;
}

form br { /* Alle Zeilenumbrueche in Formularen auswaehlen */
  clear: left; /* das floating der labels und inputs aufheben */
}
form p {
	margin-left: 0;
	margin-bottom: 2em;
}
input.text {
	display: inline;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	padding: 0.1em 0.3em 0.1em 0.3em;
	margin: 0.5em 0.2em 0.5em 0em;
	vertical-align: middle;
	width: 23em;
	font-size: 1em;
}
input.text_inline {
	display: inline;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	padding: 0.1em 0.3em 0.1em 0.3em;
	margin: 0.5em 0.2em 0.5em 0.5em;
	vertical-align: middle;
	width: 12em;
	font-size: 0.8em;
}
input.btn {
	width: auto;
}
select.select {
	display: inline;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	padding: 0.1em;
	margin: 0.5em 0.2em 0.5em 0em;
	vertical-align: middle;
	width: 23.7em;
	font-size: 1em;
}
textarea {
	display: inline;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	padding: 0.1em 0.3em 0.1em 0.3em;
	width: 39em;
	overflow: auto;
	font-size: 1em;
}
input[type="text"]:focus, input[type="password"]:focus, #txtQuickSearch:focus, textarea:focus {
	background-color: #FFF;
	border: 1px solid #C00;
}
div.frmButtonField *.btn {
	position: relative;
}
div.frmButtonField {
	text-align: center;
	display: block;
}
#content form {
	margin: 0 20px 1em 60px;
}
highlight {
	background-color: #FC0;
}
input.checkbox {
	display: inline;
	float: left;
	margin: 0em 0.5em 0 0;
}
form>input.checkbox {
	margin-top: 0.3em;
}
/* -------------------- </FORMULARE> -------------------- */




/* -------------------- <TABELLEN> -------------------- */
table {
	margin: 0px 20px 2em 60px;
	/*border: 1px solid #CCC;*/
	border-spacing:0px;
	/*border-bottom: none;
	border-right: none;
	border-top: none;*/
}
td {
	width:300px;
	
}
th {
	padding: 0.3em;
	background-color: #999;
	color: #FFF;
	vertical-align: bottom;
	text-align: left;
	border-width: 1px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

/* -------------------- </TABELLEN> -------------------- */


/* -------------------- <KOPF> -------------------- */
#bgHead {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 65px;
	width: 100%;
	background-image:  url(/img/bgTop.gif);
	background-repeat: repeat-x;
	z-index: 1;
}
div#divQuickSearch {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 3;
	overflow: hidden;
}
form#frmQuickSearch {
	display: inline;
}
input#txtQuickSearch {
	border: 1px solid #999;
	font-size: 10px;
	padding: 0.1em;
	float: right;
}
input#btnQuickSearch {
	float: right;
	padding: 0;
	margin-top: 0.5em;
	margin-right: 0;
}

/* -------------------- </KOPF> -------------------- */


/* -------------------- <NAVI LINKS> -------------------- */
#naviLeftLogo {
	position: relative;
	width: 192px;
	height: 235px;
	background-image:  url(/img/bgLogo.gif);
	background-repeat: no-repeat;
}
div.naviLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 100%;
	width: 192px;
	background-image: url(/img/bgNaviLeft.gif);
	background-repeat: repeat-y;
	z-index: 2;
	/* hoehe fuer IE */
	height: 100%;
	line-height: normal;
}
body>div.naviLeft {
	/* hoehe fuer nicht-IE*/
	height: auto;
}
ul.separator {
	margin-top: 30px;
}
ul.naviLeft a {
	display: block;
	color: #FFF;
	font-size: 1em;
	/*font-weight: bold;*/
	margin-left: 10px;
	text-decoration: none;
	padding: 0.5em 0.3em 0.5em 0;
}
ul.naviLeft li.line a {
	border-top: 1px solid #CCC;
}
ul.naviLeft li {
	display: inline;
}
ul.naviLeft a:hover , ul.naviLeft a.aktiv{
	background-image:  url(/img/bgNaviHover.gif);
	background-repeat: repeat-y;
	background-position: right top;
	color: #fff;
	text-decoration: none;;
}

ul.subart li {
	font-size: 0.9em;
}
ul.subart li a {
	border: none;
	padding-left: 1.4em;
	padding-right: 10px;
}
ul.subart li a.aktiv {
	font-weight: bold;
	background: none;
}
div.naviLeft ul.dropdown-menu {
	margin-left: 15px;
}
/* -------------------- </NAVI LINKS> -------------------- */


/* -------------------- <NAVI OBEN> -------------------- */
#breadcrumbs {
	color: #666;
	padding: 0px 20px 0px 10px;
	font-size: 0.9em;
	margin: 0 0 1em 0px;
}
#breadcrumbs a {
	color: #666;
}
#naviTop {
	margin: 0;
	color: #EEE;
	font-size: 1em;
	right: 0px;
	text-align: right;
	background: #666 url(/img/bgNaviTop.gif) no-repeat -1px top;
	padding: 0.3em 20px 0.3em 0;
	overflow: visible;
	margin-bottom: 10px;
	line-height: 1.3em;
}
#naviTop a {
	color: #eee;
	padding: 0.2em;
}
#naviTop a:hover {
	color: #fff;
}
/* -------------------- </NAVI OBEN> -------------------- */


/* -------------------- <INHALT> -------------------- */
#content {
	display: block;
	left: 0px;
	top: 0px;
	padding: 64px 0 1em 192px;
	background-image: url(/img/bgContentLeftTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
	/* hoehe IE */
	height: 400px;
	min-height: 220px;
	overflow: visible;
}
body>#content {
	/* hoehe nicht-IE */
	height: auto;
	min-height: 380px;
}
#content ul {
	margin-left: 70px;
	list-style: disc;
}
#content ol {
	margin-left: 80px;
	list-style: decimal;
}
#content a {
	text-decoration: underline;
}

/* -------------------- </INHALT> -------------------- */



/* -------------------- <KLASSEN> -------------------- */
.error, .fehler {
	display: block;
	color: #c00;
	padding: 10px 10px 10px 50px;
	border: 1px solid #333;
	background-color: #eee;
	background-image:  url(/img/icon-warnung.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin: 0px 20px 1em 60px;
	overflow: visible;
}
.hint, .hinweis {
	display: block;
	color: #003366;
	padding: 1em 1em 1em 4em;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	background-image:  url(/img/icon-info.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin: 0px 20px 1em 60px;
}
.maxHitsHint {
	background-color: #ff6600;
}
.description {
	color: #666;
	font-size: 0.9em;
}
/* unterstreichung fuer Acceskey */
.ak {
	text-decoration: underline;
}


a.back {
	color: #999;
	padding-left: 18px;
	background-image:  url(/img/icon-back.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.mailto {
	padding-left: 18px;
	background-image:  url(/img/icon-email.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#naviTop a.aktiv {
	font-weight: bold;
	color: #fff;
}

div#naviSuperadmin {
	color: #fff;
	margin: 0.5em 0 0.5em 0;
}
div#naviSuperadmin a, div#naviSuperadmin a:hover{
	color: #fff;
	background-color: #f60;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

/* Links, welche als Button angezeigt werden */
.btn { 
	background-repeat: no-repeat; 
	background-position: 6px center;
	padding: 4px 8px 3px 25px;
	text-decoration: none;
	background-color: #DDD;
	margin-right: 0.3em;
	font-size: 1em;
	cursor: pointer;
	border: 1px outset;
	text-align: center;
}
.btn:hover {
	border-color: #f00;
	color: #f00;
	text-decoration: none;
}
/* buttons ohne Icon mit zentrierter Schrift */
.btnSave {background-image:  url(/img/icon-speichern.gif);}
.btnPrint {background-image:  url(/img/icon-drucken.gif);}
.btnInfo {background-image:  url(/img/icon-info.gif);}
.btnNewUser {background-image:  url(/img/icon-benutzer-neu.gif);}
.btnDel {background-image:  url(/img/icon-loeschen.gif);}
.btnView {background-image:  url(/img/iconBooks.gif);}
.btnSearch {background-image:  url(/img/search.gif);}
.btnEmail {background-image:  url(/img/icon-email.gif);}
.btnOpen{background-image:  url(/img/plus_11x11.gif);}
.btnClose {background-image:  url(/img/minus_11x11.gif);}
.btnImp {background-image:  url(/img/icon-imp.gif);margin-left: 50px;}
.btnEdit {background-image:  url(/img/icon-edit.gif);}
.btnNewArchiv {background-image:  url(/img/icon-archiv-neu.gif);}
.btnTektonik {background-image:  url(/img/icon-tektonik.gif);}
.btnNewTektonik {background-image:  url(/img/icon-tektonik-neu.gif);}
.btnNewBestand {background-image: url(/img/icon-bestand-neu.gif);}
.btnBestand {background-image: url(/img/icon-bestand-uebersicht.gif);}
.btnReset {background-image: url(/img/icon-reset.gif);}
.btnLogin {background-image: url(/img/icon-login.gif);}
.btnLinkExtern {background-image: url(/img/icon-link-extern.gif);}
.btnPaste{background-image: url(/img/i_paste.gif);}
.btnSort{background-image: url(/img/sort.gif);}
.btnAdmin, .btnAdmin:hover  {
	color: #fff;
	background-color: #F60;
	border-color: #666;
}
.btnAdmin:hover  {
	color: #333;
}

#btnQuickSearch {
	width:5em; 
	font-size:0.8em; 
}

a.btn {
	padding: 4px 5px 5px 25px;
	text-decoration: none !important;
}
a.email {
	background-image:  url(/img/icon-email.gif);
	background-repeat: no-repeat; 
	background-position: 0 center;
	padding-left: 21px;
}
a.extern {
	/*background-image:  url(/img/icon-link-extern.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 21px;*/ /*funzt im IE nicht*/
}
.btnNoIcon  {
	background-image: none;
	padding: 4px 8px 3px 8px;
	text-decoration: none;
	background-color: #DDD;
	margin-right: 0.3em;
	font-size: 1em;
	cursor: pointer;
	border: 1px outset;
	text-align: center;
}
a.btnNoIcon  {
	text-decoration: none !important;
}

div.toolBox {
	float: right;
	margin: 0px 10px 1em 1em;
	background-color: #fcfcfc;
	text-align: right;
}
div#content>div.toolBox {
	margin-right: 20px;
}
div.toolBox img {
	border: 1px solid #333;
	margin: 0 0 1em 0;
}
div.toolBox a.btn {
	display: block;
	width: 13em;
	float: none;
	margin: 0 0 0.3em 0;
}
dl.archivdaten dt {
	float: left;
	width: 8em;
}
dl.archivdaten dd {
	margin-left: 8em;
}
dl.statistik dt {
	float: left;
	width:27em;
}
dl.statistik dd {
	margin-left:27em;
}
dl.statistik {
	clear: left;
}
dl.admins dt {
	float: left;
	width:12em;
}
dl.admins dd {
	margin-left: 12em;
}

h3.toggleDisplay, 
h4.toggleDisplay, 
h5.toggleDisplay, 
h6.toggleDisplay, 
h7.toggleDisplay {
	cursor: pointer;
	font-size: 1em;
	margin: 0 20px 0.5em 70px;
}

div.toggleDisplay {
	margin: 0 20px 1.2em 88px;
}
img.toggleDisplay {
	vertical-align: middle;
	margin-right: 0.3em;
	display: none;
}
p.alphabetIndex, p.paginierung {
	color: #aaa;
	text-align: center;
	padding: 0.5em;
	border: 1px solid #369;
}
p.alphabetIndex a, p.paginierung a {
	color: #369;
}
p.paginierung img {
	vertical-align: middle;
}
.indexActive, .paginierung .aktiv {
	font-weight: bold;
	color: #fff;
	padding: 0.3em;
	background-color: #F60;
}
dl.bestand {
	background-color: #eee;
	margin: 0em 0 1em 17px;
	border-left: 1px solid #aaa;
}
dl.bestand dt {
	padding-left: 0.3em;
}
dl.bestand dd {
	padding-left: 0.3em;
	border-bottom: 1px solid #aaa;
}
p.toplink {
	border-top: 1px solid #ccc;
	margin: 2em 0px 2em 192px;
	padding: 1em 20px 1em 0;
	text-align: right;
	z-index: 0;
}
h2.toplink {
	border-top: 1px solid #ccc;
	margin: 2em 0px 2em 192px;
	padding: 1em 20px 1em 0;
	text-align: right;
	z-index: 0;
}
#content p.toplink {
	margin-left: 0;
}
a.toplink{
	color: #666;
	font-size: 0.9em;
	background: url(/img/icon-link-top.gif) left top no-repeat;
	padding-left: 20px;
}
p#skiplinks {
	display: none;
}
span.suche {
	font-weight: bold;
}
span.suchpfad {
	font-size: 0.8em;
	color: #999;
}
span.suchpfad a{
	color: #999;
}
.beschreibungForm {
	color: #999;
	padding-top: 2em;
	font-size: 0.9em;
	clear: both;
}
#content img.bildLinks {
	float: left;
	margin: 0 10px 3px 55px;
}

p.bullet1 {
	margin-left: 0;
	padding-left: 60px;
	background: url(/img/bullet_10x10_c00.gif) no-repeat 40px 0.43em;
}

.objInfo {
	font-size: 0.8em;
	color: #666;
	margin: 20px 20px 0 60px;
	padding-top: 5px;
}
.objInfo a, .objInfo span.label {
	color: #666;
}

div.debug {
	position: absolute;
	width: 900px;
	right: 10px;
	top: 400px;
	z-index: 100;
	border: 1px dashed red;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	background-color:#FFFF99;
	padding: 1em;
}
img.i_btn {
	/*border: 1px outset #333 !important;*/
	padding: 2px;
	margin: 3px 0px -3px 1px;
}
.cut {
	font-style: italic;
	color: #666;
}
div#clipboard {
	float: right;
	border: 1px solid #ccc;
	padding: 0px 10px 10px 10px;
	width: 250px;
	margin: 0 20px 5px 20px;
	font-size: 0.85em;
}
div#clipboard h2 {
	margin: 0 -10px 10px -10px;
	padding: 3px 5px;
	text-align: center;
	color: #fff;
	background: #369 url(/img/i_paste.gif) 10px center no-repeat;
}

/*----------------------------------Trefferliste----------------------------------*/
.resList *{
	margin	: 0px;
	padding	: 0px;
	border	: none;
}

.resList > table {
	border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #CCCCCC;
	border-style: none none none solid;
	border-width: medium medium medium 1px;
	margin		: 0 20px 2em 60px;
	width 		: 75%;
}

.rlElement a{
	text-decoration	: none; 
	color			: #000000;
}

.rlText{
	font-size		: 10px; 
	margin-bottom	: 0.1em; 
	padding-bottom	: 5px;
	background-color: #FFFFFF; 
	color			: #5a5a5a;
}

.rlText a{
	text-decoration	: underline; 
	color			: #5a5a5a;
}


.paging{
	border		:1px solid #336699;
	color		:#AAAAAA;
	padding		:0.5em;
	text-align	:center;	
	margin		: 0 20px 1.2em 60px;
}

.paging a{
	color:#336699;
}

.paging .active {
	font-weight: bold;
	color: #fff;
	padding: 0.3em;
	background-color: #F60;
}

div.backToShortViewDiv {
	text-align:right;
	margin-right:20px;	
}


.legend{
	padding-right: 10px;
	text-align:center;
	font-size : 70%;
}


.legend img{
	padding-left: 50px;
	height	: 20px;
	width	: 20px;
}
#eadreport h1{
	margin-left:30px;
	border:none;	
}

#eadreport strong{
	margin-left:30px;
	padding: 15px;
}

#eadreport ol{
	padding-right: 30px;
	padding-top:0px;
}

#eadreport fieldset{
	width: 80%;
}

#loading{
	line-height:250%;
    width:50px;
    height:50px;
    margin:1em 40%;    
    text-align:center;	
}

#form_repeat{
    margin-left:50px;
}

#rep_info fieldset{
    width: 80%;
}

#info{
    margin-left:50px;
}

#eadreport h2{
    margin-left: 30px;
}

#content .noIcon{
	list-style-type:none;
}

#watchlist{
	border: none;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

#watchlist th{
	background-color: white;
	color: black;
	border:none;
}

#content .wlLink{
	margin:0;
	padding:0;
	padding-left: 5px;
	float: none;
	white-space: nowrap;
	display:inline;
}

#content .wlLink input{
	margin:0;
	padding:0;
	float: none;
	white-space: nowrap;
	display:inline;
}

#watchlistDetail{
	border: 1px solid #ccc;
	width: 100%;
	padding-bottom:20px;
	text-align:center;
}

#watchlistDetail #del{
	float:none;
	margin: auto;
	margin-top:15px;
	margin-bottom:10px;
	text-align:center;
	display:inline;

}

#watchlistDetail h2 {
	margin: auto;
	padding: 3px 5px;
	text-align: center;
	color: #fff;
	background: #369 url(/img/i_paste.gif) 10px center no-repeat;
}

#watchlistDetail h1 {
	margin: auto;
	padding: 3px 5px;
	text-align: center;
	font-size		: 13px; 
	color: #fff;
	background: #369 url(/img/organizers_search.gif) 10px center no-repeat;
}

#watchlistDetail h3 {
	margin: auto;
	padding: 5px;
	text-align: center;
	font-size		: 16px; 
	color: #369;
}

#watchlistDetail #detail, #watchlistDetail .detail{
	width:100%;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin-top:10px;
	margin-right:10px;
	padding:5px;
	text-align:left;
}

#watchlistDetail #left{
	float: left;
	padding: 0px;
	overflow:auto;
	width:70%;
	margin-left:10px;
}

#watchlistDetail #middle{
	float: left;
	position:absolute;
	right:50px;
	overflow: hidden;
	margin-left: 1px;
	padding: 0px;
	width: 120px;
	text-align:right;
}

.selectall{
    border: 0px;
    margin-left: 5px;
}


#watchlistDetail #right{
	float: left;
	position:absolute;
	right:25px;
	overflow: hidden;
	margin-left: 1px;
	padding: 0px;
	text-align:right;
}

#watchlistDetail #bottom{
	padding-left: 22px;
	width: 75%;
}

#sortDiv select {
    float: left;
}
#sortDiv span {
    float: left;
    margin-left: 10px;
}

td p {
    margin-left: 15px;
    margin-right: 15px;
}


/* JSTree Fix */

#content ul.jstree-children {
	margin-left: 10px;
}
#content ul.jstree-container-ul.jstree-children {
	margin-left: 70px;
}