* {
  padding: 0; margin: 0;
}

body {
  background-color: #D4D0C8;
}

div#page_wrapper {
  background-color: white;
  margin: 10px auto;
  width: 770px;
}
.left {
  float: left;
}
.right {
  float: right;
}
  
  div#top_line {
    background-color:#27509C;
    color: white;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 20px;
    padding: 5px;
  }
  
    div#top_line div.left, div#top_line div.right {
      padding: 10px 0;
    }
  
  div#top_menu {
    text-align: right;
    padding: 3px 8px;
  }
  
    div#top_menu a {
      color: #C7C400;
    }
    div#top_menu a:hover {
      color: #d3d000;
      text-decoration: none;
    }
  
  div#content {
    /*font-family: Arial;*/
    background: url('../images/logo2.gif') no-repeat bottom left;
  }
   
    div#content p.normal {
      padding: 5px 0;
    }
    
    div#content ul {
      /*padding: 15px 25px 110px 25px;*/
      padding-left: 25px;
    }
    
    div#content a {
      color: #002184;
    }
    div#content a:hover {
      text-decoration: none;
    }
  
    div#left_content {
      float: left;
      width: 175px;
      padding: 10px 5px;
      text-align: center;
    }
    
    div#right_content {
      float: right;
      width: 565px; padding: 5px 10px;
      background: url('../images/logo.gif') no-repeat bottom right;
      color: #002184;
    }
    
    div.doboz {
      margin: 20px 0;
    }
      div.doboz div.fej {
        padding: 5px 0;
        text-transform: uppercase;
        font-weight: bold;
        color: #002184;
        text-align: left;
      }
      div.doboz div.torzs {
        text-align: left;
      }
      div.doboz table {
        border-collapse:collapse;
        border-left: 1px solid #002184;
        border-top: 1px solid #002184;
        font-size: 11pt;
        width: 100%;
      }
      div.doboz td {
        padding: 2px 5px;
        border-right: 1px solid #002184;
        border-bottom: 1px solid #002184;
        vertical-align:top;
      }
      div.doboz th {
        padding: 2px 5px;
        border-right: 1px solid #002184;
        border-bottom: 1px solid #002184;
        vertical-align:middle;
        text-align: center;
      }
      div.doboz p {
        padding-bottom: 5px;
        padding-left: 15px;
        text-indent: -15px;
        font-size: 11pt;
      }
      div.doboz span.megjegyzes {
        font-size: 10pt;
      }
  
  div#bottom_line {
    background-color: transparent;
    color: #002184;
    font-family: Arial;
    font-size: 11px;
    padding: 5px;
  }
  
    div#bottom_line div.right {
      padding: 3px;
    }
