  table#speiseplan tr th p {
    font-size: 11px;
    font-weight: normal;
    line-height: 155%;
    margin: 6px 2px 2px 2px;
  }
  
  table#speiseplan tr td p {
    font-size: 11px;
    line-height: 155%;
    margin: 8px 2px;
  }
  
  table#speiseplan tr td h6 {
    font-size: 11px;
    line-height: 110%;
    margin: 2px;
  }

  h1#titel {
    font-size: 200%;
    font-weight: bold;
    line-height: 110%;
    letter-spacing: 1px;
    margin: 2px;
  }

  b#currweek {
    color: #000;
  }

  p#woche {
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
    color: #999;
    margin: 1px;
  }

  th.tag1,
  td.tag1 {
    border: 1px dotted #FC0;
    background: #FFEFB9;
    padding: 4px 1px;
  }
  
  th.tag2,
  td.tag2 {
    border: 1px dotted #C60;
    background: #FFCD95;
    padding: 4px 1px;
  }
  
  td.week {
    border: 1px dotted #F93;
    background: #FFD89D;
    padding: 6px 2px;
  }

	table#info tr td {
	  border-bottom: 1px dotted #888;
	  padding: 5px 0px;		
	}

	table#info tr td.preis {
	  text-align: right;
  }
  
  table#info tr td p {
    font-size: 11px;
    line-height: 150%;
    padding: 0px;
  }
