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: 800px;
  max-height: 800px;
  width: expression(this.width > 800 ? "800px" : true);
  height: expression(this.height > 800 ? "800px" : true);
}

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


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




FORM
{
        MARGIN: 2px;
}

input
{
        font-family: arial, helvetica, sans serif;
        font-size: 11px;
        line-height: 14px;
        color: #000000;
        border-style: solid;
        border-width: 1px;
        border-color: #b1b1b1;

}

select
{
        font-family: arial, helvetica, sans serif;
        font-size: 11px;
        line-height: 14px;
        color: #000000;
        border-style: solid;
        border-width: 1px;
        border-color: #b1b1b1;
}

.submitbutton
{
        font-family: arial, helvetica, sans serif;
        font-size: 11px;
        border-top: 1px solid #a0a0a0;
        border-bottom: 1px solid #505050;
        border-left: 1px solid #a0a0a0;
        border-right: 1px solid #505050;
        background-color: #fdfdfd;
        padding: 1px;
        cursor: pointer;
}

.submitbutton:focus
{
        border: 1px solid #000000;
        background-color: #5f8749;
        color: #ffffff;
}

.submitbutton:hover
{
        border: 1px solid #000000;
        background-color: #5f8749;
        color: #ffffff;
}

.resetbutton
{
        font-family: arial, helvetica, sans serif;
        font-size: 11px;
        border-top: 1px solid #a0a0a0;
        border-bottom: 1px solid #505050;
        border-left: 1px solid #a0a0a0;
        border-right: 1px solid #505050;
        background-color: #fdfdfd;
        padding: 1px;
        cursor: pointer;
}

.resetbutton:focus
{
        border: 1px solid #000000;
        background-color: #d26d6d;
        color: #ffffff;
}

.resetbutton:hover
{
        border: 1px solid #000000;
        background-color: #d26d6d;
        color: #ffffff;
}




