  table.menue {
    text-align: center;
    width: 100%;
    cell-padding: 0;
    cell-spacing: 0;
    border: 1px solid white;
    background-color: #009000;
  }
  
  table.untermenue {
    text-align: center;
    width: 90%;
    cell-padding: 0;
    cell-spacing: 0;
    border: 1px solid grey;
    border-collapse: collapse;
  }
  
  #link_angebot { text-decoration: underline; font-weight:bold; font-size: 14; }
  #link_angebot:hover { color:green; }
  
  a {
  text-decoration: none;
  color: black;
  }
  
  td.menue {
  width: 25%;
  }
  
  td.menue2 {
  width: 25%;
  background: white;
  }
    
  td.untermenue {
    width: 25%;
    background-color: #32cd32;
    border-left: 5px solid white;
    font-size: 12px;
  }  
  
  td.untermenue2 {
  width: 25%;
  background: white;
  border-left: 5px solid white;
  font-size: 12px;
  }
  
  #button {
    background-color: white;
    border: 1px solid #474d4b;
    padding: 3px 7px 3px 7px;
    color: #474d4b;
    font-size: 11px;
  }