@charset "utf-8";

TEXTAREA.nachricht {
 font-size: 10pt;
 font-family: Arial;
 color: #666666;
 }
INPUT.input {
 color: #666666;
 width: 250px;
 }

INPUT.input_long {
 color: #666666;
 width: 574px;
 }
 
INPUT.input2 {
 color: #666666;
 width: 150px;
 }

INPUT.input_middle {
 color: #666666;
 }


SELECT.anrede {
 color: #666666;
 }
 
INPUT.checkbox {
 color: #666666;
 } 

INPUT.absenden {   
 cursor: pointer; 
 border: 0px;
 align: right;
 /*right: 15px;*/
 height: 20px;
 width: 175px;
 background-image: url(/fileadmin/homepage/img/formular_absenden.gif);
}

