
select
 {
   background-color: #f4f4f4;
   height: 20px;
   color: Black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10pt;
 }

select.anrede
 {
   width : 145px;
 }
 
select.zahlungsweise
 {
   width : 250px;
 }

select.auswahl
 {
   width : 134px;
   height: 18px;
   font-size: 8pt;
 }

select.suche
 {
   width : 200px;
 
 } 
 
textarea
 {
   width : 250px;
   height: 70px;
   background-color: #f4f4f4;
   color: Black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10pt;
 }

input
 {
   height: 20px;
   background-color: #f4f4f4;
   color: Black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 10pt;
 }

input.auswahl
 {
   height: 18px;
   background-color: #f4f4f4;
   color: Black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 8pt;
   border-right:1px solid #555555;
   border-left:1px solid #999999;
   border-bottom:1px solid #555555;
   border-top:1px solid #999999;
 } 

input.suche
 {
   height: 18px;
   width: 133px;
   background-color: #f4f4f4;
   color: Black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 8pt;
   border-right:1px solid #999999;
   border-left:1px solid #555555;
   border-bottom:1px solid #999999;
   border-top:1px solid #555555;
 } 
 
input.checkbox
 {
   background-color: #E6EBE2;
 } 
 
input.tfbestellen
 {
  width : 35px;
  border-right:1px solid #999999;
  border-left:1px solid #555555;
  border-bottom:1px solid #999999;
  border-top:1px solid #555555;
 }

input.tfsuchen
 {
  width : 200px;
  border-right:1px solid #999999;
  border-left:1px solid #555555;
  border-bottom:1px solid #999999;
  border-top:1px solid #555555;
 }

input.tfpreis
 {
  width : 60px;
  border-right:1px solid #999999;
  border-left:1px solid #555555;
  border-bottom:1px solid #999999;
  border-top:1px solid #555555;
 }
 
input.btbestellen
 {
   background-color: #f4f4f4;
   border-right:1px solid #555555;
   border-left:1px solid #999999;
   border-bottom:1px solid #555555;
   border-top:1px solid #999999;
 }
