body, div , p, td , textarea, input , select , option {
  font-family: Verdana , Helvetica , Arial ,  sans-serif, Geneva;
  font-size: 11px;
  color: #8f8f8e;
}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #8f8f8e;
}

h1, h2, h3, h4, h5, h6, .ueberschr {
  color: #71b520;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 16px; 
  font-weight: bold;
}

h2, .ueberschr {
  font-size: 14px; 
  font-weight: bold;
}

h3 {
  font-weight: bold;
  font-size: 12px;
}
h4 {
  font-size: 12px;
}
h5 , h6 {
  font-size: 10px;
}

#template_wide ul {
	padding-left: 10px;
	margin-left: 10px;
}

#template_wide li {
	padding-left: 20px;
}

.FormBody{
  margin-top:20px;
  margin-bottom:60px;
}

.Select_failed, .Text_failed, .Field_failed {
  color: red;
}

div.Select, div.Select_failed{
  height:38px;
}
div.Submit, div.Reset, div.Back {
  height:38px;
}
div.Blank {
  padding-top: 20px;
  height:22px;
}

.Text input, .Field input, .Text_failed input, .Field_failed input , .Field textarea , .Field_failed textarea {
  width:380px;
}

.Field input, .Field_failed input{
  height:65px;
}

label {
  display:block;
}

.Reset, .Submit {
  float:left;
}
