/* SLIMBOX */

/* eigene Styles - START - */
a.tauchen        { color: #5B7306; background-color: inherit; line-height: 13px; font-weight: bold; text-decoration: none;}
a.tauchen:hover	 { color: #1D2D04; background-color: inherit; text-decoration: underline;}

.basisname {
	color: #0084BF;
	font-weight: bold;
}

.basisname_akassia {
	color: #8B6419;
	font-weight: bold;
}
.basisname_de {
	color: #AE0F08;
	font-weight: bold;
}
.basisname_cres {
	color: #064389;
	font-weight: bold;
}

/* eigene Styles - ENDE - */


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
	z-index: 90;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
/*	background-color: #EFECE4; */
	background-color: #EFECE4;
	z-index: 91;
}

.lbLoading {
	background: #EFECE4 url(../bilder/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #EFECE4;
	background-repeat: no-repeat;
	z-index: 92;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	z-index: 93;
}

#lbPrevLink:hover {
	background: transparent url(../bilder/zuruecklabel.gif) no-repeat 0% 15%;
	z-index: 93;
}

#lbNextLink {
	right: 0;
	z-index: 93;
}

#lbNextLink:hover {
	background: transparent url(../bilder/weiterlabel.gif) no-repeat 100% 15%;
	z-index: 93;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E2302;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #EFECE4;
	border-top-style: none;
	z-index: 92;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../bilder/closelabel.gif) no-repeat center;
	margin: 5px 0;
	z-index: 93;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	z-index: 93;
}

#lbCaption {
	font-weight: bold;
	z-index: 93;
}
