*
{
  margin: 0px;
  padding: 0px;
}

.clear
{
  clear: both;
}

body
{
  background-image: none;
  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;

  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: 200px;

  margin: 3px 0px;
}
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;
}


#border
{
  /*width: 940px;*/
  width: auto;
  /*border: 1px solid #666666;*/
  border: 0px solid #666666;
  background-color: white;
  margin: auto;
  /*margin-top: 10px;*/
}

  #head
  {
    display: none;
  }

    #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
    {
      display: none;
    }

    #head_right
    {
      display: none;
    }
    #kereses
    {
      display: none;
    }

    #akcios_hirdetesek
    {
      display: none;
    }

  #menu_top
  {
    display: none;
  }

  #content
  {
    color: black;
    background-color: #f3f3f3;
  }
    #menu_left
    {
      display: none;
    }

    #workarea
    {
      /*width: 729px;*//*730px;*/ /* 750 */
      width: auto;
      /*padding: 10px;*/
      padding: auto;
      background-color: white;

      /*border-left: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC;*/
      border: 0px solid white;
      color: black;
    }
      #workarea a:link, #workarea a:visited
      {
        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
  {
    display: none;
  }

#qs
{
  display: none;
}


a.orange:link, a.orange:visited
{
  color: orange;

}
a.orange:hover, a.orange:active
{
  color: #0096ff;
}
