body { color: #000000; font-family:Arial; font-size:13px; background-color: #FFDCB9; }
td, tr, table, input, select, textarea { color: #000000; font-family:Arial; font-size:13px; }
small { font-family:Arial; font-size:10px;}
a:link  { color: #1715e8; }
a:visited  { color: #000085; }
ul { list-style-type:square; }
li { list-style-type:square; }

.marktthumb {
  max-width: 100px;
  max-height: 100px;
  width: expression(this.width > 100 ? "100px" : true);
  height: expression(this.height > 100 ? "100px" : true);
}

.marktthumb2 {
  max-width: 150px;
  max-height: 150px;
  width: expression(this.width > 150 ? "150px" : true);
  height: expression(this.height > 150 ? "150px" : true);
}

.marktbild {
  max-width: 640px;
  max-height: 640px;
  width: expression(this.width > 640 ? "640px" : true);
  height: expression(this.height > 640 ? "640px" : true);
}



