/****************************************************
** Kontakt Formular
*****************************************************/

#TABLE_KONTAKT {
	
}
  
#TABLE_KONTAKT .FeldName {
  font-size: 11px;
  color:black;
  font-weight: bold;	
  text-align:left;
}

#TABLE_KONTAKT .Input {
	font-size:11px;
	color:black;
	font-weight:normal;
	width:100%;
	border:1px solid black;
  background: white;
}

#TABLE_KONTAKT .Input:focus {
  background: #EEEEEE;
}



#TABLE_KONTAKT .TextArea {
  font-family:Verdana, Helvetica;
  font-size:11px;
  color:black;
  font-weight:normal;
  width:100%;
  border:1px solid black;
  background: white;
}

#TABLE_KONTAKT .TextArea:focus {
  background: #EEEEEE;
}

#TABLE_KONTAKT .Button {
	border:1px solid black;
	padding:3px;
	font-size:11px;
	color:black;
	background-color: #AAAAAA;
	font-weight:bold;
}
  


