/* eboardmuseum.com */


#mbOverlay{
	position:fixed;
	z-index:9998;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#633; /* Standard: #ccc */
	cursor:pointer
}


#mbOverlay.mbOverlayOpaque{
	background:url(../images/80.png)
}

#mbOverlay.mbOverlayAbsolute{
	position:absolute
}

#mbOverlay.mbMobile{
	position:absolute;
	background-color:transparent
}

#mbBottom.mbMobile{
	line-height:24px;
	font-size:16px
}


#mbCenter{
	position:absolute;
	z-index:9999;
	left:50%;
	padding:12px; /* Standard: 10 */
	background-color:#e7c8a3; /* background-color:#fff; */
	-webkit-border-radius:12px; /* Standard: 10 */
	 -khtml-border-radius:12px;
	   -moz-border-radius:12px;
	        border-radius:12px;
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
	-webkit-box-shadow:0 5px 20px rgba(0,0,0,.5);
	 -khtml-box-shadow:0 5px 20px rgba(0,0,0,.5);
	   -moz-box-shadow:0 5px 20px rgba(0,0,0,.5);
	        box-shadow:0 5px 20px rgba(0,0,0,.5);
}

#mbCenter img {					/* kompletten Tag hinzugefügt */
	border: 1px solid #999;
	-webkit-border-radius:6px; 
	 -khtml-border-radius:6px;
	   -moz-border-radius:6px;
	        border-radius:6px;
	box-sizing:border-box;
}

#mbCenter.mbLoading{
	background:#fff url(../images/loading-light.gif) no-repeat center;
	-webkit-box-shadow:none;
	 -khtml-box-shadow:none;
	   -moz-box-shadow:none;
	        box-shadow:none;
}

#mbMedia{
	position:relative;
	left:0;
	top:0;
	font-family:"Droid Sans",Verdana,Arial,Helvetica,sans-serif;
	line-height:20px;
	font-size:12px;
	color:#000;
	text-align:left;
	background-position:center center;
	background-repeat:no-repeat;
}

@mbMedia img{
	-webkit-border-radius:4px;
	 -khtml-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
}

#mbAudio{
	padding:0 0 2px;
	background-color:#000
}

#mbBottom{
	line-height:30px; /* Standard: 20 */
	/* font-size:12px; */
	/* font-family:Myriad,Verdana,Arial,Helvetica,sans-serif; */
	font:100% "Droid Sans",Verdana,Arial,Helvetica,sans-serif; /* hinzugefügt */
	letter-spacing: 0.5px; /* hinzugefügt */
	margin-left: 8px; /* hinzugefügt */
	text-align:left; 
	color:#777; 
	min-height:20px;
	padding: 16px 0 4px 0;
}

#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{
	display:inline;
	color:#300; /* Standard: #000 */
	font-weight:normal; /* Standard: 700 */
}

#mbNumber{
	display:inline;
	color:#777;
	font-size:.8em;
	margin:auto 10px
}

#mbCaption{
	display:block;
	color:#777;
	line-height:1.6em;
	font-size:.8em
}

#mbPrevLink,#mbNextLink,#mbCloseLink{
	float:right;
	outline:0;
	margin:-10px 4px 0 10px; /* Kompromiss, margin-top wird in den Browsern unterschiedlich gezeigt. Standard: margin:0 0 0 10px; */
	font-weight:400;
	padding: 2px 6px; /* hinzugefügt */
	border-radius: 50%;  /* hinzugefügt */
}

#mbPrevLink b,#mbNextLink b,#mbCloseLink b{
	color:#000;
	font-weight:700;
}

/* mbCloseLink big ist das X in der Vergrößerung - geaendert  */
#mbPrevLink big,#mbNextLink big,#mbCloseLink big{
	color:#900;
	font-size:2em; /* Standard: 1.4em */
	font-weight:700;
	text-decoration:none;	
}

#mbBottom a,#mbBottom a:link,#mbBottom a:visited{
	text-decoration:none;
	color:#333
}

#mbBottom a:hover,#mbBottom a:active{
	/* text-decoration:underline; */ 
	background-color: #f7e5cd;/* hinzugefügt */
	color:#900 /* Standard: #000 */
}

#mbError{
	position:relative;
	font-family:"Droid Sans",Verdana,Arial,Helvetica,sans-serif;
	line-height:20px;
	font-size:12px;
	color:#fff;
	text-align:center;
	border:10px solid #700;
	padding:10px 10px 10px;
	margin:20px;
	-webkit-border-radius:5px;
	 -khtml-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px
}

#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{
	color:#d00;
	font-weight:700;
	text-decoration:underline
}