           var x;
            var y;
            var w,h;
            var m;
            if (self.innerHeight) // all except Explorer
            {
                x = self.innerWidth;
                y = self.innerHeight;
            }
            else if (document.documentElement && document.documentElement.clientHeight)
            // Explorer 6 Strict Mode
            {
                x = document.documentElement.clientWidth;
                y = document.documentElement.clientHeight;
            }
            else if (document.body) // other Explorers
            {
                x = document.body.clientWidth;  
                y = document.body.clientHeight;
            }
        
            w=x/1280;
  
             m=((79*w)-(60*w))/2;
            if(((79*w)-(60*w))<="0")m=0;



 

if(navigator.userAgent.indexOf("MSIE") != -1)
{
	document.write("<style type=text/css>");

	/* Definition der Hauptbox */
  	
   	  document.write("div#hauptbox{");
	       document.write("margin:"+((60*w)*(0.5/60))+"em "+(m)+"em "+(0)+"em "+(m)+"em;");
	       document.write("width:"+(60*w)+"em;"); 
	       document.write("height:"+((60*w)*(50/60))+"em;");
	  document.write("}");    

	/* Definition der Contentbox Box */
  	
   	  document.write("div#box{");
	       document.write("margin:"+((0*w)*(0))+"em "+(0)+"em "+(0)+"em "+(0)+"em;");
	       document.write("width:"+(59*w)+"em;"); 
	       document.write("height:"+((59*w)*(40/59))+"em;");
	  document.write("}");    

	/* Definition der Contentbox MSIE */
  	
   	  document.write("div#msiecontentbox{");
	       document.write("margin:"+((0*w)*(0))+"em "+(0)+"em "+(0)+"em "+(0)+"em;");
	       document.write("width:"+(58.9*w)+"em;"); 
	       document.write("height:"+((49*w)*(38/49))+"em;");
	  document.write("}");    
	document.write("</style>");

     document.write("<link rel=stylesheet type=text/css href=css/msie.css >");
     document.write("<link rel=stylesheet type=text/css href=css/navmsie.css >");
  }
else
{
  if(navigator.userAgent.indexOf("Firefox")!=-1){
      document.write("<link rel=stylesheet type=text/css href=css/all.css >");
      document.write("<link rel=stylesheet type=text/css href=css/navall.css >");

    /* ********************************************** */

      document.write("<style type=text/css>");
  
	/* Definition der Hauptbox */
  	
   	  document.write("div#hauptbox{");
	       document.write("margin:"+((60*w)*(0.5/60))+"em "+(m)+"em "+(0)+"em "+(m)+"em;");
	       document.write("width:"+(60*w)+"em;"); 
	       document.write("height:"+((60*w)*(50/60))+"em;");
	  document.write("}");    

	/* Definition der Contentbox Box */
  	
   	  document.write("div#box{");
	       document.write("margin:"+((0*w)*(0))+"em "+(0)+"em "+(0)+"em "+(0)+"em;");
	       document.write("width:"+(59*w)+"em;"); 
	       document.write("height:"+((59*w)*(40/59))+"em;");
	  document.write("}");    

	/* Definition der Contentbox MSIE */
  	
   	  document.write("div#msiecontentbox{");
	       document.write("margin:"+((0*w)*(0))+"em "+(0)+"em "+(0)+"em "+(0)+"em;");
	       document.write("width:"+(58.9*w)+"em;"); 
	       document.write("height:"+((49*w)*(38/49))+"em;");
	  document.write("}");    

	document.write("</style>");
}
}


