/* CSS fuer Mailformular*/


/*  Weitere individuelle Gestaltung */

/* Formulare, Formularelemente und deren Labels */

form
 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.85em; 
  padding: 0.5em;
  line-height: 1.5em;
 }
form fieldset
 {
  color: #000000;
  background-color: #EEEEEE;
  border-color: #005b76;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0.5em;
  margin-right:50%;
 }
form legend
 {
  color: #005b76;
  background-color: #EEEEEE;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-bottom: 0.5em;
  padding-right: 1em;
  border-color: #005b76;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  font-size:1.1em;
 }

form p
 {
  line-height: 1em;
 }

label, input[type=submit]
 {
  cursor: pointer;
 }

input[type=text], input[type=password], input[type=checkbox], input[type=radio], textarea
 {
  color: #000000;
  background: #FFFFFF;
  border-color: #000000;
  border-style: dotted;
  border-width: thin;
 }

input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=radio]:focus, textarea:focus
 {
  color: #000000;
  background: #f1f7f7;
  border-color: #666666;
  border-style: solid;
  border-width: thin;
 }

table.formulargestaltung
 {
  border: 0;
 }

table.formulargestaltung td
 {
  vertical-align: top;
 }

