h1{
margin-bottom:.5em;
text-align:left;
}
form{
margin:0;
padding:0;
font-size:90%;
line-height:120%;
}
input,select,textarea{
border:1px solid #f2ceb2;
float:left;
margin:5px 30px;
padding:1px;
display:block;
background-color:#f2ceb2;
color:#000000;
font-size:90%;
font-weight:normal;
}
input[type*=hidden]{
display:none;
}
fieldset{
border:none;
margin-top:1em;
}
input:hover,input.iehover,select:hover,select.iehover,textarea:hover,textarea.iehover{
background-color:#f6e6d5;
color:#000000;
}
input:focus,select:focus,textarea:focus,input.iefocus,select.iefocus,textarea.iefocus{
background-color:#ffffff;
color:#000000;
}
br{
clear:left;
}
.submit{
border-bottom:2px solid #4b4a64;
border-left:1px solid #fefdfc;
border-right:2px solid #4b4a64;
border-top:1px solid #fefdfc;
width:150px;
background-color:#f2ceb2;
color:#000000;
font-weight:bold;
}
label{
float:left;
margin:5px;
padding:0;
width:100px;
font-weight:bold;
text-align:left;
}
input.error,select.error{
border:1px solid #f96868;
background:url(images/schild.gif) #ffffff no-repeat right;
color:#000000;
}
/* Fuer IE */
* html select.error{
background-color:#f2ceb2;
color:#000000;
}
/* Schild bei Textarea oben ausgerichtet*/
textarea.error{
border:1px solid #ff0000;
background:url(images/schild.gif) #ffffff no-repeat top right;
color:#000000;
}
#anrede{
width:110px;
}
#vorname,#nachname,#strasse,#ort,#telefon,#fax,#email,#firma,#abteilung{
width:250px;
}
#plz{
width:40px;
}
#nachricht{
width:252px;
height:100px;
}
/* Status-Messages */
.required{
color:#a3121d;
background-color: transparent;
}
.errordesc{
display:none;
color:#a3121d;
background-color:#b4b0b1;
font-size:1em;
font-family:Arial,Helvetica,sans-serif;
}
.formok{
color:#008000;
background-color:#b4b0b1;
font-size:1em;
font-family:Arial,Helvetica,sans-serif;
}
.formerror{
color:#a3121d;
background-color:#b4b0b1;
font-size:1em;
font-family:Arial,Helvetica,sans-serif;
}
.formerrorlist{
color:#a3121d;
background-color:#b4b0b1;
font-size:1em;
font-family:Arial,Helvetica,sans-serif;
}
.radionews{
float:none;
margin:0 0 0 30px;
display:inline;
text-align:left;
}
