body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 105px;
	height: 22px;
	background: transparent url(closelabel_d.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 115px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 1.4em;
}

#lbCaption {
	font-weight: bold;
}

/******* eigene Stylesheet-Klassen **********/
#background_grey {
	position:absolute; 
	left:10px; 
	top:10px; 
	z-index:1; 
	background: url(img/videos/background_grey.gif); 
	width:744px; 
	height:600px;
}
#background_flow {
	position:relative; 
	left:23px; 
	top:23px; 
	z-index:2; 
	background: url(img/videos/background_flow.jpg); 
	width:698px; 
	height:553px;
}
#container_left {
	float:left; 
	z-index:4;
}
#container_right {
	position:relative; 
	left:46px; 
	top:40px; 
	z-index:3;
}
#videobox {
	position:relative; 
	left:23px;
	top:23px; 
	z-index:5; 
	background: url(img/videos/background_video.gif); 
	width:473px; 
	height:390px; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
}
#descriptionbox {
	position:relative; 
	left:40px; 
	top:30px; 
	z-index:3; 
	width:430px;
}
#videoteaserbox {
	position:relative; 
	left:0px; 
	top:10px; 
	overflow:auto; 
	width:160px; 
	height:390px;
}

