/*
INTERNET EXPLROER ISSUES:
Transparent und nicht transparent darüber: 
http://hammerspace.co.uk/2011/10/cross-browser-alpha-transparent-background-css


*/



@font-face {
    font-family: mf;
    font-style: normal;
    font-weight: normal;
    src: url(mf.ttf);
}


/* HTML STRUCTURE */
html, body { 
	/*background-color:black;*/

	width: 100%;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */

	color:white;
    /*font-family: mf, Arial;*/
	font-family: 'Open Sans', sans-serif;
	font-size:14px;

	margin: 0;
	padding: 0;
	
	overflow:auto;
	overflow-x:hidden;

	background:url(mf-bg.jpg);
	background-attachment:fixed;
	
}
a {
	color:aqua;
}
a:hover {
	cursor:url(mf-cursor.gif),url(mf-cursor.cur),auto;
}
h1{
	text-align: center;
}
h1,h2,h3,h4,h5,html {
	text-shadow: 5px 5px 8px #000;			
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=8);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=0, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=0, Color=#000000)";	
}

img{
	border:0px;
}




/* 3 PAGE INDEX PAGE  */
#mf-navigation-metalfotos{
	background:url(mf-navigation-metalfotos.png);
	width:129px;
	height:161px;
	float:right;
}
#mf-navigation-homeofthecats{
	background:url(mf-navigation-metalfotos.png);
	width:129px;
	height:161px;
}
#mf-navigation-insights{
	background:url(mf-navigation-metalfotos.png);
	width:129px;
	height:161px;
}








/* MAIN STRUCUTRE */

#mf__wrapper {
	
	top:0px;
	left:0px;

	width: 100%; 
	height:100%;
	
	/* height:auto !important; */ 
	
	/* min-width: 100%;
	min-height: 100%;  */


}





/* HEADER */

#mf__header {
	position:absolute;
	
	top:0px;
	left:50%;
	
	width:555px;
	height:231px;
	
	min-width:555px;
	
	margin-left:-278px;
	margin-top:24px;
	
	
	background:url(mf-header.png);
	background-position:center;

	z-index:1;
	
}
#mf__header_since2003{
	position:absolute;
	
	top:125px;
	left:50%;
	
	width:119px;
	height:20px;
	
	margin-left:-59px;
	
	background:url(mf-header-since2003.png);
	background-position:center;
	background-repeat:no-repeat;
}
#mf__header_tools{

	position:absolute;
	
	top:80px;
	left:50%;
	
	width:64px;
	height:64px;
	
	margin-left:230px;
	
	background:url(mf-tools-small.png);
	background-position:center;
	background-repeat:no-repeat;
}
#mf__header_relaunch{
	position:absolute;
	
	top:-20px;
	left:50%;
	
	width:481px;
	height:24px;
	
	margin-left:-240px;

	
	background:url(mf-header-relaunch.png);
	background-position:center;
	background-repeat:no-repeat;
}
/* HEADER */



#mf-panel {
	/*background-color:black;*/
	width:100%;
	height:100%;
	margin:auto;
}








/* LEFT BAR */

#mf__nav_wrapper{
	/*background-color:red;*/
	
	position:absolute;
	top:150px;
	left:0px;
	
	width:25%;
	height:100%;
	z-index:99;

}
#mf__nav{
	position:absolute;
	
	top:-15px;
	right:0px;
	
	width:218px;
	height:100%;
	
}
#mf__nav_buttons_metalfotos {
	position:absolute;
	
	top:0px;
	right:6px;
	
	width:218px;
	height:227px;
	
	background:url(mf-nav-metalfotos.png);
	background-repeat:no-repeat;
}

#mf__nav_buttons_news{
	position:absolute;
	
	top:181px;
	right:0px;
	
	width:218px;
	height:101px;
	
	background:url(mf-nav-paper-news.png);
}
#mf__nav_buttons_team {
	position:absolute;
		
	top:262px;
	right:0px;
	
	width:218px;
	height:101px;
	
	background:url(mf-nav-paper-team.png);
}
#mf__nav_buttons_admin {
	position:absolute;
		
	top:500px;
	right:0px;
	
	width:218px;
	height:101px;

	background:url(mf-nav-paper-admin.png);
}






#mf__nav_verlosung {
	position:fixed;
	
	top:0px;
	left:0px;

	width:284px;
	height:221px;
}




#mf__page_wrapper{
	margin:auto;
}
#mf-page-fotos,
#mf-page-partner,
#mf-page-accreditation,
#mf-page-team,
#mf__page_news,
#mf-page-imprint,
#mf-page-admin,
#mf-page-verlosung {
	padding:10px;
}






/* CENTER BAR */
#mf__content_wrapper{
	/*background-color:green;*/
	
	position:absolute;
	
	top:200px;
	left:0px;
	
	width:100%;
	height:100%;
	
	z-index:1;
}
#mf__content {
	/*background-color:pink;*/
	
	position:absolute;
	
	top:0px;
	left:25%;

	width:50%;
	height:100%;

	z-index:100;
	
}







/* SIDEBAR */
#mf__sidebar_wrapper {
	/*background-color:yellow;*/
	
	position: absolute;
	top:185px;
	right:0px;
	
	width:25%;
	height:100%;
	
	min-width:218px;
	
	margin-top:0px;
	
	z-index:101;

}
#mf__sidebar {

	top:0px;
	right:0px;
	
	width:218px;
	/*height:145px;	*/

	margin-top:0px;
}
/* SIDEBAR */











/* FOOTER */

#mf__footer_wrapper {
	/*background-color:gold;*/
	
	position:fixed;
	
	bottom:0px;
	left:0px;	
	
	width:100%;
	height:50px;
	
	padding:0px;	
	z-index:1002;
}
#mf__footer {
	/*background-color:silver;*/
	
	position: relative;
	
	bottom:0px;
	left:0px;
	
	width:100%;
	height:100%;
	
	z-index:1002;
	
}


#mf__ads_wrapper {
	position:fixed;
	
	bottom:0px;	
	left:0px;
	
	height:50px;
	width:100%;
	
	z-index:1002;

	text-align:center;

    background:rgb(0,0,0);
	background: transparent\9;
	background:rgba(0,0,0,0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8000000,endColorstr=#d8000000);
	zoom: 1;
}
#mf__ads_wrapper :nth-child(n) {	filter: none; }


#mf__ads_wrapper_table {
	position:absolute;
	top:12px;

	left:50%;
	width:600px;
	margin-left:-300px;	
	/*margin:auto;*/
}


#mf__ads_arrow { 

	position:absolute;
	
	top:0px;
	left:-2px;
	
	width: 25px; 
	height: 25px; 
	
	background-image: url(mf-ads-arrow-down.png);
	background-repeat:no-repeat;
	background-position: center center;
	
/* http://css-tricks.com/snippets/css/css-triangle 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent; 
	border-top:7px solid white;
	border-bottom:0px solid transparent;
*/
}
#mf__ads_arrow:hover {
	cursor:url(mf-cursor.gif),url(mf-cursor.cur),auto;
}



/* steht alleine noch im "CONTENT" */
#mf__footer_contact {
	position:relative;

	top:0px;
	left:50%;
	
	width:500px;
	height:100px;
	
	margin-left:-250px;
	
	text-align:center;
	padding:10px;
	
	z-index:1002;
}


/* FOOTER */












/* javascripts *
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
}
.QOverlay {
	background-color: black;
	z-index: 9999;
}
.QLoader {
	background-color: white;
	height: 1px;
}
/* javascripts */













/* mf-index-language.php53 */
#mf__index_language_wrapper {
	/*background-color:aqua;*/

	position:absolute;
	
	width:100px;
	height:100px;
	
	top:0px;
	right:0px;
	
	padding:10px;
}
/* mf-index-login.php53 */
#mf__index_login_wrapper {
	/*background-color:orange;*/
	
	position:absolute;
	
	width:100px;
	height:100px;
	
	top:50px;
	right:0px;
	
	padding:0px;
}


/* mf-cms-dropzone.php53 */
#mf__dropzone_wrapper{
	width:100%;
	/*height:50%;*/
	margin: 0 auto;
	padding:0px;
}
#my-dropzone{
    background:rgb(255,255,255);
	background: transparent\9;
	background:rgba(255,255,255,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff);
	zoom: 1;
}
#my-dropzone:nth-child(n) {
	filter: none;
}
/* mf-cms-tinymce.php53 */
#mf__tinymce_wrapper {
	width:100%;
	/*height:50%;*/
	margin:auto;
	padding:00px;

}
/* mf-cms-eventmanagement.php53 */
#mf-eventmanagement-wrapper {
	width:100%;
	margin:auto;
	padding:10px;
}
/* mf-module-minicalendar.php53 */
#mf__minicalendar_wrapper {

/*	background-color:black;
	opacity: 0.33;-moz-opacity: 0.33;-khtml-opacity: 0.33; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";filter:alpha(opacity=33);
*/
	padding:20px;
	
	-moz-border-radius: 10px 10px / 10px 10px;
	border-radius: 10px 10px / 10px 10px;
	
	width:160px;
	margin:auto;
	
    background:rgb(0,0,0);
	background: transparent\9;
	background:rgba(0,0,0,0.33);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#54000000,endColorstr=#54000000);
	zoom: 1;
}
#mf__minicalendar_wrapper:nth-child(n) {	filter: none; }

/* mf-module-user.php53 */
#mf__user_wrapper {
	width:100%;
	/*height:100%;*/
	margin:auto;
	padding:0px;
}
#mf__user_wrapper td {
	padding:10px;
}






























/*
#mf-calendar-big{
	background-color:white;
	width:50%;
	margin:auto;
}

*/

#red {
background-color:red;
}






.slide-out-div {
	padding: 20px;
	width: 250px;
	background: #ccc;
	border: #29216d 1px solid;
}      










/* mf-module-galleryoverview.php53 

		#divGalleryOverviewFecher-Wrapper {
			float:left;
			height:250px;
			width:225px;
		}
		#divGalleryOverviewFecher {
			width:150px;
			height:150px;
			float:left;
		}
		.imgGalleryOverview {
			width:150px;
			margin-left:-75px;

			border: 1px solid darkgrey;
			position:absolute;
			clip: rect(0, 150px, 100px, 0);
		}
		.divGalleryOverviewLeft, .divGalleryOverviewCenter, .divGalleryOverviewRight {
			-moz-box-shadow:    5px 5px 8px #000;
			-webkit-box-shadow: 5px 5px 8px #000;
			box-shadow:         5px 5px 8px #000;			
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";	
			filter:       progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000');
		}
		.divGalleryOverviewLeft {
			position:relative;
			width:150px;
			height:100px;
			left:0px;
			top:0px;
			margin:auto;
			text-align: center;
		}
		.divGalleryOverviewCenter {
			position:relative;
			width:150px;
			height:100px;
			left:0px;
			top: -100px;
			z-index:1000;
			text-align: center;
		}
		.divGalleryOverviewRight {
			position:relative;
			width:150px;
			height:100px;
			left:0px;
			top:-200px;
			text-align: center;
		}
		#mf_GalleryOverview { float:left; padding-left:25px; }

 */

		

/* COUNTER *
#mf__counter_wrapper {

	position: absolute;
	top:185px;
	right:0px;
	
	width:25%;
	height:100%;
	
	min-width:218px;
	
	margin-top:0px;
	
	z-index:101;

}
#mf__counter {

	top:0px;
	right:0px;
	
	width:218px;

	margin-top:0px;
}
/* COUNTER */









/* ANIMATED SCROLL TO TOP *
	#mf__back_top {
		position: fixed;
		bottom: 30px;
		margin-left: -150px;
	}
	#mf__back_top a {
		width: 108px;
		display: block;
		text-align: center;
		font: 11px/100% Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		color: #bbb;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
	}
	#mf__back_top a:hover {
		color: #000;
	}
	#mf__back_top span {
		width: 108px;
		height: 108px;
		display: block;
		margin-bottom: 7px;
		background: #ddd url(up-arrow.png) no-repeat center center;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
	}
	#mf__back_top a:hover span {
		background-color: #777;
	}
/* ANIMATED SCROLL TO TOP */








/* BROWSER CHECK */
.css_browser_check  { 
    display: none;
}
/* BROWSER CHECK */

/* CONTACT */

.error {
	color:red;
}

/* CONTACT */



/* MOUSE OVER IMAGES Black White Schwarz Weiss sw */
.mf__img_hover_sw_to_color, .mf__img_hover_color_to_sw:hover  {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(0.5); /* Webkit Nightlies & Chrome Canary */
}
.mf__img_hover_sw_to_color:hover, .mf__img_hover_color_to_sw {
    filter: none;
    -webkit-filter: grayscale(0);
}
.mf__img_hover_color{
    filter: none;
    -webkit-filter: grayscale(0);
}
/* MOUSE OVER IMAGES Black White Schwarz Weiss sw */
