  body{
    background: url(../images/BG.png) repeat-x;
    background-color: #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/header23.png) no-repeat;
    height: 180px;
    width: 1100px;
    margin: 0 auto 0 auto;
  }
  
  #menu{
    background: url(../images/menu_bg.jpg) repeat-x;
    height: 43px;
    width: 1100px;
    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.png) repeat-y;
    width: 1100px;
    margin: 0 auto 0 auto;
    position: relative;
  }
  
  #content{
    width: 660px;
    padding: 10px;
    padding-top: 15px; 
  }  
  
  #sidemenu{
    width: 216px; 
    padding-top: 15px; 
  }
  
   #rightsidemenu{
    width: 201px; 
    padding-top: 15px; 
  }
  
  .title{
    color: #FFFFFF;
    background: #8a8a8b;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    padding-left: 5px;
    text-align: left;
  }
  
  .titlehir{
    color: #FFFFFF;
    /*background: #8a8a8b;*/
    background: #d54116;
    background: url(../images/title_bg.png) no-repeat;
    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_link 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_link a:hover {
    background: #d54116;
  }
  
   #rightsidemenu 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;
  }
  
  #rightsidemenu 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;
    background: #8a8a8b;
    color: #FFFFFF;
    font-size: 10px;
    padding: 2px;
    text-align: right;
    margin-bottom: 10px;
  }
  
  .lablec{
   /* background: #d54116; */
   background: #8a8a8b;
    color: #FFFFFF;
    font-size: 10px;
    height:30px;
    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{
  background: url(../images/footer2.png) repeat-x;
    height: 100px;
    width: 1100px;
    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;

  }
  
  .hun {
  height: 34px;
  width:   35px;
  background:url(../images/hun.png) no-repeat;
  border:none;
  font-size:0.1px;
  color: transparent;
  }
  
  .hun:hover {
  background:url(../images/hun_OR.png) no-repeat;
  cursor: pointer;
  }
  
    .eng {
  height: 33px;
  width:   34px;
  background:url(../images/eng.png) no-repeat;
  border:none;
  font-size:0.1px;
  color: transparent;
  }
  
  .eng:hover {
  background:url(../images/eng_OR.png) no-repeat;
  cursor: pointer;
  }
  
      .ger {
  height: 32px;
  width:   33px;
  background:url(../images/ger.png) no-repeat;
  border:none;
  font-size:0.1px;
  color: transparent;
  }
  
  .ger:hover {
  background:url(../images/ger_OR.png) no-repeat;
  cursor: pointer;
  }
  
      .svk {
  height: 31px;
  width:   31px;
  background:url(../images/svk.png) no-repeat;
  border:none;
  font-size:0.1px;
  color: transparent;
  
  }
  
  .svk:hover {
  background:url(../images/svk_OR.png) no-repeat;
  cursor: pointer;
  }
  
        #read {
  height: 26px;
  width:   27px;
  background:url(../images/read.png) no-repeat;
  margin-left:10px;
  }
  
  #read:hover {
  background:url(../images/read_OR.png) no-repeat;
  cursor: pointer;
  }
  
  #hirdetes {
  position:absolute;
    background:url(../images/BGOR.png) repeat;
    width:100%;
    height:1000%;
    z-index:1001;
  }
  
  #hirdetmeny {
    position:absolute;
    background-color: rgb(190,190,190);
    width:700px;
    margin-left:25%;
    margin-right:25%;
    margin-top:100px;
    padding:15px;
  }
  
  label {font-weight:bold; color:rgb(40,39,39);}
  input {height:25px; padding:3px;}


  .kuldes {
    background-color: rgb(153,204,51);
    font-weight:bold;
    padding:5px;
    height:30px;
    border:1px dotted black;
  }
  
  .kuldes:hover {
    background-color:rgb(102,204,51);
    font-weight:bold;
    padding:5px;
    height:30px;
    cursor:pointer
  }

