body{
	font-family:Helvetica,sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
}

#startanimation{
	display:none;
}

.bg_wrapper{
	position:relative;
}


.overlay_inner{
	position:absolute;
	display:block
	top:0;
	left:0;
	background:#10273B;
	z-index:11;
}

.striche{
	position:absolute;
	float:left;
	bottom:250px;
	left:0;
	width:1024px;
	height:92px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/typo3conf/ext/ig_startanimation/res/img/striche_gallery4.png,sizingMethod="scale");
	background:url(../img/striche_gallery4.png) !important;
	background:none;
	z-index:12;
}


.links{
	display:inline;
	float:left;
	height:80px;
	width:130px;
	padding:12px 0 0 500px;
	margin:0;
}

.links a{
	display:inline;
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	text-decoration:none;
	margin:0;
	padding:0;
	margin-bottom:8px;
}


.logo{
	position:absolute;
	float:left;
	bottom:250px;
	left:312px;
	width:107px;
	height:92px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/typo3conf/ext/ig_startanimation/res/img/logo_gallery.png);
	background:url(../img/logo_gallery.png) top left no-repeat !important;
	background:none;
	z-index:99;
}

.feymedia{
	position:absolute;
	float:left;
	top:65px;
	left:200px;
	width:270px;
	height:60px;
	z-index:10;
}

/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	/*border: 1px solid #000;*/
	/*background-color: #FFF;*/
	background:none;
	border:none;
	display: none;
	z-index: 200;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(/fileadmin/templates/img/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -15px;
	right: -15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/fileadmin/templates/img/close.png);
	background:url(/fileadmin/templates/img/close.png) !important;
	background:none;
	width: 24px;
	height: 24px;
	cursor: pointer;
}