/* ********** Formular SUCHMASKE *********** */

#abiszformular{
  margin:0;
  padding:.5em;
  margin-top: 10px;
  width: 400px;
}

#abiszformular label { /* Alle Labels UND Formularelemente auswählen */
  clear: both;
  display: block;
  float: left;
  width: 160px; /* Breite.*/
  font-family: Trebuchet MS;
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
  color: #958874;
  margin-bottom: 10px;
}
.abisztextfeld, .abisztextfeld_klein{
  display: block;
  float: left;
  width: 230px; /* Breite.*/
  font-family: Trebuchet MS;
  font-size: 13px;
  color: #958874;
  border: 1px solid #958874;
  margin-bottom: 10px;
}

.abisztextfeld_klein{
  width: 90px;
}

#abiszformular select{
  display: block;
  float: left;
  width: 160px; /* Breite.*/
  font-family: Trebuchet MS;
  font-size: 12px;
  color: #958874;
  border: 1px solid #958874;
}

#abiszformular textarea{
  display: block;
  float: left;
  width: 200px; /* Breite.*/
  height: 200px;
  font-family: Trebuchet MS;
  font-size: 13px;
  color: #958874;
  border: 1px solid #958874;
}

#abiszformular br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

#abiszabsenden { /* den Submit-Button */
    clear: both;
	background-image: url("../bilder/button_anfrage.jpg");
	width: 90px;
	height: 23px;
	border: 0px;
    font-family: Trebuchet MS;
    font-size: 14px;
    color: #FFFFFF;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-left: 268px;
	margin-top: 10px;
	padding-left: 2px;
}

#abiszformular label {
 text-align: right; 
 padding-right: 5px; 
}




