  body{
    background: #626263;
    margin: 0;
    font-family: Tahoma, Verdana, Geneva, Helvetica, Arial; 
    font-size:11px;
  }
  
  .hiba{
    width: 100%;
    color: #FFFFFF;
    background: #d54116;
    font-weight: bold;
    font-size: 13px;
    padding: 2px;
  }
  
  a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
  }
  
  #body{
    width: 98%;
    min-height: 600px;
    margin: 0 auto 0 auto;
    position: relative;
  }
  
  #header{
    background: url(../images/header.jpg);
    height: 172px;
    width: 800px;
    margin: 0 auto 0 auto;
  }
  
  #menu{
    background: url(../images/menu_bg.jpg) repeat-x;
    height: 43px;
    width: 800px;
    margin: 0 auto 0 auto;
    padding-left: 0px;
  }
  
  #menu ul{
	   margin:0;
	   padding:0;
	   list-style-type:none;
	   width:auto;
	   display:block;
	   height:40px;	   
  }

  #menu ul li{
	   display:block;
	   float:left;
	   margin:0;
	   padding:13px;
	   border: none;
	   cursor: pointer;
	   
	   font-weight: normal;
	   font-size: 14px;
	   color: #FFFFFF;
	}                  
  
  #menu ul li a{
     font-weight: normal;
	   font-size: 14px;
	   color: #FFFFFF;
  }
  
  #menu ul li:hover{
     background:  url(../images/menupont.png) repeat-x;
  }
                    
  #main{
    background:  url(../images/main_bg.jpg) repeat-y;
    width: 800px;
    margin: 0 auto 0 auto;
    position: relative;
  }
  
  #content{
    width: 562px;
    padding: 10px;
    padding-top: 15px; 
  }  
  
  #sidemenu{
    width: 216px; 
    padding-top: 15px; 
  }
  
  .title{
    color: #FFFFFF;
    background: #8a8a8b;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    padding-left: 5px;
    text-align: left;
  }
  
  #sidemenu .logindiv{
    margin: 15px auto 15px auto;
    width: 190px;
    text-align: right;
  }
  
  #sidemenu .input_text{
    border: 1px solid #8a8a8b;
    font-size: 13px;
    padding: 5px;
    margin-top: 3px;
  }
  
  .button{
    font-weight:normal;
    background: #d54116;
    border: none;
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    color: white;
    font-size: 12px;
    margin-top: 3px;
  }
  
  #sidemenu a {
    background: #9e9e9f;
    display:block;
    margin-top: 1px;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 12px;
    font-size: 12px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none; 
    font-weight: normal;
  }
  
  #sidemenu a:hover {
    background: #d54116;
  }
  
  .hirek .szoveg{
    color: #000000;
    background: #c9c9ca;
    font-size: 12px;
    padding: 4px;
  }
  
  .szoveg{
    color: #000000;
    background: #c9c9ca;
    font-size: 12px;
    padding: 4px;
  }
  
  .hirek .lablec{
    background: #d54116;
    color: #FFFFFF;
    font-size: 10px;
    padding: 2px;
    text-align: right;
    margin-bottom: 10px;
  }
  
  .lablec{
    background: #d54116;
    color: #FFFFFF;
    font-size: 10px;
    padding: 2px;
    text-align: right;
    margin-bottom: 10px;
  }
  
  .hirek .lablec a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
  }
  
  .lablec a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
  }
  
  table .fullw {width: 100%;}
  
  table .main{margin-bottom: 5px;}
  
  table .main tbody{
    color: #000000;
    background: #c9c9ca;
    font-size: 12px;
    padding: 4px;
  }
  
  table .main tbody tr:hover{
    background: #e5e5e5;
  }
  
  table .main thead{
    font-weight: bold;
    background: #c9c9ca;
  }
  
  table .main tfoot{
    background: #d54116;
    color: #FFFFFF;
    font-size: 10px;
    padding: 2px;
    text-align: right;
    margin-bottom: 10px;
  }
  
  table .main caption{
    color: #FFFFFF;
    background: #8a8a8b;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    text-align: left;
  }
  
  table .main tfoot a{
    color: #FFFFFF;
    text-decoration: none;
  }
  
  #footer{
    height: 100px;
    width: 800px;
    margin: 0 auto 0 auto;
    clear: both;
  }
  
  .input_text{
    border: 1px solid #8a8a8b;
    font-size: 12px;
    padding: 2px;
    font-family: Arial;
  }
  
/*this is what we want the div to look like
    when it is not showing*/
  div.loading-invisible{
    /*make invisible*/
    display:none;
  }

  /*this is what we want the div to look like
    when it IS showing*/
  div.loading-visible{
    /*make visible*/
    display:block;

    /*position it 200px down the screen*/
    position:absolute;
    top:200px;
    left:0;
    width:80%;
    left: 10%;
    right: 10%;
    padding: 10px;
    text-align:center;

    /*in supporting browsers, make it
      a little transparent*/
    background:#555556;
    opacity:.95;
    border:1px solid #e5e5e5;

  }
  