/* Fehlermeldung */
p.mosformerror, .pflicht {
  color:rgb(205, 12, 64);
}

p.mosformerror {
  margin-bottom: 15px;
}

div.mosformerror {
 float: left;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  background: url('../images/feldfehlt.gif') no-repeat;
}

/* Formatierungen NUR für das Anfrageformular */
.inputbox text {
    width: 128px;
}

textarea, #mosform_4 {
    BORDER-RIGHT: #CCD8D8 1px solid;
    BORDER-TOP: #CCD8D8 1px solid;
    BORDER-LEFT: #CCD8D8 1px solid;
    BORDER-BOTTOM: #CCD8D8 1px solid;
    COLOR: #564146;
    FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
    FONT-SIZE:11px;
    BACKGROUND-COLOR:#ffffff;
    width:350px;
    height: 200px;
    background-image:url(../images/HG_kachel_Formfeld.gif);
  }


/* Abstand über Beschriftung */
.mosFormGroupElement {
    margin-top: 5px;
}

