/*---------------------------------------------------------------------*/
/* Gartenteiche                       */
/*---------------------------------------------------------------------*/


ul.tile {
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}

ul.tile li {
  list-style-type: none;
  float: left;
  display: inline;
  margin: 3px;
  text-align: center;
  /*width:  280px;
  height: 340px;*/
}

table.tile {
  /*width:  280px;
  height: 360px;*/
}

td.tile_ueb {
  text-align: center;
  font-weight: bold;
  font-size: 102%;
  white-space: normal;
  max-width: 220px;
}

td.tile_pic {
  text-align: center;
  vertical-align: middle;
/*  width: 172px;
  height: 154px; */
}

td.tile_txt {
  text-align: left;
  vertical-align: bottom;
  font-size: 90%;
  white-space: nowrap;
}
td.tile_txt_r {
  text-align: right;
  vertical-align: bottom;
  font-size: 90%;
  white-space: nowrap;
}
td.tile_textblock {
  text-align: justify;
  vertical-align: bottom;
  font-size: 90%;
  white-space: normal;
  max-width: 220px;
}

td.tile_cart {
  vertical-align: bottom;
}

.t {background: url(i/dot.gif) 0 0 repeat-x; min-width: 15em; text-align: center;}
.b {background: url(i/dot.gif) 0 100% repeat-x}
.l {background: url(i/dot.gif) 0 0 repeat-y}
.r {background: url(i/dot.gif) 100% 0 repeat-y}
.bl {background: url(i/bl.gif) 0 100% no-repeat;}
.br {background: url(i/br.gif) 100% 100% no-repeat}
.tl {background: url(i/tl.gif) 0 0 no-repeat}
.tr {background: url(i/tr.gif) 100% 0 no-repeat; padding: 1em; }

form.currentbasket {
  float: right;
}

p.currentbasket {
  margin: 0;
  padding: 0;
}


