  table.menue {
    text-align: center;
    width: 100%;
    cell-padding: 0;
    cell-spacing: 0;
    border: 1px solid white;
    background-color: #eee;
  }
  
  table.untermenue {
    text-align: center;
    width: 90%;
    cell-padding: 0;
    cell-spacing: 0;
    border: 1px solid white;
    background-color: #dedede;
    
  }

  a {
  text-decoration: none;
  color: black;
  }
  
  td.menue {
  width: 25%;
  	font-size: 12px;
  }

  td.menue_s {
  width: 20%;
    border: 1px solid white;  
  	font-size: 12px;
  }
    
  td.menue2 {
  width: 25%;
  background: white;
  	font-size: 13px;
  }
    
  td.untermenue {
  width: 25%;
  }  
  
  td.untermenue2 {
  width: 25%;
  background: white;
  }  

  td.untermenue3 {
  width: 20%;
  }  
  
  td.untermenue4 {
  width: 20%;
  background: white;
  }    