/* first for Internet Explorer < 9 */
@font-face {
    font-family: DINWeb;
    src: url("../fonts/DINWeb-Medium.eot");
}

@font-face {
    font-family: DINWeb;
    src: url("../fonts/DINWeb-Bold.eot");
    font-weight: bold;
}
/* then for WOFF-capable browsers */

@font-face {
    font-family: DINWeb;
    src: url("../fonts/DINWeb-Medium.woff") format("woff");
}

@font-face {
    font-family: DINWeb;
    src: url("../fonts/DINWeb-Bold.woff") format("woff");
    font-weight: bold;
}

/* SLIMBOX */

#lbOverlay {
	background-color: #B1B6BB;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 9991;
    -moz-box-shadow: 1px 1px 10px #5F767D;
    -webkit-box-shadow: 1px 1px 10px #5F767D;
    box-shadow: 1px 1px 10px #5F767D;
}

.lbLoading {
	background: #fff url(../grafiken/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	border-bottom-width: 5px;
	background-repeat: no-repeat;
	z-index: 9992;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../grafiken/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../grafiken/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: DINWeb, Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px; color: #59666C; line-height: 17px;
	text-align: left;
    padding: 10px 26px 10px 26px;
    -moz-box-shadow: 1px 1px 10px #5F767D;
    -webkit-box-shadow: 1px 1px 10px #5F767D;
    box-shadow: 1px 1px 10px #5F767D;
}

#lbCloseLink {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: 71px;
	height: 22px;
	background: transparent url(../grafiken/slimbox/closelabel.gif) no-repeat center;
}

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

#lbNumber
{
	margin-top: 5px;
	color: #4F4F4F;	
}

#lbCaption {
	font-weight: bold;
}
