body {
    background-color: #dcd9c9; # #dcbe9f; #e2ddd9;
    margin: 0px;
    vertical-align: middle;
}

br {
    margin-bottom: 4px;
}

div#footer {
	# width: 100%;
	height: 531px;
    width: 800px;
	z-index: 60;
	position: fixed;
    bottom: 0px;
	background: url("./img/food_bg4.png") bottom left no-repeat;
    # border-right: 1px solid #000;
}

div#page {
    background-color: #dcd9c9; # #dcbe9f; #e2ddd9;
    text-align: left;
    # overflow: hidden;
    margin-left: 0px;
    width: 700px;
    # border-right: 3px solid #fff;
}

div#content {
    margin-top: 100px;
    margin-left: 160px;
    # padding-right: 80px;
    padding-bottom: 500px;

    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    z-index: 10;

    # border: 1px dotted #000;
}

div#header {
    background: url("./img/food_header.png") top left no-repeat;
    color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 360px;
    height: 100px;
    margin-left: 40px;
    z-index: 15;
}

div#header h1 {
    display: none;
}

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

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

div#menu {
    background: url("./img/food_zettel3.png") top left no-repeat;
    top: 0px;
    left: 640px;
    height: 640px;
    width: 463px;
    overflow: hidden;
    position: fixed;
    padding-left: 160px;
    padding-top: 80px;
    z-index: 8;
}

div#menu p {
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
    font-family: Courier, Monospace;
    color: #452811;
    z-index: 80;
}

div#menu p a {
    text-decoration: none;
    color: #452811;
    z-index: 80;
}

div#menu ul {
    max-width: 260px;
    font-size: 16px;
    text-align: left;
    font-family: Courier, Monospace;
    list-style-type: disc;
    z-index: 80;
}

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

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

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

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

div#content table tr td {
  vertical-align: top;
  border-bottom: 2px solid #e4e4e4;
  border-right: 1px dotted #e4e4e4;
  border-left: 1px dotted #e4e4e4;
  padding-left: 0.4em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

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

div#content img.intext {
  margin: 0.4em;
  float: left;
  height: 200px;
}


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

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


img.sterne {
    width: 160px;
    float: right;
}

