var NextEvent="";
	
	//var cssNames = [ "changeStyleSheet1.css" , "changeStyleSheet2.css" ],
	//cssMode = 0; 

	function Stileswitcher(SpezCSS){
		
	//alert(navigator.userAgent);	
		
		if (navigator.userAgent.indexOf("MSIE")!= -1){
   Browser = ("IE");
   }
   
   if (navigator.userAgent.indexOf("Opera")!= -1){
   Browser = ("Opera");
   }
   if (navigator.userAgent.indexOf("Firefox")!= -1){
   Browser = ("Firefox");
   }
	if (navigator.userAgent.indexOf("Safari")!= -1){
   Browser = ("Safari");
   }
   if(navigator.userAgent.indexOf("iPhone")!= -1){
		 //||iphone||ipod||opera mini||fennec||palm||blackberry||android||symbian||series60
   		Browser = ("iPhone");	
	}
	if(navigator.userAgent.indexOf("Android")!= -1){
		 //||iphone||ipod||opera mini||fennec||palm||blackberry||android||symbian||series60
   		Browser = ("Android");	
	}
	
	if (navigator.userAgent.indexOf("iPad")!= -1){
   		Browser = ("iPad");	
	}
	if (navigator.userAgent.indexOf("Chrome")!= -1){
   Browser = ("Chrome");
  }
	//Browser="iPhone";
	
//alert(SpezCSS);
		
		if(Browser == "iPhone" || Browser == "Android"){ 
			
			document.getElementById( 'main' ).href = " css/Imain.css"; 
			document.getElementById( 'VSBildplatzierung' ).href = "Fotogalerie/css/IVSBildplatzierung.css"; 
			document.getElementById( 'dropdownmenue' ).href = " css/Idropdownmenue.css"; 
			//document.getElementById( 'MapCSS' ).href = " Accordeon/jquery-ui.css"; 
			if(SpezCSS == "Fotoalbum"){
				document.getElementById( 'FotoalbumCSS' ).href = " comax/css/IFotoalbum.css"; 
			//document.getElementById( 'VSBildplatzierung' ).href = " Fotogalerie/css/IVSBildplatzierung.css";
			}
			if(SpezCSS == "Formular"){
				document.getElementById( 'FormularCSS' ).href = " Formular/Iformular.css"; 
			//document.getElementById( 'VSBildplatzierung' ).href = " Fotogalerie/css/IVSBildplatzierung.css";
			}
			
			if(SpezCSS == "Karte"){
				document.getElementById( 'Karte' ).innerHTML = "<iframe class='Maps'  width='295' height='400' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='Map/Maps.html'></iframe><br />";
			}
			if(SpezCSS == "GB"){
				document.getElementById( 'GBCSS' ).href = "comax/css/IGb.css";
			}
			if(SpezCSS == "Veranstaltungen"){
				document.getElementById( 'VeranstaltungenCSS' ).href = "comax/css/IVeranstaltungen.css";
			}
			
		}else{
			/*
			document.getElementById( 'main' ).href = " css/main.css"; 
			document.getElementById( 'dropdownmenue' ).href = " css/dropdownmenue.css";
			document.getElementById( 'VSBildplatzierung' ).href = "Fotogalerie/css/VSBildplatzierung.css"; 
			
			if(SpezCSS == "Fotoalbum"){ 
				document.getElementById( 'FotoalbumCSS' ).href = " comax/css/Fotoalbum.css"; 
			}
			if(SpezCSS == "Formular"){
				document.getElementById( 'FormularCSS' ).href = " Formular/formular.css"; 
			
			}
			*/

			 
		}
	} 

	
