#outer{
	position:relative;
	overflow:hidden;
	height:310px;
	background:#000;
}
.inner{
	position:absolute;
	left:0px;
	top:0px;
	width:1200px;
	height:600px;
	opacity:0.0;
	-ms-transform: translate(0px, 0px) scale(1.0) rotate(-0.01deg);
	-webkit-transform: translate(0px, 0px) scale(1.0) rotate(-0.01deg);
	transform: translate(0px, 0px) scale(1.0) rotate(-0.01deg);
	-ms-transition: -ms-transform 100ms;
	/* -webkit-transition: -webkit-transform 50ms; */
	transition: transform 100ms linear;
}
.zoomintable{
	display:table;
	width:100%;
	height:310px;
	border-top:#0C6 3px solid;
}	
.zoominrow{
	display:table-row;	
}
.zoomincell1{
	display:table-cell;	
	width:auto;
	background:#444;
}
.zoomincell2{
	display:table-cell;	
	width:250px;
	vertical-align:top;
	padding:10px 30px 0px 15px;
	background:#00D946;
}
.zoomincell3{
	display:block;	
	width:100%;
	padding:10px 30px 30px 15px;
	background:#00D946;
}
.zoomimage{
	width:100%;
	height:100%;
}
.zoominLegendeTitel{
	margin-bottom:10px;
	font-weight:700;
}
.zoominLegendeText{

}
#zoominNavi{
	position:absolute;
	bottom:20px;
	right:20px;	
	width:auto;
	max-width:440px;
	text-align:right;
}
.zoominbutton{
	display:none;
	position:relative;
	margin-left:2px;
	width:19%;
	cursor:pointer;
}
.zoominbutton > img{
	border:0px;
	width:100%;
	display:none;
}
.zoominbuttontext{
	font-size:15px;
	line-height:18px;
	letter-spacing:0.05em;
	color:#fff;	
	display:inline;
	position:absolute;
	bottom:0px;
	left:4px;
}