.mf	{
	color:#000;
	font-size:14px;
	visibility: hidden;
	z-index:1;
}

.mf * {
	border:none;
	margin:0;
	outline:none;
	padding:0;
/*	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none;*/
}

.mf div.loader{
	background:url(../images/ajax_loader.gif) no-repeat 50% 0;
	margin:0 auto;
	padding:50px 0;
	position:absolute;
	text-align:center;
	top:45%;
	width:100%;
	z-index:10000;
}

.mf div.caption {
	bottom:50px;
	font-size:10px;
	height:12px;
	margin:1em auto;
	position:absolute;
	text-align:center;
	width:100%;
	z-index:98;
	
}


#content {
	width:560px; /*float:left;*/
}

.mf a.show {
	background:url(../images/spacer.gif) no-repeat;
	cursor:pointer;
	height:130px;
	left:50%;
	margin-left:-80px;
	margin-top:70px;
	position:absolute;
	width:160px;
	z-index:102;
}

.mf div.tooltip{
	background:url(/images/tooltip.png) no-repeat 50% #ffffff ;
	width:262px;
	margin-left:-151px;
	height:18px;
	padding:8px 20px 20px 20px;
	position:absolute;
	z-index:101;
	margin-top:-189px; /* bei login: 214px*/
	left:50%;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}