/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #696969;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: white;
}

.lbLoading {
	background: #000 url(/images/1_loading.gif) no-repeat center;
}

#lbImage {
	background-repeat: no-repeat;
	border: none;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/1_prev.png) no-repeat 0% 30%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/1_next.png) no-repeat 100% 30%;
}

/*#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 7px solid #000;
	border-top-style: none;
}*/

#lbCloseLink {
	display: none;
	float: right;
	width: 80px;
	height: 16px;
	background: transparent url(/images/1_close.png) no-repeat center;
	margin: 0px;
}

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

#lbCaption {
	font-weight: bold;
}

#frame_content
{
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align:left;
	font-size: 12pt;
}

	#frame_content a {
		color: #780E11;
		text-decoration: none; 	
	}
	
	#frame_content a:visited {
		color: #780E11;
		text-decoration: none; 	
	}
	
	#frame_content a:hover {
		color: #780E11;
		text-decoration: underline; 	
	}

#popUpMenu {
	vertical-align: middle; 
	background-color: #777700; 
	text-align:right; 
	width:300px; 
	position:fixed; 
	right:0;  
	bottom: 10px;
}

#popUpMenu a {
	padding-right: 10px;
	color: white;
}

#popUpMenu p {
	margin: 5px; 
	font-size:15px;
}

#popUpMenu a:link { 
	color: white; 
	text-decoration: none; 
}

#popUpMenu a:visited { 
	color: white;
	text-decoration: none; 
}

.popUpMenu.Uebersicht {
	padding-left: 20px;
	padding-right: 20px;
}