*
{
  margin: 0px;
  padding: 0px;
}

.clear
{
  clear: both;
}

body
{
  background-image: url('../images/background.jpg');
  background-repeat: repeat-x;
  background-color: white;
  color: #666666;

  font-family: "Arial", "Tahoma", "Verdana";
  font-size: 9pt;
}

a:link, a:visited
{
  text-decoration: none;
  color: black;
}
a:hover, a:active
{
  text-decoration: none;
  color: red;
}
img
{
  border: 0px;
}

input.textbox_search
{
  border: 1px solid #b6b6b6;
  background-color: white;
  color: #666666;
  font-size: 9pt;
  padding: 1px !important;
  padding: 0px;

  margin: 3px 0px;
}
input.textbox_belepes
{
  border: 1px solid #b6b6b6;
  background-color: white;
  color: #666666;
  font-size: 9pt;
  padding: 1px !important;
  padding: 0px;
  /*width: 110px;*/
  width: 100px;

  margin: 3px 0px;
}
input.textbox
{
  border: 1px solid #b6b6b6;
  background-color: white;
  color: black;
  font-size: 9pt;
  padding: 3px !important;
  padding: 2px;
  width: 200px;
  margin: 3px 0px;
  letter-spacing: 1px;
}
input.textbox_mini
{
  border: 1px solid #b6b6b6;
  background-color: white;
  color: black;
  font-size: 9pt;
  padding: 3px !important;
  padding: 2px;
  width: 20px;
  margin: 3px 0px;
  letter-spacing: 1px;
}
input.textbox_tel
{
  border: 1px solid #b6b6b6;
  background-color: white;
  color: black;
  font-size: 9pt;
  padding: 3px !important;
  padding: 2px;
  width: 150px;
  margin: 3px 0px;
  letter-spacing: 1px;
}
textarea.textarea
{
  border: 1px solid #b6b6b6;
  background-color: white;
  color: black;
  font-size: 9pt;
  padding: 3px !important;
  padding: 2px;
  width: 400px;
  margin: 3px 0px;
  letter-spacing: 1px;
}
select.textbox
{
  border: 1px solid #b6b6b6;
  background-color: white;
  color: #666666;
  font-size: 9pt;
  padding: 1px !important;
  padding: 0px;
  width: 300px;
  
  margin: 3px 0px;
}
  select.textbox option
  {
    width: 450px;
  }
input.button
{
  border: 1px solid white;
  background-color: #CCCCCC;
  background-image: url("../images/menubg.jpg");
  color: black;
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 3px !important;
  padding: 2px;
  
  margin: 3px 0px;

  border-top: 1px solid #F5F5F5;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #848484;
  border-bottom: 1px solid #848484;
}
input.checkbox
{
  border-width: 0px;
  background-color: white;
  color: #666666;
  width: 17px;
  height: 17px;
}

ul, ol {
  padding-left: 25px;
}

.yes
{
  color: green;
  font-weight: bold;
}
.no
{
  color: red;
  font-weight: bold;
}
.warning
{
  color: orange;
  font-weight: bold;
}
.info
{
  font-size: 11px;
  color: #666666;
  font-weight: normal;
}

#border
{
  width: 940px;
  border: 1px solid #666666;
  background-color: white;
  margin: auto;
  margin-top: 10px;
}

  #head
  {
    height: 100px;
  }
  
    #logo
    {
      float: left;
      /* 215x60 */
      background-image: url('../images/logo.jpg');
      background-position: right bottom;
      background-repeat: no-repeat;
      width: 215px; height: 60px;
      padding-top: 20px;
      padding-left: 25px;
    }
    #head_title
    {
      float: left;
      margin-left: 100px;
      margin-right: 10px;
      margin-top: 20px;
      font-weight: bold;
      font-size: 24px;
    }

    #head_right
    {
      float: right;
    }
    #kereses
    {
      float: left;
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 10px;
      background: #f3f3f3;
      font-weight: bold;

      width: 186px;
    }
      #kereses div.inner
      {
        /*float: left;*/
        width: 173px;
        margin: 0px 5px;
        height: 74px;
      }
      #kereses div.inner .kereses_left
      {
        float: left;
        margin: 1px;
      }
      #kereses div.inner .kereses_right
      {
        float: left;
        margin: 1px;
        margin-left: 3px;
      }

    #akcios_hirdetesek
    {
      float: left;
      margin: 10px;
      background: #0096ff;

      color: white;
      font-weight: bold;
      width: 270px;
    }
      #akcios_hirdetesek div.inner
      {
        /*padding: 3px;*/
        margin: 0px 5px;
        height: 70px;
        overflow: hidden;
      }
      #akcios_hirdetesek #belso
      {
        background: #ffffff;
        color: black;
        font-weight: normal;
        font-size: 7pt;
        overflow: hidden;
      }
        #akcios_hirdetesek #belso div.inner
        {
          height: 45px;
        }


  #menu_top
  {
    height: 21px; /*28px;*/
    background-image: url('../images/menubg.jpg');
    background-repeat: repeat-x;
    
    /*text-transform: uppercase;*/
    color: black;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 20px;

    border: 1px solid lightgray;
  }
    #menu_top #left
    {
      float: left;
      margin-left: 20px;
    }
      #menu_top #left a:link, #menu_top #left a:visited
      {
        text-transform: uppercase;
        margin-left: 20px;
        margin-right: 30px;
        color: black;
      }
      #menu_top #left a:hover, #menu_top #left a:active
      {
        margin-left: 20px;
        margin-right: 30px;
        color: #0062a6;
      }
    #menu_top #right
    {
      float: right;
      margin-right: 20px;
    }
      #menu_top #right a:link, #menu_top #right a:visited
      {
        text-transform: uppercase;
        margin-left: 30px;
        margin-right: 20px;
        color: #0096ff;
      }
      #menu_top #right a:hover, #menu_top #right a:active
      {
        margin-left: 30px;
        margin-right: 20px;
        color: #0062a6;
      }

  #content
  {
    color: black;
    background-color: #f3f3f3;
    background-image: url('../images/contentback.jpg');
  }
    #menu_left
    {
      float: left;
      width: 170px; /* 190 */
      padding: 10px;
    }
    #menu_left h1
    {
      color: black;
      font-weight: bold;
      border-bottom: 1px solid #CCCCCC;
      font-size: 10px;
      margin-bottom: 5px;
    }
      #belepes
      {
        margin-bottom: 10px;
        background: #a8c5da;
        font-weight: bold;

        width: 170px;
        color: #05436a;
      }
        #belepes div.inner
        {
          margin: 0px 5px;
        }
          #belepes div.belepes_left
          {
            float: left;
            width: 110px;
          }
          #belepes div.belepes_right
          {
            float: left;          
          }

      #menu_left hr
      {
        height: 1px;
        border: 0px;
        background-color: #0096ff; /* KOP kék */
        margin: 5px 0px !important; /* FF */
        margin: 0px 0px; /* IE */
        padding: 0px 0px; /* IE */
        font-size: 1px;
        line-height: 0;
      }
      #menu_left a:link, #menu_left a:visited
      {
        display: block;
        color: #0062a6;
        /*font-size: 11pt;*/
        font-size: 13px;
        margin-left: 5px; margin-right: 5px;
      }
      #menu_left a:hover, #menu_left a:active
      {
        color: orange;
      }
      #menu_left a.kiemelt:link, #menu_left a.kiemelt:visited
      {
        display: block;
        color: #0062A6;
        /*font-size: 11pt;*/
        font-size: 13px;
        margin-left: 5px; margin-right: 5px;
        font-weight: bold;
      }
      #menu_left a.kiemelt:hover, #menu_left a.kiemelt:active
      {
        color: orange;
      }
      #menu_left a.off:link, #menu_left a.off:visited
      {
        display: block;
        color: #666666;
        /*font-size: 11pt;*/
        font-size: 13px;
        margin-left: 5px; margin-right: 5px;
      }
      #menu_left a.off:hover, #menu_left a.off:active
      {
        color: #C0A53F;
      }

    #workarea
    {
      float: left;
      width: 729px;/*730px;*/ /* 750 */
      padding: 10px;
      background-color: white;
      
      min-height:399px; /*350px;*/
      height:auto !important;
      height:400px;
      
      border-left: 1px solid #CCCCCC;
      /*border-bottom: 1px solid #CCCCCC;*/
      
      color: #666666;
    }
      #workarea a:link, #workarea a:visited
      {
        color: #0062A6;
        font-weight: bold;
      }
      #workarea a:hover, #workarea a:active
      {
        color: orange;
        font-weight: bold;
      }
      #workarea h1
      {
        color: black;
        font-weight: bold;
        font-size: 14pt;
        display: block;
        margin-bottom: 20px;
      }

      #workarea h2
      {
        color: black;
        font-weight: bold;
        font-size: 13pt;
        display: block;
        margin-bottom: 20px;
      }

      #workarea h3
      {
        color: black;
        font-weight: bold;
        font-size: 13pt;
        display: block;
        margin-bottom: 20px;
        color: #0096ff; /* kop kék */
      }

      #workarea h4
      {
        color: black;
        font-weight: bold;
        font-size: 10pt;
        display: block;
        margin-bottom: 5px;
        color: #0096ff; /* kop kék */
      }

      .kop_kek
      {
        color: #0096ff; /* kop kék */
      }

/*
      #workarea .title
      {
        color: black;
        font-weight: bold;
        font-size: 14pt;
        display: block;
        margin-bottom: 20px;
      }
*/
      #workarea table
      {
        border: 0px;
        width: 100%;
        border-collapse: collapse;
        
        margin-left: 1px !important;
        margin-left: 0px;
        _margin-left: 0px;
      }
        #workarea table tr
        {
          /*border: 1px solid #d0d0d0;*/
          border: 1px solid #F0F0F0;
        }
        #workarea table tr.header
        {
          color: black;
          font-size: 8pt;
        }
        #workarea table tr.odd /* páratlan */
        {
          background-color: #F0F0FF;
          font-size: 8pt;
        }
        #workarea table tr.even /* páros */
        {
          background-color: #F0FFF0;
          font-size: 8pt;
        }
          #workarea table tr td
          {
            padding: 2px;
            padding-left: 5px;
            padding-right: 5px;
            /*border-top: 1px solid #d0d0d0;
            border-bottom: 1px solid #d0d0d0;*/
            border-top: 1px solid #F0F0F0;
            border-bottom: 1px solid #F0F0F0;
          }
          #workarea table tr td.col1
          {
            font-weight: normal;
            white-space: nowrap;
            width: 1%;
            padding-right: 10px;
            /*border-left: 1px solid #d0d0d0;*/
            border-left: 1px solid #F0F0F0;
          }
          #workarea table tr td.col2
          {
            font-weight: bold;
            /*border-right: 1px solid #d0d0d0;*/
            border-right: 1px solid #F0F0F0;
          }
        #workarea table tr.lastrow
        {
          font-weight: normal;
          font-size: 10pt;
          text-align: right;
          /*border: 1px solid #d0d0d0;*/
          border: 1px solid #F0F0F0;
        }
          #workarea table tr.lastrow td
          {
            /*border: 1px solid #d0d0d0;*/
            border: 1px solid #F0F0F0;
          }
            #workarea table tr.lastrow td a:link, #workarea table tr.lastrow td a:visited
            {
              color: orange;

            }
            #workarea table tr.lastrow td a:hover, #workarea table tr.lastrow td a:active
            {
              color: #0096ff;
            }


      #workarea .kepzes
      {
        /*margin-top: 25px;*/
        margin-bottom: 1px;
        border: 1px solid #d0d0d0;
        background-color: #f5f5f5;
        padding: 5px;
      }
        #workarea .kepzes .title
        {
          display: block;
          color: #0096ff;
          font-size: 10pt;
          font-weight: bold;
          margin-bottom: 10px;
        }

  #footer
  {
    height: 20px; /* 25 */
    background-color: #f3f3f3;
    padding-top: 5px;
    
    /*color: #CCCCCC;*/
    color: #999999;
    text-align: center;
    border-top: 1px solid #CCCCCC;

    background-image: url('../images/menubg.jpg');
    background-repeat: repeat-x;
  }
    #footer a:link, #footer a:visited
    {
      color: #666666;
      margin-left: 5px;
      margin-right: 5px;
    }
    #footer a:hover, #footer a:active
    {
      color: #0096ff;
    }

#qs
{
  width: 940px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 9pt;
  color: #999999;
  text-align: center;
}
  #qs a:link, #qs a:visited
  {
    color: #999999;
  }
  #qs a:hover, #qs a:active
  {
    color: #666666;
  }

a.orange:link, a.orange:visited
{
  color: orange;

}
a.orange:hover, a.orange:active
{
  color: #0096ff;
}

blockquote
{
  padding-left: 30px;

}
