html, body
  {
  margin:0px;
  padding:0px;
    font-size: 80%;
  font-family: verdana, sans-serif;

  }

.id
  {
  position: absolute;
  top: 0px;
  width: 150px;
  height: 150px;
  padding: 0px;
  margin: 0px;
  }

#spargeldiv
  {
  left: 0px;
  }

#erdbeerdiv
  {
  left:670px;
  }

#baumdiv
  {
  left:820px;
  }

td.higruwidth
  {
  background: #FFE25B;
  width: 150px;
  }

td.u
  {
  background:url(u.gif);
  }

td.untengelb
  {
  background:url(unten-gelb.gif);
  height:10px;
  }

td.higruheight
  {
  background: #FFE25B;
  height:150px;
  }

table.prodlist, table.form
  {
  }

table.prodlist td.pic img
  {
  }

table.prodlist td.pic
  {
  }

table.form .input
  {
  background:    #FFE25B;
  margin: 10px;
  }

div.menu
  {
  padding: 10px;
}

div.menu a
  {
  font-size: 12px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  }

div.menu a:hover
  {
  text-decoration: underline;
  }

td.cont
  {
  padding: 10px;
  }
table.datatable
  {
  font-size: 80%;
  clear: both;
  border-collapse: collapse;
  }
table.datatable td, table.datatable th
  {
  text-align: left;
  border: 1px solid #ccc;
  }
table.datatable td.head
  {
  background: #FFE25B  ;
  font-size: 130%;
  margin-top: 10px;
  border-top: 10px solid white;
  }
