body {
    background-color: #fff;
    margin: 0px;
    vertical-align: middle;
}

div#footer {
	
}

div#page {
   width: 400px;
}

div#content {
   width: 400px;
}

div#header {
   
    color: #000;
}

div#header h1 {
    font-family: Courier, Monospace;
    font-size: 14px;
}

ul.zutaten {
    font-size: 12px;
    text-align: left;
    font-family: Courier, Monospace;
    list-style-type: disc;
}

ul.zutaten li {
    color: #452811;
    font-family: Courier, Monospace;
}

div#menu {

}

div#menu p {
    font-weight: bold;
    font-family: Courier, Monospace;
    color: #452811;
}

div#menu p a {
    color: #452811;
}

div#menu ul {
    font-size: 12px;
    text-align: left;
    font-family: Courier, Monospace;
    list-style-type: disc;
}

div#menu ul li a {
    color: #452811;
    text-decoration: none;
    font-weight: bold;
}

div#content p { 
  color: #000;
  font-size: 12px;
  text-align: justify;
  font-family: Courier, Monospace;
}

div#content table { 
  color: #000;
  font-size: 12px;
  text-align: left;
  font-family: Courier, Monospace;
}

div#content table tr th {
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

div#content table tr td {
  vertical-align: top;
  padding-left: 0.4em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

div#content table tr td[colspan] {
  vertical-align: top;
  text-align: center;
}

h1 {
    color: #000;
    font-size: 14px;
    text-align: justify;
    font-family: Courier, Monospace;
    font-weight: bold;
}

h2 {
    color: #452811;
    font-size: 12px;
    text-align: justify;
    font-family: Courier, Monospace;
    font-weight: bold;
}


img.sterne {
    width: 160px;
}

