    html,body {
      margin:0;
      padding:0;
      height:100%;
      background-color: #000000;
    }
    
    .table_text {
      background-color: #ffffff;
      height:100%;
    }
    
    .table_top {
      height:230;
      background-image: url('img/top.png');
    }
    
    .table_full {
      height:100%;
      background-color: #ffffff;
    }
    
    .td_maxheight {
      height:100%;
    }
    
    .td_selected {
      background-image: url('img/select.png')
    }

    .menu1 {
      text-decoration: none;
      font-size: 12px;
      color: #FFFFFF;
    }
    
    
    .szoveg {
      color: #302020;
      font-family: Helvetica;
      font-size: 12px;
      line-height: 20px;
    }
    
    h1 {
      font-family: Helvetica;
      color: #602020;
      font-size: 18px;
      font-weight: 800;
    }

    h2 {
      color: #302020;
      font-family: Helvetica;
      font-size: 12px;
      line-height: 20px;
      font-weight: bold;
    }
    
    .link_internal, .link_internal:visited {
      text-decoration: none;
      color: #602020;
      font-family: Helvetica;
    }
    
    .link_internal:hover {
      color: #404040;
      font-family: Helvetica;
    }

