body, div , p, td , textarea, input , select , option {
  font-family: Verdana , Helvetica , Arial ,  sans-serif, Geneva;
  font-size: 11px;
  color: #00264E;
}

p .lightblue {
	font-size: 12px;
	color: #4e97d1;
}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: #00264E;
}

h1, h2 , .ueberschr {
	color: #00264E;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 5px;
}

h5 {
  font-size: 10px; 
}

h6 {
  font-size: 8px; 
}

img {
  border: none;
}

.form_error_message {
	color: red;
}

.none {
	display: none;
}

.block {
	display: block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	margin: 0 auto;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

.yellow {
	color: #eac20a;
}

.error {
	color:red; 
	font-size:12px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.three_column {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 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;
}
