* {
  margin:0; padding: 0; border: 0;
}

body {
  font-family: verdana, arial;
  background-color: #e6f4f6;
  background: url("images/back.jpg");
  color: black;
}

#main { }
  /* felső rész */
  #fenn {
    color: #2A6779;
  }
    #fenn div.cim2 {
      height: 60px;
      background-color: #BFDBDE;
      border-bottom: 1px solid #999999;
    }
    #fenn h1 {
      font-size: 24px;
      padding: 12px;
    }
    #fenn div.cim3 {
      background-color: #2A6779;
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #000000;
      padding: 5px 20px;
      font-size: 8pt;
      color: white;
    }
      #fenn div.cim3 a {
        color: #BFDBDE;
        padding-right: 5px; padding-left: 5px;
        text-decoration: none;
        font-weight: bold;
      }
      #fenn div.cim3 a:hover {
        color: white;
        text-decoration: none;
      }
      
    /* balmenü */
    #balmenu {
      width: 183px;
      float: left;
      padding: 8px;
      font-size: 11px;
      color: #2A6779;
    }
      #balmenu h2 {
        font-size: 11pt;
        padding-top: 20px;
        padding-bottom: 3px;
      }
      #balmenu a {
        padding: 1px 0 1px 8px;
        display: block;
        color: #2A6779;
        text-decoration: none;
      }
      #balmenu a:hover, #balmenu a.aktiv {
        background-color: #E6F4F6;
      }
      
    /* tartolom */
    #tartalom {
      margin-left: 190px;
      padding: 20px 20px;
      font-size: 8pt;
      line-height: 16px;
    }
      #tartalom h3 {
        font-size: 10pt;
        font-weight: normal;
        padding-bottom: 2px;
      }
      #tartalom h2 {
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 3px;
        margin-bottom: 20px;
        color: #0A4759;
        font-family: arial;
        font-size: 14pt;
        font-weight: normal;
      }
      #tartalom p {
        text-align: justify;
        line-height: 16px;
        padding-bottom: 12px;
      }
      #tartalom p.felsor {
        text-align: justify;
        line-height: 16px;
        padding-left: 27px;
        text-indent: -17px;
        padding-bottom: 3px;
      }
      #tartalom a {
        color: #0A4759;
        font-weight: bold;
        text-decoration: none;
      }
      #tartalom a:hover {
        text-decoration: underline;
      }
      #tartalom table.keretes {
        border-collapse: collapse;
        border-top: 1px solid #2A6779;
        border-left: 1px solid #2A6779;
        font-size: 8pt;
      }
      #tartalom table.keretes td, #tartalom table.keretes th {
        border-right: 1px solid #2A6779;
        border-bottom: 1px solid #2A6779;
        padding: 2px 5px;
      }
      #tartalom table.keretes th {
        background-color: #BFDBDE;
      }
    
