		/*	mediaboxAdvanced Black theme	*/
		/*	version 2.1 - August 2010		*/
		/*	for mediaboxAdvanced v.1.3.1

/* mediaboxAdvanced Black theme */
/*#mbOverlay {position: fixed;z-index: 9998;top: 0;left: 0;width: 100%;height: 100%;background-color: #bda388;cursor: pointer;}	*/
/*#mbOv555erlay.mbOverlayFF {background: transparent url(./80.png) repeat;}	*/
/*#mbOverlay.mbOverlayIE {position: absolute;}	*/
/*#mbCenter {position: absolute;z-index: 9999;left: 50%;overflow: hidden;background-color: #444444;-moz-border-radius: 10px;-webkit-border-radius:10px;-moz-box-shadow:0px5px20px	*/ 
/*rgba(0,0,0,0.50);-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);}	*/
/*#mbCenter.mbLoading {background: #444444 url(./BlackLoading.gif) no-repeat center;	*/
/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
/*-moz-box-shadow: none;-webkit-box-shadow: none;}	*/
/*#mbImage {position: relative;left: 0;top: 0;	*/
/*	Begin styles for inline content, if no style is given	*/
font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;line-height: 20px;font-size: 12px;color: #fff;text-align: left;background-position: 	*/
/*center center;background-repeat: no-repeat;padding: 10px;}	*/
/*#mb_inline {background:#f7e4c4; color: #686868;WIDTH:80%;}	*/
/*#mb_inline2 {color: #FFFFFF;}	*/
/*#mb_inline3 {color: #bda388;background:#986852;background-color:#986852;}	*/
/*#mbCenter a, #mbCenter a:link, #mbCenter a:visited {color: #c0c0c0;}	*/
/*#mbCenter a:hover, #mbCenter a:active {color: #e9d7c7;}	*/
/*	End inline content styles	*/
/*#mbBottom {min-height: 20px;font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;line-height: 20px;font-size: 12px;color: #999;text-align: left;padding: 0 10px 10px;}	*/
/*#mbTitle {display: inline;color: #fff;font-weight: bold;line-height: 20px;font-size: 12px;}	*/
/*#mbNumber {display: inline;color: #999;line-height: 14px;font-size: 10px;margin: auto 10px;}	*/
/*#mbCaption {display: block;color: #999;line-height: 14px;font-size: 10px;}	*/

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

		/*	Legacy fix for older browsers	*/

#mbOverlay.mbOverlayFF {
	background: transparent url(80.png) repeat;	background-color: #ef9103;

}

#mbOverlay.mbOverlayIE {
	position: absolute;	background-color: #ef9103;

}


		/*	Overlay panel styling	*/

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	min-width:400px;
	min-height:300px;
	overflow: show;/*hidden*/
	background-color: #ffffff;/*war #000000;*/
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
}

#mbCenter.mbLoading {
	background: #ffffff url(loading.gif) no-repeat center;
		/*	This style is applied only during animation.	*/
		/*	For example, the next lines turn off shadows	*/
		/*	improving browser performance on slow systems.	*/
		/*	To leave shadows on, just remove the following:	*/
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#mbImage {
	min-width:400px;
	min-height:300px;

	position: relative;
	left: 0;
	top: 0;

		/*	Inline content styling	*/

	font-family: 	font-family: 'EurostileRegular'font-size:1.0em;*/Myriad, Verdana, Arial, Helvetica, sans-serif;*/
	line-height: 1.2 em;
	color: #c0c0c0;
	background-color: #ffffff;/*war #000000;*/
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 40px;
}

		/*	Title, Caption and Button styling	*/

#mbBottom {
	background-color: #ffffff;/*war #000000;*/

	min-height: 100px;
	min-width:90%;
	font-family: 'EurostileRegular' Arial;font-size:1.0em;	line-height:1.4em;
	color: #6b5f3f;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink {
	display: inline;
	color: #6b5f3f;
	font-weight: normal;
	line-height: 1.6em;
	font-size: 1.2em;
}

#mbNumber {
	display: inline;
	color: #519cf0;
	line-height: 1.4em;
	font-size: 1.2em;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #519cf0;
	line-height: 14px;
	font-size: 10px;
}


/*Manövrierlinks	*/
/*#mbPrevLink, #mbNextLink, #mbCloseLink {display: block;float: right;height: 20px;width: 46px;background: transparent url(images/BlackClose.gif) no-repeat center;margin: 0;outline: none;}*/
 


#mbPrevLink, #mbNextLink {
	float: right;
	outline: none;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 1em;

}


 #mbCloseLink {
	float: right;
	outline: none;
	margin: 0 0 0 10px;
	font-weight: normal;
	font-size: 1.0em;

}


#mbPrevLink b, #mbNextLink b, #mbCloseLink b {
	color: #e5e5e5;
	font-size: 0.1em;

	font-weight: bold;
	text-decoration: underline;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big {
	color: transparent;
	font-size: 0.1em;
	line-height: 14px;
	font-weight: bold;
}

#mbBottom a, #mbBottom a:link, #mbBottom a:visited {	/* Thanks to Danny Jung for feedback and corrections */
	text-decoration: none;
	color: #ef9103;
}

#mbBottom a:hover, #mbBottom a:active {
	text-decoration: underline;
	color: #fff;
}


#mbPrevLink {width: 69px;background: transparent url(images/vor.gif) no-repeat center;}
#mbNextLink {width: 41px;background: transparent url(images/zrugg.gif) no-repeat center;}
#mbCloseLink {width: 50px;background: transparent url(images/raus.gif) no-repeat center;}
#mbCloseLink:hover {width: 50px;background: transparent url(images/close.gif) no-repeat center;}

#mbPrevLink:hover {width: 69px;background: transparent url(images/vor_rot.gif) no-repeat center;}
#mbNextLink:hover {width: 41px;background: transparent url(images/weiter_rot.gif) no-repeat center;}


		/*	Error message styling	*/

#mbError {
	position: relative;
	font-family: Myriad, 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: bold;
	text-decoration: underline;
}
/*#mbError {position: relative;font-family: Myriad, 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;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {color: #d00;font-weight: bold;text-decoration: underline;}
*/
