
input.mietkauf       ,    input.mietkauffehl          ,
select.objektart      ,    select.objektartfehl         ,
input.lage           ,    input.lagefehl              ,
input.grundstueck    ,    input.grundstueckfehl       ,
input.flaeche        ,    input.flaechefehl           ,
input.zimmer         ,    input.zimmerfehl            ,
input.preisvon       ,    input.preisvonfehl          ,
input.preisbis       ,    input.preisbisfehl          ,
input.vorname        ,    input.vornamefehl           ,
input.nachname       ,    input.nachnamefehl          ,
input.strasse        ,    input.strassefehl           ,
input.plz            ,    input.plzfehl               ,
input.ort            ,    input.ortfehl               ,
input.personen       ,    input.personenfehl          ,
input.telefon        ,    input.telefonfehl           ,
input.fax            ,    input.faxfehl               ,
input.email          ,    input.emailfehl,
select.anrede
  {
	width: 250px;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #0268b3;
	font-size: 1em;
}

select.objektart      ,    select.objektartfehl         
{
	width: 255px;
}

select.anrede
{
	width: 80px;
}

input.preisvon       ,    input.preisvonfehl          ,
input.preisbis       ,    input.preisbisfehl
{
	width: 101px;
}

input.preisvonfehl          ,
input.preisbisfehl
{
	width: 99px;
}


input.plz            ,    input.plzfehl
{
	width: 50px;
}
input.ort            ,    input.ortfehl
{
	width: 196px;
}
input.personen       ,    input.personenfehl
{
	width: 30px;
}


textarea.anforderungen, textarea.anforderungenfehl {
	width: 251px;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #fff;
	border: 1px solid #0268b3;
}

input.pflicht, select.pflicht {
	background: #a7cae4;
}
	

input.mietkauffehl          ,
input.objektartfehl         ,
input.lagefehl              ,
input.grundstueckfehl       ,
input.flaechefehl           ,
input.zimmerfehl            ,
input.preisvonfehl          ,
input.preisbisfehl          ,
input.anforderungenfehl     ,
input.vornamefehl           ,
input.nachnamefehl          ,
input.strassefehl           ,
input.plzfehl               ,
input.ortfehl               ,
input.personenfehl          ,
input.telefonfehl           ,
input.faxfehl               ,
input.emailfehl             ,
textarea.anforderungenfehl

{
	border-right: 3px red solid;
}

input.sub {
	background-color: #0268b3;
	color: #fff;
	font-size: 0.9em;
	letter-spacing: 1px;
}

div.antwort {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding: 10px;
}
div.antwort table {
	border: 1px solid #0268b3; 
}

