/* CSS Document */
.kontaktLinks, .kontaktRechts {
	float: left;
}
.kontaktLinks {
	width: 10em;
}
.kontaktRechts {
	width: 25em;
}
.kontaktAbstand {
	padding: 0.4em 0em 0.4em 0em;
}
#content fieldset{
  margin: 0em;
  border: 0px solid #000000;
	vertical-align:top;
  padding: 0;
}

#content fieldset h4 {
  margin: 0 0 0.5em 0;
}
.kontakt { display: inline; }

#content .kontakt fieldset {
  margin-bottom: 0.5em;
}

#content fieldset #Anfrage {
  width: 29.5em;
  margin: 0.5em 0 1em 0;
  height: 6em;
  border: 1px solid #D0D0D0;
}

#content fieldset input {
	border: 1px solid #D0D0D0;
	width: 14em;
}

#content textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 15.4em;
	height: 5em;
	border: 1px solid #D0D0D0;
}


#absenden {
	margin:0.5em 0 0.1em 0;
  background-color: #fff;
  border: 1px solid #000000;
  width: 6em; 
}

