
/* Mainstyle 
-------------------------------------------------------------------------------------------*/

body {margin:0px; padding:0px; background: #01152d;}
html, body { overflow: hidden; height: 100% } /* extrem wichtig ... beim schliessen der Fancybox blinkt sonst jedesmal das Overlay black auf!!! */

img {border:none;}

/* no selction for all elements! */
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;	 
  
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: none;
}


/* Smooth Div Main Scroll 
--------------------------------------------------------------------------------------------------*/

#makeMeScrollable ul, #makeMeScrollable li {margin:0px; padding:0px; list-style: none none;list-style-type: none none;}
#makeMeScrollable ul {width:0px;} /*important for exact width of scrollcontainer for the backgroundimage!!!*/
#makeMeScrollable a {margin:0; padding:0; border:none;} 

#scroll-bg-pos {position:absolute; z-index:5; top:50%;} 
#track-bg-pos {position:absolute; z-index:-10; top:56%;} 

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../img/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 99;
	top:20px;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../img/cursors/cursor_arrow_left.png), url(../img/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../img/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../img/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 99;
	top:20px;	
	right: 0;
	cursor: url(../img/cursors/cursor_arrow_right.png), url(../img/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../img/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

div.scrollableArea
{
	position: relative;
	z-index:1;
	width: auto;
	height: 100%;
	
}		

div.scrollWrapper
{
	position: relative;
	z-index:1;	
	overflow: hidden;
	width: 100%;
	height: 100%;
}

		
/* Responsive Template 
---------------------------------------------------------------------------------------------------*/

/* #### Desktops - bigger than 768px #### */
@media screen and (min-height: 769px) {	

#main {
	background-size:auto 300px;
	-webkit-box-shadow:  0px 0px 8px 6px rgba(0, 0, 0, 0.2);        
	 box-shadow:  0px 0px 8px 6px rgba(0, 0, 0, 0.2); 
}

#main {position:absolute; z-index:200; top:0; left:0; width:100%; background:url(../img/background-top.png) left top #01244e no-repeat; background-size: auto 378px; overflow:hidden;}	

#logo {width:660px; padding:22px 40px 0 0; overflow:hidden; height: 120px; float:right;}
#logo img {width:auto!important; height:288px!important;}

#back-home {width:530px; padding:54px 0 0 370px; overflow:hidden; height: 120px; float:left;}
#back-home a {font-family:arial!important; font-size:16px; color:#fff; text-decoration:none;}
#back-home a:hover {color:#089bd9; text-decoration:none;}

#main {height:120px;}
div.scrollWrapper {top:120px;}

#track-bg-ct {position:absolute; z-index:-10; top:0; left:0; width:100%; overflow:hidden; padding-top:120px;}	
.track-bg { width:5600px; height:800px; overflow:hidden; background:url(../img/track-bg-for-800px.jpg) no-repeat;}
#makeMeScrollable, #track-bg-ct {height:920px;}

div.scrollWrapper, div.scrollableArea, .scroll-bg-size, .track-scroll-bg-size { height:800px; overflow:hidden;}
#fulloverlay { height:800px;}
.scroll-ct { width:5600px; height:800px; overflow:hidden; background:url(../img/train-bg-for-800px.png) no-repeat;}
#scroll-bg-pos, #track-bg-pos {margin-top:-400px;} /* half height */ 
#track-bg-pos {position:absolute; z-index:-10; top:56%;} 

div.scrollingHotSpotRight, div.scrollingHotSpotLeft {max-height: 900px; overflow:hidden;}
div.scrollingHotSpotRightVisible, div.scrollingHotSpotLeftVisible {background-position: center 420px;}


/* Full-Overlay on hover */
.fulloverlay-def {position:absolute; z-index:90; left:0px; top:-10px;}
.fulloverlay-def li { display:block; width:5600px; height:800px; overflow:hidden; }

.fulloverlay-hover01 { background:url(../img/animationen/BLAU-Verkabelungen-AFZ-800px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover02 { background:url(../img/animationen/BLAU-Verkabelungen-Anzeigen-800px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover03 { background:url(../img/animationen/GELB-antenne-verkabelung-for-800px.gif) no-repeat;  overflow:hidden;}
.fulloverlay-hover04 { background:url(../img/animationen/GRUEN-Verkabelungen-800px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover05 { background:url(../img/animationen/ROT-Verkabelungen-FGS-800px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover06 { background:url(../img/animationen/ROT-Verkabelungen-INDIS-800px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover07 { background:url(../img/animationen/ROT-Verkabelungen-Kameras-800px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover08 { background:url(../img/animationen/ROT-SPR-verkabelung-for-800px.gif) no-repeat;  overflow:hidden;}
.fulloverlay-hover09 { background:url(../img/animationen/ROT-Verkabelungen-DV13-800px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover10 { background:url(../img/animationen/ALLE-Verkabelung-Elektroschrank-800px.png) no-repeat;  overflow:hidden;}

.fulloverlay-No-Overlay {background:url(../img/icons/imgmap-trans.gif) no-repeat;  overflow:hidden;}


/* Mobile Tablet Hovers */
.icon-mobile-tablet-ct-for-560px 	{display:none;}  
.icon-mobile-tablet-ct-for-800px 	{position:absolute; z-index:99680; left:1680px; top:383px;} 
#icon-mobile-tablet-No-Overlay 		{display:block; width:178px; height:68px; overflow: hidden; }

.mobile-tablet						{background:url(../img/icons/mobile-Sprechstelle-for-800px.png) no-repeat;}

/* WIFI vorne Hovers */
.icon-wifi-vorne-ct-for-560px 	{display:none;}  
.icon-wifi-vorne-ct-for-800px 	{position:absolute; z-index:99681; left:861px; top:432px;} 
#icon-wifi-vorne-No-Overlay 	{display:block; width:139px; height:57px; overflow: hidden; }
 
.wifi-vorne						{background:url(../img/icons/Passenger_WiFi_1-for-800px.png) no-repeat;}

/* WIFI mitte Hovers */
.icon-wifi-mitte-ct-for-560px 	{display:none;}  
.icon-wifi-mitte-ct-for-800px 	{position:absolute; z-index:99682; left:3626px; top:452px;} 
#icon-wifi-mitte-No-Overlay 	{display:block; width:135px; height:46px; overflow: hidden; }
 
.wifi-mitte						{background:url(../img/icons/Passenger_WiFi_2-for-800px.png) no-repeat;}

/* WIFI hinten & FGS Hovers */
.icon-wifi-hinten-ct-for-560px 	{display:none;}  
.icon-wifi-hinten-ct-for-800px 	{position:absolute; z-index:99683; left:4027px; top:335px;} 
#icon-wifi-hinten-No-Overlay 	{display:block; width:268px; height:117px; overflow: hidden; }
 
.wifi-hinten					{background:url(../img/icons/Passenger_WiFi_3-for-800px.png) no-repeat;}
.FGS                    		{background:url(../img/icons/FGS-for-800px.png) no-repeat;}


/* COCKPIT Hovers	*/
.icon-cockpit-ct-for-560px 	{display:none;}  
.icon-cockpit-ct-for-800px 	{position:absolute; z-index:120; left:5036px; top:308px;}  
#icon-cockpitoverlay 		{display:block; width:337px; height:232px; overflow: hidden; }

.lar2010 					{background:url(../img/icons/LAR-for-800px.png) no-repeat;}
.mft2-ip 					{background:url(../img/icons/MFT2-IP-for-800px.png) no-repeat;}
.handmikro 					{background:url(../img/icons/Handmicrofon-for-800px.png) no-repeat;}
.schwanenhals				{background:url(../img/icons/Schwanenhals-for-800px.png) no-repeat;}


/* ANTENNE Hovers	*/
.icon-antenne-ct-for-560px 	{display:none;}  
.icon-antenne-ct-for-800px 	{position:absolute; z-index:896; left:5008px; top:62px;}  
#icon-antenneoverlay 		{display:block; width:135px; height:80px; overflow: hidden; }

.antenne					{background:url(../img/icons/antenne-for-800px.png) no-repeat;}


/* 3er VORN Hovers	*/
.icon-vorn-ct-for-560px 	{display:none;}  
.icon-vorn-ct-for-800px 	{position:absolute; z-index:897; left:477px; top:145px;}  
#icon-vornoverlay 		    {display:block; width:376px; height:130px; overflow: hidden; }

.innenanzeigevorn			{background:url(../img/icons/innenanzeige_vorn-for-800px.png) no-repeat;}
.domkameravorn				{background:url(../img/icons/domkamera_vorn-for-800px.png) no-repeat;}
.innenlautsprechervorn		{background:url(../img/icons/innenlautsprecher_vorn-for-800px.png) no-repeat;}


/* INNENANZEIGE HINTEN Hovers	*/
.icon-anzeige4-ct-for-560px 	{display:none;}  
.icon-anzeige4-ct-for-800px 	{position:absolute; z-index:898; left:4870px; top:148px;}  
#icon-anzeige4overlay 		    {display:block; width:296px; height:134px; overflow: hidden; }

.anzeige4					    {background:url(../img/icons/innenanzeige_hinten-for-800px.png) no-repeat;}
.kontrolllautsprecher           {background:url(../img/icons/kontrolllautsprecher-for-800px.png) no-repeat;}


/* ELEKTROSCHRANK Hovers	*/
.icon-elektroschrank-ct-for-560px 	{display:none;}  
.icon-elektroschrank-ct-for-800px 	{position:absolute; z-index:899; left:4574px; top:256px;}  
#icon-elektroschrankoverlay 		{display:block; width:208px; height:101px; overflow: hidden; }

.elektroschrank				    {background:url(../img/icons/elektroschrank-for-800px.png) no-repeat;}


/* INDIS4 Hovers	*/
.icon-INDIS4-ct-for-560px 	{display:none;}  
.icon-INDIS4-ct-for-800px 	{position:absolute; z-index:900; left:1018px; top:153px;}  
#icon-INDIS4overlay 		{display:block; width:185px; height:108px; overflow: hidden; }

.INDIS4                     {background:url(../img/icons/INDIS4-for-800px.png) no-repeat;}

/* AUSSENANZEIGE Hovers	*/
.icon-aussenanzeige-ct-for-560px 	{display:none;}  
.icon-aussenanzeige-ct-for-800px 	{position:absolute; z-index:901; left:72px; top:219px;}  
#icon-aussenanzeigeoverlay 		    {display:block; width:288px; height:90px; overflow: hidden; }

.aussenanzeige			            {background:url(../img/icons/aussenanzeige-for-800px.png) no-repeat;}


/* IndisSPR Hovers	*/
.icon-IndisSPR-ct-for-560px 	{display:none;}  
.icon-IndisSPR-ct-for-800px 	{position:absolute; z-index:902; left:1389px; top:254px;}  
#icon-IndisSPRoverlay 		    {display:block; width:264px; height:229px; overflow: hidden; }

.Indis5	                        {background:url(../img/icons/INDIS5-for-800px.png) no-repeat;}
.SPR	               			{background:url(../img/icons/SPR-ZUB-for-800px.png) no-repeat;}


/* MITTE Hovers	*/
.icon-mitte-ct-for-560px 	{display:none;}  
.icon-mitte-ct-for-800px 	{position:absolute; z-index:903; left:1909px; top:153px;}  
#icon-mitteoverlay 		    {display:block; width:560px; height:117px; overflow: hidden; }

.AFZ	                    {background:url(../img/icons/AFZ-for-800.png) no-repeat;}
.innenanzeigemitte	        {background:url(../img/icons/innenanzeige_mitte-for-800px.png) no-repeat;}
.innenlautsprecher	        {background:url(../img/icons/innenlautsprecher_mitte-for-800px.png) no-repeat;}


/* DOMKAMERA MITTE Hovers	*/
.icon-domkameramitte-ct-for-560px 	{display:none;}  
.icon-domkameramitte-ct-for-800px 	{position:absolute; z-index:905; left:2849px; top:154px;}  
#icon-domkameramitteoverlay 		{display:block; width:146px; height:76px; overflow: hidden; }

.domkameramitte		                {background:url(../img/icons/domkameras-for-800px.png) no-repeat;}



/* DOMKAMERA HINTEN Hovers	*/
.icon-domkamerahinten-ct-for-560px 	{display:none;}  
.icon-domkamerahinten-ct-for-800px 	{position:absolute; z-index:907; left:4552px; top:154px;}  
#icon-domkamerahintenoverlay 		{display:block; width:146px; height:76px; overflow: hidden; }

.domkamerahinten		            {background:url(../img/icons/domkamera_hinten-for-800px.png) no-repeat;}



/* LAUTSPRECHER MITTE Hovers	*/
.icon-innenlautsprechermitte-ct-for-560px 	{display:none;}  
.icon-innenlautsprechermitte-ct-for-800px 	{position:absolute; z-index:908; left:3177px; top:214px;}  
#icon-innenlautsprechermitteoverlay 		{display:block; width:155px; height:55px; overflow: hidden; }

.innenlautsprechermitte	                    {background:url(../img/icons/lautsprecher-for-800px.png) no-repeat;}



/* LAUTSPRECHER HINTEN Hovers	*/
.icon-innenlautsprecherhinten-ct-for-560px 	{display:none;}  
.icon-innenlautsprecherhinten-ct-for-800px 	{position:absolute; z-index:909; left:4354px; top:214px;}  
#icon-innenlautsprecherhintenoverlay 		{display:block; width:155px; height:55px; overflow: hidden; }

.innenlautsprecherhinten                    {background:url(../img/icons/lautsprecher-for-800px.png) no-repeat;}



/* DATENVERTEILER Hovers	*/
.icon-DV13-ct-for-560px 	{display:none;}  
.icon-DV13-ct-for-800px 	{position:absolute; z-index:910; left:3453px; top:239px;}  
#icon-DV13overlay 		    {display:block; width:156px; height:67px; overflow: hidden; }

.DV13                       {background:url(../img/icons/DV13-for-800px.png) no-repeat;}


/* HINTEN Hovers	*/
.icon-hinten-ct-for-560px 	{display:none;}  
.icon-hinten-ct-for-800px 	{position:absolute; z-index:911; left:3767px; top:111px;}  
#icon-hintenoverlay 		{display:block; width:549px; height:170px; overflow: hidden; }

.innenanzeigemittehinten    {background:url(../img/icons/innenanzeige_mitte_hinten-for-800px.png) no-repeat;}
.doppelgondel               {background:url(../img/icons/doppelgondel-for-800px.png) no-repeat;}
.aussenlautsprecher         {background:url(../img/icons/aussenlautsprecher-for-800px.png) no-repeat;}


/* BUGANZEIGE Hovers	*/
.icon-buganzeige-ct-for-560px 	{display:none;}  
.icon-buganzeige-ct-for-800px 	{position:absolute; z-index:910; left:5317px; top:128px;}  
#icon-buganzeigeoverlay 		{display:block; width:115px; height:50px; overflow: hidden; }

.buganzeige                    {background:url(../img/icons/buganzeige-for-800px.png) no-repeat;}

}	







/* #### Desktops - small #### */ 
@media screen and (max-height: 768px) {		

#main {
	background-size:auto 250px;
	-webkit-box-shadow:  0px 0px 8px 6px rgba(0, 0, 0, 0.2);        
	 box-shadow:  0px 0px 8px 6px rgba(0, 0, 0, 0.2);}

#main {height:90px;}
div.scrollWrapper {top:90px;	}

#main {position:absolute; z-index:200; top:0; left:0; width:100%; background:url(../img/background-top.png) left top #01244e no-repeat; background-size: auto 288px; overflow:hidden;}	

#logo {width:530px; padding:15px 20px 0 0; overflow:hidden; height: 90px; float:right;}
#logo img {width:auto; height:250px;}

#back-home {width:500px; padding:38px 0 0 280px; overflow:hidden; height: 120px; float:left;}
#back-home a {font-family:arial!important; font-size:15px; color:#fff; text-decoration:none;}
#back-home a:hover {color:#089bd9; text-decoration:none;}

#track-bg-ct {position:absolute; z-index:-10; top:0; left:0; width:100%; overflow:hidden; padding-top:90px;}	
.track-bg { width:3920px; height:560px; overflow:hidden; background:url(../img/track-bg-for-560px.jpg) no-repeat;}
#track-bg-pos {position:absolute; z-index:-10; top:58%;} 
#makeMeScrollable, #track-bg-ct {height:640px;}

div.scrollWrapper, div.scrollableArea, .scroll-bg-size, .track-scroll-bg-size { height:560px; overflow:hidden;}
#fulloverlay { height:560px;}
.scroll-ct { width:3920px; height:560px; overflow:hidden; background:url(../img/train-bg-for-560px.png) no-repeat;}
#scroll-bg-pos, #track-bg-pos {margin-top:-280px;} /* half height */ 

div.scrollingHotSpotRight, div.scrollingHotSpotLeft {max-height: 620px; overflow:hidden;}
div.scrollingHotSpotRightVisible, div.scrollingHotSpotLeftVisible {background-position: center 295px;}

/* Full-Overlay on hover */
.fulloverlay-def {position:absolute; z-index:80; left:0px; top:-10px;}
.fulloverlay-def li { display:block; width:3920px; height:560px; overflow:hidden; }

.fulloverlay-hover01 { background:url(../img/animationen/BLAU-Verkabelungen-AFZ-560px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover02 { background:url(../img/animationen/BLAU-Verkabelungen-Anzeigen-560px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover03 { background:url(../img/animationen/GELB-antenne-verkabelung-for-560px.gif) no-repeat;  overflow:hidden;}
.fulloverlay-hover04 { background:url(../img/animationen/GRUEN-Verkabelungen-560px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover05 { background:url(../img/animationen/ROT-Verkabelungen-FGS-560px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover06 { background:url(../img/animationen/ROT-Verkabelungen-INDIS-560px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover07 { background:url(../img/animationen/ROT-Verkabelungen-Kameras-560px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover08 { background:url(../img/animationen/ROT-Verkabelungen-Telefon-560px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover09 { background:url(../img/animationen/ROT-Verkabelungen-DV13-560px.png) no-repeat;  overflow:hidden;}
.fulloverlay-hover10 { background:url(../img/animationen/ALLE-Verkabelung-Elektroschrank-560px.png) no-repeat;  overflow:hidden;}

.fulloverlay-No-Overlay {background:url(../img/icons/imgmap-trans.gif) no-repeat;  overflow:hidden;}


/* AUSSENANZEIGE Hovers	*/
.icon-aussenanzeige-ct-for-800px 	{display:none;}  
.icon-aussenanzeige-ct-for-560px 	{position:absolute; z-index:501; left:39px; top:139px;}  
#icon-aussenanzeigeoverlay2 		{display:block; width:217px; height:85px; overflow: hidden; }

.aussenanzeige			            {background:url(../img/icons/aussenanzeige-for-560px.png) no-repeat;}



/* 3er VORN Hovers	*/
.icon-vorn-ct-for-800px 	{display:none;}  
.icon-vorn-ct-for-560px 	{position:absolute; z-index:502; left:340px; top:98px;}  
#icon-vornoverlay2 		    {display:block; width:258px; height:107px; overflow: hidden; }

.innenanzeigevorn			{background:url(../img/icons/innenanzeige_vorn-for-560px.png) no-repeat;}
.domkameravorn				{background:url(../img/icons/domkamera_vorn-for-560px.png) no-repeat;}
.innenlautsprechervorn		{background:url(../img/icons/innenlautsprecher_vorn-for-560px.png) no-repeat;}



/* INDIS4 Hovers	*/
.icon-INDIS4-ct-for-800px 	{display:none;}  
.icon-INDIS4-ct-for-560px 	{position:absolute; z-index:503; left:704px; top:100px;}  
#icon-INDIS4overlay2 		{display:block; width:185px; height:86px; overflow: hidden; }

.INDIS4                     {background:url(../img/icons/INDIS4-for-560px.png) no-repeat;}

/* DOMKAMERA MITTE Hovers	*/
.icon-domkameramitte-ct-for-800px 	{display:none;}  
.icon-domkameramitte-ct-for-560px 	{position:absolute; z-index:55166; left:1983px; top:96px;}  
#icon-domkameramitteoverlay2 		{display:block; width:149px; height:80px; overflow: hidden; }

.domkameramitte		                {background:url(../img/icons/domkameras-for-560px.png) no-repeat;}



/* LAUTSPRECHER MITTE Hovers	*/
.icon-innenlautsprechermitte-ct-for-800px 	{display:none;}  
.icon-innenlautsprechermitte-ct-for-560px 	{position:absolute; z-index:507; left:2176px; top:159px;}  
#icon-innenlautsprechermitteoverlay2 		{display:block; width:384px; height:71px; overflow: hidden; }

.innenlautsprechermitte	                    {background:url(../img/icons/lautsprecher-for-560px.png) no-repeat;}
.DV13                                       {background:url(../img/icons/DV13-for-560px.png) no-repeat;}




/* ANTENNE Hovers	*/
.icon-antenne-ct-for-800px 	{display:none;}  
.icon-antenne-ct-for-560px 	{position:absolute; z-index:510; left:3404px; top:44px;}  
#icon-antenneoverlay2 		{display:block; width:443px; height:151px; overflow: hidden; }

.antenne					{background:url(../img/icons/antenne-for-560px.png) no-repeat;}
.anzeige4					{background:url(../img/icons/innenanzeige_hinten-for-560px.png) no-repeat;}
.kontrolllautsprecher       {background:url(../img/icons/kontrolllautsprecher-for-560px.png) no-repeat;}



/*	COCKPIT Hovers */
.icon-cockpit-ct-for-800px 	{display:none;}  
.icon-cockpit-ct-for-560px 	{position:absolute; z-index:122; left:3486px; top:195px;}  
#icon-cockpitoverlay2 		{display:block; width:329px; height:200px; overflow: hidden;}

.lar2010 					{background:url(../img/icons/LAR-for-560px.png) no-repeat;}
.mft2-ip 					{background:url(../img/icons/MFT2-IP-for-560px.png) no-repeat;}
.handmikro 					{background:url(../img/icons/Handmicrofon-for-560px.png) no-repeat;}
.schwanenhals				{background:url(../img/icons/Schwanenhals-for-560px.png) no-repeat;}


/* ------------------------------------------------------------------------------------------------------------------	*/

/* Mobile, Indis, ZUB Hovers	*/
.icon-IndisSPR-ct-for-800px 	{display:none;}  
.icon-IndisSPR-ct-for-560px 	{position:absolute; z-index:504; left:963px; top:165px;}  
#icon-IndisSPRoverlay2 		    {display:block; width:342px; height:194px; overflow: hidden; }

.Indis5	                        {background:url(../img/icons/INDIS5-for-560px.png) no-repeat;}
.SPR	                        {background:url(../img/icons/SPR-ZUB-for-560px.png) no-repeat;}
.mobile-tablet2					{background:url(../img/icons/mobile-Sprechstelle-for-560px.png) no-repeat;}


/* WIFI vorne Hovers */
.icon-wifi-vorne-ct-for-800px 	{display:none;} 
.icon-wifi-vorne-ct-for-560px 	{position:absolute; z-index:98681; left:601px; top:275px;}  
#icon-wifi-vorne-No-Overlay2 	{display:block; width:136px; height:69px; overflow: hidden; }
 
.wifi-vorne2					{background:url(../img/icons/Passenger_WiFi_1-for-560px.png) no-repeat;}


/* WIFI mitte Hovers */
.icon-wifi-mitte-ct-for-800px 	{display:none;} 
.icon-wifi-mitte-ct-for-560px 	{position:absolute; z-index:98688; left:2537px; top:315px;}  
#icon-wifi-mitte-No-Overlay2 	{display:block; width:134px; height:60px; overflow: hidden; }
 
.wifi-mitte2					{background:url(../img/icons/Passenger_WiFi_2-for-560px.png) no-repeat;}


/* AFZHovers */
.icon-afz2-ct-for-800px 	{display:none;}  
.icon-afz2-ct-for-560px 	{position:absolute; z-index:99682; left:1168px; top:94px;}  
#icon-afz2-overlay	 		{display:block; width:348px; height:70px; overflow: hidden; }

.AFZ2	                    {background:url(../img/icons/AFZ-for-560.png) no-repeat;}


/* Innenanzeige hinten Hovers */
.icon-innenanzeige-hinten-ct-for-800px 	{display:none;}  
.icon-innenanzeige-hinten-ct-for-560px 	{position:absolute; z-index:99682; left:2616px; top:96px;}  
#icon-innenanzeige-hinten-overlay2	 	{display:block; width:156px; height:133px; overflow: hidden; }

.innenanzeige-hinten2    				{background:url(../img/icons/innenanzeige_mitte_hinten-for-560px.png) no-repeat;}


/* MITTE Hovers	*/
.icon-mitte-ct-for-800px 	{display:none;}  
.icon-mitte-ct-for-560px 	{position:absolute; z-index:9883; left:1519px; top:95px;}  
#icon-mitteoverlay2 		{display:block; width:563px; height:115px; overflow: hidden; }

.innenanzeigemitte	        {background:url(../img/icons/innenanzeige_mitte-for-560px.png) no-repeat;}
.innenlautsprecher	        {background:url(../img/icons/innenlautsprecher_mitte-for-560px.png) no-repeat;}

/* ELEKTROSCHRANK Hovers	*/
.icon-elektroschrank-ct-for-800px 	{display:none;}  
.icon-elektroschrank-ct-for-560px 	{position:absolute; z-index:509; left:2773px; top:43px;}  
#icon-elektroschrankoverlay2 		{display:block; width:585px; height:286px; overflow: hidden; }

.elektroschrank				{background:url(../img/icons/elektroschrank-for-560px.png) no-repeat;}
.innenlautsprecherhinten    {background:url(../img/icons/innenlautsprecher_hinten-for-560px.png) no-repeat;}
.domkamerahinten            {background:url(../img/icons/domkamera_hinten-for-560px.png) no-repeat;}
.wifi-hinten2  				{background:url(../img/icons/Passenger_WiFi_3-for-560px.png) no-repeat;}
.doppelgondel               {background:url(../img/icons/doppelgondel-for-560px.png) no-repeat;}
.aussenlautsprecher         {background:url(../img/icons/aussenlautsprecher-for-560px.png) no-repeat;}
.FGS                        {background:url(../img/icons/FGS-for-560px.png) no-repeat;} 


}

