
body { 
  color: #000000; 
  font-size: 12px; 
  line-height: 13px; 
  font-family: 
  Arial,sans-serif; 
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  background-color:#FFFFFF;
}

table,tr,td { 
    color: #000000; 
    font-size: 12px; 
    font-family:  Arial,sans-serif; 
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
  padding: 4px;
}

a:link  { color: #000000; }
a:visited  { color: #000000; }

ul { list-style-type:square; }
li { list-style-type:square; }


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;
}


.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);
}

