if(navigator.appName == "Microsoft Internet Explorer")  
{
  with (document)
  {
    write(" <style type=\"text/css\">");
   
    write(" #fejlec_teteje {position: absolute; z-index: 0; visibility: visible; left: 0px; top: 0px;}");
    write(" #fejlec_alja {position: absolute; z-index: 0; visibility: visible; left: 0px; top: 80px;}");
    write(" #fejlec_allapot {position: absolute; z-index: 0; visibility: visible; left: 0px; top: 80px;}");    
    write(" #fejlec_kep {position: absolute; z-index: 0; visibility: visible; left: 190px; top: 80px;}");
    write(" #fejlec_lent_nagy {position: absolute; z-index: 0; visibility: visible; left: 190px; top: 211px;}");
    write(" #fejlec_lent_kicsi {position: absolute; z-index: 0; visibility: visible; left: 572px; top: 211px;}");
    write(" #logo {position: absolute; z-index: 0; visibility: visible; left:30px; top: 0px;}");
    write(" #munkaasztal_bal {position: absolute; z-index: 0; visibility: visible; left:0px; top: 219px;}");
    write(" #munkaasztal {position: absolute; z-index: 0; visibility: visible; left: 190px; top: 251px;}");
    write(" #munkaasztal_belso {position: absolute; z-index: 0; visibility: visible; left: 190px; top: 171px;}");
    write(" #munkaasztal_jobb {position: absolute; z-index: 0; width:159px; left: 562px; top: 211px;}");
    write(" #munkaasztal_belso_jobb {position: absolute; left: 562px; top: 131px;}");
        
    write("body , td, .tb  { color: #202020; font-size: 12px; font-family: Arial; }");
    write("a { color: #ff0000; font-size: 11px; font-family: Arial;  text-decoration:none;}");
    write("a:hover   { color: #ffffff; font-size: 11px; font-family:  Arial; background-color: #60008F; }");

 write(".normal  { color: #202020; font-size: 12px; font-family: Arial; }");


    write(".mini {  color: #202020; font-size: 10px; font-family: Arial; }");
    write(".kicsi {  color: #202020; font-size: 11px; font-family: Arial; }");
    write(".kozepes  {  color: #60008F; font-size: 12px; font-family: Arial; }");
    write(".zodera {  color: #202020; font-size: 10px; font-family: Arial; text-decoration:none; }");
    write(".nagy  {  color: #202020; font-size: 14px; font-family: Arial; }");

    write("a.zodera {  color: #202020; font-size: 10px; font-family: Arial; text-decoration:none; }");
    write("a.zodera:hover {  color: #202020; font-size: 10px; font-family: Arial; text-decoration:none; }");
    write("a.mini {  color: #ff0000; font-size: 9px; font-family: Arial; }");    
    write("a.bookmark { color: #202020; font-size: 12px; font-family: Arial;  }");    
    write("a.bookmark:hover { color: #202020; font-size: 12px; font-family: Arial;  }"); 
    write(" </style> ");
  }
}
else 
{
  with (document)
  {
    write(" <style type=\"text/css\">");
   
      write(" #fejlec_teteje {position: absolute; z-index: 0; visibility: visible; left: 0px; top: 0px;}");
    write(" #fejlec_alja {position: absolute; z-index: 0; visibility: visible; left: 0px; top: 80px;}");
    write(" #fejlec_allapot {position: absolute; z-index: 0; visibility: visible; left: 0px; top: 80px;}");    
    write(" #fejlec_kep {position: absolute; z-index: 0; visibility: visible; left: 190px; top: 80px;}");
    write(" #fejlec_lent_nagy {position: absolute; z-index: 0; visibility: visible; left: 190px; top: 211px;}");
    write(" #fejlec_lent_kicsi {position: absolute; z-index: 0; visibility: visible; left: 572px; top: 211px;}");
    write(" #logo {position: absolute; z-index: 0; visibility: visible; left:30px; top: 0px;}");
    write(" #munkaasztal_bal {position: absolute; z-index: 0; visibility: visible; left:0px; top: 219px;}");
    write(" #munkaasztal {position: absolute; z-index: 0; visibility: visible; left: 190px; top: 251px;}");
    write(" #munkaasztal_belso {position: absolute; z-index: 0; visibility: visible; left: 190px; top: 171px;}");
    write(" #munkaasztal_jobb {position: absolute; z-index: 0; width:159px; left: 565px; top: 211px;}");
    write(" #munkaasztal_belso_jobb {position: absolute; left: 565px; top: 131px;}");
        
    write("body , td, .tb  { color: #202020; font-size: 12px; font-family: Arial; }");
    write("a { color: #ff0000; font-size: 11px; font-family: Arial;  text-decoration:none;}");
    write("a:hover   { color: #ffffff; font-size: 11px; font-family:  Arial; background-color: #60008F; }");


 write(".normal  { color: #202020; font-size: 12px; font-family: Arial; }");

    write(".mini {  color: #202020; font-size: 10px; font-family: Arial; }");
    write(".kicsi {  color: #202020; font-size: 11px; font-family: Arial; }");
    write(".kozepes  {  color: #60008F; font-size: 12px; font-family: Arial; }");
    write(".nagy  {  color: #60008F; font-size: 18px; font-family: Arial; }");

    write("a.mini {  color: #ff0000; font-size: 9px; font-family: Arial; }");    
    write("a.bookmark { color: #202020; font-size: 12px; font-family: Arial;  }");    
    write("a.bookmark:hover { color: #202020; font-size: 12px; font-family: Arial;  }");   
    write(" </style> ");
  }
}
