body {
  font-size: 10px;
  font-family: verdana, arial;
}

ul {
  list-style: none;
  margin:0px;
  padding:0px;
}

a img {
  border: none;
}


.clear{
  clear:both;
  display: block !important;
  float: none !important;
}

h1 {
  font-size: 12px;
  font-weight;: bold;
  margin-top:0px;
}

.center { 
  text-align: center;
  margin:0 auto;
}

table,
table tr,
table tr th,
table tr td {
  font-size: 11px;
}

tr.smallFont,
tr.smallFont th,
tr.smallFont td {
  font-size: 9px;

}

#productWrapper .button {
background-color:#FFAE00;
border:0 solid black;
color:white;
cursor:pointer;
display:block;
font-weight:bold;
height:11px;
padding:5px;
text-decoration:none;
width: 90px;
width:100px !ie7;
}

.bestellen a:hover,
.bestellen a.hover {
  text-decoration: underline !important;
}

a {color:#8F6100; text-decoration:none;}
a:hover,
a.hover
  {color:#8F6100; text-decoration:underline;}

.label {
  width:145px;
}

fieldset {
  border: 1px solid #ffae00;
  background-color: #fffbf3;
  margin-bottom:10px;
}

fieldset legend {
  font-weight: bold;
}

.defaultWidth {
  background-color:#F4FBFF;
  border:1px solid #22a9ff;
  width:300px;
}

.button {
  background-color:#eef8ff;
  border:1px solid #009cff;
  color: #009cff;
  padding: 3px;
}

.required {
  color: #ffae00;
}

.error {
  color: red;
}

.errorHeader {
  border: 1px solid #ff0000;
  background-color: #ffc1c1;
  padding:3px;
  margin-bottom: 5px;
}

.succesHeader {
  border: 1px solid #7f9200;
  background-color: #f3ffa2;
  margin-bottom: 5px;
  padding:7px 11px 3px;
  height: 20px;
  
}

.content ul li a {
  color: black;
  text-decoration: none;
}

.left { 
  float: left !important;
}

.right { 
  float: right !important;
}

.hidden { display: none; }




